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
e22a79e89810d514bbe43ce8fcc183ae4b2e4d29
clang-p2996
/
libclc
/
generic
/
include
/
clc
/
math
History
Matt Arsenault
9df2b9781c
math: Add native_rsqrt builtin function
...
Trivial define to rsqrt. Patch by Vedran Miletić <
vedran@miletic.net
> llvm-svn: 294608
2017-02-09 18:39:26 +00:00
..
acos.h
…
acos.inc
…
acosh.h
…
acosh.inc
…
acospi.h
…
acospi.inc
…
asin.h
…
asin.inc
…
asinh.h
…
asinh.inc
…
asinpi.h
…
asinpi.inc
…
atan2.h
…
atan2.inc
…
atan2pi.h
…
atan2pi.inc
…
atan.h
…
atan.inc
…
atanh.h
…
atanh.inc
…
atanpi.h
…
atanpi.inc
…
binary_decl.inc
…
binary_intrin.inc
…
cbrt.h
…
cbrt.inc
…
ceil.h
…
clc_nextafter.h
…
copysign.h
…
copysign.inc
…
cos.h
…
cos.inc
…
cosh.h
…
cosh.inc
…
cospi.h
…
cospi.inc
…
erf.h
…
erfc.h
…
exp2.h
…
exp2.inc
…
exp10.h
…
exp.h
…
expm1.h
math: Add expm1 builtin function
2017-01-18 03:13:37 +00:00
fabs.h
…
fdim.h
…
fdim.inc
…
floor.h
…
fma.h
…
fmax.h
…
fmin.h
…
fmod.h
…
fmod.inc
…
fract.h
…
fract.inc
…
frexp.h
…
frexp.inc
…
gentype.inc
…
half_rsqrt.h
…
half_sqrt.h
…
hypot.h
…
hypot.inc
…
ilogb.h
…
ilogb.inc
…
ldexp.h
…
ldexp.inc
…
lgamma_r.h
…
lgamma_r.inc
…
lgamma.h
math: Implement lgamma
2016-09-15 00:17:31 +00:00
lgamma.inc
math: Implement lgamma
2016-09-15 00:17:31 +00:00
log1p.h
…
log1p.inc
…
log2.h
…
log2.inc
…
log10.h
…
log.h
…
log.inc
…
logb.h
math: Add logb builtin
2017-01-18 03:14:10 +00:00
logb.inc
math: Add logb builtin
2017-01-18 03:14:10 +00:00
mad.h
…
mad.inc
…
modf.h
…
modf.inc
…
native_cos.h
…
native_divide.h
…
native_exp2.h
…
native_exp10.h
…
native_exp.h
…
native_log2.h
…
native_log2.inc
…
native_log.h
…
native_log.inc
…
native_powr.h
…
native_rsqrt.h
math: Add native_rsqrt builtin function
2017-02-09 18:39:26 +00:00
native_sin.h
…
native_sqrt.h
…
nextafter.h
…
pow.h
…
pown.h
…
rint.h
…
round.h
…
rsqrt.h
…
sin.h
…
sin.inc
…
sincos.h
…
sincos.inc
…
sinpi.h
…
sinpi.inc
…
sqrt.h
…
sqrt.inc
…
tan.h
…
tan.inc
…
tanh.h
…
tanh.inc
…
ternary_intrin.inc
…
tgamma.h
math: Implement tgamma
2016-09-15 00:17:34 +00:00
tgamma.inc
math: Implement tgamma
2016-09-15 00:17:34 +00:00
trunc.h
…
unary_decl.inc
…
unary_intrin.inc
…