| /external/arm-optimized-routines/pl/math/ |
| D | estrinf.h | 9 #define FMA v_fma_f32 macro 11 #define FMA fmaf macro
|
| D | pairwise_horner.h | 9 #define FMA v_fma_f64 macro 11 #define FMA fma macro
|
| D | horner.h | 9 #define FMA v_fma_f64 macro 11 #define FMA fma macro
|
| D | estrin.h | 11 #define FMA v_fma_f64 macro 13 #define FMA fma macro
|
| D | pairwise_hornerf.h | 9 #define FMA v_fma_f32 macro 11 #define FMA fmaf macro
|
| D | hornerf.h | 9 #define FMA v_fma_f32 macro 11 #define FMA fmaf macro
|
| D | erfcf.h | 13 #define FMA fma macro
|
| /external/mesa3d/src/panfrost/bifrost/test/ |
| D | bi_test_pack.c | 347 bit_round_helper(struct panfrost_device *dev, uint32_t *input, unsigned sz, bool FMA, enum bit_debu… in bit_round_helper() 399 …helper(struct panfrost_device *dev, uint32_t *input, unsigned size, enum bit_debug debug, bool FMA) in bit_fcmp_helper() 455 unsigned to_size, unsigned cx, unsigned cy, bool FMA, in bit_convert_helper() 565 …helper(struct panfrost_device *dev, uint32_t *input, unsigned size, enum bit_debug debug, bool FMA) in bit_imath_helper()
|
| D | bi_interpret.c | 48 bit_read(struct bit_state *s, bi_instruction *ins, unsigned index, nir_alu_type T, bool FMA) in bit_read() 75 bit_write(struct bit_state *s, unsigned index, nir_alu_type T, bit_t value, bool FMA) in bit_write() 397 bit_step(struct bit_state *s, bi_instruction *ins, bool FMA) in bit_step()
|
| /external/skia/src/core/ |
| D | SkCpu.h | 23 FMA = 1 << 8, enumerator
|
| /external/tensorflow/tensorflow/core/platform/ |
| D | cpu_info.h | 89 FMA = 15, enumerator
|
| /external/crosvm/hypervisor/src/haxm/haxm_sys/ |
| D | cpuid.rs | 33 const FMA = feature_bit(12); /* 0x00001000 Fused Multiply-Add */ constant
|
| /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
| D | isa.hpp | 59 bool FMA(void) { return CPU_Rep.f_1_ECX_[12]; } in FMA() function in InstructionSet
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | AutoUpgrade.cpp | 3141 Function *FMA = Intrinsic::getDeclaration(CI->getModule(), IID); in UpgradeIntrinsicCall() local 3144 Function *FMA = Intrinsic::getDeclaration(CI->getModule(), in UpgradeIntrinsicCall() local 3201 Function *FMA = Intrinsic::getDeclaration(CI->getModule(), in UpgradeIntrinsicCall() local 3220 Function *FMA = Intrinsic::getDeclaration(CI->getModule(), Intrinsic::fma, in UpgradeIntrinsicCall() local 3267 Function *FMA = Intrinsic::getDeclaration(CI->getModule(), Intrinsic::fma, in UpgradeIntrinsicCall() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUSubtarget.h | 320 bool FMA; variable 1224 bool FMA; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | InterleavedLoadCombinePass.cpp | 1184 auto FMA = MSSA.getMemoryAccess(First); in combine() local
|
| /external/llvm/include/llvm/CodeGen/ |
| D | ISDOpcodes.h | 244 FMA, enumerator
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | ISDOpcodes.h | 356 FMA, enumerator
|
| /external/llvm/unittests/ADT/ |
| D | APFloatTest.cpp | 456 TEST(APFloatTest, FMA) { in TEST() argument
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | sparse_matmul_op.cc | 278 #define FMA(a, b, c, d) d = Eigen::internal::pmadd<Packet>(a, b, c); macro
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| D | DAGCombiner.cpp | 8259 if (SDValue FMA = FuseFADD(N0, N1)) in visitFMULForFMACombine() local 8261 if (SDValue FMA = FuseFADD(N1, N0)) in visitFMULForFMACombine() local 8290 if (SDValue FMA = FuseFSUB(N0, N1)) in visitFMULForFMACombine() local 8292 if (SDValue FMA = FuseFSUB(N1, N0)) in visitFMULForFMACombine() local
|
| /external/swiftshader/src/Reactor/ |
| D | LLVMReactor.cpp | 3075 RValue<Float4> FMA(RValue<Float4> x, RValue<Float4> y, RValue<Float4> z) in FMA() function 4418 RValue<SIMD::Float> FMA(RValue<SIMD::Float> x, RValue<SIMD::Float> y, RValue<SIMD::Float> z) in FMA() function
|
| D | SubzeroReactor.cpp | 3729 RValue<Float4> FMA(RValue<Float4> x, RValue<Float4> y, RValue<Float4> z) in FMA() function 5075 RValue<SIMD::Float> FMA(RValue<SIMD::Float> x, RValue<SIMD::Float> y, RValue<SIMD::Float> z) in FMA() function
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| D | DAGCombiner.cpp | 12084 if (SDValue FMA = FuseFADD(N0, N1, Flags)) in visitFMULForFMADistributiveCombine() local 12086 if (SDValue FMA = FuseFADD(N1, N0, Flags)) in visitFMULForFMADistributiveCombine() local 12117 if (SDValue FMA = FuseFSUB(N0, N1, Flags)) in visitFMULForFMADistributiveCombine() local 12119 if (SDValue FMA = FuseFSUB(N1, N0, Flags)) in visitFMULForFMADistributiveCombine() local
|
| /external/swiftshader/tests/ReactorUnitTests/ |
| D | ReactorUnitTests.cpp | 1252 TEST(ReactorUnitTests, FMA) in TEST() argument
|