HomeSort by relevance Sort by last modified time
    Searched defs:G2 (Results 1 - 25 of 34) sorted by null

1 2

  /prebuilts/go/darwin-x86/src/runtime/testdata/testprogcgo/
tracebackctxt.go 52 //export G2
53 func G2() {
70 {"main.G2", 0},
  /prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/
tracebackctxt.go 52 //export G2
53 func G2() {
70 {"main.G2", 0},
  /external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/
ExecutionEngineTest.cpp 56 GlobalVariable *G2 =
58 EXPECT_EQ(NULL, Engine->getPointerToGlobalIfAvailable(G2))
62 Engine->updateGlobalMapping(G2, &Mem1);
63 EXPECT_EQ(&Mem1, Engine->getPointerToGlobalIfAvailable(G2));
80 GlobalVariable *G2 =
82 Engine->updateGlobalMapping(G2, &Mem1);
83 EXPECT_EQ(G2, Engine->getGlobalValueAtAddress(&Mem1));
86 EXPECT_EQ(G2, Engine->getGlobalValueAtAddress(&Mem1))
89 Engine->updateGlobalMapping(G2, &Mem2);
91 EXPECT_EQ(G2, Engine->getGlobalValueAtAddress(&Mem2)
    [all...]
  /external/llvm/unittests/ExecutionEngine/
ExecutionEngineTest.cpp 66 GlobalVariable *G2 = NewExtGlobal(Type::getInt32Ty(Context), "Global1");
67 EXPECT_EQ(nullptr, Engine->getPointerToGlobalIfAvailable(G2))
71 Engine->updateGlobalMapping(G2, &Mem1);
72 EXPECT_EQ(&Mem1, Engine->getPointerToGlobalIfAvailable(G2));
88 GlobalVariable *G2 = NewExtGlobal(Type::getInt32Ty(Context), "Global2");
89 Engine->updateGlobalMapping(G2, &Mem1);
90 EXPECT_EQ(G2, Engine->getGlobalValueAtAddress(&Mem1));
93 EXPECT_EQ(G2, Engine->getGlobalValueAtAddress(&Mem1))
96 Engine->updateGlobalMapping(G2, &Mem2);
98 EXPECT_EQ(G2, Engine->getGlobalValueAtAddress(&Mem2)
    [all...]
  /external/python/cpython3/Modules/_blake2/impl/
blake2b-round.h 65 #define G2(row1l,row2l,row3l,row4l,row1h,row2h,row3h,row4h,b0,b1) \
150 G2(row1l,row2l,row3l,row4l,row1h,row2h,row3h,row4h,b0,b1); \
155 G2(row1l,row2l,row3l,row4l,row1h,row2h,row3h,row4h,b0,b1); \
blake2s-round.h 51 #define G2(row1,row2,row3,row4,buf) \
81 G2(row1,row2,row3,row4,buf2); \
86 G2(row1,row2,row3,row4,buf4); \
  /art/test/805-TooDeepClassInstanceOf/src/
Main.java 29 class G2 extends F2 {}
44 A g2 = new G2(); local
56 expectFalse(g2 instanceof G1);
57 expectFalse(g1 instanceof G2);
63 expectFalse(g2 instanceof F1);
64 expectTrue(g2 instanceof F2);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
LaguerreSolver.java 377 Complex G2 = null;
412 G2 = G.multiply(G);
413 H = G2.subtract(d2v.divide(pv));
414 delta = N1.multiply((N.multiply(H)).subtract(G2));
  /external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
sema.cpp 160 struct G2 { int i; };
165 P(G2());
  /external/clang/test/SemaCXX/
static-cast.cpp 10 struct G2 : public B {};
11 struct H : public G1, public G2 {}; // Ambiguous path to B.
93 (void)static_cast<H*>((A*)0); // expected-error {{ambiguous cast from base 'A' to derived 'H':\n struct A -> struct B -> struct G1 -> struct H\n struct A -> struct B -> struct G2 -> struct H}}
94 (void)static_cast<H&>(*((A*)0)); // expected-error {{ambiguous cast from base 'A' to derived 'H':\n struct A -> struct B -> struct G1 -> struct H\n struct A -> struct B -> struct G2 -> struct H}}
cstyle-cast.cpp 53 struct G2 : public B {};
54 struct H : public G1, public G2 {}; // Ambiguous path to B.
130 (void)(H*)((A*)0); // expected-error {{ambiguous cast from base 'A' to derived 'H':\n struct A -> struct B -> struct G1 -> struct H\n struct A -> struct B -> struct G2 -> struct H}}
131 (void)(H&)(*((A*)0)); // expected-error {{ambiguous cast from base 'A' to derived 'H':\n struct A -> struct B -> struct G1 -> struct H\n struct A -> struct B -> struct G2 -> struct H}}
functional-cast.cpp 86 struct G2 : public B {};
87 struct H : public G1, public G2 {}; // Ambiguous path to B.
188 (void)Hp((A*)0); // expected-error {{ambiguous cast from base 'A' to derived 'H':\n struct A -> struct B -> struct G1 -> struct H\n struct A -> struct B -> struct G2 -> struct H}}
190 (void)Hr(*((A*)0)); // expected-error {{ambiguous cast from base 'A' to derived 'H':\n struct A -> struct B -> struct G1 -> struct H\n struct A -> struct B -> struct G2 -> struct H}}
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/
GdbStubInternal.h 175 UINT32 G2:1; // Global breakpoint enable
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/
GdbDebugAgent.h 143 UINT32 G2:1; // Global breakpoint enable
  /external/clang/test/Sema/
warn-duplicate-enum.c 44 G2,
45 GMax = G2,
  /external/llvm/unittests/IR/
ConstantsTest.cpp 356 Constant *G2 = new GlobalVariable(*M, IntTy, false,
358 ASSERT_NE(G1, G2);
361 Constant *Int2 = ConstantExpr::getPtrToInt(G2, IntTy);
368 G1->replaceAllUsesWith(G2);
  /external/mesa3d/src/mesa/program/
prog_noise.c 242 #define G2 0.211324865f /* G2 = (3.0-Math.sqrt(3.0))/6.0 */
253 float t = (float) (i + j) * G2;
279 x1 = x0 - i1 + G2; /* Offsets for middle corner in (x,y) unskewed coords */
280 y1 = y0 - j1 + G2;
281 x2 = x0 - 1.0f + 2.0f * G2; /* Offsets for last corner in (x,y) unskewed coords */
282 y2 = y0 - 1.0f + 2.0f * G2;
  /frameworks/base/core/tests/coretests/src/android/os/
FileUtilsTest.java 456 final long G2 = 2000000000L;
470 assertEquals(G2, roundStorageSize(G1 + 1));
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 83 A2, B2, C2, D2, E2, F2, G2, H2, I2, J2, K2, L2, M2, N2, O2, P2, Q2, R2, S2, T2, U2, V2, W2, X2, Y2, Z2,
88 A2, B2, C2, D2, E2, F2, G2, H2, I2, J2, K2, L2, M2, N2, O2, P2, Q2, R2, S2, T2, U2, V2, W2, X2, Y2, Z2,
  /external/deqp/framework/common/
tcuCompressedTexture.cpp 573 const deUint8 G2 = (deUint8)getBits(src, 40, 43);
582 paintG[2] = extend4To8(G2);
600 const deUint8 G2 = (deUint8)getBits(src, 39, 42);
613 baseG[1] = extend4To8(G2);
    [all...]
  /external/tensorflow/tensorflow/python/framework/
function_test.py     [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
mips-opc.c 331 #define G2 (T3 \
    [all...]
  /external/swiftshader/src/Renderer/
ETC_Decoder.cpp 197 unsigned char G2 : 4;
367 int g2 = extend_4to8bits(G2); local
370 decodeIndividualOrDifferentialBlock(dest, x, y, w, h, pitch, r1, g1, b1, r2, g2, b2, alphaValues, nonOpaquePunchThroughAlpha);
380 int g2 = extend_5to8bits(G + dG); local
383 decodeIndividualOrDifferentialBlock(dest, x, y, w, h, pitch, r1, g1, b1, r2, g2, b2, alphaValues, nonOpaquePunchThroughAlpha);
386 void decodeIndividualOrDifferentialBlock(unsigned char *dest, int x, int y, int w, int h, int pitch, int r1, int g1, int b1, int r2, int g2, int b2, unsigned char alphaValues[4][4], bool nonOpaquePunchThroughAlpha) const
434 subblockColors1[0].set(r2 + i20, g2 + i20, b2 + i20);
435 subblockColors1[1].set(r2 + i21, g2 + i21, b2 + i21);
436 subblockColors1[2].set(r2 + i22, g2 + i22, b2 + i22)
494 int g2 = extend_4to8bits(TG2); local
534 int g2 = extend_4to8bits(HG2a << 1 | HG2b); local
    [all...]
  /external/webp/src/dsp/
yuv_sse2.c 53 const __m128i G2 = _mm_add_epi16(Y1, k8708);
55 const __m128i G4 = _mm_sub_epi16(G2, G3);
153 const __m128i g2 = _mm_slli_epi16(_mm_and_si128(g0, _mm_set1_epi8(0x1c)), 3); local
155 const __m128i gb = _mm_or_si128(g2, b1);
249 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3;
254 YUV444ToRGB_SSE2(y + 16, u + 16, v + 16, &R2, &G2, &B2);
261 rgb3 = _mm_packus_epi16(G2, G3);
271 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3;
276 YUV444ToRGB_SSE2(y + 16, u + 16, v + 16, &R2, &G2, &B2);
283 bgr3 = _mm_packus_epi16(G2, G3)
    [all...]
  /bionic/libc/kernel/uapi/linux/
ixjuser.h 263 G2 = hz783,

Completed in 817 milliseconds

1 2