Home
last modified time | relevance | path

Searched refs:add2 (Results 1 – 25 of 31) sorted by relevance

12

/third_party/mbedtls/tests/suites/
Dtest_suite_ctr_drbg.function30 data_t *add1, data_t *add2,
83 /* CTR_DRBG_Generate(result->len * 8 bits, add2->x[:add2->len]) -> buf */
88 add2->x, add2->len) == 0);
138 data_t *add1, data_t *add2,
144 &empty, add1, add2,
152 data_t *add1, data_t *add2,
158 &empty, add1, add2,
167 data_t *add2, data_t *result_string)
171 add_reseed, add1, add2,
180 data_t *add2, data_t *result_string)
[all …]
Dtest_suite_hmac_drbg.function180 data_t *add2, data_t *output)
204 add2->x, add2->len) == 0);
217 add2->x, add2->len) == 0);
227 data_t *add1, data_t *add2, data_t *add3,
247 add2->x, add2->len) == 0);
260 data_t *add1, data_t *add2, data_t *output)
281 add2->x, add2->len) == 0);
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/specifying_members/method_signatures/
Dmethod_signatures_1.ts73 add2?(x: number, y: boolean): number | boolean;
80 c2.add2 = (x: number, y: boolean) => {
87 Assert.equal(c2.add2(5, true), 5);
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/object_types/function_types/
Dfunction_types_2.ts31 let add2 = function (x: number, y: number): number { return x + y; }; variable
32 let b: number = add2(3, 4);
/third_party/mesa3d/src/compiler/nir/tests/
Dcore_tests.cpp132 nir_ssa_def *add2 = nir_iadd(b, add, add); in TEST_F() local
134 nir_cursor c = nir_instr_free_and_dce(add2->parent_instr); in TEST_F()
135 ASSERT_FALSE(shader_contains_def(add2)); in TEST_F()
/third_party/typescript/tests/baselines/reference/
DtargetTypeCastTest.js20 var add2: Adder2 = function(x,y) { function
32 var add2 = function (x, y) {
DtargetTypeCastTest.symbols46 var add2: Adder2 = function(x,y) {
47 >add2 : Symbol(add2, Decl(targetTypeCastTest.ts, 18, 3))
DcheckJsdocTypeTag6.symbols24 function add2(a, b) { return a + b; }
25 >add2 : Symbol(add2, Decl(test.js, 10, 37))
DcontextuallyTypedParametersWithInitializers.js66 const add2 = (x: number, y = 0): number => x + y;
67 const memoizedAdd2 = memoize(add2);
207 var add2 = function (x, y) { function
211 var memoizedAdd2 = memoize(add2);
DtargetTypeCastTest.types52 var add2: Adder2 = function(x,y) {
53 >add2 : Adder2
DcheckJsdocTypeTag6.types27 function add2(a, b) { return a + b; }
28 >add2 : (a: number, b: number) => number
DcontextuallyTypedParametersWithInitializers.types306 const add2 = (x: number, y = 0): number => x + y;
307 >add2 : (x: number, y?: number) => number
316 const memoizedAdd2 = memoize(add2);
318 >memoize(add2) : (x: number, y?: number) => number
320 >add2 : (x: number, y?: number) => number
DcontextuallyTypedParametersWithInitializers.symbols263 const add2 = (x: number, y = 0): number => x + y;
264 >add2 : Symbol(add2, Decl(contextuallyTypedParametersWithInitializers.ts, 64, 5))
270 const memoizedAdd2 = memoize(add2);
273 >add2 : Symbol(add2, Decl(contextuallyTypedParametersWithInitializers.ts, 64, 5))
DcontextuallyTypedParametersWithInitializers.errors.txt74 const add2 = (x: number, y = 0): number => x + y;
75 const memoizedAdd2 = memoize(add2);
DtargetTypeCastTest.errors.txt28 var add2: Adder2 = function(x,y) {
DcheckJsdocTypeTag6.errors.txt30 function add2(a, b) { return a + b; }
/third_party/ffmpeg/libavcodec/mips/
Dhpeldsp_msa.c537 v8u16 add0, add1, add2, sum0, sum1; in common_hv_bil_4w_msa() local
551 HADD_UB3_UH(src0_r, src1_r, src2_r, add0, add1, add2); in common_hv_bil_4w_msa()
552 ADD2(add0, add1, add1, add2, sum0, sum1); in common_hv_bil_4w_msa()
574 v8u16 add0, add1, add2, add3, add4; in common_hv_bil_8w_msa() local
591 HADD_UB3_UH(src0_r, src1_r, src2_r, add0, add1, add2); 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
688 HADD_UB3_UH(src0_r, src1_r, src2_r, add0, add1, add2); in common_hv_bil_no_rnd_8x8_msa()
693 sum1 = add1 + add2 + 1; in common_hv_bil_no_rnd_8x8_msa()
694 sum2 = add2 + add3 + 1; in common_hv_bil_no_rnd_8x8_msa()
[all …]
/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/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dquaternion_simd.inl26 __m128 const add2 = _mm_dp_ps(mul2, _mm_set_ps(1.0f, 1.0f, -1.0f, 1.0f), 0xff);
38 __m128 const add2 = _mm_add_ps(mul6, _mm_movehl_ps(mul6, mul6));
39 __m128 const add6 = _mm_add_ss(add2, _mm_shuffle_ps(add2, add2, 1));
/third_party/typescript/tests/cases/compiler/
DcontextuallyTypedParametersWithInitializers.ts68 const add2 = (x: number, y = 0): number => x + y; constant
69 const memoizedAdd2 = memoize(add2);
DtargetTypeCastTest.ts19 var add2: Adder2 = function(x,y) { variable
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dsimd_quat.inl128 __m128 add2 = _mm_dp_ps(mul2, _mm_set_ps(1.0f, 1.0f, -1.0f, 1.0f), 0xff); local
140 __m128 add2 = _mm_add_ps(mul2, _mm_movehl_ps(mul2, mul2)); local
141 add2 = _mm_add_ss(add2, _mm_shuffle_ps(add2, add2, 1));
153 //__m128 zzww = _mm_shuffle_ps(add2, add3, _MM_SHUFFLE(0, 0, 0, 0));
164 _mm_store_ss(&z, add2);
/third_party/typescript/tests/cases/conformance/jsdoc/
DcheckJsdocTypeTag6.ts19 function add2(a, b) { return a + b; } function
/third_party/ffmpeg/libavcodec/x86/
Dsbcdsp.asm41 %macro ANALYZE_MAC 9 ; out1, out2, in1, in2, tmp1, tmp2, add1, add2, offset
50 %macro ANALYZE_MAC_IN 7 ; out1, out2, tmp1, tmp2, add1, add2, offset
/third_party/ffmpeg/libavcodec/
Dqdm2.c541 int add1, add2, add3, add4; in fill_coding_method_array() local
554 add2 = add3 = add4 = 0; in fill_coding_method_array()
556add2 = tone_level_idx[ch][sb - 2][j] + tone_level_idx_offset_table[sb][0] - 6; in fill_coding_method_array()
557 if (add2 < 0) in fill_coding_method_array()
558 add2 = 0; in fill_coding_method_array()
570 tmp = tone_level_idx[ch][sb][j + 1] * 2 - add4 - add3 - add2 - add1; in fill_coding_method_array()

12