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

/external/llvm/test/CodeGen/PowerPC/
H A Dhello-reloc.s5 ; RUN: llvm-mc -filetype=obj -relocation-model=pic -mcpu=g4 -triple=powerpc-apple-darwin8 %s -o - | llvm-readobj -relocations | FileCheck -check-prefix=DARWIN-G4-DUMP %s
60 ; DARWIN-G4-DUMP:Format: Mach-O 32-bit ppc
61 ; DARWIN-G4-DUMP:Arch: powerpc
62 ; DARWIN-G4-DUMP:AddressSize: 32bit
63 ; DARWIN-G4-DUMP:Relocations [
64 ; DARWIN-G4-DUMP: Section __text {
65 ; DARWIN-G4-DUMP: 0x34 1 2 0 PPC_RELOC_BR24 0 0x3
66 ; DARWIN-G4-DUMP: 0x30 0 2 n/a PPC_RELOC_LO16_SECTDIFF 1 0x74
67 ; DARWIN-G4-DUMP: 0x0 0 2 n/a PPC_RELOC_PAIR 1 0x14
68 ; DARWIN-G4
[all...]
/external/mesa3d/src/mesa/program/
H A Dprog_noise.c482 #define G4 0.138196601f /* G4 = (5.0-Math.sqrt(5.0))/20.0 */ macro
497 float t = (i + j + k + l) * G4; /* Factor for 4D unskewing */
558 x1 = x0 - i1 + G4; /* Offsets for second corner in (x,y,z,w) coords */
559 y1 = y0 - j1 + G4;
560 z1 = z0 - k1 + G4;
561 w1 = w0 - l1 + G4;
562 x2 = x0 - i2 + 2.0f * G4; /* Offsets for third corner in (x,y,z,w) coords */
563 y2 = y0 - j2 + 2.0f * G4;
564 z2 = z0 - k2 + 2.0f * G4;
[all...]
/external/libvncserver/x11vnc/misc/
H A Dranfb.pl47 # G(x,y) = G1 + G2 * x + G3 * y + G4 * x * y
126 $GY2 = $G2 + $yg * $G4;
144 #$v = int($G1 + $xg*$G2 + $yg*$G3 + $xg*$yg*$G4);
/external/v8/test/mjsunit/compiler/
H A Dinline-arguments.js94 function G4() { function
103 G4.apply(this, arguments);
/external/llvm/lib/Target/Sparc/
H A DSparcRegisterInfo.cpp61 // G1-G4 can be used in applications.
65 Reserved.set(SP::G4);
/external/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp68 SP::G4, SP::G5, SP::G6, SP::G7,
/external/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp93 Sparc::G4, Sparc::G5, Sparc::G6, Sparc::G7,
/external/valgrind/drd/tests/
H A Dtsan_unittest.cpp4854 int G4 = 0; member in namespace:test100
4860 G4 = 1;
4868 G4 = 3;
4882 ANNOTATE_TRACE_MEMORY(&G4);

Completed in 2047 milliseconds