HomeSort by relevance Sort by last modified time
    Searched defs:one64 (Results 1 - 2 of 2) sorted by null

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
shift_test.go 810 one64 int64 = 1
822 if one64<<N<<N == 1 {
825 if one64>>N>>N == 1 {
862 if one64<<N>>2<<N == 1 {
868 if one64>>N<<2>>N == 1 {
809 one64 int64 = 1 var
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
shift_test.go 810 one64 int64 = 1
822 if one64<<N<<N == 1 {
825 if one64>>N>>N == 1 {
862 if one64<<N>>2<<N == 1 {
868 if one64>>N<<2>>N == 1 {
809 one64 int64 = 1 var

Completed in 250 milliseconds