No files found.
+1 −1
strtofloat_fuzz.cpp
libc/fuzzing/stdlib/strtofloat_fuzz.cpp
+1 −1
DivisionAndRemainderOperations.h
...rc/__support/FPUtil/DivisionAndRemainderOperations.h
+9 −42
FPBits.h
libc/src/__support/FPUtil/FPBits.h
+2 −2
Hypot.h
libc/src/__support/FPUtil/Hypot.h
+10 −14
ManipulationFunctions.h
libc/src/__support/FPUtil/ManipulationFunctions.h
+1 −1
NormalFloat.h
libc/src/__support/FPUtil/NormalFloat.h
+1 −1
dyadic_float.h
libc/src/__support/FPUtil/dyadic_float.h
+2 −4
except_value_utils.h
libc/src/__support/FPUtil/except_value_utils.h
+4 −6
FMA.h
libc/src/__support/FPUtil/generic/FMA.h
+1 −1
FMod.h
libc/src/__support/FPUtil/generic/FMod.h
+11 −7
sqrt.h
libc/src/__support/FPUtil/generic/sqrt.h
+5 −3
sqrt_80_bit_long_double.h
...c/__support/FPUtil/generic/sqrt_80_bit_long_double.h
+27 −31
NextAfterLongDouble.h
libc/src/__support/FPUtil/x86_64/NextAfterLongDouble.h
+0 −1
common.h
libc/src/__support/common.h
+2 −2
str_to_float.h
libc/src/__support/str_to_float.h
+1 −1
acosf.cpp
libc/src/math/generic/acosf.cpp
+1 −1
acoshf.cpp
libc/src/math/generic/acoshf.cpp
+1 −1
asinf.cpp
libc/src/math/generic/asinf.cpp
+2 −2
atanhf.cpp
libc/src/math/generic/atanhf.cpp
+1 −1
cosf.cpp
libc/src/math/generic/cosf.cpp
+3 −3
coshf.cpp
libc/src/math/generic/coshf.cpp
+2 −2
exp.cpp
libc/src/math/generic/exp.cpp
+2 −2
exp10.cpp
libc/src/math/generic/exp10.cpp
+3 −3
exp10f_impl.h
libc/src/math/generic/exp10f_impl.h
+2 −2
exp2.cpp
libc/src/math/generic/exp2.cpp
+3 −3
exp2f_impl.h
libc/src/math/generic/exp2f_impl.h
+2 −2
expf.cpp
libc/src/math/generic/expf.cpp
+2 −2
expm1.cpp
libc/src/math/generic/expm1.cpp
+2 −2
expm1f.cpp
libc/src/math/generic/expm1f.cpp
+6 −5
log.cpp
libc/src/math/generic/log.cpp
+6 −5
log10.cpp
libc/src/math/generic/log10.cpp
+5 −3
log10f.cpp
libc/src/math/generic/log10f.cpp
+4 −3
log1p.cpp
libc/src/math/generic/log1p.cpp
+2 −2
log1pf.cpp
libc/src/math/generic/log1pf.cpp
+6 −5
log2.cpp
libc/src/math/generic/log2.cpp
+5 −3
log2f.cpp
libc/src/math/generic/log2f.cpp
+5 −4
logf.cpp
libc/src/math/generic/logf.cpp
+7 −6
powf.cpp
libc/src/math/generic/powf.cpp
+3 −1
sincosf.cpp
libc/src/math/generic/sincosf.cpp
+1 −1
sinf.cpp
libc/src/math/generic/sinf.cpp
+3 −3
sinhf.cpp
libc/src/math/generic/sinhf.cpp
+1 −1
tanf.cpp
libc/src/math/generic/tanf.cpp
+20 −20
FPMatcher.h
libc/test/UnitTest/FPMatcher.h
+33 −48
fpbits_test.cpp
libc/test/src/__support/FPUtil/fpbits_test.cpp
+1 −1
FDimTest.h
libc/test/src/math/FDimTest.h
+21 −16
FmaTest.h
libc/test/src/math/FmaTest.h
+23 −20
HypotTest.h
libc/test/src/math/HypotTest.h
+11 −11
ILogbTest.h
libc/test/src/math/ILogbTest.h
+1 −1
LdExpTest.h
libc/test/src/math/LdExpTest.h
+5 −5
NextAfterTest.h
libc/test/src/math/NextAfterTest.h
+12 −9
RIntTest.h
libc/test/src/math/RIntTest.h
+14 −11
RemQuoTest.h
libc/test/src/math/RemQuoTest.h
+13 −9
RoundToIntegerTest.h
libc/test/src/math/RoundToIntegerTest.h
+10 −6
BinaryOpSingleOutputDiff.h
...math/differential_testing/BinaryOpSingleOutputDiff.h
+4 −3
SingleInputSingleOutputDiff.h
...h/differential_testing/SingleInputSingleOutputDiff.h
+1 −1
FDimTest.h
libc/test/src/math/smoke/FDimTest.h
+9 −7
FmaTest.h
libc/test/src/math/smoke/FmaTest.h
+10 −10
HypotTest.h
libc/test/src/math/smoke/HypotTest.h
+9 −9
ILogbTest.h
libc/test/src/math/smoke/ILogbTest.h
+1 −1
LdExpTest.h
libc/test/src/math/smoke/LdExpTest.h
+8 −6
NextAfterTest.h
libc/test/src/math/smoke/NextAfterTest.h
+12 −10
NextTowardTest.h
libc/test/src/math/smoke/NextTowardTest.h
+1 −1
RIntTest.h
libc/test/src/math/smoke/RIntTest.h
+1 −1
RemQuoTest.h
libc/test/src/math/smoke/RemQuoTest.h
+13 −9
RoundToIntegerTest.h
libc/test/src/math/smoke/RoundToIntegerTest.h
+21 −11
sprintf_test.cpp
libc/test/src/stdio/sprintf_test.cpp
+13 −8
sscanf_test.cpp
libc/test/src/stdio/sscanf_test.cpp
+1 −1
MPFRUtils.cpp
libc/utils/MPFRWrapper/MPFRUtils.cpp