Star
81
Fork
27
代码
介绍
代码
Issues
10
Pull Requests
9
流水线
Actions
讨论
Wiki
项目成员
44
分析
项目设置
Star
81
Fork
27
master
msdebug
/
libc
/
src
/
math
/
generic
下载当前目录
G
GitHub
[libc][NFC] clean up some includes (
#99719
)
9da08714
创建于
2024年7月23日
历史提交
文件
最后提交记录
最后更新时间
CMakeLists.txt
[libc][math] Optimize copysign{,f,f16} and fabs{,f,f16} with builtins when available (
#99037
)
1 年前
acosf.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
acoshf.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
asinf.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
asinhf.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
atan2f.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
atanf.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
atanhf.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
canonicalize.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
canonicalizef.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
canonicalizef128.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
canonicalizef16.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
canonicalizel.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
cbrt.cpp
[libc][math] Remove constexpr quantifier from cbrt's utility functions. (
#99349
)
1 年前
cbrtf.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
ceil.cpp
[libc][math] Optimize nearest integer functions using builtins when available (
#98376
)
1 年前
ceilf.cpp
[libc][math] Optimize nearest integer functions using builtins when available (
#98376
)
1 年前
ceilf128.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
ceilf16.cpp
[libc][math] Optimize nearest integer functions using builtins when available (
#98376
)
1 年前
ceill.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
common_constants.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
common_constants.h
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
copysign.cpp
[libc][math] Optimize copysign{,f,f16} and fabs{,f,f16} with builtins when available (
#99037
)
1 年前
copysignf.cpp
[libc][math] Optimize copysign{,f,f16} and fabs{,f,f16} with builtins when available (
#99037
)
1 年前
copysignf128.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
copysignf16.cpp
[libc][math] Optimize copysign{,f,f16} and fabs{,f,f16} with builtins when available (
#99037
)
1 年前
copysignl.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
cos.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
cosf.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
coshf.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
cospif.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
dmulf128.cpp
[libc][math][c23] Add {f,d}mul{l,f128} and f16mul{,f,l,f128} C23 math functions (
#98972
)
1 年前
dmull.cpp
[libc][math][c23] Add {f,d}mul{l,f128} and f16mul{,f,l,f128} C23 math functions (
#98972
)
1 年前
dsqrtf128.cpp
[libc][math][c23] Add entrypoints and tests for dsqrt{l,f128} (
#99815
)
1 年前
dsqrtl.cpp
[libc][math][c23] Add entrypoints and tests for dsqrt{l,f128} (
#99815
)
1 年前
erff.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
exp.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
exp10.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
exp10f.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
exp10f_impl.h
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
exp2.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
exp2f.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
exp2f_impl.h
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
exp2m1f.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
exp_utils.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
exp_utils.h
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
expf.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
explogxf.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
explogxf.h
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
expm1.cpp
[libc][NFC] clean up some includes (
#99719
)
1 年前
expm1f.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
f16add.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
f16addf.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
f16addf128.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
f16addl.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
f16div.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
f16divf.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
f16divf128.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
f16divl.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
f16fma.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
f16fmaf.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
f16fmaf128.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
f16fmal.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
f16mul.cpp
[libc][math][c23] Add {f,d}mul{l,f128} and f16mul{,f,l,f128} C23 math functions (
#98972
)
1 年前
f16mulf.cpp
[libc][math][c23] Add {f,d}mul{l,f128} and f16mul{,f,l,f128} C23 math functions (
#98972
)
1 年前
f16mulf128.cpp
[libc][math][c23] Add {f,d}mul{l,f128} and f16mul{,f,l,f128} C23 math functions (
#98972
)
1 年前
f16mull.cpp
[libc][math][c23] Add {f,d}mul{l,f128} and f16mul{,f,l,f128} C23 math functions (
#98972
)
1 年前
f16sqrt.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
f16sqrtf.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
f16sqrtf128.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
f16sqrtl.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
f16sub.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
f16subf.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
f16subf128.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
f16subl.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
fabs.cpp
[libc][math] Optimize copysign{,f,f16} and fabs{,f,f16} with builtins when available (
#99037
)
1 年前
fabsf.cpp
[libc][math] Optimize copysign{,f,f16} and fabs{,f,f16} with builtins when available (
#99037
)
1 年前
fabsf128.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
fabsf16.cpp
[libc][math] Optimize copysign{,f,f16} and fabs{,f,f16} with builtins when available (
#99037
)
1 年前
fabsl.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
fadd.cpp
[libc][math]fadd implementation (
#99694
)
1 年前
fdim.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
fdimf.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
fdimf128.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
fdimf16.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
fdiml.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
floor.cpp
[libc][math] Optimize nearest integer functions using builtins when available (
#98376
)
1 年前
floorf.cpp
[libc][math] Optimize nearest integer functions using builtins when available (
#98376
)
1 年前
floorf128.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
floorf16.cpp
[libc][math] Optimize nearest integer functions using builtins when available (
#98376
)
1 年前
floorl.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
fma.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
fmaf.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
fmax.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
fmaxf.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
fmaxf128.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
fmaxf16.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
fmaximum.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
fmaximum_mag.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前
fmaximum_mag_num.cpp
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
)
1 年前