.. |
acos.h
|
math: Add acos implementation
|
2014-09-10 15:43:29 +00:00 |
acos.inc
|
math: Add acos implementation
|
2014-09-10 15:43:29 +00:00 |
acosh.h
|
Implement acosh builtin
|
2015-04-07 16:20:20 +00:00 |
acosh.inc
|
Implement acosh builtin
|
2015-04-07 16:20:20 +00:00 |
acospi.h
|
Implement acospi builtin
|
2015-04-02 17:01:52 +00:00 |
acospi.inc
|
Implement acospi builtin
|
2015-04-02 17:01:52 +00:00 |
asin.h
|
math: Add asin implementation
|
2014-09-10 15:43:32 +00:00 |
asin.inc
|
math: Add asin implementation
|
2014-09-10 15:43:32 +00:00 |
asinh.h
|
Implement asinh builtin
|
2015-04-02 17:01:54 +00:00 |
asinh.inc
|
Implement asinh builtin
|
2015-04-02 17:01:54 +00:00 |
asinpi.h
|
Implement asinpi builtin
|
2015-04-02 17:01:56 +00:00 |
asinpi.inc
|
Implement asinpi builtin
|
2015-04-02 17:01:56 +00:00 |
atan.h
|
Implement atan builtin
|
2014-07-23 15:16:13 +00:00 |
atan.inc
|
Implement atan builtin
|
2014-07-23 15:16:13 +00:00 |
atan2.h
|
Implement atan2 builtin
|
2014-07-23 15:16:16 +00:00 |
atan2.inc
|
Implement atan2 builtin
|
2014-07-23 15:16:16 +00:00 |
atan2pi.h
|
Implement atan2pi builtin
|
2015-05-12 14:48:26 +00:00 |
atan2pi.inc
|
Implement atan2pi builtin
|
2015-05-12 14:48:26 +00:00 |
atanh.h
|
Implement atanh builtin
|
2015-04-07 16:20:22 +00:00 |
atanh.inc
|
Implement atanh builtin
|
2015-04-07 16:20:22 +00:00 |
atanpi.h
|
Implement atanpi builtin
|
2015-04-02 17:01:58 +00:00 |
atanpi.inc
|
Implement atanpi builtin
|
2015-04-02 17:01:58 +00:00 |
binary_decl.inc
|
…
|
|
binary_intrin.inc
|
…
|
|
cbrt.h
|
Implement cbrt builtin
|
2016-07-22 23:45:15 +00:00 |
cbrt.inc
|
Implement cbrt builtin
|
2016-07-22 23:45:15 +00:00 |
ceil.h
|
…
|
|
clc_nextafter.h
|
…
|
|
copysign.h
|
Fix implementation of copysign
|
2014-09-03 15:55:38 +00:00 |
copysign.inc
|
Fix implementation of copysign
|
2014-09-03 15:55:38 +00:00 |
cos.h
|
Implement cos builtin for float types
|
2014-07-23 15:16:18 +00:00 |
cos.inc
|
Implement cos builtin for float types
|
2014-07-23 15:16:18 +00:00 |
cosh.h
|
Implement cosh builtin
|
2016-07-22 23:45:13 +00:00 |
cosh.inc
|
Implement cosh builtin
|
2016-07-22 23:45:13 +00:00 |
cospi.h
|
libclc/math: Add cospi
|
2015-02-26 15:42:00 +00:00 |
cospi.inc
|
libclc/math: Add cospi
|
2015-02-26 15:42:00 +00:00 |
erf.h
|
math: Add erf ported from amd-builtins
|
2016-05-06 18:02:30 +00:00 |
erfc.h
|
math: Implement erfc
|
2015-03-18 21:52:07 +00:00 |
exp.h
|
Implementations for exp(float) and exp(double) v2
|
2014-06-13 09:40:09 +00:00 |
exp2.h
|
Implement exp2 using OpenCL C rather than using an intrinsic
|
2015-05-13 03:55:07 +00:00 |
exp2.inc
|
Implement exp2 using OpenCL C rather than using an intrinsic
|
2015-05-13 03:55:07 +00:00 |
exp10.h
|
Add exp10
|
2014-06-25 10:06:35 +00:00 |
expm1.h
|
math: Add expm1 builtin function
|
2017-01-18 03:13:37 +00:00 |
fabs.h
|
…
|
|
fdim.h
|
math: Add fdim implementation
|
2016-05-06 03:34:45 +00:00 |
fdim.inc
|
math: Add fdim implementation
|
2016-05-06 03:34:45 +00:00 |
floor.h
|
…
|
|
fma.h
|
…
|
|
fmax.h
|
Implement fmax using __builtin_fmax
|
2015-03-31 16:59:23 +00:00 |
fmin.h
|
Implement fmin using __builtin_fmin
|
2015-03-31 16:59:21 +00:00 |
fmod.h
|
Implement fmod
|
2014-10-05 20:24:52 +00:00 |
fmod.inc
|
Implement fmod
|
2014-10-05 20:24:52 +00:00 |
fract.h
|
Implement fract builtin
|
2015-04-23 18:50:14 +00:00 |
fract.inc
|
Implement fract builtin
|
2015-04-23 18:50:14 +00:00 |
frexp.h
|
math: Add frexp ported from amd-builtins
|
2016-02-08 17:07:21 +00:00 |
frexp.inc
|
math: Add frexp ported from amd-builtins
|
2016-02-08 17:07:21 +00:00 |
gentype.inc
|
math: Add frexp ported from amd-builtins
|
2016-02-08 17:07:21 +00:00 |
half_rsqrt.h
|
Implement half_rsqrt builtin v3
|
2015-05-08 23:28:44 +00:00 |
half_sqrt.h
|
math: limit half_sqrt to single precision
|
2015-05-09 22:31:03 +00:00 |
hypot.h
|
…
|
|
hypot.inc
|
…
|
|
ilogb.h
|
math: Add ilogb ported from amd-builtins
|
2016-02-23 14:43:09 +00:00 |
ilogb.inc
|
math: Add ilogb ported from amd-builtins
|
2016-02-23 14:43:09 +00:00 |
ldexp.h
|
Implement ldexp for R600/SI
|
2015-05-06 20:53:29 +00:00 |
ldexp.inc
|
Implement ldexp for R600/SI
|
2015-05-06 20:53:29 +00:00 |
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 |
lgamma_r.h
|
math: Implement lgamma_r
|
2016-09-15 00:17:28 +00:00 |
lgamma_r.inc
|
math: Implement lgamma_r
|
2016-09-15 00:17:28 +00:00 |
log.h
|
Fix double implementation of log
|
2015-07-24 18:07:14 +00:00 |
log.inc
|
Fix double implementation of log
|
2015-07-24 18:07:14 +00:00 |
log1p.h
|
Implement log1p builtin
|
2014-10-07 20:22:42 +00:00 |
log1p.inc
|
Implement log1p builtin
|
2014-10-07 20:22:42 +00:00 |
log2.h
|
Implement accurate log2 function
|
2015-07-24 18:07:12 +00:00 |
log2.inc
|
Implement accurate log2 function
|
2015-07-24 18:07:12 +00:00 |
log10.h
|
Implement log10
|
2015-01-30 18:00:34 +00:00 |
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
|
Implement modf math builtin
|
2016-01-27 14:52:10 +00:00 |
modf.inc
|
Implement modf math builtin
|
2016-01-27 14:52:10 +00:00 |
native_cos.h
|
…
|
|
native_divide.h
|
…
|
|
native_exp.h
|
…
|
|
native_exp2.h
|
…
|
|
native_exp10.h
|
Add exp10
|
2014-06-25 10:06:35 +00:00 |
native_log.h
|
Use llvm intrinsics for native_log and native_log2
|
2015-07-24 18:07:06 +00:00 |
native_log.inc
|
Use llvm intrinsics for native_log and native_log2
|
2015-07-24 18:07:06 +00:00 |
native_log2.h
|
Use llvm intrinsics for native_log and native_log2
|
2015-07-24 18:07:06 +00:00 |
native_log2.inc
|
Use llvm intrinsics for native_log and native_log2
|
2015-07-24 18:07:06 +00:00 |
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
|
…
|
|
native_tan.h
|
math: Add native_tan as wrapper to tan
|
2017-02-23 01:46:57 +00:00 |
nextafter.h
|
…
|
|
pow.h
|
…
|
|
pown.h
|
Add pown
|
2014-06-18 19:42:23 +00:00 |
rint.h
|
…
|
|
round.h
|
…
|
|
rsqrt.h
|
Prune CRLF.
|
2014-10-27 12:37:26 +00:00 |
sin.h
|
Implement sin builtin for float types
|
2014-07-23 15:16:21 +00:00 |
sin.inc
|
Implement sin builtin for float types
|
2014-07-23 15:16:21 +00:00 |
sincos.h
|
Add sincos
|
2014-03-21 16:22:01 +00:00 |
sincos.inc
|
Add sincos
|
2014-03-21 16:22:01 +00:00 |
sinh.h
|
math: Implement sinh function
|
2017-02-25 02:46:53 +00:00 |
sinh.inc
|
math: Implement sinh function
|
2017-02-25 02:46:53 +00:00 |
sinpi.h
|
Implement sinpi builtin
|
2015-05-06 21:59:26 +00:00 |
sinpi.inc
|
Implement sinpi builtin
|
2015-05-06 21:59:26 +00:00 |
sqrt.h
|
Fix implementation of sqrt v2
|
2015-07-10 13:37:07 +00:00 |
sqrt.inc
|
Fix implementation of sqrt v2
|
2015-07-10 13:37:07 +00:00 |
tan.h
|
math: Add tan implementation
|
2014-09-10 15:43:35 +00:00 |
tan.inc
|
math: Add tan implementation
|
2014-09-10 15:43:35 +00:00 |
tanh.h
|
Implement tanh builtin
|
2015-09-29 06:39:09 +00:00 |
tanh.inc
|
Implement tanh builtin
|
2015-09-29 06:39:09 +00:00 |
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
|
…
|
|