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

  /prebuilts/go/darwin-x86/src/math/
logb.go 7 // Logb returns the binary exponent of x.
10 // Logb(ħInf) = +Inf
11 // Logb(0) = -Inf
12 // Logb(NaN) = NaN
13 func Logb(x float64) float64 {
45 // logb returns the binary exponent of x. It assumes x is finite and
  /prebuilts/go/linux-x86/src/math/
logb.go 7 // Logb returns the binary exponent of x.
10 // Logb(ħInf) = +Inf
11 // Logb(0) = -Inf
12 // Logb(NaN) = NaN
13 func Logb(x float64) float64 {
45 // logb returns the binary exponent of x. It assumes x is finite and
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
OpenCL.std.h 77 Logb = 41,
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.0/
OpenCL.std.h 77 Logb = 41,
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.1/
OpenCL.std.h 77 Logb = 41,

Completed in 145 milliseconds