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

  /prebuilts/go/darwin-x86/test/
float_lit3.go 23 max32 = two128 - ulp32
30 float32(max32 + ulp32/2 - 1), // ok
31 float32(max32 + ulp32/2 - two128/two256), // ok
32 float32(max32 + ulp32/2), // ERROR "constant 3\.40282e\+38 overflows float32"
34 float32(-max32 - ulp32/2 + 1), // ok
35 float32(-max32 - ulp32/2 + two128/two256), // ok
36 float32(-max32 - ulp32/2), // ERROR "constant -3\.40282e\+38 overflows float32"
22 max32 = two128 - ulp32 const
float_lit2.go 36 max32 = two128 - ulp32
49 {0x7f7ffffe, float32(max32 - ulp32), float32(max32 - ulp32 - ulp32/2), "max32 - ulp32 - ulp32/2"},
50 {0x7f7ffffe, float32(max32 - ulp32), float32(max32 - ulp32), "max32 - ulp32"},
51 {0x7f7ffffe, float32(max32 - ulp32), float32(max32 - ulp32/2), "max32 - ulp32/2"}
35 max32 = two128 - ulp32 const
    [all...]
  /prebuilts/go/linux-x86/test/
float_lit3.go 23 max32 = two128 - ulp32
30 float32(max32 + ulp32/2 - 1), // ok
31 float32(max32 + ulp32/2 - two128/two256), // ok
32 float32(max32 + ulp32/2), // ERROR "constant 3\.40282e\+38 overflows float32"
34 float32(-max32 - ulp32/2 + 1), // ok
35 float32(-max32 - ulp32/2 + two128/two256), // ok
36 float32(-max32 - ulp32/2), // ERROR "constant -3\.40282e\+38 overflows float32"
22 max32 = two128 - ulp32 const
float_lit2.go 36 max32 = two128 - ulp32
49 {0x7f7ffffe, float32(max32 - ulp32), float32(max32 - ulp32 - ulp32/2), "max32 - ulp32 - ulp32/2"},
50 {0x7f7ffffe, float32(max32 - ulp32), float32(max32 - ulp32), "max32 - ulp32"},
51 {0x7f7ffffe, float32(max32 - ulp32), float32(max32 - ulp32/2), "max32 - ulp32/2"}
35 max32 = two128 - ulp32 const
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
regalloc.go 441 vi.restoreMax = max32(vi.restoreMax, s.sdom[b.ID].exit)
2545 func max32(x, y int32) int32 { func
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
regalloc.go 441 vi.restoreMax = max32(vi.restoreMax, s.sdom[b.ID].exit)
2545 func max32(x, y int32) int32 { func
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
Target.java 628 public float max32() { return (float) mMaxValue; } method in class:Target.Floaty
  /external/valgrind/VEX/priv/
guest_arm64_toIR.c 7582 IRTemp max32 = newTempV128(); local
7644 IRTemp max32 = newTempV128(); local
7676 IRTemp max32 = newTempV128(); local
    [all...]

Completed in 946 milliseconds