/third_party/mesa3d/src/amd/compiler/tests/ |
D | test_assembler.cpp | 236 …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 …]
|
D | test_optimizer.cpp | 687 BEGIN_TEST(optimize.add3)
|
/third_party/ffmpeg/libavformat/ |
D | os_support.c | 52 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/ |
D | targetTypeCastTest.symbols | 55 function add3(x,y) {x} 56 >add3 : Symbol(add3, Decl(targetTypeCastTest.ts, 20, 1))
|
D | checkJsdocTypeTag6.symbols | 33 function add3(a, b) { return a + b; } 34 >add3 : Symbol(add3, Decl(test.js, 13, 37))
|
D | targetTypeCastTest.js | 24 function add3(x,y) {x} function 35 function add3(x, y) { x; }
|
D | targetTypeCastTest.types | 62 function add3(x,y) {x} 63 >add3 : (x: any, y: any) => void
|
D | checkJsdocTypeTag6.types | 37 function add3(a, b) { return a + b; } 38 >add3 : (a: number, b: number, c: number) => number
|
D | targetTypeCastTest.errors.txt | 32 function add3(x,y) {x}
|
D | checkJsdocTypeTag6.errors.txt | 34 function add3(a, b) { return a + b; }
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
D | quaternion_simd.inl | 27 __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/ |
D | hpeldsp_msa.c | 574 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/ |
D | simd_quat.inl | 129 __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/ |
D | checkJsdocTypeTag6.ts | 23 function add3(a, b) { return a + b; } function
|
/third_party/typescript/tests/cases/compiler/ |
D | targetTypeCastTest.ts | 23 function add3(x,y) {x} function
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_hmac_drbg.function | 227 data_t *add1, data_t *add2, data_t *add3, 249 add3->x, add3->len) == 0);
|
/third_party/ffmpeg/libavcodec/ |
D | qdm2.c | 542 int add1, add2, add3, add4; in fill_coding_method_array() local 555 add2 = add3 = add4 = 0; in fill_coding_method_array() 562 … add3 = 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/ |
D | sub-scc-remux | 47 …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/ |
D | 20.3.0.rst | 4345 - aco/tests: add disassembler tests to reproduce the add3+clamp crash
|