/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
|
D | fp16-promote.ll | 577 ; CHECK-FP16: bl fmaf 583 ; CHECK-LIBCALL: bl 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/v8/src/arm64/ |
D | utils-arm64.h | 132 return fmaf(op1, op2, a); in FusedMultiplyAdd()
|
/external/webrtc/webrtc/modules/audio_processing/intelligibility/ |
D | intelligibility_enhancer.cc | 245 gains[i] = fmaf(filter_bank_[j][i], gains_eq_[j], gains[i]); in UpdateErbGains() 372 ret = fmaf(a[i], b[i], ret); in DotProduct()
|
/external/llvm/test/CodeGen/X86/ |
D | fma.ll | 11 ; CHECK-FMA-CALL: fmaf
|
/external/llvm/test/CodeGen/WebAssembly/ |
D | f32.ll | 149 ; CHECK: {{^}} f32.call $push0=, fmaf@FUNCTION, $0, $1, $2{{$}}
|
/external/libcxx/include/ |
D | cmath | 197 float fmaf(float x, float y, float z); 414 using ::fmaf;
|
D | math.h | 1108 …_x, float __lcpp_y, float __lcpp_z) _NOEXCEPT {return ::fmaf(__lcpp_x, __lcpp_y,… in fma()
|
/external/llvm/test/CodeGen/Thumb2/ |
D | float-intrinsics-float.ll | 101 ; SOFT: bl fmaf
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPU.td | 22 def FeatureFastFMAF32 : SubtargetFeature<"fast-fmaf",
|
/external/bison/m4/ |
D | math_h.m4 | 44 fabsf fabsl floorf floorl fma fmaf fmal
|
/external/vixl/src/ |
D | utils-vixl.h | 358 return fmaf(op1, op2, a); in FusedMultiplyAdd()
|
/external/clang/lib/Headers/ |
D | tgmath.h | 736 {return fmaf(__x, __y, __z);} in __tg_fma()
|
/external/eigen/Eigen/src/Core/arch/SSE/ |
D | PacketMath.h | 868 return ::fmaf(a,b,c);
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 983 static_assert((std::is_same<decltype(fmaf(0,0,0)), float>::value), ""); in test_fma()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 1002 LIBBUILTIN(fmaf, "ffff", "fne", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 985 static_assert((std::is_same<decltype(std::fmaf(0,0,0)), float>::value), ""); in test_fma()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1738 fun:fmaf=uninstrumented
|
/external/bison/ |
D | configure | 24887 …l exp2 exp2f exp2l expm1 expm1f expm1l fabsf fabsl floorf floorl fma fmaf fmal fmod fmod…
|