Searched refs:G3 (Results 1 - 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/program/
H A Dprog_noise.c325 #define G3 0.166666667f macro
338 float t = (float) (i + j + k) * G3;
415 x1 = x0 - i1 + G3; /* Offsets for second corner in (x,y,z) coords */
416 y1 = y0 - j1 + G3;
417 z1 = z0 - k1 + G3;
418 x2 = x0 - i2 + 2.0f * G3; /* Offsets for third corner in (x,y,z) coords */
419 y2 = y0 - j2 + 2.0f * G3;
420 z2 = z0 - k2 + 2.0f * G3;
421 x3 = x0 - 1.0f + 3.0f * G3;/* Offsets for last corner in (x,y,z) coords */
422 y3 = y0 - 1.0f + 3.0f * G3;
[all...]
/external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
H A Dsema.cpp161 struct G3 { S2 s; }; struct
166 N(G3());
/external/libvncserver/x11vnc/misc/
H A Dranfb.pl47 # G(x,y) = G1 + G2 * x + G3 * y + G4 * x * y
122 $GY1 = $G1 + $yg * $G3;
144 #$v = int($G1 + $xg*$G2 + $yg*$G3 + $xg*$yg*$G4);
/external/llvm/lib/Target/Sparc/
H A DSparcRegisterInfo.cpp64 Reserved.set(SP::G3);
H A DSparcAsmPrinter.cpp284 const unsigned globalRegs[] = { SP::G2, SP::G3, SP::G6, SP::G7, 0 };
/external/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp67 SP::G0, SP::G1, SP::G2, SP::G3,
/external/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp92 Sparc::G0, Sparc::G1, Sparc::G2, Sparc::G3,
/external/valgrind/drd/tests/
H A Dtsan_unittest.cpp4853 int G3 = 0; member in namespace:test100
4859 G3 = 1; CHECK(G3);
4867 G3 = 3;
4881 ANNOTATE_TRACE_MEMORY(&G3);

Completed in 636 milliseconds