hanchenye-llvm-project/libclc/generic/lib/math
Tom Stellard bf9f76fbe0 Implement log1p builtin
llvm-svn: 219230
2014-10-07 20:22:42 +00:00
..
acos.cl 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
asin.cl 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
atan.cl Implement atan builtin 2014-07-23 15:16:13 +00:00
atan2.cl Implement atan2 builtin 2014-07-23 15:16:16 +00:00
binary_impl.inc
clc_nextafter.cl Move clcmacro.h to avoid cluttering user namespace v2 2014-06-24 09:36:32 +00:00
copysign.cl Fix implementation of copysign 2014-09-03 15:55:38 +00:00
cos.cl Implement cos builtin for float types 2014-07-23 15:16:18 +00:00
exp.cl
exp.inc
exp10.cl Add exp10 2014-06-25 10:06:35 +00:00
exp10.inc Add exp10 2014-06-25 10:06:35 +00:00
fmax.cl
fmin.cl
fmod.cl Implement fmod 2014-10-05 20:24:52 +00:00
hypot.cl
hypot.inc
log1p.cl Implement log1p builtin 2014-10-07 20:22:42 +00:00
mad.cl
mad.inc
math.h Implement log1p builtin 2014-10-07 20:22:42 +00:00
mix.cl
mix.inc
nextafter.cl Move clcmacro.h to avoid cluttering user namespace v2 2014-06-24 09:36:32 +00:00
pown.cl Move clcmacro.h to avoid cluttering user namespace v2 2014-06-24 09:36:32 +00:00
sin.cl Implement sin builtin for float types 2014-07-23 15:16:21 +00:00
sincos.cl
sincos.inc
sincos_helpers.cl Implement cos builtin for float types 2014-07-23 15:16:18 +00:00
sincos_helpers.h Implement cos builtin for float types 2014-07-23 15:16:18 +00:00
tables.cl Implement log1p builtin 2014-10-07 20:22:42 +00:00
tables.h Implement log1p builtin 2014-10-07 20:22:42 +00:00
tan.cl 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