Home
last modified time | relevance | path

Searched refs:DP2 (Results 1 - 13 of 13) sorted by relevance

/third_party/musl/src/complex/
H A Dcatan.c66 static const double DP2 = 1.98418714791870343106E-9; variable
82 t = ((x - t * DP1) - t * DP2) - t * DP3; in _redupi()
H A Dcatanl.c72 static const long double DP2 = 1.6667485837041756656403424829301998703007e-19L; variable
88 t = ((x - t * DP1) - t * DP2) - t * DP3; in redupil()
H A Dcatanf.c61 static const double DP2 = 9.67502593994140625E-4; variable
80 t = ((x - t * DP1) - t * DP2) - t * DP3; in _redupif()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_opcode_tmp.h100 OP12(DP2)
H A Dtgsi_lowering.c794 * DP2 - 2-component Dot Product
801 * translation for DP2 using vector instructions.
1476 OPCS(DP2) || in tgsi_transform_lowering()
1528 if (OPCS(DP2)) { in tgsi_transform_lowering()
1529 newlen += DP2_GROW * OPCS(DP2); in tgsi_transform_lowering()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_emit.c67 OP(fdot2, DP2, 0_1_X), OP(fdot3, DP3, 0_1_X), OP(fdot4, DP4, 0_1_X),
H A Detnaviv_disasm.c521 OPC(DP2),
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_builder.h408 ALU2(DP2)
H A Dbrw_fs_builder.h615 ALU2(DP2)
H A Dbrw_eu.h267 ALU2(DP2)
H A Dbrw_eu_emit.c1109 ALU2(DP2) in ALU2()
/third_party/mesa3d/src/intel/tools/
H A Di965_gram.y388 %token <integer> DIM DO DPAS DPASW DP2 DP3 DP4 DP4A DPH
770 | DP2
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c2911 LLVMValueRef DP2 = lp_build_const_vec(gallivm, bld->type, -2.4187564849853515625e-4); in lp_build_sin_or_cos() local
2916 * x = ((x - y * DP1) - y * DP2) - y * DP3; in lp_build_sin_or_cos()
2919 LLVMValueRef x_2 = lp_build_fmuladd(b, y_2, DP2, x_1); in lp_build_sin_or_cos()

Completed in 24 milliseconds