Home
last modified time | relevance | path

Searched defs:g2 (Results 1 – 25 of 195) sorted by relevance

12345678

/external/mesa3d/src/intel/compiler/
Dtest_eu_compact.cpp176 struct brw_reg g2 = brw_vec8_grf(2, 0); in gen_ADD_GRF_GRF_GRF() local
186 struct brw_reg g2 = brw_vec8_grf(2, 0); in gen_ADD_GRF_GRF_IMM() local
195 struct brw_reg g2 = retype(brw_vec8_grf(2, 0), BRW_REGISTER_TYPE_D); in gen_ADD_GRF_GRF_IMM_d() local
204 struct brw_reg g2 = brw_vec8_grf(2, 0); in gen_MOV_GRF_GRF() local
213 struct brw_reg g2 = brw_vec8_grf(2, 0); in gen_ADD_MRF_GRF_GRF() local
223 struct brw_reg g2 = brw_vec1_grf(2, 0); in gen_ADD_vec1_GRF_GRF_GRF() local
243 struct brw_reg g2 = brw_vec8_grf(2, 0); in gen_f0_0_MOV_GRF_GRF() local
259 struct brw_reg g2 = brw_vec8_grf(2, 0); in gen_f0_1_MOV_GRF_GRF() local
/external/python/cpython3/Lib/test/
Dtest_yield_from.py29 def g2(): function
54 def g2(): function
85 def g2(): function
116 def g2(): function
153 def g2(): function
197 def g2(): function
238 def g2(): function
272 def g2(): function
313 def g2(): function
369 def g2(): function
[all …]
/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dtree_helper.h22 static bool GainsAreEqual(const float g1, const float g2) { in GainsAreEqual()
27 static bool GainIsLarger(const float g1, const float g2) { in GainIsLarger()
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/
Dcross-section-relative.s11 .globl g2 # @g2 symbol
13 g2: label
/external/llvm/test/MC/COFF/
Dcross-section-relative.s11 .globl g2 # @g2 symbol
13 g2: label
/external/clang/test/SemaCXX/
Dfunction-pointer-arguments.cpp11 int(*g2)(const int, int) = f1; in good() local
23 const int (*g2)(int, int) = f1; in bad() local
/external/clang/test/Modules/
Ddeclare-use1.cpp9 const int g2 = g1 + e + f + aux_i + sub; variable
Ddeclare-use3.cpp4 const int g2 = g1 + e + f + aux_i; variable
Dstrict-decluse.cpp9 const int g2 = g1 + e + f + aux_i; variable
Ddeclare-use4.cpp8 const int g2 = j; variable
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ELF/
Daddrsig.s75 .globl g2 symbol
Dweak-diff.s22 g2: label
/external/compiler-rt/test/profile/Inputs/
Dinstrprof-shared-lib.c2 int g2 = 1; variable
/external/clang/test/CodeGen/
Ddarwin-string-literals.c18 const void *g2 = __builtin___CFStringMakeConstantString("hello \u2192 \u2603 \u2190 world"); variable
Dconst-arithmetic.c8 void *g2[] = {g0 - 1, g0 - 23 }; variable
Dasm-attrs.c21 } g2; variable
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/endo/
DGLVTypeBParameters.java22 protected final BigInteger g1, g2; field in GLVTypeBParameters
26 BigInteger g2, int bits) in GLVTypeBParameters()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/endo/
DGLVTypeBParameters.java18 protected final BigInteger g1, g2; field in GLVTypeBParameters
22 BigInteger g2, int bits) in GLVTypeBParameters()
/external/llvm/test/MC/ELF/
Dweak-diff.s22 g2: label
/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
Dassign.pass.cpp67 char g1, g2, g3, p1, p3; in main() local
75 wchar_t g1, g2, g3, p1, p3; in main() local
Dswap.pass.cpp76 char g1, g2, g3, p1, p3; in main() local
84 wchar_t g1, g2, g3, p1, p3; in main() local
/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.cons/
Dcopy.pass.cpp64 char g1, g2, g3, p1, p3; in main() local
71 wchar_t g1, g2, g3, p1, p3; in main() local
/external/clang/test/Sema/
Dprivate-extern.c10 static int g2; variable
11 __private_extern__ int g2; variable
/external/libcxx/test/std/strings/basic.string.hash/
Dstrings.pass.cpp38 std::string g2 = "1234567891"; in test() local
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
Dp9.cpp36 void g2() { in g2() function

12345678