Home
last modified time | relevance | path

Searched refs:add3 (Results 1 – 19 of 19) sorted by relevance

/third_party/mesa3d/src/amd/compiler/tests/
Dtest_assembler.cpp236 …aco_ptr<VOP3_instruction> add3{create_instruction<VOP3_instruction>(aco_opcode::v_add3_u32, Format… variable
237 add3->operands[0] = Operand::zero();
238 add3->operands[1] = Operand::zero();
239 add3->operands[2] = Operand::zero();
240 add3->definitions[0] = Definition(PhysReg(0), v1);
241 bld.insert(std::move(add3));
254 …aco_ptr<VOP3_instruction> add3{create_instruction<VOP3_instruction>(aco_opcode::v_add3_u32, Format… variable
255 add3->operands[0] = Operand::zero();
256 add3->operands[1] = Operand::zero();
257 add3->operands[2] = Operand::zero();
[all …]
Dtest_optimizer.cpp687 BEGIN_TEST(optimize.add3)
/third_party/ffmpeg/libavformat/
Dos_support.c52 unsigned int add1 = 0, add2 = 0, add3 = 0, add4 = 0; in inet_aton() local
54 if (sscanf(str, "%d.%d.%d.%d", &add1, &add2, &add3, &add4) != 4) in inet_aton()
57 if (!add1 || (add1 | add2 | add3 | add4) > 255) in inet_aton()
60 add->s_addr = htonl((add1 << 24) + (add2 << 16) + (add3 << 8) + add4); in inet_aton()
/third_party/typescript/tests/baselines/reference/
DtargetTypeCastTest.symbols55 function add3(x,y) {x}
56 >add3 : Symbol(add3, Decl(targetTypeCastTest.ts, 20, 1))
DcheckJsdocTypeTag6.symbols33 function add3(a, b) { return a + b; }
34 >add3 : Symbol(add3, Decl(test.js, 13, 37))
DtargetTypeCastTest.js24 function add3(x,y) {x} function
35 function add3(x, y) { x; }
DtargetTypeCastTest.types62 function add3(x,y) {x}
63 >add3 : (x: any, y: any) => void
DcheckJsdocTypeTag6.types37 function add3(a, b) { return a + b; }
38 >add3 : (a: number, b: number, c: number) => number
DtargetTypeCastTest.errors.txt32 function add3(x,y) {x}
DcheckJsdocTypeTag6.errors.txt34 function add3(a, b) { return a + b; }
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dquaternion_simd.inl27 __m128 const add3 = _mm_dp_ps(mul3, _mm_set_ps(1.0f, -1.0f, -1.0f, -1.0f), 0xff);
42 __m128 const add3 = _mm_add_ps(mul3, _mm_movehl_ps(mul7, mul7));
43 __m128 const add7 = _mm_add_ss(add3, _mm_shuffle_ps(add3, add3, 1));
/third_party/ffmpeg/libavcodec/mips/
Dhpeldsp_msa.c574 v8u16 add0, add1, add2, add3, add4; in common_hv_bil_8w_msa() local
592 HADD_UB2_UH(src3_r, src4_r, add3, add4); in common_hv_bil_8w_msa()
593 ADD4(add0, add1, add1, add2, add2, add3, add3, add4, in common_hv_bil_8w_msa()
669 v8u16 add0, add1, add2, add3, add4, add5, add6, add7, add8; in common_hv_bil_no_rnd_8x8_msa() local
689 HADD_UB3_UH(src3_r, src4_r, src5_r, add3, add4, add5); in common_hv_bil_no_rnd_8x8_msa()
694 sum2 = add2 + add3 + 1; in common_hv_bil_no_rnd_8x8_msa()
695 sum3 = add3 + add4 + 1; in common_hv_bil_no_rnd_8x8_msa()
715 v8u16 add0, add1, add2, add3, add4; in common_hv_bil_no_rnd_4x8_msa() local
731 HADD_UB2_UH(src3_r, src4_r, add3, add4); in common_hv_bil_no_rnd_4x8_msa()
735 sum2 = add2 + add3 + 1; in common_hv_bil_no_rnd_4x8_msa()
[all …]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dsimd_quat.inl129 __m128 add3 = _mm_dp_ps(mul3, _mm_set_ps(1.0f, -1.0f, -1.0f, -1.0f), 0xff); local
144 __m128 add3 = _mm_add_ps(mul3, _mm_movehl_ps(mul3, mul3)); local
145 add3 = _mm_add_ss(add3, _mm_shuffle_ps(add3, add3, 1));
153 //__m128 zzww = _mm_shuffle_ps(add2, add3, _MM_SHUFFLE(0, 0, 0, 0));
165 _mm_store_ss(&w, add3);
/third_party/typescript/tests/cases/conformance/jsdoc/
DcheckJsdocTypeTag6.ts23 function add3(a, b) { return a + b; } function
/third_party/typescript/tests/cases/compiler/
DtargetTypeCastTest.ts23 function add3(x,y) {x} function
/third_party/mbedtls/tests/suites/
Dtest_suite_hmac_drbg.function227 data_t *add1, data_t *add2, data_t *add3,
249 add3->x, add3->len) == 0);
/third_party/ffmpeg/libavcodec/
Dqdm2.c542 int add1, add2, add3, add4; in fill_coding_method_array() local
555 add2 = add3 = add4 = 0; in fill_coding_method_array()
562add3 = tone_level_idx[ch][sb - 1][j] + tone_level_idx_offset_table[sb][1] - 6; in fill_coding_method_array()
563 if (add3 < 0) in fill_coding_method_array()
564 add3 = 0; in fill_coding_method_array()
571 tmp = tone_level_idx[ch][sb][j + 1] * 2 - add4 - add3 - add2 - add1; in fill_coding_method_array()
/third_party/ffmpeg/tests/ref/fate/
Dsub-scc-remux47 …4c8 4520 ce4f 54ad 51d5 4954 45ad d34f adc2 52c1 d645 ad80 946e 946e c1d3 add3 4952 ad4c c1d5 ce43…
/third_party/mesa3d/docs/relnotes/
D20.3.0.rst4345 - aco/tests: add disassembler tests to reproduce the add3+clamp crash