| /freebsd-14-stable/contrib/bc/tests/bc/ |
| HD | lib2.txt | 28 ceil(0, 0) 29 ceil(0, 1) 30 ceil(0, 100) 31 ceil(1, 0) 32 ceil(1, 3) 33 ceil(1.4, 0) 34 ceil(1.5, 0) 35 ceil(34.45, 2) 36 ceil(64.1223, 4) 37 ceil(283.1983893, 6) [all …]
|
| /freebsd-14-stable/sys/compat/linuxkpi/common/include/linux/ |
| HD | random.h | 73 get_random_u32_inclusive(uint32_t floor, uint32_t ceil) in get_random_u32_inclusive() argument 78 MPASS(ceil >= floor); in get_random_u32_inclusive() 81 t = ceil - floor + 1; in get_random_u32_inclusive()
|
| /freebsd-14-stable/lib/msun/i387/ |
| HD | s_ceil.S | 37 ENTRY(ceil) 56 END(ceil)
|
| /freebsd-14-stable/lib/msun/src/ |
| HD | s_ceil.c | 30 ceil(double x) in ceil() function 73 __weak_reference(ceil, ceill);
|
| /freebsd-14-stable/contrib/llvm-project/libcxx/include/__math/ |
| HD | rounding_functions.h | 29 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI float ceil(float __x) _NOEXCEPT { return __builtin_c… in ceil() function 32 _LIBCPP_NODISCARD _LIBCPP_HIDE_FROM_ABI double ceil(double __x) _NOEXCEPT { in ceil() function 36 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI long double ceil(long double __x) _NOEXCEPT { in ceil() function 41 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI double ceil(_A1 __x) _NOEXCEPT { in ceil() function
|
| /freebsd-14-stable/contrib/netbsd-tests/lib/libm/ |
| HD | t_ceil.c | 59 ATF_CHECK(fabs(ceil(x) - 1) < SMALL_NUM); in ATF_TC_BODY() 60 ATF_CHECK(fabs(ceil(y) - 1) < SMALL_NUM); in ATF_TC_BODY() 73 ATF_CHECK(isnan(ceil(x)) != 0); in ATF_TC_BODY() 85 double y = ceil(x); in ATF_TC_BODY() 100 double y = ceil(x); in ATF_TC_BODY() 115 double y = ceil(x); in ATF_TC_BODY() 130 double y = ceil(x); in ATF_TC_BODY()
|
| /freebsd-14-stable/contrib/file/magic/Magdir/ |
| HD | vacuum-cleaner | 16 # int32_t min_ceil; /* 4: 100 mm == 10 cm == min. ceil */ 17 # int32_t max_ceil; /* 8: 10000 mm == 100 m == max. ceil */
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Headers/ |
| HD | __clang_cuda_math_forward_declares.h | 47 __DEVICE__ double ceil(double); 48 __DEVICE__ float ceil(float); 209 using ::ceil;
|
| HD | __clang_cuda_cmath.h | 49 __DEVICE__ float ceil(float __x) { return ::ceilf(__x); } in ceil() function 249 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, ceil) 376 using ::ceil;
|
| HD | __clang_hip_cmath.h | 213 __DEF_FUN1(float, ceil) 489 __HIP_OVERLOAD1(double, ceil) 659 using ::ceil;
|
| /freebsd-14-stable/sys/contrib/dpdk_rte_lpm/ |
| HD | rte_common.h | 309 typeof(v) ceil = RTE_ALIGN_MUL_CEIL(v, mul); \ 311 (ceil - v) > (v - floor) ? floor : ceil; \
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| HD | NVPTXTargetTransformInfo.cpp | 176 return {Intrinsic::ceil, FTZ_Any}; in simplifyNvvmIntrinsic() 178 return {Intrinsic::ceil, FTZ_MustBeOff}; in simplifyNvvmIntrinsic() 180 return {Intrinsic::ceil, FTZ_MustBeOn}; in simplifyNvvmIntrinsic()
|
| /freebsd-14-stable/lib/msun/bsdsrc/ |
| HD | b_tgamma.c | 308 y = ceil(x); in neg_gam() 317 if (y == ceil(y)) in neg_gam()
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Headers/hlsl/ |
| HD | hlsl_intrinsics.h | 429 half ceil(half); 432 half2 ceil(half2); 435 half3 ceil(half3); 438 half4 ceil(half4); 441 float ceil(float); 443 float2 ceil(float2); 445 float3 ceil(float3); 447 float4 ceil(float4);
|
| /freebsd-14-stable/contrib/llvm-project/libcxx/include/__chrono/ |
| HD | time_point.h | 100 inline _LIBCPP_HIDE_FROM_ABI constexpr time_point<_Clock, _ToDuration> ceil(const time_point<_Clock… 101 return time_point<_Clock, _ToDuration>{chrono::ceil<_ToDuration>(__t.time_since_epoch())};
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| HD | LowerExpectIntrinsic.cpp | 70 uint32_t LikelyBW = ceil((TrueProb * (double)(INT32_MAX - 1)) + 1.0); in getBranchWeight() 71 uint32_t UnlikelyBW = ceil((FalseProb * (double)(INT32_MAX - 1)) + 1.0); in getBranchWeight()
|
| /freebsd-14-stable/include/ |
| HD | tgmath.h | 165 #define ceil(x) __tg_simple(x, ceil) macro
|
| /freebsd-14-stable/lib/msun/ |
| HD | Makefile | 175 ceil.3 cacos.3 ccos.3 ccosh.3 cexp.3 \ 205 MLINKS+=ceil.3 ceilf.3 ceil.3 ceill.3
|
| HD | Symbol.map | 66 ceil;
|
| /freebsd-14-stable/contrib/llvm-project/libcxx/include/ |
| HD | math.h | 452 using std::__math::ceil;
|
| /freebsd-14-stable/sys/tools/sound/ |
| HD | feeder_rate_mkfilter.awk | 62 function ceil(x, r) function 779 Z_UNSHIFT = ceil(log(v) / log(2.0));
|
| /freebsd-14-stable/contrib/lua/src/ |
| HD | lmathlib.c | 110 lua_Number d = l_mathop(ceil)(luaL_checknumber(L, 1)); in math_ceil() 147 lua_Number ip = (n < 0) ? l_mathop(ceil)(n) : l_mathop(floor)(n); in math_modf()
|
| /freebsd-14-stable/sys/contrib/device-tree/Bindings/ptp/ |
| HD | ptp-qoriq.txt | 38 tmr_add = ceil(2^32 / FreqDivRatio)
|
| /freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/ |
| HD | global_symbols.txt | 83 ceil U
|
| /freebsd-14-stable/tools/regression/include/tgmath/ |
| HD | tgmath.c | 104 TGMACRO_REAL(ceil) in TGMACRO_REAL() 483 PASS_REAL_ARG_REAL_RET(ceil)); in main()
|