..
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
Protect functions taking double by #ifdef cl_khr_fp64
2014-06-23 14:15:39 +00:00
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
Add files forgotten in the previous commit
2014-06-13 12:33:40 +00:00
exp.inc
Add files forgotten in the previous commit
2014-06-13 12:33:40 +00:00
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
Add __CLC_ prefix to all macro definitions in headers
2013-07-08 17:27:02 +00:00
fmin.cl
Add __CLC_ prefix to all macro definitions in headers
2013-07-08 17:27:02 +00:00
hypot.cl
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
mad.cl
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
math.h
Implement atan builtin
2014-07-23 15:16:13 +00:00
mix.cl
math: Implement mix builtin
2014-06-16 19:53:59 +00:00
mix.inc
math: Implement mix builtin
2014-06-16 19:53:59 +00:00
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
Add sincos
2014-03-21 16:22:01 +00:00
sincos.inc
Add sincos
2014-03-21 16:22:01 +00:00
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