Home
last modified time | relevance | path

Searched defs:ceil (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__math/
H A Drounding_functions.h29 _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/lib/msun/src/
H A Ds_ceil.c29 ceil(double x) in ceil() function
/freebsd/sys/tools/sound/
H A Dfeeder_rate_mkfilter.awk62 function ceil(x, r) function
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Drandom.h73 get_random_u32_inclusive(uint32_t floor, uint32_t ceil) in get_random_u32_inclusive()
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h49 __DEVICE__ float ceil(float __x) { return ::ceilf(__x); } in ceil() function
H A Dtgmath.h601 #define ceil(__x) __tg_ceil(__tg_promote1((__x))(__x)) macro
/freebsd/include/
H A Dtgmath.h165 #define ceil(x) __tg_simple(x, ceil) macro
/freebsd/crypto/libecc/src/examples/sig/rsa/
H A Drsa.c792 u32 c, ceil; in _mgf1() local
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c1525 size_t ceil, xsize; in zisofs_read_data() local