HomeSort by relevance Sort by last modified time
    Searched refs:Ceil (Results 1 - 25 of 41) sorted by null

1 2

  /prebuilts/go/darwin-x86/src/math/
floor_arm.s 10 TEXT ·Ceil(SB),NOSPLIT,$0
11 B ·ceil(SB)
floor.go 30 // Ceil returns the least integer value greater than or equal to x.
33 // Ceil(±0) = ±0
34 // Ceil(±Inf) = ±Inf
35 // Ceil(NaN) = NaN
36 func Ceil(x float64) float64
38 func ceil(x float64) float64 { func
floor_arm64.s 14 // func Ceil(x float64) float64
15 TEXT ·Ceil(SB),NOSPLIT,$0
floor_ppc64x.s 15 TEXT ·Ceil(SB),NOSPLIT,$0
floor_s390x.s 14 // func Ceil(x float64) float64
15 TEXT ·Ceil(SB),NOSPLIT,$0
floor_386.s 7 // func Ceil(x float64) float64
8 TEXT ·Ceil(SB),NOSPLIT,$0
16 FRNDINT // F0=Ceil(x)
floor_amd64.s 48 // func Ceil(x float64) float64
49 TEXT ·Ceil(SB),NOSPLIT,$0
stubs_mips64x.s 42 TEXT ·Ceil(SB),NOSPLIT,$0
43 JMP ·ceil(SB)
stubs_mipsx.s 42 TEXT ·Ceil(SB),NOSPLIT,$0
43 JMP ·ceil(SB)
all_test.go 127 var ceil = []float64{ var
    [all...]
  /prebuilts/go/linux-x86/src/math/
floor_arm.s 10 TEXT ·Ceil(SB),NOSPLIT,$0
11 B ·ceil(SB)
floor.go 30 // Ceil returns the least integer value greater than or equal to x.
33 // Ceil(±0) = ±0
34 // Ceil(±Inf) = ±Inf
35 // Ceil(NaN) = NaN
36 func Ceil(x float64) float64
38 func ceil(x float64) float64 { func
floor_arm64.s 14 // func Ceil(x float64) float64
15 TEXT ·Ceil(SB),NOSPLIT,$0
floor_ppc64x.s 15 TEXT ·Ceil(SB),NOSPLIT,$0
floor_s390x.s 14 // func Ceil(x float64) float64
15 TEXT ·Ceil(SB),NOSPLIT,$0
floor_386.s 7 // func Ceil(x float64) float64
8 TEXT ·Ceil(SB),NOSPLIT,$0
16 FRNDINT // F0=Ceil(x)
floor_amd64.s 48 // func Ceil(x float64) float64
49 TEXT ·Ceil(SB),NOSPLIT,$0
stubs_mips64x.s 42 TEXT ·Ceil(SB),NOSPLIT,$0
43 JMP ·ceil(SB)
stubs_mipsx.s 42 TEXT ·Ceil(SB),NOSPLIT,$0
43 JMP ·ceil(SB)
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
OpenCL.std.h 48 Ceil = 12,
SPIRVExtInst.h 73 add(OpenCLLIB::Ceil, "ceil");
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.0/
OpenCL.std.h 48 Ceil = 12,
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.1/
OpenCL.std.h 48 Ceil = 12,
  /external/eigen/Eigen/src/Core/
Assign_MKL.h 138 EIGEN_MKL_VML_DECLARE_UNARY_CALLS_REAL(ceil, Ceil, _)
  /external/v8/src/wasm/
wasm-opcodes.cc 80 CASE_FLOAT_OP(Ceil, "ceil")

Completed in 477 milliseconds

1 2