Searched refs:ceil (Results 1 - 25 of 54) sorted by relevance

123

/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A Dfmod.c26 return x - (quot < 0.0 ? ceil(quot) : floor(quot)) * y;
/freebsd-11-stable/lib/msun/i387/
H A Ds_ceil.S39 ENTRY(ceil)
58 END(ceil)
/freebsd-11-stable/lib/msun/src/
H A Ds_ceil.c17 * ceil(x)
22 * Inexact flag raised if x not equal to ceil(x).
33 ceil(double x) function
76 __weak_reference(ceil, ceill);
/freebsd-11-stable/contrib/libstdc++/include/c_compatibility/
H A Dmath.h54 using std::ceil;
/freebsd-11-stable/sys/contrib/ncsw/inc/
H A Dmath_ext.h49 static __inline__ double ceil(double x) function
/freebsd-11-stable/contrib/libstdc++/libmath/
H A Dstubs.c126 return (float) ceil(x);
134 return ceil((double) x);
/freebsd-11-stable/contrib/libstdc++/include/c/
H A Dstd_cmath.h50 #undef ceil macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h70 __DEVICE__ double ceil(double);
71 __DEVICE__ float ceil(float);
232 using ::ceil;
H A D__clang_cuda_cmath.h63 __DEVICE__ float ceil(float __x) { return ::ceilf(__x); } function
220 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, ceil)
347 using ::ceil;
/freebsd-11-stable/contrib/netbsd-tests/lib/libm/
H A Dt_ceil.c46 * ceil(3)
51 atf_tc_set_md_var(tc, "descr", "A basic test of ceil(3)");
59 ATF_CHECK(fabs(ceil(x) - 1) < SMALL_NUM);
60 ATF_CHECK(fabs(ceil(y) - 1) < SMALL_NUM);
66 atf_tc_set_md_var(tc, "descr", "Test ceil(NaN) == NaN");
73 ATF_CHECK(isnan(ceil(x)) != 0);
79 atf_tc_set_md_var(tc, "descr", "Test ceil(-Inf) == -Inf");
85 double y = ceil(x);
88 atf_tc_fail_nonfatal("ceil(-Inf) != -Inf");
94 atf_tc_set_md_var(tc, "descr", "Test ceil(
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/resize_policy/
H A Dcc_hash_max_collision_check_resize_trigger_imp.hpp168 m_max_col = size_type(::ceil(::sqrt(2 * m_load * ::log(ln_arg))));
/freebsd-11-stable/contrib/libstdc++/include/tr1/
H A Dmath.h49 using std::tr1::ceil;
H A Dhashtable_policy.h538 _M_next_resize = static_cast<std::size_t>(std::ceil(*__p
554 _M_next_resize = static_cast<std::size_t>(std::ceil(*__p
586 static_cast<std::size_t>(std::ceil(*__p * _M_max_load_factor));
592 static_cast<std::size_t>(std::ceil(__n_bkt
/freebsd-11-stable/contrib/gcc/
H A Dfp-test.c62 extern double ceil (double);
246 d1 = ceil (d2);
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cmath.h63 #undef ceil macro
165 using ::ceil;
168 ceil(float __x) function
172 ceil(long double __x) function
178 ceil(_Tp __x) function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp47 size_t MaxLineNumberWidth = std::ceil(std::log10(LastLine));
/freebsd-11-stable/lib/msun/bsdsrc/
H A Db_tgamma.c282 y = ceil(x);
289 if (y == ceil(y))
/freebsd-11-stable/contrib/lua/src/
H A Dlmathlib.c118 lua_settop(L, 1); /* integer is its own ceil */
120 lua_Number d = l_mathop(ceil)(luaL_checknumber(L, 1));
157 lua_Number ip = (n < 0) ? l_mathop(ceil)(n) : l_mathop(floor)(n);
357 {"ceil", math_ceil},
/freebsd-11-stable/lib/msun/
H A DMakefile156 ceil.3 cacos.3 ccos.3 ccosh.3 cexp.3 \
185 MLINKS+=ceil.3 ceilf.3 ceil.3 ceill.3
/freebsd-11-stable/include/
H A Dtgmath.h165 #define ceil(x) __tg_simple(x, ceil) macro
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dlb1spc.asm107 * equal to ceil(log2(quotient) / N). Note that this
113 * ceil(log2(quotient) / N) * (10 + 7N/2) + C
456 * equal to ceil(log2(quotient) / N). Note that this
462 * ceil(log2(quotient) / N) * (10 + 7N/2) + C
/freebsd-11-stable/sys/tools/sound/
H A Dfeeder_rate_mkfilter.awk61 function ceil(x, r) function
778 Z_UNSHIFT = ceil(log(v) / log(2.0));
/freebsd-11-stable/tools/regression/include/tgmath/
H A Dtgmath.c106 TGMACRO_REAL(ceil)
484 PRINT("ceil",
485 PASS_REAL_ARG_REAL_RET(ceil));
/freebsd-11-stable/contrib/libstdc++/src/
H A Dcompatibility.cc429 _GLIBCXX_MATHL_WRAPPER1 (ceil, GLIBCXX_3.4.3);
/freebsd-11-stable/contrib/ntp/libntp/
H A Dsystime.c122 sys_fuzz_nsec = (long)ceil(sys_fuzz * 1e9);

Completed in 202 milliseconds

123