/external/llvm-project/libc/test/src/math/ |
D | ceilf_test.cpp | 23 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/ |
D | vrndu-scalar-libm-x4.c | 34 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()
|
D | vrndu-scalar-libm-x2.c | 32 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()
|
D | vrndu-scalar-libm-x1.c | 29 const float vy = ceilf(vx); in xnn_f32_vrndu_ukernel__scalar_libm_x1()
|
/external/rust/crates/libm/src/math/ |
D | ceilf.rs | 7 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()
|
D | mod.rs | 90 mod ceilf; module 196 pub use self::ceilf::ceilf;
|
/external/llvm/test/CodeGen/ARM/ |
D | floorf.ll | 12 ; CHECK-NOT: ceilf 13 %foo = call float @ceilf(float 0x4000CCCCC0000000) nounwind readnone 25 declare float @ceilf(float) nounwind readnone
|
D | arm32-round-conv.ll | 44 %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/ |
D | floorf.ll | 12 ; CHECK-NOT: ceilf 13 %foo = call float @ceilf(float 0x4000CCCCC0000000) nounwind readnone 25 declare float @ceilf(float) nounwind readnone
|
D | arm32-round-conv.ll | 44 %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/ |
D | resize_bilinear_op_gpu.cu.cc | 56 (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()
|
D | crop_and_resize_op_gpu.cu.cc | 90 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/ |
D | arm64-dead-register-def-bug.ll | 16 %tmp1 = tail call float @ceilf(float 2.000000e+00) 32 declare float @ceilf(float) nounwind readnone
|
D | arm64-rounding.ll | 50 %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
|
D | round-conv.ll | 88 %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/ |
D | arm64-dead-register-def-bug.ll | 16 %tmp1 = tail call float @ceilf(float 2.000000e+00) 32 declare float @ceilf(float) nounwind readnone
|
D | arm64-rounding.ll | 50 %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
|
D | round-conv.ll | 88 %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/ |
D | double-float-shrink-2.ll | 9 ; DO-SIMPLIFY: call float @ceilf( 16 ; C89-SIMPLIFY: call float @ceilf( 44 ; --> ceilf
|
D | float-shrink-compare.ll | 13 ; 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/ |
D | math_differential_fuzz.cpp | 73 SingleInputSingleOutputDiff<float>(&__llvm_libc::ceilf, &::ceilf, data, size); in LLVMFuzzerTestOneInput()
|
/external/llvm-project/libc/src/math/ |
D | ceilf.h | 14 float ceilf(float x);
|
D | ceilf.cpp | 14 float LLVM_LIBC_ENTRYPOINT(ceilf)(float x) { return fputil::ceil(x); } in LLVM_LIBC_ENTRYPOINT() argument
|
/external/XNNPACK/src/math/ |
D | roundu-scalar-ceil.c | 24 const float vy = ceilf(vx); in xnn_math_f32_roundu__scalar_ceil()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | rounding-ops.ll | 55 %call = tail call float @ceilf(float %x) nounwind readnone 64 declare float @ceilf(float) nounwind readnone
|