HomeSort by relevance Sort by last modified time
    Searched full:planet (Results 1 - 25 of 164) sorted by null

1 2 3 4 5 6 7

  /prebuilts/go/darwin-x86/src/sort/
example_keys_test.go 16 // A Planet defines the properties of a solar system object.
17 type Planet struct {
23 // By is the type of a "less" function that defines the ordering of its Planet arguments.
24 type By func(p1, p2 *Planet) bool
27 func (by By) Sort(planets []Planet) {
37 planets []Planet
38 by func(p1, p2 *Planet) bool // Closure used in the Less method.
56 var planets = []Planet{
65 // Closures that order the Planet structure.
66 name := func(p1, p2 *Planet) bool
    [all...]
  /prebuilts/go/linux-x86/src/sort/
example_keys_test.go 16 // A Planet defines the properties of a solar system object.
17 type Planet struct {
23 // By is the type of a "less" function that defines the ordering of its Planet arguments.
24 type By func(p1, p2 *Planet) bool
27 func (by By) Sort(planets []Planet) {
37 planets []Planet
38 by func(p1, p2 *Planet) bool // Closure used in the Less method.
56 var planets = []Planet{
65 // Closures that order the Planet structure.
66 name := func(p1, p2 *Planet) bool
    [all...]
  /external/llvm/test/CodeGen/X86/
pr20020.ll 11 %struct.planet = type { double, double, double }
14 define void @advance(i32 %nbodies, %struct.planet* nocapture %bodies) #0 {
20 %gep = getelementptr %struct.planet, %struct.planet* %bodies, i64 1, i32 1
21 %gep13 = bitcast double* %gep to %struct.planet*
27 %iv = phi %struct.planet* [ %gep13, %for.body.preheader ], [ %gep14, %for.inc20 ]
35 %x = getelementptr inbounds %struct.planet, %struct.planet* %bodies, i64 %iv9, i32 0
36 %y = getelementptr inbounds %struct.planet, %struct.planet* %bodies, i64 %iv9, i32
    [all...]