This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
4794bbffb228894de3ca0dad50fc027eb94f743e
clang-p2996
/
libclc
/
generic
/
include
/
clc
/
math
History
…
..
acos.h
…
acosh.h
…
acospi.h
…
asin.h
…
asinh.h
…
asinpi.h
…
atan2.h
…
atan2pi.h
…
atan.h
…
atanh.h
…
atanpi.h
…
binary_decl_tt.inc
native_divide: provide function implementation instead of macro
2017-11-13 18:28:56 +00:00
binary_decl.inc
math/binary_decl.inc: Do not declare mixed float/double functions
2017-10-08 19:33:53 +00:00
cbrt.h
…
ceil.h
…
copysign.h
…
cos.h
…
cosh.h
…
cospi.h
…
erf.h
…
erfc.h
…
exp2.h
…
exp10.h
…
exp.h
…
expm1.h
…
fabs.h
…
fdim.h
…
floor.h
…
fma.h
…
fmax.h
Implement fmax using __builtin_fmax
2015-03-31 16:59:23 +00:00
fmin.h
…
fmod.h
fmod: Port from amd_builtins
2018-04-06 17:43:08 +00:00
fract.h
…
fract.inc
…
frexp.h
…
frexp.inc
…
gentype.inc
…
half_cos.h
…
half_divide.h
…
half_exp2.h
…
half_exp10.h
…
half_exp.h
…
half_log2.h
…
half_log10.h
…
half_log.h
…
half_powr.h
…
half_recip.h
…
half_rsqrt.h
…
half_sin.h
…
half_sqrt.h
…
half_tan.h
…
hypot.h
…
ilogb.h
…
ilogb.inc
…
ldexp.h
…
ldexp.inc
…
lgamma_r.h
…
lgamma_r.inc
…
lgamma.h
…
log1p.h
…
log2.h
…
log10.h
…
log.h
…
logb.h
…
mad.h
…
maxmag.h
…
minmag.h
…
modf.h
Implement modf math builtin
2016-01-27 14:52:10 +00:00
modf.inc
…
nan.h
…
nan.inc
…
native_cos.h
…
native_divide.h
…
native_exp2.h
…
native_exp10.h
…
native_exp.h
…
native_log2.h
…
native_log10.h
…
native_log.h
…
native_powr.h
…
native_recip.h
…
native_rsqrt.h
…
native_sin.h
native_sin: Switch implementation to llvm intrinsic
2017-11-10 22:16:36 +00:00
native_sqrt.h
…
native_tan.h
…
nextafter.h
…
pow.h
…
pown.h
…
pown.inc
…
powr.h
…
remainder.h
…
remquo.h
…
remquo.inc
…
rint.h
rint: Remove llvm intrinsic from the header.
2019-03-13 07:06:06 +00:00
rootn.h
rootn: Port from amd_builtins
2018-01-17 21:22:14 +00:00
rootn.inc
…
round.h
…
rsqrt.h
…
sin.h
sin: Use unary_decl instead of custom inc file
2017-11-02 19:48:50 +00:00
sincos.h
…
sincos.inc
…
sinh.h
…
sinpi.h
…
sqrt.h
…
tan.h
…
tanh.h
…
tanpi.h
…
ternary_decl.inc
…
tgamma.h
…
trunc.h
…
unary_decl.inc
…