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

  /prebuilts/go/darwin-x86/src/math/
cbrt.go 19 // Cbrt returns the cube root of x.
22 // Cbrt(±0) = ±0
23 // Cbrt(±Inf) = ±Inf
24 // Cbrt(NaN) = NaN
25 func Cbrt(x float64) float64 {
48 // rough cbrt to 5 bits
57 // new cbrt to 23 bits
62 // chop to 22 bits, make larger than cbrt(x)
  /prebuilts/go/linux-x86/src/math/
cbrt.go 19 // Cbrt returns the cube root of x.
22 // Cbrt(±0) = ±0
23 // Cbrt(±Inf) = ±Inf
24 // Cbrt(NaN) = NaN
25 func Cbrt(x float64) float64 {
48 // rough cbrt to 5 bits
57 // new cbrt to 23 bits
62 // chop to 22 bits, make larger than cbrt(x)
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
OpenCL.std.h 47 Cbrt = 11,
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.0/
OpenCL.std.h 47 Cbrt = 11,
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.1/
OpenCL.std.h 47 Cbrt = 11,

Completed in 97 milliseconds