Home
last modified time | relevance | path

Searched refs:g02 (Results 1 – 8 of 8) sorted by relevance

/third_party/openssl/test/
Dsanitytest.c32 a02, b02, c02, d02, e02, f02, g02, h02, i02, j02, in test_sanity_enum_size() enumerator
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_bad_pixels.cpp838 int32 g02 = p0 [2]; in FixIsolatedPixel() local
862 est0 = g02 + g42; in FixIsolatedPixel()
864 grad0 = Abs_int32 (g02 - g42) + in FixIsolatedPixel()
875 Abs_int32 (g02 - g24) + in FixIsolatedPixel()
895 Abs_int32 (g02 - g20) + in FixIsolatedPixel()
/third_party/ffmpeg/libavcodec/
Dopus_celt.c165 float g00, g01, g02; in celt_postfilter_apply_transition() local
178 g02 = block->pf_gains_old[2]; in celt_postfilter_apply_transition()
194 (1.0 - w) * g02 * (data[i - T0 - 2] + data[i - T0 + 2]) + in celt_postfilter_apply_transition()
/third_party/typescript/tests/baselines/reference/
DgenericFunctionInference1.js25 const g02: <T>(x: T) => { value: T }[] = pipe(box, list); constant
268 const g02 = pipe(box, list); constant
DgenericFunctionInference1.errors.txt29 const g02: <T>(x: T) => { value: T }[] = pipe(box, list);
DgenericFunctionInference1.symbols187 const g02: <T>(x: T) => { value: T }[] = pipe(box, list);
188 >g02 : Symbol(g02, Decl(genericFunctionInference1.ts, 23, 5))
DgenericFunctionInference1.types176 const g02: <T>(x: T) => { value: T }[] = pipe(box, list);
177 >g02 : <T>(x: T) => { value: T; }[]
/third_party/typescript/tests/cases/compiler/
DgenericFunctionInference1.ts27 const g02: <T>(x: T) => { value: T }[] = pipe(box, list); constant