/third_party/python/Lib/test/ |
H A D | test_yield_from.py | 26 def g1(): function 27 trace.append("Starting g1") 29 trace.append("Finishing g1") 34 for x in g1(): 37 "Starting g1", 41 "Finishing g1", 49 def g1(): function 51 trace.append("Starting g1") 54 trace.append("Finishing g1") 62 for x in g1() 80 def g1(): global() function 109 def g1(): global() function 146 def g1(): global() function 190 def g1(): global() function 231 def g1(): global() function 265 def g1(): global() function 306 def g1(): global() function 368 def g1(): global() function 381 def g1(): global() function 578 def g1(): global() function 597 def g1(): global() function 632 def g1(): global() function [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | colorspace.h | 102 #define RGB_TO_U_CCIR(r1, g1, b1, shift)\ 103 (((- FIX(0.16874*224.0/255.0) * r1 - FIX(0.33126*224.0/255.0) * g1 + \ 106 #define RGB_TO_V_CCIR(r1, g1, b1, shift)\ 107 (((FIX(0.50000*224.0/255.0) * r1 - FIX(0.41869*224.0/255.0) * g1 - \ 114 #define RGB_TO_U_JPEG(r1, g1, b1)\ 115 (((- FIX(0.16874) * r1 - FIX(0.33126) * g1 + \ 118 #define RGB_TO_V_JPEG(r1, g1, b1)\ 119 (((FIX(0.50000) * r1 - FIX(0.41869) * g1 - \ 130 #define RGB_TO_U_BT709(r1, g1, b1, shift)\ 131 (((- FIX(0.11457*224.0/255.0) * r1 - FIX(0.38543*224.0/255.0) * g1 [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | strictFunctionTypesErrors.js | 28 declare let g1: Func<Object, Object>; 33 g1 = g2; // Ok 34 g1 = g3; // Error 35 g1 = g4; // Error 37 g2 = g1; // Error 41 g3 = g1; // Ok 45 g4 = g1; // Error 174 g1 = g2; // Ok
175 g1 = g3; // Error
176 g1 [all...] |
H A D | genericOfACloduleType1.js | 10 var g1 = new G<C>(); 11 g1.bar(null).foo(); 39 var g1 = new G();
40 g1.bar(null).foo();
|
H A D | destructuringVariableDeclaration1ES5.js | 39 var {g: {g1 = [undefined, null]}}: { g: { g1: any[] } } = { g: { g1: [1, 2] } }; 85 var _u = { g: { g1: [1, 2] } }.g.g1, g1 = _u === void 0 ? [undefined, null] : _u;
|
H A D | destructuringVariableDeclaration1ES6.js | 39 var {g: {g1 = [undefined, null]}}: { g: { g1: any[] } } = { g: { g1: [1, 2] } }; 76 var { g: { g1 = [undefined, null] } } = { g: { g1: [1, 2] } };
|
H A D | genericOfACloduleType2.js | 10 var g1 = new G<C>(); 11 g1.bar(null).foo(); // no error 42 var g1 = new G();
43 g1.bar(null).foo(); // no error
|
H A D | inferringReturnTypeFromConstructSignatureGeneric.js | 22 const g1 = g(GenericObject); 23 g1.give({}); 60 var g1 = g(GenericObject);
61 g1.give({});
|
/third_party/mesa3d/src/util/format/ |
H A D | u_format_yuv.c | 52 float r, g0, g1, b; in util_format_r8g8_b8g8_unorm_unpack_rgba_float() local 60 g1 = ubyte_to_float((value >> 24) & 0xff); in util_format_r8g8_b8g8_unorm_unpack_rgba_float() 69 dst[1] = g1; /* g */ in util_format_r8g8_b8g8_unorm_unpack_rgba_float() 81 g1 = ubyte_to_float((value >> 24) & 0xff); in util_format_r8g8_b8g8_unorm_unpack_rgba_float() 106 uint8_t r, g0, g1, b; in util_format_r8g8_b8g8_unorm_unpack_rgba_8unorm() local 114 g1 = (value >> 24) & 0xff; in util_format_r8g8_b8g8_unorm_unpack_rgba_8unorm() 123 dst[1] = g1; /* g */ in util_format_r8g8_b8g8_unorm_unpack_rgba_8unorm() 135 g1 = (value >> 24) & 0xff; in util_format_r8g8_b8g8_unorm_unpack_rgba_8unorm() 159 float r, g0, g1, b; in util_format_r8g8_b8g8_unorm_pack_rgba_float() local 165 g1 in util_format_r8g8_b8g8_unorm_pack_rgba_float() 208 uint32_t r, g0, g1, b; util_format_r8g8_b8g8_unorm_pack_rgba_8unorm() local 274 float r, g0, g1, b; util_format_g8r8_g8b8_unorm_unpack_rgba_float() local 328 uint8_t r, g0, g1, b; util_format_g8r8_g8b8_unorm_unpack_rgba_8unorm() local 381 float r, g0, g1, b; util_format_g8r8_g8b8_unorm_pack_rgba_float() local 430 uint32_t r, g0, g1, b; util_format_g8r8_g8b8_unorm_pack_rgba_8unorm() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | sparccpuid.S | 119 clr %g1 389 subcc %g0,1,%g1 391 .word 0x83408000 !rd %ccr,%g1 392 cmp %g1,0x99 455 xor %g1,%g1,%g1 470 or %o4,%g1,%g1 472 sub %g0,%g1, [all...] |
/third_party/openssl/crypto/ |
H A D | sparccpuid.S | 119 clr %g1 389 subcc %g0,1,%g1 391 .word 0x83408000 !rd %ccr,%g1 392 cmp %g1,0x99 455 xor %g1,%g1,%g1 470 or %o4,%g1,%g1 472 sub %g0,%g1, [all...] |
/third_party/mesa3d/src/intel/tools/tests/gen8/ |
H A D | math.asm | 4 math intmod(8) g3<1>UD g1<0,1,0>UD g1.2<0,1,0>UD { align1 1Q }; 5 math intmod(8) g4<1>UD g1<0,1,0>UD g1.2<0,1,0>UD { align1 2Q }; 14 math intdiv(8) g11<1>UD g1<0,1,0>UD g1.4<0,1,0>UD { align1 1Q }; 15 math intdiv(8) g12<1>UD g1<0,1,0>UD g1.4<0,1,0>UD { align1 2Q };
|
/third_party/mesa3d/src/intel/tools/tests/gen9/ |
H A D | math.asm | 4 math intmod(8) g3<1>UD g1<0,1,0>UD g1.2<0,1,0>UD { align1 1Q }; 5 math intmod(8) g4<1>UD g1<0,1,0>UD g1.2<0,1,0>UD { align1 2Q }; 14 math intdiv(8) g4<1>UD g1<0,1,0>UD g1.4<0,1,0>UD { align1 1Q }; 15 math intdiv(8) g5<1>UD g1<0,1,0>UD g1.4<0,1,0>UD { align1 2Q };
|
/third_party/lzma/CPP/Common/ |
H A D | MyGuidDef.h | 32 inline int operator==(REFGUID g1, REFGUID g2)
in operator ==() argument 34 for (unsigned i = 0; i < sizeof(g1); i++)
in operator ==() 35 if (((const unsigned char *)&g1)[i] != ((const unsigned char *)&g2)[i])
in operator ==() 39 inline int operator!=(REFGUID g1, REFGUID g2) { return !(g1 == g2); }
in operator !=() argument
|
/third_party/ffmpeg/libavcodec/ |
H A D | qcelpdec.c | 198 int i, subframes_count, g1[16]; in decode_gain_and_index() local 208 g1[i] = 4 * q->frame.cbgain[i]; in decode_gain_and_index() 210 g1[i] += av_clip((g1[i - 1] + g1[i - 2] + g1[i - 3]) / 3 - 6, 0, 32); in decode_gain_and_index() 213 gain[i] = qcelp_g12ga[g1[i]]; in decode_gain_and_index() 221 q->prev_g1[0] = g1[i - 2]; in decode_gain_and_index() 222 q->prev_g1[1] = g1[i - 1]; in decode_gain_and_index() 223 q->last_codebook_gain = qcelp_g12ga[g1[ in decode_gain_and_index() [all...] |
/third_party/lzma/C/ |
H A D | Sha256Opt.c | 104 #define SM1(g0, g1, g2, g3) \
107 #define SM2(g0, g1, g2, g3) \
108 tmp = _mm_alignr_epi8(g1, g0, 4); \
110 SHA25G_MSG2(g2, g1); \
112 // #define LS0(k, g0, g1, g2, g3) LOAD_SHUFFLE(g0, k)
113 // #define LS1(k, g0, g1, g2, g3) LOAD_SHUFFLE(g1, k+1)
116 #define NNN(g0, g1, g2, g3)
134 #define R4(k, g0, g1, g2, g3, OP0, OP1) \
136 OP0(g0, g1, g [all...] |
/third_party/ffmpeg/tests/ |
H A D | utils.c | 42 int r, g, b, r1, g1, b1; in rgb24_to_yuv420p() local 54 g1 = g; in rgb24_to_yuv420p() 62 g1 += g; in rgb24_to_yuv420p() 73 g1 += g; in rgb24_to_yuv420p() 81 g1 += g; in rgb24_to_yuv420p() 86 cb[0] = ((- FIX(0.16874) * r1 - FIX(0.33126) * g1 + in rgb24_to_yuv420p() 88 cr[0] = ((FIX(0.50000) * r1 - FIX(0.41869) * g1 - in rgb24_to_yuv420p()
|
/third_party/mesa3d/src/intel/tools/tests/gen7.5/ |
H A D | math.asm | 4 math intmod(8) g21<1>.xyUD g1<0>.xUD g1<0>.yzzzUD { align16 1Q }; 21 math intdiv(8) g10<1>D g1<0>.xD g1.4<0>D { align16 1Q }; 40 math.sat sqrt(8) g8<1>F g1<0>F null<4>F { align16 1Q }; 41 math.sat exp(8) g8<1>F g1<0>F null<4>F { align16 1Q }; 44 math.sat inv(8) g116<1>.xF g1<0>.xF null<4>F { align16 1Q };
|
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | sparcv8.S | 63 rd %y,%g1 65 addx %g1,0,%g1 68 addx %g1,0,%o5 74 rd %y,%g1 76 addx %g1,0,%g1 79 addx %g1,0,%o5 85 rd %y,%g1 87 addx %g1, [all...] |
/third_party/openssl/crypto/bn/asm/ |
H A D | sparcv8.S | 63 rd %y,%g1 65 addx %g1,0,%g1 68 addx %g1,0,%o5 74 rd %y,%g1 76 addx %g1,0,%g1 79 addx %g1,0,%o5 85 rd %y,%g1 87 addx %g1, [all...] |
/third_party/node/deps/openssl/openssl/crypto/perlasm/ |
H A D | sparcv9_modes.pl | 100 srlx %o1, $iright, %g1 102 or %g1, %o0, %o0 210 srlx %o1, $iright, %g1 212 or %g1, %o0, %o0 319 srlx %o1, $iright, %g1 321 or %g1, %o0, %o0 411 srlx %o1, $iright, %g1 412 or %g1, %o0, %o0 414 srlx %o2, $iright, %g1 415 or %g1, [all...] |
/third_party/openssl/crypto/perlasm/ |
H A D | sparcv9_modes.pl | 100 srlx %o1, $iright, %g1 102 or %g1, %o0, %o0 210 srlx %o1, $iright, %g1 212 or %g1, %o0, %o0 319 srlx %o1, $iright, %g1 321 or %g1, %o0, %o0 411 srlx %o1, $iright, %g1 412 or %g1, %o0, %o0 414 srlx %o2, $iright, %g1 415 or %g1, [all...] |
/third_party/musl/libc-test/src/regression/ |
H A D | malloc-encode-pointer.c | 63 struct group_in *g1 = NULL; in child() local 80 g1 = get_group(d1); in child() 85 if ((uintptr_t)g1->meta->mem == (uintptr_t)g1) in child() 91 if ((uintptr_t)g1->meta->prev->next == (uintptr_t)g1->meta->mem) in child()
|
/third_party/ltp/testcases/kernel/syscalls/syscall/ |
H A D | syscall01.c | 56 gid_t g1, g2; in verify_getgid() local 58 g1 = getgid(); in verify_getgid() 65 if (g1 == g2) { in verify_getgid() 69 g1, g2); in verify_getgid()
|
/third_party/ltp/testcases/network/multicast/mc_member/ |
H A D | mc_member_test.c | 112 unsigned g1, g2, g3, g4; in join_group() local 121 if (sscanf(buf, "%u.%u.%u.%u", &g1, &g2, &g3, &g4) != 4) { in join_group() 127 htonl((g1 << 24) | (g2 << 16) | (g3 << 8) | g4); in join_group() 147 unsigned g1, g2, g3, g4; in leave_group() local 156 if (sscanf(buf, "%u.%u.%u.%u", &g1, &g2, &g3, &g4) != 4) { in leave_group() 162 htonl((g1 << 24) | (g2 << 16) | (g3 << 8) | g4); in leave_group()
|