Home
last modified time | relevance | path

Searched refs:add1 (Results 1 – 24 of 24) sorted by relevance

/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/functions/function_declarations/
Dfunction_declarations_2.ts25 export function add1(a: string, b: string): string; function
26 export function add1(a: number, b: number): number;
27 export function add1(a: string, b: number): string;
28 export function add1(arg1: string | number, arg2: string | number) {
36 Assert.equal(add1(0, 1), 1);
37 Assert.equal(add1("0", 1), "01");
38 Assert.equal(add1("0", "1"), "01");
/third_party/mbedtls/tests/suites/
Dtest_suite_ctr_drbg.function30 data_t *add1, data_t *add2,
67 /* CTR_DRBG_Generate(result->len * 8 bits, add1[:add1->len]) -> buf */
72 add1->x, add1->len) == 0);
138 data_t *add1, data_t *add2,
144 &empty, add1, add2,
152 data_t *add1, data_t *add2,
158 &empty, add1, add2,
166 data_t *add1, data_t *add_reseed,
171 add_reseed, add1, add2,
179 data_t *add1, data_t *add_reseed,
[all …]
Dtest_suite_hmac_drbg.function179 data_t *custom, data_t *add1,
202 add1->x, add1->len) == 0);
215 add1->x, add1->len) == 0);
227 data_t *add1, data_t *add2, data_t *add3,
245 TEST_ASSERT(mbedtls_hmac_drbg_reseed(&ctx, add1->x, add1->len) == 0);
260 data_t *add1, data_t *add2, data_t *output)
279 add1->x, add1->len) == 0);
/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/ts_extra_tests/test_ts_cases/spec/types/specifying_members/method_signatures/
Dmethod_signatures_1.ts72 add1?(x: number): string;
76 c1.add1 = (x: number): string => { return (x * x).toString() }
77 Assert.equal(c1.add1(5), '25');
/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()
692 sum0 = add0 + add1 + 1; in common_hv_bil_no_rnd_8x8_msa()
693 sum1 = add1 + add2 + 1; in common_hv_bil_no_rnd_8x8_msa()
[all …]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/simd/
Dgeometric.h41 glm_vec4 const add1 = _mm_add_ps(add0, swp1); in glm_vec4_dot()
42 return add1; in glm_vec4_dot()
60 glm_vec4 const add1 = _mm_add_ss(add0, swp1); in glm_vec1_dot()
61 return add1; in glm_vec1_dot()
/third_party/typescript/tests/baselines/reference/
DcheckJsdocTypeTag6.symbols16 function add1(a, b) { return a + b; }
17 >add1 : Symbol(add1, Decl(test.js, 7, 1))
DcheckJsdocTypeTag6.types18 function add1(a, b) { return a + b; }
19 >add1 : (a: number) => number
DcheckJsdocTypeTag6.errors.txt27 function add1(a, b) { return a + b; }
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dquaternion_simd.inl25 __m128 const add1 = _mm_dp_ps(mul1, _mm_set_ps(1.0f, 1.0f, 1.0f, -1.0f), 0xff);
34 __m128 const add1 = _mm_add_ps(mul1, _mm_movehl_ps(mul5, mul5));
35 __m128 const add5 = _mm_add_ss(add1, _mm_shuffle_ps(add1, add1, 1));
/third_party/libunwind/libunwind/tests/
Dia64-test-dyn1.c95 long (*add1) (long); in main() local
109 add1 = (long (*)(long)) in main()
193 flist[1] = add1; in main()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dsimd_quat.inl127 __m128 add1 = _mm_dp_ps(mul1, _mm_set_ps(1.0f, 1.0f, 1.0f, -1.0f), 0xff); local
136 __m128 add1 = _mm_add_ps(mul1, _mm_movehl_ps(mul1, mul1)); local
137 add1 = _mm_add_ss(add1, _mm_shuffle_ps(add1, add1, 1));
152 //__m128 xxyy = _mm_shuffle_ps(add0, add1, _MM_SHUFFLE(0, 0, 0, 0));
163 _mm_store_ss(&y, add1);
/third_party/typescript/tests/cases/conformance/jsdoc/
DcheckJsdocTypeTag6.ts16 function add1(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
Dvp9lpf_16bpp.asm133 ; if sub2/add1-2 are present, add/sub as appropriate to prepare for the next
139 ; src/sub1, sub2, add1, add2, dont_store
Dvp9lpf.asm113 %macro FILTER_SUBx2_ADDx2 11 ; %1=dst %2=h/l %3=cache %4=stack_off %5=sub1 %6=sub2 %7=add1
Dh264_idct.asm770 %macro STORE_DIFFx2 8 ; add1, add2, reg1, reg2, zero, shift, source, stride
/third_party/ffmpeg/libavcodec/
Dqdm2.c542 int add1, add2, add3, add4; in fill_coding_method_array() local
552 add1 = tone_level_idx[ch][sb][j] - 10; in fill_coding_method_array()
553 if (add1 < 0) in fill_coding_method_array()
554 add1 = 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/libavutil/x86/
Dx86util.asm732 %macro STORE_DIFFx2 8 ; add1, add2, reg1, reg2, zero, shift, source, stride
/third_party/openssl/doc/man7/
Dcrypto.pod546 "add0" and "add1".
/third_party/node/doc/changelogs/
DCHANGELOG_V8.md4064 * \[[`783294add1`](https://github.com/nodejs/node/commit/783294add1)] - **deps**: fix asm build err…
/third_party/node/deps/openssl/openssl/
DCHANGES.md16677 Similarly, 'set1' and 'add1' functions increase reference
/third_party/openssl/
DCHANGES.md16499 Similarly, 'set1' and 'add1' functions increase reference