Searched refs:fmal (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dfma_opt.S29 .globl fmal
30 .set fmal, fma
/freebsd-12-stable/lib/msun/tests/
H A Dfma_test.c68 test(fmal, (x), (y), (z), (result), (exceptmask), (excepts)); \
119 test(fmal, -LDBL_MIN, LDBL_MIN, 0.0, -0.0,
153 test(fmal, LDBL_MAX, LDBL_MAX, -INFINITY, -INFINITY,
157 test(fmal, LDBL_MAX, -LDBL_MAX, INFINITY, INFINITY,
175 test(fmal, LDBL_MIN, LDBL_MIN, NAN, NAN, ALL_STD_EXCEPT, 0);
178 test(fmal, LDBL_MAX, LDBL_MAX, NAN, NAN, ALL_STD_EXCEPT, 0);
194 test(fmal, one, one, 0x1.0p-200, 1.0 + LDBL_EPSILON,
207 test(fmal, -one, one, -0x1.0p-200, -(1.0 + LDBL_EPSILON),
220 test(fmal, one, one, -0x1.0p-200, 1.0 - LDBL_EPSILON / 2,
233 test(fmal,
[all...]
/freebsd-12-stable/lib/msun/src/
H A Ds_fmal.c168 fmal(long double x, long double y, long double z) function
H A Ds_fma.c289 __weak_reference(fma, fmal);
H A Dmath.h465 long double fmal(long double, long double, long double);
/freebsd-12-stable/tools/regression/include/tgmath/
H A Dtgmath.c117 (fmal)(long double x, long double y, long double z) { n_long_double++; } function
/freebsd-12-stable/lib/msun/
H A DMakefile210 MLINKS+=fma.3 fmaf.3 fma.3 fmal.3
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h739 {return fmal(__x, __y, __z);}
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h194 long double fmal(long double x, long double y, long double z);
1242 inline _LIBCPP_INLINE_VISIBILITY long double fma(long double __lcpp_x, long double __lcpp_y, long double __lcpp_z) _NOEXCEPT {return ::fmal(__lcpp_x, __lcpp_y, __lcpp_z);}
/freebsd-12-stable/contrib/libstdc++/
H A Dconfigure31001 fmal(0.0l, 0.0l, 0.0l);
[all...]

Completed in 139 milliseconds