Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/
DExecutionEngineTest.cpp43 GlobalVariable *G1 = in TEST_F() local
69 GlobalVariable *G1 = in TEST_F() local
97 GlobalVariable *G1 = in TEST_F() local
117 GlobalVariable *G1 = in TEST_F() local
/external/llvm/unittests/ExecutionEngine/
DExecutionEngineTest.cpp53 GlobalVariable *G1 = NewExtGlobal(Type::getInt32Ty(Context), "Global1"); in TEST_F() local
78 GlobalVariable *G1 = NewExtGlobal(Type::getInt32Ty(Context), "Global1"); in TEST_F() local
104 GlobalVariable *G1 = NewExtGlobal(Type::getInt32Ty(Context), "Global1"); in TEST_F() local
122 GlobalVariable *G1 = NewExtGlobal(Type::getInt32Ty(Context), "Global1"); in TEST_F() local
/external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
Dsema.cpp159 struct G1 {}; struct
/external/clang/test/SemaCXX/
Dstatic-cast.cpp9 struct G1 : public B {}; struct
Dcstyle-cast.cpp52 struct G1 : public B {}; struct
Dfunctional-cast.cpp85 struct G1 : public B {}; struct
/external/clang/test/Sema/
Dms_bitfield_layout.c277 typedef union G1 { union
283 } G1; typedef
Dwarn-duplicate-enum.c43 G1, enumerator
/external/webp/src/dsp/
Dyuv_sse2.c52 const __m128i G1 = _mm_mulhi_epu16(*V0, k13320); in ConvertYUV444ToRGB() local
245 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToRgb32() local
267 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToBgr32() local
357 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToRgbRow() local
393 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToBgrRow() local
Drescaler_sse2.c324 const __m128i G1 = _mm_or_si128(D1, F3); in RescalerExportRowShrinkSSE2() local
Denc_mips32.c256 #define HORIZONTAL_PASS(A, E, F, G, H, E1, F1, G1, H1) \ argument
Dlossless_enc_sse2.c116 const __m128i G1 = _mm_sub_epi8(E1, F1); in CollectColorBlueTransforms() local
/external/llvm/unittests/Transforms/Utils/
DValueMapperTest.cpp72 std::unique_ptr<GlobalVariable> G1 = llvm::make_unique<GlobalVariable>( in TEST() local
/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.cpp354 Constant *G1 = new GlobalVariable(*M, IntTy, false, in TEST() local
/external/deqp/framework/common/
DtcuCompressedTexture.cpp570 const deUint8 G1 = (deUint8)getBits(src, 52, 55); in decompressETC2Block() local
/external/swiftshader/src/Renderer/
DETC_Decoder.cpp173 unsigned char G1 : 4; member
/external/pdfium/core/fpdfapi/page/
Dcpdf_colorspace.cpp276 FX_FLOAT G1 = -0.9692f * X + 1.8760f * Y + 0.0416f * Z; in XYZ_to_sRGB() local
/external/kernel-headers/original/uapi/linux/
Dixjuser.h274 G1 = hz392, enumerator
/external/svox/pico/lib/
Dpicopam.c315 #define G1 46 macro
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp1334 APInt G1 = BM.abs(); in findGCD() local
/external/valgrind/drd/tests/
Dtsan_unittest.cpp4855 int G1 = 0; variable