Home
last modified time | relevance | path

Searched defs:n4 (Results 1 – 25 of 49) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DcommentsVarDecl.js42 var n4: (x: number) => string; variable
75 var n4; variable
DassignmentIndexedToPrimitives.js5 const n4: 0 = [0]; variable
23 var n4 = [0]; variable
DcallChain.3.js7 const n4: number | undefined = a?.m?.({x: absorb()}); // likewise constant
19 var n4 = (_d = a === null || a === void 0 ? void 0 : a.m) === null || _d === void 0 ? void 0 : _d.c… variable
Dvardecl.js51 var n4: { variable
129 var n4; variable
Dmoduledecl.js257 function c1(n, n2, n3, n4) { argument
395 private n4; field in c1
DlogicalAndOperatorStrictMode.js68 const n4 = n && b; constant
143 var n4 = n && b; variable
/third_party/ffmpeg/libavcodec/
Dmdct_template.c46 int n, n4, i; in ff_mdct_init() local
103 int k, n8, n4, n2, n, j; in ff_imdct_half_c() local
148 int n4 = n >> 2; in ff_imdct_calc_c() local
165 int i, j, n, n8, n4, n2, n3; in ff_mdct_calc_c() local
Dfft_template.c325 int n4, n2, n34; in fft_calc_c() local
545 #define DECL_FFT(n,n2,n4)\ in PASS() argument
Dwmadec.c629 int n4 = s->block_len / 2; in wma_decode_block() local
762 int n4, index; in wma_decode_block() local
/third_party/typescript/tests/cases/conformance/expressions/optionalChaining/callChain/
DcallChain.3.ts8 const n4: number | undefined = a?.m?.({x: absorb()}); // likewise constant
/third_party/ffmpeg/libavcodec/mips/
Dfft_mips.c65 int n4, n2, n34; in ff_fft_calc_mips() local
327 int k, n8, n4, n2, n, j; in ff_imdct_half_mips() local
483 int n4 = n >> 2; in ff_imdct_calc_mips() local
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/primitive_types/the_number_type/
Dthe_number_type_2.ts43 let n4: number = 0o17; variable
/third_party/typescript/tests/cases/compiler/
DcommentsVarDecl.ts45 var n4: (x: number) => string; variable
DassignmentIndexedToPrimitives.ts4 const n4: 0 = [0]; constant
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.1/better_inference_for_literal_types/
Dbetter_inference_for_literal_types_3.ts33 let n4 = newN; variable
/third_party/skia/src/gpu/tessellate/
DPathWedgeTessellator.cpp173 float n4 = wangs_formula::quadratic_pow4(kTessellationPrecision, in writePatches() local
213 float n4 = wangs_formula::cubic_pow4(kTessellationPrecision, in writePatches() local
DPathCurveTessellator.cpp58 float n4 = wangs_formula::quadratic_pow4(kTessellationPrecision, in writePatches() local
102 float n4 = wangs_formula::cubic_pow4(kTessellationPrecision, in writePatches() local
/third_party/ffmpeg/libavcodec/ppc/
Dfft_init.c51 int n4 = n >> 2; in imdct_half_altivec() local
135 int n4 = n >> 2; in imdct_calc_altivec() local
Dfft_altivec.S397 .macro DECL_FFT suffix, bits, n, n2, n4
/third_party/ffmpeg/libavcodec/arm/
Dfft_neon.S281 .macro def_fft n, n2, n4
Dmdct_vfp.S242 .set n4, n/4 define
/third_party/ffmpeg/libavcodec/aarch64/
Dfft_neon.S341 .macro def_fft n, n2, n4
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DLinkedListTests.cpp135 Node n4(4); in TEST() local
210 Node n4(4); in TEST() local
247 Node n4(4); in TEST() local
/third_party/icu/icu4c/source/i18n/
Dgregoimp.cpp116 int32_t n4 = ClockMath::floorDivide(doy, 1461, &doy); // 4-year cycle length in dayToFields() local
/third_party/skia/third_party/externals/icu/source/i18n/
Dgregoimp.cpp111 int32_t n4 = ClockMath::floorDivide(doy, 1461, doy); // 4-year cycle length in dayToFields() local

12