Searched refs:DP2 (Results 1 - 13 of 13) sorted by relevance
/third_party/musl/src/complex/ |
H A D | catan.c | 66 static const double DP2 = 1.98418714791870343106E-9; variable 82 t = ((x - t * DP1) - t * DP2) - t * DP3; in _redupi()
|
H A D | catanl.c | 72 static const long double DP2 = 1.6667485837041756656403424829301998703007e-19L; variable 88 t = ((x - t * DP1) - t * DP2) - t * DP3; in redupil()
|
H A D | catanf.c | 61 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 D | tgsi_opcode_tmp.h | 100 OP12(DP2)
|
H A D | tgsi_lowering.c | 794 * 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 D | etnaviv_compiler_nir_emit.c | 67 OP(fdot2, DP2, 0_1_X), OP(fdot3, DP3, 0_1_X), OP(fdot4, DP4, 0_1_X),
|
H A D | etnaviv_disasm.c | 521 OPC(DP2),
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_vec4_builder.h | 408 ALU2(DP2)
|
H A D | brw_fs_builder.h | 615 ALU2(DP2)
|
H A D | brw_eu.h | 267 ALU2(DP2)
|
H A D | brw_eu_emit.c | 1109 ALU2(DP2) in ALU2()
|
/third_party/mesa3d/src/intel/tools/ |
H A D | i965_gram.y | 388 %token <integer> DIM DO DPAS DPASW DP2 DP3 DP4 DP4A DPH 770 | DP2
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_arit.c | 2911 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