/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/SVE/ |
D | mad.s | 10 mad z0.b, p7/m, z1.b, z31.b label 16 mad z0.h, p7/m, z1.h, z31.h label 22 mad z0.s, p7/m, z1.s, z31.s label 28 mad z0.d, p7/m, z1.d, z31.d label 44 mad z0.d, p7/m, z1.d, z31.d label 56 mad z0.d, p7/m, z1.d, z31.d label
|
D | mad-diagnostics.s | 7 mad z0.h, p8/m, z1.h, z2.h label 16 mad z0.s, p7/m, z1.h, z2.h label
|
/external/u-boot/arch/powerpc/cpu/mpc8xxx/ |
D | fsl_lbc.c | 109 int i, mad, old_mad = 0; in upmconfig() local
|
/external/libchrome/mojo/core/ |
D | handle_table_unittest.cc | 44 base::trace_event::MemoryAllocatorDump* mad = pmd->GetAllocatorDump(name); in CheckNameAndValue() local
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | robust_stats.cc | 75 double mad = Median(std::move(deviations)) * 1.4826; in ScaledMedianAbsoluteDeviation() local
|
/external/swiftshader/src/OpenGL/compiler/ |
D | OutputASM.cpp | 781 Instruction *mad = emit(sw::Shader::OPCODE_MAD, result, i, left, j, right, i, result, i); in visitBinary() local 920 Instruction *mad = emit(sw::Shader::OPCODE_MAD, result, 0, left, i, right, 0, result); in visitBinary() local 938 Instruction *mad = emit(sw::Shader::OPCODE_MAD, result, i, left, j, right, i, result, i); in visitBinary() local 2706 Instruction *mad = emit(sw::Shader::OPCODE_IMAD, &address, &address, &oldScale, right); in lvalue() local
|
/external/mesa3d/src/intel/compiler/ |
D | test_fs_saturate_propagation.cpp | 409 fs_inst *mad = bld.MAD(dst0, src2, src2, src2); in TEST_F() local
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler.c | 1321 struct etna_inst mad[2] = { }; in trans_lrp() local
|
/external/swiftshader/src/Pipeline/ |
D | ShaderCore.cpp | 784 …void ShaderCore::mad(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, const Vector4f &sr… in mad() function in sw::ShaderCore
|
/external/swiftshader/src/Shader/ |
D | ShaderCore.cpp | 784 …void ShaderCore::mad(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, const Vector4f &sr… in mad() function in sw::ShaderCore
|
/external/skia/src/opts/ |
D | SkRasterPipeline_opts.h | 133 SI F mad(F f, F m, F a) { return f*m+a; } in mad() function
|
/external/skqp/src/opts/ |
D | SkRasterPipeline_opts.h | 133 SI F mad(F f, F m, F a) { return f*m+a; } in mad() function
|