Home
last modified time | relevance | path

Searched defs:G2 (Results 1 – 22 of 22) sorted by relevance

/external/llvm/unittests/ExecutionEngine/
DExecutionEngineTest.cpp66 GlobalVariable *G2 = NewExtGlobal(Type::getInt32Ty(Context), "Global1"); in TEST_F() local
88 GlobalVariable *G2 = NewExtGlobal(Type::getInt32Ty(Context), "Global2"); in TEST_F() local
114 GlobalVariable *G2 = NewExtGlobal(Type::getInt32Ty(Context), "Global2"); in TEST_F() local
/external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
Dsema.cpp160 struct G2 { int i; }; argument
/external/webp/src/dsp/
Dyuv_sse41.c55 const __m128i G2 = _mm_add_epi16(Y1, k8708); in ConvertYUV444ToRGB_SSE41() local
137 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToRgb32_SSE41() local
159 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToBgr32_SSE41() local
187 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToRgbRow_SSE41() local
224 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToBgrRow_SSE41() local
Dyuv_sse2.c55 const __m128i G2 = _mm_add_epi16(Y1, k8708); in ConvertYUV444ToRGB_SSE2() local
252 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToRgb32_SSE2() local
274 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToBgr32_SSE2() local
368 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToRgbRow_SSE2() local
405 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToBgrRow_SSE2() local
Dcommon_sse41.h42 __m128i G0, G1, G2, G3, G4, G5; in VP8PlanarTo24b_SSE41() local
/external/python/cpython3/Modules/_blake2/impl/
Dblake2s-round.h52 #define G2(row1,row2,row3,row4,buf) \ macro
Dblake2b-round.h66 #define G2(row1l,row2l,row3l,row4l,row1h,row2h,row3h,row4h,b0,b1) \ macro
/external/clang/test/SemaCXX/
Dstatic-cast.cpp10 struct G2 : public B {}; struct
Dcstyle-cast.cpp53 struct G2 : public B {}; struct
Dfunctional-cast.cpp86 struct G2 : public B {}; struct
Dcxx1y-deduced-return-type.cpp446 auto (*G2(T t))(T) -> auto* { return &F<T>; } in G2() function
/external/clang/test/Sema/
Dwarn-duplicate-enum.c44 G2, enumerator
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
DLaguerreSolver.java377 Complex G2 = null; in solve() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64A57FPLoadBalancing.cpp454 llvm::sort(GV, [](const Chain *G1, const Chain *G2) { in colorChainSet()
/external/llvm/lib/Target/AArch64/
DAArch64A57FPLoadBalancing.cpp458 std::sort(GV.begin(), GV.end(), [](const Chain *G1, const Chain *G2) { in colorChainSet()
/external/llvm/unittests/IR/
DConstantsTest.cpp356 Constant *G2 = new GlobalVariable(*M, IntTy, false, in TEST() local
/external/mesa3d/src/mesa/program/
Dprog_noise.c242 #define G2 0.211324865f /* G2 = (3.0-Math.sqrt(3.0))/6.0 */ in _mesa_noise2() macro
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/
DEnumUtilsTest.java594 …J1, K1, L1, M1, N1, O1, P1, Q1, R1, S1, T1, U1, V1, W1, X1, Y1, Z1, A2, B2, C2, D2, E2, F2, G2, H2… enumConstant
/external/deqp/framework/common/
DtcuCompressedTexture.cpp674 const deUint8 G2 = (deUint8)getBits(src, 40, 43); in decompressETC2Block() local
701 const deUint8 G2 = (deUint8)getBits(src, 39, 42); in decompressETC2Block() local
/external/swiftshader/src/Device/
DETC_Decoder.cpp196 unsigned char G2 : 4; member
/external/tensorflow/tensorflow/python/framework/
Dfunction_test.py1255 def G2(x, dy): function
/external/angle/src/image_util/
Dloadimage_etc.cpp227 unsigned char G2 : 4; member