llvm-project/libclc/generic/include/clc/math
Tom Stellard d835b3f1af Implement cbrt builtin
This implementation was ported from the AMD builtin library
and has been tested with piglit, OpenCV, and the ocl conformance tests.

llvm-svn: 276497
2016-07-22 23:45:15 +00:00
..
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 Add __CLC_ prefix to all macro definitions in headers 2013-07-08 17:27:02 +00:00
binary_intrin.inc Add __CLC_ prefix to all macro definitions in headers 2013-07-08 17:27:02 +00:00
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 Add __CLC_ prefix to all macro definitions in headers 2013-07-08 17:27:02 +00:00
clc_nextafter.h Implement nextafter() builtin 2013-10-10 19:08:51 +00:00
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
fabs.h Add __CLC_ prefix to all macro definitions in headers 2013-07-08 17:27:02 +00:00
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 Add __CLC_ prefix to all macro definitions in headers 2013-07-08 17:27:02 +00:00
fma.h Add __CLC_ prefix to all macro definitions in headers 2013-07-08 17:27:02 +00:00
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 Add __CLC_ prefix to all macro definitions in headers 2013-07-08 17:27:02 +00:00
hypot.inc Add __CLC_ prefix to all macro definitions in headers 2013-07-08 17:27:02 +00:00
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
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
mad.h Add __CLC_ prefix to all macro definitions in headers 2013-07-08 17:27:02 +00:00
mad.inc Add __CLC_ prefix to all macro definitions in headers 2013-07-08 17:27:02 +00:00
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_sin.h
native_sqrt.h
nextafter.h Implement nextafter() builtin 2013-10-10 19:08:51 +00:00
pow.h Add __CLC_ prefix to all macro definitions in headers 2013-07-08 17:27:02 +00:00
pown.h Add pown 2014-06-18 19:42:23 +00:00
rint.h Implement generic rint() 2013-08-10 03:40:33 +00:00
round.h Implement round builtin 2013-11-18 18:21:27 +00:00
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
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 Add __CLC_ prefix to all macro definitions in headers 2013-07-08 17:27:02 +00:00
trunc.h Implement trunc builtin. 2013-12-20 02:08:46 +00:00
unary_decl.inc Add __CLC_ prefix to all macro definitions in headers 2013-07-08 17:27:02 +00:00
unary_intrin.inc Add __CLC_ prefix to all macro definitions in headers 2013-07-08 17:27:02 +00:00