llvm-project/libclc/generic/include/clc/math
NAKAMURA Takumi 729be14435 Prune CRLF.
llvm-svn: 220678
2014-10-27 12:37:26 +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
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
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
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
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
exp.h Implementations for exp(float) and exp(double) v2 2014-06-13 09:40:09 +00:00
exp2.h Add __CLC_ prefix to all macro definitions in headers 2013-07-08 17:27:02 +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
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 Add __CLC_ prefix to all macro definitions in headers 2013-07-08 17:27:02 +00:00
fmin.h Add __CLC_ prefix to all macro definitions in headers 2013-07-08 17:27:02 +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
gentype.inc Implementations for exp(float) and exp(double) v2 2014-06-13 09:40:09 +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
log.h Implement exp, exp2, log, log2, native_exp, native_exp2, native_log, 2012-05-29 00:42:29 +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 Add __CLC_ prefix to all macro definitions in headers 2013-07-08 17:27:02 +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
mix.h 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
native_cos.h
native_divide.h
native_exp.h Implement exp, exp2, log, log2, native_exp, native_exp2, native_log, 2012-05-29 00:42:29 +00:00
native_exp2.h Implement exp, exp2, log, log2, native_exp, native_exp2, native_log, 2012-05-29 00:42:29 +00:00
native_exp10.h Add exp10 2014-06-25 10:06:35 +00:00
native_log.h Implement exp, exp2, log, log2, native_exp, native_exp2, native_log, 2012-05-29 00:42:29 +00:00
native_log2.h Implement exp, exp2, log, log2, native_exp, native_exp2, native_log, 2012-05-29 00:42:29 +00:00
native_powr.h Add native_powr builtin. Patch by Tom Stellard! 2012-10-08 03:39:05 +00:00
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
sqrt.h Add __CLC_ prefix to all macro definitions in headers 2013-07-08 17:27:02 +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
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