/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/ |
cmath.pass.cpp | [all...] |
/external/llvm/test/CodeGen/AArch64/ |
arm64-neon-add-sub.ll | 164 %2 = tail call <1 x double> @llvm.fma.v1f64(<1 x double> %1, <1 x double> %c, <1 x double> %a) 171 %1 = tail call <1 x double> @llvm.fma.v1f64(<1 x double> %b, <1 x double> %c, <1 x double> %a) 237 declare <1 x double> @llvm.fma.v1f64(<1 x double>, <1 x double>, <1 x double>)
|
arm64-neon-2velem-high.ll | 3 declare <2 x float> @llvm.fma.v2f32(<2 x float>, <2 x float>, <2 x float>) 5 declare <4 x float> @llvm.fma.v4f32(<4 x float>, <4 x float>, <4 x float>) 303 %0 = tail call <2 x float> @llvm.fma.v2f32(<2 x float> %b, <2 x float> %vecinit1.i, <2 x float> %a) 315 %0 = tail call <4 x float> @llvm.fma.v4f32(<4 x float> %b, <4 x float> %vecinit3.i, <4 x float> %a) 326 %1 = tail call <2 x float> @llvm.fma.v2f32(<2 x float> %0, <2 x float> %vecinit1.i, <2 x float> %a) 339 %1 = tail call <4 x float> @llvm.fma.v4f32(<4 x float> %0, <4 x float> %vecinit3.i, <4 x float> %a)
|
arm64-illegal-float-ops.ll | 223 declare fp128 @llvm.fma.f128(fp128, fp128, fp128) 228 %fmafp128 = call fp128 @llvm.fma.f128(fp128 %fp128, fp128 %fp128, fp128 %fp128)
|
illegal-float-ops.ll | 223 declare fp128 @llvm.fma.f128(fp128, fp128, fp128) 228 %fmafp128 = call fp128 @llvm.fma.f128(fp128 %fp128, fp128 %fp128, fp128 %fp128)
|
arm64-vmul.ll | 449 %tmp4 = call <2 x float> @llvm.fma.v2f32(<2 x float> %tmp1, <2 x float> %tmp2, <2 x float> %tmp3) 459 %tmp4 = call <4 x float> @llvm.fma.v4f32(<4 x float> %tmp1, <4 x float> %tmp2, <4 x float> %tmp3) 469 %tmp4 = call <2 x double> @llvm.fma.v2f64(<2 x double> %tmp1, <2 x double> %tmp2, <2 x double> %tmp3) 473 declare <2 x float> @llvm.fma.v2f32(<2 x float>, <2 x float>, <2 x float>) nounwind readnone 474 declare <4 x float> @llvm.fma.v4f32(<4 x float>, <4 x float>, <4 x float>) nounwind readnone 475 declare <2 x double> @llvm.fma.v2f64(<2 x double>, <2 x double>, <2 x double>) nounwind readnone 484 %tmp5 = call <2 x float> @llvm.fma.v2f32(<2 x float> %tmp1, <2 x float> %tmp4, <2 x float> %tmp3) 495 %tmp5 = call <4 x float> @llvm.fma.v4f32(<4 x float> %tmp1, <4 x float> %tmp4, <4 x float> %tmp3) 506 %tmp5 = call <2 x double> @llvm.fma.v2f64(<2 x double> %tmp1, <2 x double> %tmp4, <2 x double> %tmp3) 517 %tmp5 = call <2 x float> @llvm.fma.v2f32(<2 x float> %tmp4, <2 x float> %tmp1, <2 x float> %tmp3 [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_fma.c | 178 fma(double x, double y, double z) function 287 __weak_reference(fma, fmal);
|
/external/llvm/include/llvm/Target/ |
TargetOptions.h | 214 /// optimizers. Fused operations that are explicitly specified (e.g. FMA 215 /// via the llvm.fma.* intrinsic) will always be honored, regardless of
|
/external/bison/darwin-lib/ |
math.h | 1139 # undef fma macro [all...] |
/external/bison/lib/ |
math.in.h | 814 # undef fma macro 815 # define fma rpl_fma macro 817 _GL_FUNCDECL_RPL (fma, double, (double x, double y, double z)); 818 _GL_CXXALIAS_RPL (fma, double, (double x, double y, double z)); 821 _GL_FUNCDECL_SYS (fma, double, (double x, double y, double z)); 823 _GL_CXXALIAS_SYS (fma, double, (double x, double y, double z)); 825 _GL_CXXALIASWARN (fma); variable 827 # undef fma macro 829 _GL_WARN_ON_USE (fma, "fma is unportable - [all...] |
/external/bison/linux-lib/ |
math.h | 1139 # undef fma macro [all...] |
/external/clang/lib/Headers/ |
fmaintrin.h | 32 # error "FMA instruction set is not enabled"
|
tgmath.h | 731 // fma 741 {return fma(__x, __y, __z);} 748 #undef fma macro 749 #define fma(__x, __y, __z) \ macro
|
/external/llvm/lib/CodeGen/ |
BasicTargetTransformInfo.cpp | 573 case Intrinsic::fma: ISD = ISD::FMA; break; 574 case Intrinsic::fmuladd: ISD = ISD::FMA; break; 599 // If we can't lower fmuladd into an FMA estimate the cost as a floating
|
/external/llvm/test/Analysis/BasicAA/ |
pr18573.ll | 51 attributes #1 = { nounwind "target-cpu"="corei7-avx" "target-features"="+avx2,+popcnt,+cmov,+f16c,+rdrnd,+fma" }
|
/external/llvm/test/CodeGen/Mips/msa/ |
arithmetic_float.ll | 110 %4 = tail call <4 x float> @llvm.fma.v4f32 (<4 x float> %1, <4 x float> %2, 130 %4 = tail call <2 x double> @llvm.fma.v2f64 (<2 x double> %1, <2 x double> %2, 452 declare <4 x float> @llvm.fma.v4f32(<4 x float> %a, <4 x float> %b, 454 declare <2 x double> @llvm.fma.v2f64(<2 x double> %a, <2 x double> %b,
|
/external/vixl/src/ |
utils-vixl.h | 144 return fma(op1, op2, a);
|
/prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/ |
fmaintrin.h | 32 # error "FMA instruction set is not enabled"
|
tgmath.h | 731 // fma 741 {return fma(__x, __y, __z);} 748 #undef fma macro 749 #define fma(__x, __y, __z) \ macro
|
/prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/ |
fmaintrin.h | 32 # error "FMA instruction set is not enabled"
|
tgmath.h | 731 // fma 741 {return fma(__x, __y, __z);} 748 #undef fma macro 749 #define fma(__x, __y, __z) \ macro
|
/prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/ |
fmaintrin.h | 32 # error "FMA instruction set is not enabled"
|
tgmath.h | 731 // fma 741 {return fma(__x, __y, __z);} 748 #undef fma macro 749 #define fma(__x, __y, __z) \ macro
|
/prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/ |
fmaintrin.h | 32 # error "FMA instruction set is not enabled"
|
tgmath.h | 731 // fma 741 {return fma(__x, __y, __z);} 748 #undef fma macro 749 #define fma(__x, __y, __z) \ macro
|