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

1 2 3 4

  /prebuilts/go/darwin-x86/src/math/
floor_arm.s 10 TEXT ·Ceil(SB),NOSPLIT,$0
11 B ·ceil(SB)
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.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_386.s 7 // func Ceil(x float64) float64
8 TEXT ·Ceil(SB),NOSPLIT,$0
16 FRNDINT // F0=Ceil(x)
floor_amd64.s 31 // func Ceil(x float64) float64
32 TEXT ·Ceil(SB),NOSPLIT,$0
stubs_mips64x.s 54 TEXT ·Ceil(SB),NOSPLIT,$0
55 JMP ·ceil(SB)
stubs_mipsx.s 54 TEXT ·Ceil(SB),NOSPLIT,$0
55 JMP ·ceil(SB)
  /prebuilts/go/linux-x86/src/math/
floor_arm.s 10 TEXT ·Ceil(SB),NOSPLIT,$0
11 B ·ceil(SB)
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.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_386.s 7 // func Ceil(x float64) float64
8 TEXT ·Ceil(SB),NOSPLIT,$0
16 FRNDINT // F0=Ceil(x)
floor_amd64.s 31 // func Ceil(x float64) float64
32 TEXT ·Ceil(SB),NOSPLIT,$0
  /external/tensorflow/tensorflow/compiler/xla/tests/
floor_ceil_test.cc 47 builder.Ceil(c);
60 builder.Ceil(c);
  /external/libmojo/ui/gfx/range/
range_f.cc 38 Range RangeF::Ceil() const {
39 uint32_t start = start_ > 0 ? static_cast<uint32_t>(std::ceil(start_)) : 0;
40 uint32_t end = end_ > 0 ? static_cast<uint32_t>(std::ceil(end_)) : 0;
range_f.h 84 // Floor/Ceil/Round the start and end values of the given RangeF.
86 Range Ceil() const;
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.0/
OpenCL.std.h 44 Ceil = 12,
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.1/
OpenCL.std.h 44 Ceil = 12,
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.2/
OpenCL.std.h 44 Ceil = 12,
  /external/shaderc/spirv-headers/include/spirv/1.0/
OpenCL.std.h 48 Ceil = 12,
  /external/shaderc/spirv-headers/include/spirv/1.1/
OpenCL.std.h 48 Ceil = 12,
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
OpenCL.std.h 48 Ceil = 12,

Completed in 228 milliseconds

1 2 3 4