llvm-project/libclc/generic/lib/math
zhoujing 7b949c1868 [VENTUS][RISCV][libclc] Add additional soft float support functions 2023-07-12 21:02:52 +08:00
..
acos.cl libclc: Use acos implementation from amd_builtins 2020-02-20 23:36:14 -05:00
acosh.cl
acospi.cl
asin.cl
asinh.cl
asinpi.cl
atan.cl
atan2.cl
atan2pi.cl
atanh.cl
atanpi.cl
binary_impl.inc
cbrt.cl
ceil.cl
clc_exp10.cl
clc_fma.cl
clc_fmod.cl
clc_hypot.cl
clc_ldexp.cl
clc_nextafter.cl
clc_pow.cl
clc_pown.cl
clc_powr.cl
clc_remainder.cl
clc_remquo.cl
clc_rootn.cl
clc_sqrt.cl
clc_sqrt_impl.inc
clc_sw_binary.inc
clc_sw_unary.inc
clc_tan.cl
clc_tanpi.cl
copysign.cl
cos.cl
cosh.cl
cospi.cl
ep_log.cl
ep_log.h
erf.cl
erfc.cl
exp.cl
exp2.cl
exp10.cl
exp_helper.cl
exp_helper.h
expm1.cl
fabs.cl
fdim.cl
fdim.inc
floor.cl
fma.cl
fma.inc
fmax.cl [VENTUS][RISCV][libclc] Add soft float support 2023-07-12 16:40:11 +08:00
fmax.inc
fmin.cl [VENTUS][RISCV][libclc] Add soft float support 2023-07-12 16:40:11 +08:00
fmin.inc
fmod.cl
fract.cl
fract.inc
frexp.cl
frexp.inc
half_binary.inc
half_cos.cl
half_divide.cl
half_exp.cl
half_exp2.cl
half_exp10.cl
half_log.cl
half_log2.cl
half_log10.cl
half_powr.cl
half_recip.cl
half_rsqrt.cl
half_sin.cl
half_sqrt.cl
half_tan.cl
half_unary.inc
hypot.cl
ilogb.cl libclc: Fix FP_ILOGBNAN definition 2020-08-17 13:45:43 -07:00
ldexp.cl
ldexp.inc
lgamma.cl
lgamma_r.cl [VENTUS][RISCV][libclc] Add soft float support 2023-07-12 16:40:11 +08:00
lgamma_r.inc
log.cl
log1p.cl
log2.cl
log10.cl
log_base.h
logb.cl
mad.cl
mad.inc
math.h libclc: Add a __builtin to let SPIRV targets select between SW and HW FMA 2020-09-16 01:37:22 -04:00
maxmag.cl
maxmag.inc
minmag.cl
minmag.inc
modf.cl
modf.inc [VENTUS][RISCV][fix] Fix undefined symbol errors in libclc 2023-07-07 16:24:29 +08:00
nan.cl
nan.inc
native_cos.cl [VENTUS][RISCV][fix] Fix undefined symbol errors in libclc 2023-07-07 16:24:29 +08:00
native_divide.cl
native_divide.inc
native_exp.cl [VENTUS][RISCV][fix] Fix undefined symbol errors in libclc 2023-07-07 16:24:29 +08:00
native_exp2.cl [VENTUS][RISCV][fix] Fix undefined symbol errors in libclc 2023-07-07 16:24:29 +08:00
native_exp10.cl
native_exp10.inc
native_log.cl [VENTUS][RISCV][fix] Fix undefined symbol errors in libclc 2023-07-07 16:24:29 +08:00
native_log2.cl [VENTUS][RISCV][fix] Fix undefined symbol errors in libclc 2023-07-07 16:24:29 +08:00
native_log10.cl [VENTUS][RISCV][fix] Fix undefined symbol errors in libclc 2023-07-07 16:24:29 +08:00
native_powr.cl
native_powr.inc
native_recip.cl
native_recip.inc
native_rsqrt.cl
native_rsqrt.inc
native_sin.cl [VENTUS][RISCV][fix] Fix undefined symbol errors in libclc 2023-07-07 16:24:29 +08:00
native_sqrt.cl
native_tan.cl
native_tan.inc
native_unary_intrinsic.inc
nextafter.cl [VENTUS][RISCV][libclc] Add additional soft float support functions 2023-07-12 21:02:52 +08:00
pow.cl
pown.cl
pown.inc
powr.cl
remainder.cl
remquo.cl
remquo.inc
rint.cl
rootn.cl
rootn.inc
round.cl
rsqrt.cl
sin.cl
sincos.cl
sincos.inc
sincosD_piby4.h
sincos_helpers.cl
sincos_helpers.h
sincospiF_piby4.h
sinh.cl
sinpi.cl
sqrt.cl
tables.cl
tables.h
tan.cl
tanh.cl
tanpi.cl
tgamma.cl
trunc.cl
unary_builtin.inc