/third_party/musl/libc-test/report_base/ |
D | REPORT | 270 ../../third_party/musl/libc-test/src/math/special/fma.h:418: RD fmal(-0x0p+0,-0x0p+0,-0x0p+0) want … 271 ../../third_party/musl/libc-test/src/math/special/fma.h:422: RD fmal(-0x0p+0,0x0p+0,0x0p+0) want -0… 272 ../../third_party/musl/libc-test/src/math/special/fma.h:423: RD fmal(0x0p+0,-0x0p+0,0x0p+0) want -0… 273 ../../third_party/musl/libc-test/src/math/special/fma.h:424: RD fmal(0x0p+0,0x0p+0,-0x0p+0) want -0… 274 ../../third_party/musl/libc-test/src/math/special/fma.h:455: RD fmal(-0x1p+0,0x1p+0,0x1p+0) want -0… 275 ../../third_party/musl/libc-test/src/math/special/fma.h:456: RD fmal(0x1p+0,0x1p+0,-0x1p+0) want -0… 276 ../../third_party/musl/libc-test/src/math/special/fma.h:457: RD fmal(-0x1p+0,-0x1p+0,-0x1p+0) want … 277 ../../third_party/musl/libc-test/src/math/special/fma.h:458: RD fmal(0x1p+0,0x1p+0,-0x1p-1074) want… 278 ../../third_party/musl/libc-test/src/math/special/fma.h:460: RD fmal(0x1p-1074,-0x1p-1074,0x1.fffff… 279 ../../third_party/musl/libc-test/src/math/special/fma.h:461: RD fmal(0x1p-1074,-0x1p-1074,-0x1.ffff… [all …]
|
/third_party/musl/src/math/ |
D | fmal.c | 31 long double fmal(long double x, long double y, long double z) in fmal() function 165 long double fmal(long double x, long double y, long double z) in fmal() function
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | fmal.c | 31 long double fmal(long double x, long double y, long double z) in fmal() function 165 long double fmal(long double x, long double y, long double z) in fmal() function
|
/third_party/musl/libc-test/src/math/ |
D | fmal.c | 30 y = fmal(p->x, p->x2, p->x3);
|
D | test_src_math.gni | 70 "fmal",
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 117 HANDLE_LIBCALL(FMA_F80, "fmal") 118 HANDLE_LIBCALL(FMA_F128, "fmal") 119 HANDLE_LIBCALL(FMA_PPCF128, "fmal")
|
/third_party/boost/boost/math/ |
D | tr1_c_macros.ipp | 151 #ifdef fmal 152 #undef fmal 154 #define fmal boost_fmal
|
D | tr1.hpp | 518 long double fmal BOOST_PREVENT_MACRO_SUBSTITUTION(long double x, long double y, long double z);
|
/third_party/glib/glib/gnulib/ |
D | gnulib_math.h.in | 946 # undef fmal 947 # define fmal rpl_fmal macro 949 _GL_FUNCDECL_RPL (fmal, long double, 951 _GL_CXXALIAS_RPL (fmal, long double, 955 # undef fmal 956 _GL_FUNCDECL_SYS (fmal, long double, 959 _GL_CXXALIAS_SYS (fmal, long double, 962 _GL_CXXALIASWARN (fmal); 964 # undef fmal 966 _GL_WARN_ON_USE (fmal, "fmal is unportable - " [all …]
|
/third_party/musl/ndk_musl_include/ |
D | math.h | 217 long double fmal(long double, long double, long double);
|
D | tgmath.h | 124 __LDBL((x)+(y)+(z)) ? fmal(x, y, z) : \
|
/third_party/musl/libc-test/src/api/ |
D | math.c | 116 {long double(*p)(long double,long double,long double) = fmal;} in f()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | math.h | 217 long double fmal(long double, long double, long double);
|
D | tgmath.h | 124 __LDBL((x)+(y)+(z)) ? fmal(x, y, z) : \
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | math.h | 217 long double fmal(long double, long double, long double);
|
D | tgmath.h | 124 __LDBL((x)+(y)+(z)) ? fmal(x, y, z) : \
|
/third_party/musl/include/ |
D | math.h | 217 long double fmal(long double, long double, long double);
|
D | tgmath.h | 124 __LDBL((x)+(y)+(z)) ? fmal(x, y, z) : \
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | math.h | 217 long double fmal(long double, long double, long double);
|
/third_party/musl/libc-test/src/math/gen/ |
D | functions.h | 209 T(fmal, lll_l)
|
D | mplibm.c | 435 mp_fff_f(fmal)
|
/third_party/musl/ |
D | libc.map.txt | 681 fmal;
|
/third_party/musl/porting/liteos_a/kernel/ |
D | musl.gni | 153 "$MUSLPORTINGDIR/src/math/fmal.c",
|
/third_party/boost/libs/math/doc/overview/ |
D | tr1.qbk | 325 long double fmal(long double x, long double y, long double z);
|
/third_party/boost/boost/math/tools/ |
D | roots.hpp | 868 inline long double fma_workaround(long double x, long double y, long double z) { return ::fmal(x, y… in fma_workaround()
|