Home
last modified time | relevance | path

Searched refs:DP2 (Results 1 – 25 of 28) sorted by relevance

12

/external/musl/src/complex/
Dcatan.c66 static const double DP2 = 1.98418714791870343106E-9; variable
82 t = ((x - t * DP1) - t * DP2) - t * DP3; in _redupi()
Dcatanf.c61 static const double DP2 = 9.67502593994140625E-4; variable
80 t = ((x - t * DP1) - t * DP2) - t * DP3; in _redupif()
Dcatanl.c72 static const long double DP2 = 1.6667485837041756656403424829301998703007e-19L; variable
88 t = ((x - t * DP1) - t * DP2) - t * DP3; in redupil()
/external/ComputeLibrary/src/core/CL/cl_kernels/common/
Dpermute.cl31 …ctor is passed as a preprocessor arguement using -DP1, -DP2, -DP3 and -DP4=int, e.g. -DP1=2, -DP2=…
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_opcode_tmp.h100 OP12(DP2)
Dtgsi_info_opcodes.h72 OPCODE(1, 2, REPL, DP2)
Dtgsi_lowering.c1476 OPCS(DP2) || in tgsi_transform_lowering()
1528 if (OPCS(DP2)) { in tgsi_transform_lowering()
1529 newlen += DP2_GROW * OPCS(DP2); in tgsi_transform_lowering()
/external/igt-gpu-tools/tools/registers/
Dvlv_display_base.txt109 ('DP2', '0x61154', '0x180000')
Dchv_display_base.txt118 ('DP2', '0x61154', '0x180000')
/external/igt-gpu-tools/assembler/
Dbrw_eu.h173 ALU2(DP2)
Dlex.l117 "dp2" { yylval.integer = BRW_OPCODE_DP2; return DP2; }
Dgram.y481 %token <integer> MUL MAC MACH LINE SAD2 SADA2 DP4 DPH DP3 DP2
1092 binaryop: MUL | MAC | MACH | LINE | SAD2 | SADA2 | DP4 | DPH | DP3 | DP2 | PLN | BFI1
Dbrw_eu_emit.c995 ALU2(DP2) in ALU2()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir_emit.c66 OP(fdot2, DP2, 0_1_X), OP(fdot3, DP3, 0_1_X), OP(fdot4, DP4, 0_1_X),
Detnaviv_disasm.c521 OPC(DP2),
Detnaviv_compiler_tgsi.c1796 INSTR(DP2, trans_instr, .opc = INST_OPCODE_DP2, .src = {0, 1, -1}),
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_builder.h409 ALU2(DP2) in ALU2_ACC()
Dbrw_fs_builder.h570 ALU2(DP2) in ALU2_ACC()
Dbrw_eu.h258 ALU2(DP2) in ALU2()
/external/mesa3d/src/intel/tools/
Di965_lex.l74 dp2 { yylval.integer = BRW_OPCODE_DP2; return DP2; }
Di965_gram.y378 %token <integer> DIM DO DPAS DPASW DP2 DP3 DP4 DP4A DPH
760 | DP2
/external/igt-gpu-tools/docs/
Dchamelium.txt106 # DP2 (located next to the VGA connector) = 2
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c2930 LLVMValueRef DP2 = lp_build_const_vec(gallivm, bld->type, -2.4187564849853515625e-4); in lp_build_sin_or_cos() local
2938 LLVMValueRef x_2 = lp_build_fmuladd(b, y_2, DP2, x_1); in lp_build_sin_or_cos()
/external/ImageMagick/PerlMagick/t/
Dinput.mat28 …2113321/00/0035341)&%&('<P9)/.-//,)++)&.Rs_6$#$!!###&('!%a��;)2@SZ]]JI|�G'DP2 (%"2@C@=7…
/external/mesa3d/docs/gallium/
Dtgsi.rst765 .. opcode:: DP2 - 2-component Dot Product
3795 multiplications implied by other operations, such as MAD, FMA, DP2,

12