| /external/clang/test/CodeGen/ |
| libcall-declarations.c | 39 long double fmal(long double, long double, long double); 83 floorf, fma, fmal, fmaf, fmax, fmaxl, fmaxf, fmin, fminl, fminf, log, logl, 123 // CHECK-NOERRNO: declare x86_fp80 @fmal(x86_fp80, x86_fp80, x86_fp80) [[NUW]]
|
| libcalls.c | 67 long double l2 = fmal(a2, a2, a2);
|
| /external/llvm/test/CodeGen/X86/ |
| fma.ll | 29 ; CHECK: fmal
|
| /external/bison/darwin-lib/ |
| math.h | 1167 # undef fmal macro [all...] |
| /external/bison/lib/ |
| math.in.h | 837 # undef fmal macro 838 # define fmal rpl_fmal macro 840 _GL_FUNCDECL_RPL (fmal, long double, 842 _GL_CXXALIAS_RPL (fmal, long double, 846 # undef fmal macro 847 _GL_FUNCDECL_SYS (fmal, long double, 850 _GL_CXXALIAS_SYS (fmal, long double, 853 _GL_CXXALIASWARN (fmal); variable 855 # undef fmal macro 857 _GL_WARN_ON_USE (fmal, "fmal is unportable - [all...] |
| /external/bison/linux-lib/ |
| math.h | 1167 # undef fmal macro [all...] |
| /external/llvm/test/CodeGen/AArch64/ |
| illegal-float-ops.ll | 230 ; CHECK: bl fmal 242 ; CHECK-NOT: bl fmal
|
| /bionic/libm/upstream-freebsd/lib/msun/src/ |
| s_fma.c | 287 __weak_reference(fma, fmal);
|
| s_fmal.c | 166 fmal(long double x, long double y, long double z) function
|
| /external/bison/m4/ |
| math_h.m4 | 44 fabsf fabsl floorf floorl fma fmaf fmal
|
| /bionic/tests/ |
| math_test.cpp | 623 TEST(math, fmal) { 624 ASSERT_FLOAT_EQ(10.0, fmal(2.0, 3.0, 4.0));
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/ |
| cmath | 64 #undef fmal 193 using ::fmal;
|
| /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
| cmath | 64 #undef fmal 193 using ::fmal;
|
| /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
| cmath | 64 #undef fmal 193 using ::fmal;
|
| /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
| cmath | 64 #undef fmal 193 using ::fmal;
|
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/ |
| cmath | 64 #undef fmal 193 using ::fmal;
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
| cmath | 198 long double fmal(long double x, long double y, long double z); 1218 inline _LIBCPP_INLINE_VISIBILITY long double fma(long double __x, long double __y, long double __z) _NOEXCEPT {return fmal(__x, __y, __z);} [all...] |
| /bionic/libm/include/ |
| math.h | 411 long double fmal(long double, long double, long double);
|
| /development/ndk/platforms/android-3/include/ |
| math.h | 429 long double fmal(long double, long double, long double);
|
| /development/ndk/platforms/android-9/include/ |
| math.h | 429 long double fmal(long double, long double, long double);
|
| /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/ |
| math.h | 429 long double fmal(long double, long double, long double);
|
| /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/ |
| math.h | 429 long double fmal(long double, long double, long double);
|
| /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/ |
| math.h | 429 long double fmal(long double, long double, long double);
|
| /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/ |
| math.h | 429 long double fmal(long double, long double, long double);
|
| /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/ |
| math.h | 429 long double fmal(long double, long double, long double);
|