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

  /prebuilts/go/darwin-x86/src/math/
logb.go 23 return float64(ilogb(x))
26 // Ilogb returns the binary exponent of x as an integer.
29 // Ilogb(ħInf) = MaxInt32
30 // Ilogb(0) = MinInt32
31 // Ilogb(NaN) = MaxInt32
32 func Ilogb(x float64) int {
42 return ilogb(x)
47 func ilogb(x float64) int { func
  /prebuilts/go/linux-x86/src/math/
logb.go 23 return float64(ilogb(x))
26 // Ilogb returns the binary exponent of x as an integer.
29 // Ilogb(ħInf) = MaxInt32
30 // Ilogb(0) = MinInt32
31 // Ilogb(NaN) = MaxInt32
32 func Ilogb(x float64) int {
42 return ilogb(x)
47 func ilogb(x float64) int { func
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
OpenCL.std.h 69 Ilogb = 33,
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.0/
OpenCL.std.h 69 Ilogb = 33,
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.1/
OpenCL.std.h 69 Ilogb = 33,

Completed in 654 milliseconds