Home
last modified time | relevance | path

Searched refs:gg (Results 1 - 19 of 19) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DtypeMatch2.js17 var gg = [ g, g, g ];
18 aa = gg;
19 gg = aa; // error
21 var xb = { f1: 5, f2: gg };
86 var gg = [g, g, g];
87 aa = gg;
88 gg = aa; // error
90 var xb = { f1: 5, f2: gg };
H A DvoidParamAssignmentCompatibility.js3 let gg: () => void = g;
10 gg = o.method;
15 var gg = g; variable
16 gg = o.method;
H A DnullishCoalescingOperator10.js4 let gg = f() ?? 'foo'
11 var gg = (_a = f()) !== null && _a !== void 0 ? _a : 'foo';
H A DnullishCoalescingOperator9.js5 let gg = f ?? (abc => { void abc.toLowerCase() })
11 var gg = f !== null && f !== void 0 ? f : (function (abc) { void abc.toLowerCase(); }); variable
H A DpropertyAccess.js61 var gg = obj['1']; variable
62 var gg: any; variable
222 var gg = obj['1']; variable
223 var gg; variable
H A DconditionalTypes2.js237 declare function gg<T>(f: (x: Foo3<T>) => void): void;
239 gg(ff);
325 gg(ff);
480 declare function gg<T>(f: (x: Foo3<T>) => void): void;
/third_party/skia/src/opts/
H A DSkSwizzler_opts.h462 __m512i gg = _mm512_or_si512(_mm512_and_si512(ga, _mm512_set1_epi16(0x00FF)), in grayA_to_RGBA() local
465 __m512i ggga_lo = _mm512_unpacklo_epi16(gg, ga); in grayA_to_RGBA()
466 __m512i ggga_hi = _mm512_unpackhi_epi16(gg, ga); in grayA_to_RGBA()
514 __m512i gg = _mm512_or_si512(g0, _mm512_slli_epi16(g0, 8)); in grayA_to_rgbA() local
517 __m512i ggga_lo = _mm512_unpacklo_epi16(gg, ga); in grayA_to_rgbA()
518 __m512i ggga_hi = _mm512_unpackhi_epi16(gg, ga); in grayA_to_rgbA()
732 __m256i gg = _mm256_or_si256(_mm256_and_si256(ga, _mm256_set1_epi16(0x00FF)), in grayA_to_RGBA() local
735 __m256i ggga_lo = _mm256_unpacklo_epi16(gg, ga); in grayA_to_RGBA()
736 __m256i ggga_hi = _mm256_unpackhi_epi16(gg, ga); in grayA_to_RGBA()
771 __m256i gg in grayA_to_rgbA() local
977 __m128i gg = _mm_or_si128(_mm_and_si128(ga, _mm_set1_epi16(0x00FF)), grayA_to_RGBA() local
1004 __m128i gg = _mm_or_si128(g0, _mm_slli_epi16(g0, 8)); grayA_to_rgbA() local
[all...]
/third_party/ltp/tools/sparse/sparse-src/validation/linear/
H A Dcall-indirect.c1 int gg(int (*fun)(void)) { return fun(); } in gg() function
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_reference.cpp1747 real32 gg; in RefBaselineRGBTone() local
1750 #define RGBTone(r, g, b, rr, gg, bb)\ in RefBaselineRGBTone()
1758 gg = bb + ((rr - bb) * (g - b) / (r - b));\ in RefBaselineRGBTone()
1770 RGBTone (r, g, b, rr, gg, bb); in RefBaselineRGBTone()
1779 RGBTone (b, r, g, bb, rr, gg); in RefBaselineRGBTone()
1788 RGBTone (r, b, g, rr, bb, gg); in RefBaselineRGBTone()
1800 gg = table.Interpolate (g); in RefBaselineRGBTone()
1801 bb = gg; in RefBaselineRGBTone()
1815 RGBTone (g, r, b, gg, rr, bb); in RefBaselineRGBTone()
1824 RGBTone (b, g, r, bb, gg, r in RefBaselineRGBTone()
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_colorchannelmixer.c44 double gr, gg, gb, ga; member
93 { "gg", "set the green gain for the green channel", OFFSET(gg), AV_OPT_TYPE_DOUBLE, {.dbl=1}, -2, 2, FLAGS },
334 s->lut[G][G][i] = lrint(i * s->gg); in config_output()
H A Dcolorchannelmixer_template.c82 s->gg * gin + in filter_slice_rgba_planar()
H A Dvf_lut3d.c2053 float gg = src[x + g] * scale_g; \
2056 gg = interp_1d_##name(lut1d, 1, gg); \
2059 dst[x + g] = av_clip_uint##nbits(gg * factor); \
/third_party/mbedtls/library/
H A Daesni.c180 __m128i gg = _mm_srli_epi64(dx, 7); // g1:x0>>7 = g1:g0' in gcm_mix() local
189 return _mm_xor_si128(_mm_xor_si128(_mm_xor_si128(_mm_xor_si128(ee, ff), gg), hh), dx); in gcm_mix()
/third_party/skia/tests/
H A DSkVxTest.cpp299 // = (f'g - fg')/gg + 1/sqrt(1 - x^2), [where f = bx^3 + ax, g = dx^4 + cx^2 + 1]
309 float8 gg = g*g;
311 err_ = (f_*g - f*g_)/gg + 1/q;
314 // = ((f''g - fg'')g^2 - (f'g - fg')2gg') / g^4 + x(1 - x^2)^(-3/2)
318 float8 err__ = ((f__*g - f*g__)*g - (f_*g - f*g_)*2*g_) / (gg*g) + x/((1 - xx)*q);
/third_party/ffmpeg/libavcodec/
H A Dcinepakenc.c1023 int32_t r, g, b, rr, gg, bb; in rd_frame() local
1035 gg = ir[i2][i1 * 3 + 1]; in rd_frame()
1038 g += gg; in rd_frame()
1042 // rr = 0.2857 * rr + 0.5714 * gg + 0.1429 * bb; in rd_frame()
1043 rr = (2396625 * rr + 4793251 * gg + 1198732 * bb) >> 23; in rd_frame()
/third_party/toybox/toys/posix/
H A Dps.c210 struct ptr_len gg, GG, pp, PP, ss, tt, uu, UU;
463 {&TT.gg, SLOT_gid}, {&TT.GG, SLOT_rgid}, {&TT.pp, SLOT_pid}, in shared_match_process()
1194 if (pl==&TT.gg || pl==&TT.GG) { in parse_rest()
1309 comma_args(TT.ps.g, &TT.gg, "bad -g", parse_rest); in ps_main()
1391 free(TT.gg.ptr); in ps_main()
1894 comma_args(TT.pgrep.g, &TT.gg, "bad -g", parse_rest); in pgrep_main()
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dps.c167 struct ptr_len gg, GG, pp, PP, ss, tt, uu, UU;
420 {&TT.gg, SLOT_gid}, {&TT.GG, SLOT_rgid}, {&TT.pp, SLOT_pid}, in shared_match_process()
1151 if (pl==&TT.gg || pl==&TT.GG) { in parse_rest()
1736 comma_args(TT.pgrep.g, &TT.gg, "bad -g", parse_rest); in pgrep_main()
/third_party/backends/backend/
H A Drts8891.c4869 int rg, bg, gg; in gain_calibration() local
5035 gg = 0x1f; in gain_calibration()
5053 xgg = gg; in gain_calibration()
5057 "gain_calibration: trying gains=(0x%02x,0x%02x,0x%02x)\n", rg, gg, in gain_calibration()
5059 sanei_rts88xx_set_gain (dev->regs, rg, gg, bg); in gain_calibration()
5167 tgg = gg; in gain_calibration()
5168 bgg = gg; in gain_calibration()
5177 gg = bgg; in gain_calibration()
5181 tgg = gg; in gain_calibration()
5182 gg in gain_calibration()
[all...]
/third_party/toybox/generated/
H A Dglobals.h1460 struct ptr_len gg, GG, pp, PP, ss, tt, uu, UU; member

Completed in 33 milliseconds