Searched refs:fmal (Results 1 – 18 of 18) sorted by relevance
/external/clang/test/CodeGen/ |
D | libcalls.c | 72 long double l2 = fmal(a2, a2, a2); in test_fma()
|
D | libcall-declarations.c | 93 long double fmal(long double, long double, long double); 280 F(floorl), F(fma), F(fmaf), F(fmal), F(fmax),
|
/external/bison/linux-lib/ |
D | math.h | 1149 # undef fmal 1150 # define fmal rpl_fmal 1152 _GL_FUNCDECL_RPL (fmal, long double, 1154 _GL_CXXALIAS_RPL (fmal, long double, 1158 # undef fmal 1159 _GL_FUNCDECL_SYS (fmal, long double, 1162 _GL_CXXALIAS_SYS (fmal, long double, 1165 _GL_CXXALIASWARN (fmal); 1167 # undef fmal 1169 _GL_WARN_ON_USE (fmal, "fmal is unportable - "
|
/external/bison/lib/ |
D | math.in.h | 837 # undef fmal 838 # define fmal rpl_fmal macro 840 _GL_FUNCDECL_RPL (fmal, long double, 842 _GL_CXXALIAS_RPL (fmal, long double, 846 # undef fmal 847 _GL_FUNCDECL_SYS (fmal, long double, 850 _GL_CXXALIAS_SYS (fmal, long double, 853 _GL_CXXALIASWARN (fmal); 855 # undef fmal 857 _GL_WARN_ON_USE (fmal, "fmal is unportable - "
|
/external/bison/darwin-lib/ |
D | math.h | 1149 # undef fmal 1150 # define fmal rpl_fmal 1152 _GL_FUNCDECL_RPL (fmal, long double, 1154 _GL_CXXALIAS_RPL (fmal, long double, 1158 # undef fmal 1159 _GL_FUNCDECL_SYS (fmal, long double, 1162 _GL_CXXALIAS_SYS (fmal, long double, 1165 _GL_CXXALIASWARN (fmal); 1167 # undef fmal 1169 _GL_WARN_ON_USE (fmal, "fmal is unportable - "
|
/external/llvm/test/CodeGen/AArch64/ |
D | illegal-float-ops.ll | 230 ; CHECK: bl fmal 242 ; CHECK-NOT: bl fmal
|
D | arm64-illegal-float-ops.ll | 230 ; CHECK: bl fmal 242 ; CHECK-NOT: bl fmal
|
/external/llvm/test/CodeGen/X86/ |
D | fma.ll | 29 ; CHECK: fmal
|
/external/ltrace/etc/ |
D | libm.so.conf | 378 ldouble fmal(ldouble, ldouble, ldouble);
|
/external/bison/m4/ |
D | math_h.m4 | 44 fabsf fabsl floorf floorl fma fmaf fmal
|
/external/libcxx/include/ |
D | cmath | 198 long double fmal(long double x, long double y, long double z); 1215 …uble fma(long double __x, long double __y, long double __z) _NOEXCEPT {return fmal(__x, __y, __z);} 1652 using ::fmal;
|
/external/libcxx/test/depr/depr.c.headers/ |
D | math_h.disabled.cpp | 413 static_assert((std::is_same<decltype(fmal(0,0,0)), long double>::value), ""); in test_fma()
|
/external/llvm/test/CodeGen/Mips/ |
D | mips64-f128.ll | 462 ; ALL: ld $25, %call16(fmal)
|
/external/clang/lib/Headers/ |
D | tgmath.h | 746 {return fmal(__x, __y, __z);} in __tg_fma()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 947 LIBBUILTIN(fmal, "LdLdLdLd", "fne", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/numerics/c.math/ |
D | cmath.disabled.cpp | 843 static_assert((std::is_same<decltype(std::fmal(0,0,0)), long double>::value), ""); in test_fma()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1204_abilist.txt | 1977 fun:fmal=uninstrumented
|
/external/bison/ |
D | configure | 24887 …2 exp2f exp2l expm1 expm1f expm1l fabsf fabsl floorf floorl fma fmaf fmal fmod fmodf fmo…
|