Home
last modified time | relevance | path

Searched refs:n4 (Results 1 – 25 of 92) sorted by relevance

1234

/third_party/ffmpeg/libavcodec/
Dmdct_template.c50 int n, n4, i; in ff_mdct_init() local
58 n4 = n >> 2; in ff_mdct_init()
70 s->tsin = s->tcos + n4; in ff_mdct_init()
81 theta = 1.0 / 8.0 + (scale < 0 ? n4 : 0); in ff_mdct_init()
83 for(i=0;i<n4;i++) { in ff_mdct_init()
107 int k, n8, n4, n2, n, j; in ff_imdct_half_c() local
116 n4 = n >> 2; in ff_imdct_half_c()
122 for(k = 0; k < n4; k++) { in ff_imdct_half_c()
152 int n4 = n >> 2; in ff_imdct_calc_c() local
154 ff_imdct_half_c(s, output+n4, input); in ff_imdct_calc_c()
[all …]
Dfft_template.c320 int n4, n2, n34; in fft_calc_c() local
407 n4 = 4; in fft_calc_c()
410 n2 = 2*n4; in fft_calc_c()
411 n34 = 3*n4; in fft_calc_c()
429 tmpz[n34].re = tmpz[n4].re - tmp2; in fft_calc_c()
430 tmpz[ n4].re = tmpz[n4].re + tmp2; in fft_calc_c()
431 tmpz[n34].im = tmpz[n4].im + tmp1; in fft_calc_c()
432 tmpz[ n4].im = tmpz[n4].im - tmp1; in fft_calc_c()
434 for (i=1; i<n4; i++){ in fft_calc_c()
459 tmpz[n34+i].re = tmpz[n4+i].re - tmp2; in fft_calc_c()
[all …]
Dsvq1dec.c161 n4 = (mean << 16) + mean;
175 uint32_t n1, n2, n3, n4; in svq1_decode_block_intra() local
216 n1 = n4; in svq1_decode_block_intra()
217 n2 = n4; in svq1_decode_block_intra()
242 uint32_t n1, n2, n3, n4; in svq1_decode_block_non_intra() local
278 n1 = n4 + ((n3 & 0xFF00FF00) >> 8); in svq1_decode_block_non_intra()
279 n2 = n4 + (n3 & 0x00FF00FF); in svq1_decode_block_non_intra()
/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
44 Assert.isNumber(n4);
45 Assert.equal(n4, 0o17);
46 n4 = 0o24;
47 Assert.isNumber(n4);
48 Assert.equal(n4, 0o24);
/third_party/skia/src/gpu/tessellate/
DPathCurveTessellator.cpp58 float n4 = wangs_formula::quadratic_pow4(kTessellationPrecision, in writePatches() local
61 if (n4 <= 1) { in writePatches()
64 if (n4 <= maxSegments_pow4) { in writePatches()
70 SkScalarCeilToInt(wangs_formula::root4(n4/maxSegments_pow4)); in writePatches()
73 numFixedSegments_pow4 = std::max(n4, numFixedSegments_pow4); in writePatches()
102 float n4 = wangs_formula::cubic_pow4(kTessellationPrecision, in writePatches() local
105 if (n4 <= 1) { in writePatches()
108 if (n4 <= maxSegments_pow4) { in writePatches()
114 SkScalarCeilToInt(wangs_formula::root4(n4/maxSegments_pow4)); in writePatches()
117 numFixedSegments_pow4 = std::max(n4, numFixedSegments_pow4); in writePatches()
DPathWedgeTessellator.cpp173 float n4 = wangs_formula::quadratic_pow4(kTessellationPrecision, in writePatches() local
176 if (n4 <= maxSegments_pow4) { in writePatches()
182 SkScalarCeilToInt(wangs_formula::root4(n4/maxSegments_pow4)); in writePatches()
185 numFixedSegments_pow4 = std::max(n4, numFixedSegments_pow4); in writePatches()
213 float n4 = wangs_formula::cubic_pow4(kTessellationPrecision, in writePatches() local
216 if (n4 <= maxSegments_pow4) { in writePatches()
222 SkScalarCeilToInt(wangs_formula::root4(n4/maxSegments_pow4)); in writePatches()
225 numFixedSegments_pow4 = std::max(n4, numFixedSegments_pow4); in writePatches()
/third_party/ffmpeg/libavcodec/mips/
Dfft_mips.c64 int n4, n2, n34; in ff_fft_calc_mips() local
202 n4 = 4; in ff_fft_calc_mips()
206 n2 = 2 * n4; in ff_fft_calc_mips()
207 n34 = 3 * n4; in ff_fft_calc_mips()
214 tmpz_n4 = tmpz + n4; in ff_fft_calc_mips()
257 for (i=1; i<n4; i++) { in ff_fft_calc_mips()
316 n4 <<= 1; in ff_fft_calc_mips()
326 int k, n8, n4, n2, n, j; in ff_imdct_half_mips() local
341 n4 = n >> 2; in ff_imdct_half_mips()
354 for(k = 0; k < n4; k += 2) { in ff_imdct_half_mips()
[all …]
/third_party/typescript/tests/baselines/reference/
DcommentsVarDecl.js42 var n4: (x: number) => string; variable
43 n4 = z2;
75 var n4; variable
76 n4 = z2;
102 declare var n4: (x: number) => string;
DcommentsVarDecl.symbols63 var n4: (x: number) => string;
64 >n4 : Symbol(n4, Decl(commentsVarDecl.ts, 40, 3))
67 n4 = z2;
68 >n4 : Symbol(n4, Decl(commentsVarDecl.ts, 40, 3))
DcommentsVarDecl.types74 var n4: (x: number) => string;
75 >n4 : (x: number) => string
78 n4 = z2;
79 >n4 = z2 : (x: number) => string
80 >n4 : (x: number) => string
DobjectRest.types58 let nestedrest: { x: number, n1: { y: number, n2: { z: number, n3: { n4: number } } }, rest: number…
59 …er; n1: { y: number; n2: { z: number; n3: { n4: number; }; …
61 >n1 : { y: number; n2: { z: number; n3: { n4: number; };}; }
63 >n2 : { z: number; n3: { n4: number;}; }
65 >n3 : { n4: number; }
66 >n4 : number
77 >nr : { n4: number; }
79 >nestedrest : { x: number; n1: { y: number; n2: { z: number; n3: { n4: number; }; }; }; rest: numbe…
DassignmentIndexedToPrimitives.symbols11 const n4: 0 = [0];
12 >n4 : Symbol(n4, Decl(assignmentIndexedToPrimitives.ts, 3, 5))
Dmoduledecl.js68 constructor (public n, public n2: number, private n3, private n4: string) {
257 function c1(n, n2, n3, n4) { argument
261 this.n4 = n4;
395 private n4; field in c1
405 constructor(n: any, n2: number, n3: any, n4: string);
DassignmentIndexedToPrimitives.js5 const n4: 0 = [0]; variable
23 var n4 = [0]; variable
DassignmentIndexedToPrimitives.types18 const n4: 0 = [0];
19 >n4 : 0
DcallChain.3.symbols38 const n4: number | undefined = a?.m?.({x: absorb()}); // likewise
39 >n4 : Symbol(n4, Decl(callChain.3.ts, 5, 5))
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
216 declare var n4: {
/third_party/ffmpeg/libavcodec/ppc/
Dfft_init.c50 int n4 = n >> 2; in imdct_half_altivec() local
54 const uint16_t *revtabk = s->revtab+n4; in imdct_half_altivec()
57 const vec_f *pin = (const vec_f*)(input+n4); in imdct_half_altivec()
58 vec_f *pout = (vec_f*)(output+n4); in imdct_half_altivec()
134 int n4 = n >> 2; in imdct_calc_altivec() local
137 vec_u32 *p0 = (vec_u32*)(output+n4); in imdct_calc_altivec()
138 vec_u32 *p1 = (vec_u32*)(output+n4*3); in imdct_calc_altivec()
140 imdct_half_altivec(s, output + n4, input); in imdct_calc_altivec()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DLinkedListTests.cpp135 Node n4(4); in TEST() local
141 list.Append(&n4); in TEST()
165 EXPECT_EQ(&n4, list.tail()); in TEST()
175 EXPECT_EQ(&n4, list.tail()); in TEST()
183 n4.RemoveFromList(); in TEST()
193 list.Append(&n4); in TEST()
210 Node n4(4); in TEST() local
231 n4.InsertBefore(&n1); in TEST()
233 EXPECT_EQ(&n4, list.head()); in TEST()
247 Node n4(4); in TEST() local
[all …]
/third_party/mbedtls/tests/scripts/
Dbasic-build-test.sh249 …LINES_TESTED=$(tail -n4 cov-$TEST_OUTPUT|sed -n -e 's/ lines......: [0-9]*.[0-9]% (\([0-9]*\) of …
250 …LINES_TOTAL=$(tail -n4 cov-$TEST_OUTPUT|sed -n -e 's/ lines......: [0-9]*.[0-9]% ([0-9]* of \([0-…
251 …FUNCS_TESTED=$(tail -n4 cov-$TEST_OUTPUT|sed -n -e 's/ functions..: [0-9]*.[0-9]% (\([0-9]*\) of …
252 …FUNCS_TOTAL=$(tail -n4 cov-$TEST_OUTPUT|sed -n -e 's/ functions..: [0-9]*.[0-9]% ([0-9]* of \([0-…
253 …BRANCHES_TESTED=$(tail -n4 cov-$TEST_OUTPUT|sed -n -e 's/ branches...: [0-9]*.[0-9]% (\([0-9]*\) …
254 …BRANCHES_TOTAL=$(tail -n4 cov-$TEST_OUTPUT|sed -n -e 's/ branches...: [0-9]*.[0-9]% ([0-9]* of \(…
/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
34 n4 = 10;
35 Assert.equal(n4, 10);
/third_party/typescript/tests/cases/compiler/
DcommentsVarDecl.ts45 var n4: (x: number) => string; variable
46 n4 = z2;
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DGrego.java129 long n4 = floorDivide(rem[0], 1461, rem); in dayToFields() local
132 int year = (int)(400 * n400 + 100 * n100 + 4 * n4 + n1); in dayToFields()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DGrego.java127 long n4 = floorDivide(rem[0], 1461, rem); in dayToFields() local
130 int year = (int)(400 * n400 + 100 * n100 + 4 * n4 + n1); in dayToFields()

1234