Star
81
Fork
27
代码
介绍
代码
Issues
10
Pull Requests
9
流水线
Actions
讨论
Wiki
项目成员
44
分析
项目设置
Star
81
Fork
27
master
msdebug
/
libc
/
test
/
src
/
math
下载当前目录
G
GitHub
[libc][math] Optimize copysign{,f,f16} and fabs{,f,f16} with builtins when available (
#99037
)
70843bf6
创建于
2024年7月23日
历史提交
文件
最后提交记录
最后更新时间
exhaustive
[libc][math] Implement cbrtf function correctly rounded to all rounding modes. (
#97936
)
1 年前
generic
[libc] Add proxy header math_macros.h. (
#87598
)
2 年前
performance_testing
[libc][math] Optimize copysign{,f,f16} and fabs{,f,f16} with builtins when available (
#99037
)
1 年前
smoke
[libc][math] Update getpayload and fmul/fadd/fsub/ffma with NaN inputs. (
#99812
)
1 年前
AddTest.h
[libc][math][c23] Add f16{add,sub}f C23 math functions (
#96787
)
1 年前
CMakeLists.txt
[libc][math][c23] Add entrypoints and tests for dsqrt{l,f128} (
#99815
)
1 年前
CeilTest.h
Reapply "[libc][math][c23] Add MPFR unit tests for {ceil,floor,round,roundeven,trunc}f16 (
#94383
)" (
#94807
)
1 年前
CopySignTest.h
[libc] Make fenv and math tests preserve fenv_t state (
#89658
)
2 年前
DivTest.h
[libc][math][c23] Add f16divf C23 math function (
#96131
)
1 年前
FAbsTest.h
[libc] Make fenv and math tests preserve fenv_t state (
#89658
)
2 年前
FDimTest.h
[libc] Make fenv and math tests preserve fenv_t state (
#89658
)
2 年前
FMaxTest.h
[libc] Make fenv and math tests preserve fenv_t state (
#89658
)
2 年前
FMinTest.h
[libc] Make fenv and math tests preserve fenv_t state (
#89658
)
2 年前
FModTest.h
[libc][math] fmod: clear exceptions before the test instead of after
2 年前
FloorTest.h
Reapply "[libc][math][c23] Add MPFR unit tests for {ceil,floor,round,roundeven,trunc}f16 (
#94383
)" (
#94807
)
1 年前
FmaTest.h
[libc][math][c23] Add f16fma{,l,f128} C23 math function (
#96711
)
1 年前
FrexpTest.h
[libc] Make fenv and math tests preserve fenv_t state (
#89658
)
2 年前
HypotTest.h
[libc] Make fenv and math tests preserve fenv_t state (
#89658
)
2 年前
ILogbTest.h
[libc] Make fenv and math tests preserve fenv_t state (
#89658
)
2 年前
LdExpTest.h
[libc] Make fenv and math tests preserve fenv_t state (
#89658
)
2 年前
LogbTest.h
[libc] Make fenv and math tests preserve fenv_t state (
#89658
)
2 年前
ModfTest.h
[libc] Make fenv and math tests preserve fenv_t state (
#89658
)
2 年前
MulTest.h
[libc][math][c23] Add {f,d}mul{l,f128} and f16mul{,f,l,f128} C23 math functions (
#98972
)
1 年前
NearbyIntTest.h
[libc][math] Add MPFR unit tests for nearbyint{,f,l,f16} (
#94479
)
1 年前
NextAfterTest.h
[libc] Make fenv and math tests preserve fenv_t state (
#89658
)
2 年前
RIntTest.h
[libc][math][c23] Add MPFR unit tests for {rint,lrint,llrint,lround,llround}f16 (
#94473
)
1 年前
RemQuoTest.h
[libc] Make fenv and math tests preserve fenv_t state (
#89658
)
2 年前
RoundEvenTest.h
Reapply "[libc][math][c23] Add MPFR unit tests for {ceil,floor,round,roundeven,trunc}f16 (
#94383
)" (
#94807
)
1 年前
RoundTest.h
Reapply "[libc][math][c23] Add MPFR unit tests for {ceil,floor,round,roundeven,trunc}f16 (
#94383
)" (
#94807
)
1 年前
RoundToIntegerTest.h
[libc] Fix warnings emitted by GCC (
#98751
)
1 年前
ScalbnTest.h
[libc][obvious] Fix build.
3 年前
SqrtTest.h
[libc][math][c23] Add f16sqrt{,l,f128} C23 math functions (
#96642
)
1 年前
SubTest.h
[libc][math][c23] Add f16{add,sub}f C23 math functions (
#96787
)
1 年前
TruncTest.h
Reapply "[libc][math][c23] Add MPFR unit tests for {ceil,floor,round,roundeven,trunc}f16 (
#94383
)" (
#94807
)
1 年前
acosf_test.cpp
[libc] Add proxy header math_macros.h. (
#87598
)
2 年前
acoshf_test.cpp
[libc] Add proxy header math_macros.h. (
#87598
)
2 年前
asinf_test.cpp
[libc] Add proxy header math_macros.h. (
#87598
)
2 年前
asinhf_test.cpp
[libc] Add proxy header math_macros.h. (
#87598
)
2 年前
atan2f_test.cpp
[libc] Add proxy header math_macros.h. (
#87598
)
2 年前
atanf_test.cpp
[libc][math] fix loose except check in
{EXPECT,ASSERT}_FP_EXCEPTION
macros (
#88816
)
2 年前
atanhf_test.cpp
[libc][math] fix loose except check in
{EXPECT,ASSERT}_FP_EXCEPTION
macros (
#88816
)
2 年前
cbrt_test.cpp
[libc][math] Implement double precision cbrt correctly rounded to all rounding modes. (
#99262
)
1 年前
cbrtf_test.cpp
[libc][math] Implement cbrtf function correctly rounded to all rounding modes. (
#97936
)
1 年前
ceil_test.cpp
[libc] Mass replace enclosing namespace (
#67032
)
2 年前
ceilf16_test.cpp
Reapply "[libc][math][c23] Add MPFR unit tests for {ceil,floor,round,roundeven,trunc}f16 (
#94383
)" (
#94807
)
1 年前
ceilf_test.cpp
[libc] Mass replace enclosing namespace (
#67032
)
2 年前
ceill_test.cpp
[libc] Mass replace enclosing namespace (
#67032
)
2 年前
copysign_test.cpp
[libc] Mass replace enclosing namespace (
#67032
)
2 年前
copysignf_test.cpp
[libc] Mass replace enclosing namespace (
#67032
)
2 年前
copysignl_test.cpp
[libc] Mass replace enclosing namespace (
#67032
)
2 年前
cos_test.cpp
[libc][math] Implement double precision cos correctly rounded to all rounding modes. (
#96591
)
1 年前
cosf_test.cpp
[libc] Add proxy header math_macros.h. (
#87598
)
2 年前
coshf_test.cpp
[libc] Add proxy header math_macros.h. (
#87598
)
2 年前
cospif_test.cpp
[libc][math][C23] Cospif function should only return unsigned zeros (
#98037
)
1 年前
dmull_test.cpp
[libc][math][c23] Add {f,d}mul{l,f128} and f16mul{,f,l,f128} C23 math functions (
#98972
)
1 年前
dsqrtl_test.cpp
[libc][math][c23] Add entrypoints and tests for dsqrt{l,f128} (
#99815
)
1 年前
erff_test.cpp
[libc] Add proxy header math_macros.h. (
#87598
)
2 年前
exp10_test.cpp
[libc] Add proxy header math_macros.h. (
#87598
)
2 年前
exp10f_test.cpp
[libc] Add proxy header math_macros.h. (
#87598
)
2 年前
exp2_test.cpp
[libc] Add proxy header math_macros.h. (
#87598
)
2 年前
exp2f_test.cpp
[libc] Add proxy header math_macros.h. (
#87598
)
2 年前
exp2m1f_test.cpp
[libc] Add proxy header math_macros.h. (
#87598
)
2 年前
exp_test.cpp
[libc] Add proxy header math_macros.h. (
#87598
)
2 年前
expf_test.cpp
[libc] Add proxy header math_macros.h. (
#87598
)
2 年前
explogxf_test.cpp
[libc] Add proxy header math_macros.h. (
#87598
)
2 年前
expm1_test.cpp
[libc][math] Fix overflow shifts for dyadic floats and add skip accuracy option for expm1. (
#98048
)
1 年前
expm1f_test.cpp
[libc] Add proxy header math_macros.h. (
#87598
)
2 年前
f16add_test.cpp
[libc][math][c23] Add f16{add,sub}{,l,f128} C23 math functions (
#97072
)
1 年前
f16addf_test.cpp
[libc][math][c23] Add f16{add,sub}f C23 math functions (
#96787
)
1 年前
f16addl_test.cpp
[libc][math][c23] Add f16{add,sub}{,l,f128} C23 math functions (
#97072
)
1 年前
f16div_test.cpp
[libc][math][c23] Add f16div{,l,f128} C23 math functions (
#97054
)
1 年前
f16divf_test.cpp
[libc][math][c23] Add f16divf C23 math function (
#96131
)
1 年前
f16divl_test.cpp
[libc][math][c23] Add f16div{,l,f128} C23 math functions (
#97054
)
1 年前
f16fma_test.cpp
[libc][math][c23] Add f16fma{,l,f128} C23 math function (
#96711
)
1 年前
f16fmaf_test.cpp
[libc][math][c23] Add f16fma{,l,f128} C23 math function (
#96711
)
1 年前
f16fmal_test.cpp
[libc][math][c23] Add f16fma{,l,f128} C23 math function (
#96711
)
1 年前
f16mul_test.cpp
[libc][math][c23] Add {f,d}mul{l,f128} and f16mul{,f,l,f128} C23 math functions (
#98972
)
1 年前
f16mulf_test.cpp
[libc][math][c23] Add {f,d}mul{l,f128} and f16mul{,f,l,f128} C23 math functions (
#98972
)
1 年前
f16mull_test.cpp
[libc][math][c23] Add {f,d}mul{l,f128} and f16mul{,f,l,f128} C23 math functions (
#98972
)
1 年前
f16sqrt_test.cpp
[libc][math][c23] Add f16sqrt{,l,f128} C23 math functions (
#96642
)
1 年前
f16sqrtf_test.cpp
[libc][math][c23] Add MPFR unit test for f16sqrtf (
#97062
)
1 年前
f16sqrtl_test.cpp
[libc][math][c23] Add f16sqrt{,l,f128} C23 math functions (
#96642
)
1 年前
f16sub_test.cpp
[libc][math][c23] Add f16{add,sub}{,l,f128} C23 math functions (
#97072
)
1 年前
f16subf_test.cpp
[libc][math][c23] Add f16{add,sub}f C23 math functions (
#96787
)
1 年前
f16subl_test.cpp
[libc][math][c23] Add f16{add,sub}{,l,f128} C23 math functions (
#97072
)
1 年前
fabs_test.cpp
[libc] Mass replace enclosing namespace (
#67032
)
2 年前
fabsf_test.cpp
[libc] Mass replace enclosing namespace (
#67032
)
2 年前
fabsl_test.cpp
[libc] Mass replace enclosing namespace (
#67032
)
2 年前
fadd_test.cpp
[libc][math]fadd implementation (
#99694
)
1 年前
fdim_test.cpp
[libc] Add proxy header math_macros.h. (
#87598
)
2 年前
fdimf_test.cpp
[libc] Add proxy header math_macros.h. (
#87598
)
2 年前
fdiml_test.cpp
[libc] Add proxy header math_macros.h. (
#87598
)
2 年前
floor_test.cpp
[libc] Mass replace enclosing namespace (
#67032
)
2 年前
floorf16_test.cpp
Reapply "[libc][math][c23] Add MPFR unit tests for {ceil,floor,round,roundeven,trunc}f16 (
#94383
)" (
#94807
)
1 年前
floorf_test.cpp
[libc] Mass replace enclosing namespace (
#67032
)
2 年前
floorl_test.cpp
[libc] Mass replace enclosing namespace (
#67032
)
2 年前
fma_test.cpp
[libc][math][c23] Add f16fmaf C23 math function (
#95483
)
1 年前
fmaf_test.cpp
[libc][math][c23] Add f16fma{,l,f128} C23 math function (
#96711
)
1 年前
fmax_test.cpp
[libc] Mass replace enclosing namespace (
#67032
)
2 年前
fmaxf_test.cpp
[libc] Mass replace enclosing namespace (
#67032
)
2 年前