Searched refs:fmaf (Results 1 – 18 of 18) sorted by relevance
/external/llvm/test/CodeGen/ARM/ |
D | 2013-02-27-expand-vfma.ll | 6 ; CHECK: fmaf 7 ; CHECK: fmaf 8 ; CHECK: fmaf 9 ; CHECK: fmaf 10 ; CHECK-NOT: fmaf 21 ; CHECK: fmaf 22 ; CHECK: fmaf 23 ; CHECK-NOT: fmaf
|
/external/clang/test/CodeGen/ |
D | libcalls.c | 64 float l0 = fmaf(a0, a0, a0); in test_fma()
|
D | libcall-declarations.c | 92 float fmaf(float, float, float); 280 F(floorl), F(fma), F(fmaf), F(fmal), F(fmax),
|
/external/bison/linux-lib/ |
D | math.h | 1103 # undef fmaf 1104 # define fmaf rpl_fmaf 1106 _GL_FUNCDECL_RPL (fmaf, float, (float x, float y, float z)); 1107 _GL_CXXALIAS_RPL (fmaf, float, (float x, float y, float z)); 1110 _GL_FUNCDECL_SYS (fmaf, float, (float x, float y, float z)); 1112 _GL_CXXALIAS_SYS (fmaf, float, (float x, float y, float z)); 1114 _GL_CXXALIASWARN (fmaf); 1116 # undef fmaf 1118 _GL_WARN_ON_USE (fmaf, "fmaf is unportable - "
|
/external/bison/lib/ |
D | math.in.h | 791 # undef fmaf 792 # define fmaf rpl_fmaf macro 794 _GL_FUNCDECL_RPL (fmaf, float, (float x, float y, float z)); 795 _GL_CXXALIAS_RPL (fmaf, float, (float x, float y, float z)); 798 _GL_FUNCDECL_SYS (fmaf, float, (float x, float y, float z)); 800 _GL_CXXALIAS_SYS (fmaf, float, (float x, float y, float z)); 802 _GL_CXXALIASWARN (fmaf); 804 # undef fmaf 806 _GL_WARN_ON_USE (fmaf, "fmaf is unportable - "
|
/external/bison/darwin-lib/ |
D | math.h | 1103 # undef fmaf 1104 # define fmaf rpl_fmaf 1106 _GL_FUNCDECL_RPL (fmaf, float, (float x, float y, float z)); 1107 _GL_CXXALIAS_RPL (fmaf, float, (float x, float y, float z)); 1110 _GL_FUNCDECL_SYS (fmaf, float, (float x, float y, float z)); 1112 _GL_CXXALIAS_SYS (fmaf, float, (float x, float y, float z)); 1114 _GL_CXXALIASWARN (fmaf); 1116 # undef fmaf 1118 _GL_WARN_ON_USE (fmaf, "fmaf is unportable - "
|
/external/chromium_org/v8/src/arm64/ |
D | utils-arm64.h | 109 return fmaf(op1, op2, a); in FusedMultiplyAdd()
|
/external/vixl/src/ |
D | utils-vixl.h | 149 return fmaf(op1, op2, a); in FusedMultiplyAdd()
|
/external/llvm/test/CodeGen/X86/ |
D | fma.ll | 10 ; CHECK-FMA-CALL: fmaf
|
/external/ltrace/etc/ |
D | libm.so.conf | 377 float fmaf(float, float, float);
|
/external/bison/m4/ |
D | math_h.m4 | 44 fabsf fabsl floorf floorl fma fmaf fmal
|
/external/libcxx/include/ |
D | cmath | 197 float fmaf(float x, float y, float z); 1211 using ::fmaf; 1214 … fma(float __x, float __y, float __z) _NOEXCEPT {return fmaf(__x, __y, __z);}
|
/external/libcxx/test/depr/depr.c.headers/ |
D | math_h.disabled.cpp | 412 static_assert((std::is_same<decltype(fmaf(0,0,0)), float>::value), ""); in test_fma()
|
/external/clang/lib/Headers/ |
D | tgmath.h | 736 {return fmaf(__x, __y, __z);} in __tg_fma()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 946 LIBBUILTIN(fmaf, "ffff", "fne", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/numerics/c.math/ |
D | cmath.disabled.cpp | 842 static_assert((std::is_same<decltype(std::fmaf(0,0,0)), float>::value), ""); in test_fma()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1204_abilist.txt | 1976 fun:fmaf=uninstrumented
|
/external/bison/ |
D | configure | 24887 …l exp2 exp2f exp2l expm1 expm1f expm1l fabsf fabsl floorf floorl fma fmaf fmal fmod fmod…
|