HomeSort by relevance Sort by last modified time
    Searched refs:shiftop (Results 1 - 3 of 3) sorted by null

  /prebuilts/go/darwin-x86/test/fixedbugs/
issue9604b.go 109 type shiftop struct { type
114 var shiftops = []shiftop{
115 shiftop{"<<", func(x *big.Int, i uint) *big.Int { return new(big.Int).Lsh(x, i) }},
116 shiftop{">>", func(x *big.Int, i uint) *big.Int { return new(big.Int).Rsh(x, i) }},
  /prebuilts/go/linux-x86/test/fixedbugs/
issue9604b.go 109 type shiftop struct { type
114 var shiftops = []shiftop{
115 shiftop{"<<", func(x *big.Int, i uint) *big.Int { return new(big.Int).Lsh(x, i) }},
116 shiftop{">>", func(x *big.Int, i uint) *big.Int { return new(big.Int).Rsh(x, i) }},
  /external/vixl/src/aarch32/
macro-assembler-aarch32.cc 1312 InstructionCondRROp shiftop = NULL; local
    [all...]

Completed in 137 milliseconds