Home
last modified time | relevance | path

Searched refs:ceilf (Results 1 – 25 of 173) sorted by relevance

1234567

/external/llvm-project/libc/test/src/math/
Dceilf_test.cpp23 EXPECT_FP_EQ(zero, __llvm_libc::ceilf(zero)); in TEST()
24 EXPECT_FP_EQ(negZero, __llvm_libc::ceilf(negZero)); in TEST()
26 EXPECT_FP_EQ(inf, __llvm_libc::ceilf(inf)); in TEST()
27 EXPECT_FP_EQ(negInf, __llvm_libc::ceilf(negInf)); in TEST()
30 ASSERT_NE(isnan(__llvm_libc::ceilf(nan)), 0); in TEST()
34 EXPECT_FP_EQ(1.0f, __llvm_libc::ceilf(1.0f)); in TEST()
35 EXPECT_FP_EQ(-1.0f, __llvm_libc::ceilf(-1.0f)); in TEST()
36 EXPECT_FP_EQ(10.0f, __llvm_libc::ceilf(10.0f)); in TEST()
37 EXPECT_FP_EQ(-10.0f, __llvm_libc::ceilf(-10.0f)); in TEST()
38 EXPECT_FP_EQ(1234.0f, __llvm_libc::ceilf(1234.0f)); in TEST()
[all …]
/external/XNNPACK/src/f32-vrnd/gen/
Dvrndu-scalar-libm-x4.c34 const float vy0 = ceilf(vx0); in xnn_f32_vrndu_ukernel__scalar_libm_x4()
35 const float vy1 = ceilf(vx1); in xnn_f32_vrndu_ukernel__scalar_libm_x4()
36 const float vy2 = ceilf(vx2); in xnn_f32_vrndu_ukernel__scalar_libm_x4()
37 const float vy3 = ceilf(vx3); in xnn_f32_vrndu_ukernel__scalar_libm_x4()
48 const float vy = ceilf(vx); in xnn_f32_vrndu_ukernel__scalar_libm_x4()
Dvrndu-scalar-libm-x2.c32 const float vy0 = ceilf(vx0); in xnn_f32_vrndu_ukernel__scalar_libm_x2()
33 const float vy1 = ceilf(vx1); in xnn_f32_vrndu_ukernel__scalar_libm_x2()
41 const float vy = ceilf(vx); in xnn_f32_vrndu_ukernel__scalar_libm_x2()
Dvrndu-scalar-libm-x1.c29 const float vy = ceilf(vx); in xnn_f32_vrndu_ukernel__scalar_libm_x1()
/external/rust/crates/libm/src/math/
Dceilf.rs7 pub fn ceilf(x: f32) -> f32 { in ceilf() function
50 assert_eq!(ceilf(1.1), 2.0); in sanity_check()
51 assert_eq!(ceilf(2.9), 3.0); in sanity_check()
58 assert!(ceilf(NAN).is_nan()); in spec_tests()
60 assert_eq!(ceilf(f), f); in spec_tests()
Dmod.rs90 mod ceilf; module
196 pub use self::ceilf::ceilf;
/external/llvm/test/CodeGen/ARM/
Dfloorf.ll12 ; CHECK-NOT: ceilf
13 %foo = call float @ceilf(float 0x4000CCCCC0000000) nounwind readnone
25 declare float @ceilf(float) nounwind readnone
Darm32-round-conv.ll44 %call = call float @ceilf(float %a) nounwind readnone
53 %call = call float @ceilf(float %a) nounwind readnone
114 declare float @ceilf(float) nounwind readnone
/external/llvm-project/llvm/test/CodeGen/ARM/
Dfloorf.ll12 ; CHECK-NOT: ceilf
13 %foo = call float @ceilf(float 0x4000CCCCC0000000) nounwind readnone
25 declare float @ceilf(float) nounwind readnone
Darm32-round-conv.ll44 %call = call float @ceilf(float %a) nounwind readnone
53 %call = call float @ceilf(float %a) nounwind readnone
114 declare float @ceilf(float) nounwind readnone
/external/tensorflow/tensorflow/core/kernels/image/
Dresize_bilinear_op_gpu.cu.cc56 (in_y < in_height - 1) ? ceilf(in_y) : in_height - 1; in ResizeBilinearKernel_faster()
62 (in_x < in_width - 1) ? ceilf(in_x) : in_width - 1; in ResizeBilinearKernel_faster()
135 (in_y < in_height - 1) ? ceilf(in_y) : in_height - 1; in ResizeBilinearKernel()
141 (in_x < in_width - 1) ? ceilf(in_x) : in_width - 1; in ResizeBilinearKernel()
189 ? ceilf(original_y) in ResizeBilinearGradKernel()
198 ? ceilf(original_x) in ResizeBilinearGradKernel()
303 (in_y < in_height - 1) ? ceilf(in_y) : in_height - 1; in LegacyResizeBilinearKernel()
309 (in_x < in_width - 1) ? ceilf(in_x) : in_width - 1; in LegacyResizeBilinearKernel()
354 ? ceilf(original_y) in LegacyResizeBilinearGradKernel()
361 ? ceilf(original_x) in LegacyResizeBilinearGradKernel()
Dcrop_and_resize_op_gpu.cu.cc90 const int bottom_y_index = ceilf(in_y); in CropAndResizeKernel()
94 const int right_x_index = ceilf(in_x); in CropAndResizeKernel()
181 const int bottom_y_index = ceilf(in_y); in CropAndResizeBackpropImageKernel()
185 const int right_x_index = ceilf(in_x); in CropAndResizeBackpropImageKernel()
282 const int bottom_y_index = ceilf(in_y); in CropAndResizeBackpropBoxesKernel()
286 const int right_x_index = ceilf(in_x); in CropAndResizeBackpropBoxesKernel()
/external/llvm-project/llvm/test/CodeGen/AArch64/
Darm64-dead-register-def-bug.ll16 %tmp1 = tail call float @ceilf(float 2.000000e+00)
32 declare float @ceilf(float) nounwind readnone
Darm64-rounding.ll50 %call = tail call float @ceilf(float %a) nounwind readnone
54 declare float @ceilf(float) nounwind readnone
154 %call = tail call float @ceilf(float %a) nounwind readnone
Dround-conv.ll88 %call = call float @ceilf(float %a) nounwind readnone
98 %call = call float @ceilf(float %a) nounwind readnone
128 %call = call float @ceilf(float %a) nounwind readnone
138 %call = call float @ceilf(float %a) nounwind readnone
325 declare float @ceilf(float) nounwind readnone
/external/llvm/test/CodeGen/AArch64/
Darm64-dead-register-def-bug.ll16 %tmp1 = tail call float @ceilf(float 2.000000e+00)
32 declare float @ceilf(float) nounwind readnone
Darm64-rounding.ll50 %call = tail call float @ceilf(float %a) nounwind readnone
54 declare float @ceilf(float) nounwind readnone
154 %call = tail call float @ceilf(float %a) nounwind readnone
Dround-conv.ll88 %call = call float @ceilf(float %a) nounwind readnone
98 %call = call float @ceilf(float %a) nounwind readnone
128 %call = call float @ceilf(float %a) nounwind readnone
138 %call = call float @ceilf(float %a) nounwind readnone
325 declare float @ceilf(float) nounwind readnone
/external/llvm/test/Transforms/InstCombine/
Ddouble-float-shrink-2.ll9 ; DO-SIMPLIFY: call float @ceilf(
16 ; C89-SIMPLIFY: call float @ceilf(
44 ; --> ceilf
Dfloat-shrink-compare.ll13 ; CHECK-NEXT: %ceilf = call float @ceilf(float %x)
14 ; CHECK-NEXT: fcmp oeq float %ceilf, %y
97 ; CHECK-NEXT: %ceilf = call float @ceilf(float %x)
98 ; CHECK-NEXT: fcmp oeq float %ceilf, %y
/external/llvm-project/libc/fuzzing/math/
Dmath_differential_fuzz.cpp73 SingleInputSingleOutputDiff<float>(&__llvm_libc::ceilf, &::ceilf, data, size); in LLVMFuzzerTestOneInput()
/external/llvm-project/libc/src/math/
Dceilf.h14 float ceilf(float x);
Dceilf.cpp14 float LLVM_LIBC_ENTRYPOINT(ceilf)(float x) { return fputil::ceil(x); } in LLVM_LIBC_ENTRYPOINT() argument
/external/XNNPACK/src/math/
Droundu-scalar-ceil.c24 const float vy = ceilf(vx); in xnn_math_f32_roundu__scalar_ceil()
/external/llvm/test/CodeGen/PowerPC/
Drounding-ops.ll55 %call = tail call float @ceilf(float %x) nounwind readnone
64 declare float @ceilf(float) nounwind readnone

1234567