OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:G4
(Results
1 - 12
of
12
) sorted by null
/external/llvm/test/CodeGen/PowerPC/
hello-reloc.s
5
; 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 0x1
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/isomorphism/tests/
test_isomorphism.py
12
self.
G4
=nx.Graph()
16
self.
G4
.add_edges_from([ [1,2],[1,3],[1,5],[2,4] ])
21
assert_false(iso.could_be_isomorphic(self.G1,self.
G4
))
32
assert_false(iso.is_isomorphic(self.G1,self.
G4
))
/external/mesa3d/src/mesa/program/
prog_noise.c
482
#define
G4
0.138196601f /*
G4
= (5.0-Math.sqrt(5.0))/20.0 */
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
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/tests/
test_convert_numpy.py
24
self.
G4
= self.create_weighted(nx.DiGraph())
88
A = nx.to_numpy_matrix(self.
G4
)
89
self.identity_conversion(self.
G4
, A, nx.DiGraph())
93
A = nx.to_numpy_matrix(self.
G4
)
95
self.identity_conversion(self.
G4
, A, nx.DiGraph())
test_convert_scipy.py
24
self.
G4
= self.create_weighted(nx.DiGraph())
92
A = nx.to_scipy_sparse_matrix(self.
G4
)
93
self.identity_conversion(self.
G4
, A, nx.DiGraph())
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/operators/tests/
test_all.py
140
G4
=nx.union_all([G1,G2,G3],rename=("G1","G2","G3"))
141
assert_equal(sorted(
G4
.nodes()),
/external/libvncserver/x11vnc/misc/
ranfb.pl
47
# 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/llvm/lib/Target/Sparc/
SparcRegisterInfo.cpp
35
cl::desc("Reserve application registers (%g2-%
g4
)"));
61
// G1-
G4
can be used in applications.
65
Reserved.set(SP::
G4
);
/external/v8/test/mjsunit/compiler/
inline-arguments.js
94
function
G4
() {
103
G4
.apply(this, arguments);
/external/llvm/lib/Target/Sparc/Disassembler/
SparcDisassembler.cpp
68
SP::
G4
, SP::G5, SP::G6, SP::G7,
/external/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp
93
Sparc::
G4
, Sparc::G5, Sparc::G6, Sparc::G7,
/external/valgrind/drd/tests/
tsan_unittest.cpp
[
all
...]
Completed in 4682 milliseconds