| /src/lib/libm/arch/i387/ |
| s_ceil.S | 12 ENTRY(ceil) function
|
| /src/lib/libm/arch/m68k/ |
| s_ceil.S | 43 | ceil(x) 44 ENTRY(ceil) function
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/ |
| amdgpu_dml_common_defs.c | 39 double ceil = dml_ceil(a, 1); local 43 return ceil;
|
| /src/external/lgpl3/gmp/dist/tests/mpf/ |
| t-trunc.c | 42 check_one (mpf_srcptr src, mpf_srcptr trunc, mpf_srcptr ceil, mpf_srcptr floor) 48 ASSERT_ALWAYS (PREC(got) == PREC(ceil)); 63 CHECK_SEP ("mpf_ceil", mpf_ceil, ceil); 83 CHECK_INPLACE ("mpf_ceil", mpf_ceil, ceil); 91 check_all (mpf_ptr src, mpf_ptr trunc, mpf_ptr ceil, mpf_ptr floor) 96 MPF_CHECK_FORMAT (ceil); 99 check_one (src, trunc, ceil, floor); 103 mpf_neg (ceil, ceil); 105 check_one (src, trunc, floor, ceil); 111 mpf_t src, trunc, ceil, floor; local [all...] |
| /src/lib/libm/noieee_src/ |
| n_floor.c | 48 __weak_alias(ceill, ceil) 55 * ceil(x) := -floor(-x), for all real x. 72 return -ceil(-x); 87 ceil(double x) function 109 return ceil((double)x); 232 return x < 0 ? ceil(x) : floor(x);
|
| /src/external/bsd/jemalloc/dist/test/unit/ |
| extent_quantize.c | 60 size_t lextent_size, extent_size, floor, ceil; local 69 ceil = sz_psz_quantize_ceil(extent_size); 75 expect_zu_eq(extent_size, ceil, 109 size_t extent_size, floor, ceil; local 113 ceil = sz_psz_quantize_ceil(extent_size); 116 "Floor should be <= (floor=%zu, extent_size=%zu, ceil=%zu)", 117 floor, extent_size, ceil); 118 expect_zu_ge(ceil, extent_size, 120 "ceil=%zu)", floor, extent_size, ceil); [all...] |
| /src/external/bsd/jemalloc.old/dist/test/unit/ |
| extent_quantize.c | 60 size_t lextent_size, extent_size, floor, ceil; local 69 ceil = extent_size_quantize_ceil(extent_size); 75 assert_zu_eq(extent_size, ceil, 109 size_t extent_size, floor, ceil; local 113 ceil = extent_size_quantize_ceil(extent_size); 116 "Floor should be <= (floor=%zu, extent_size=%zu, ceil=%zu)", 117 floor, extent_size, ceil); 118 assert_zu_ge(ceil, extent_size, 120 "ceil=%zu)", floor, extent_size, ceil); [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| fractional-cost.h | 50 uint32_t ceil () const; 77 : m_value (CEIL (uint64_t (a) * SCALE, uint64_t (b))) 165 fractional_cost::ceil () const function in class:fractional_cost
|
| /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| fractional-cost.h | 50 uint32_t ceil () const; 77 : m_value (CEIL (uint64_t (a) * SCALE, uint64_t (b))) 165 fractional_cost::ceil () const function in class:fractional_cost
|
| /src/lib/libpthread/ |
| pthread_mutex.c | 127 uintptr_t type, proto, val, ceil; local 144 ceil = 0; 150 ceil = MUTEX_GET_CEILING(val); 177 ptm->ptm_ceiling = (unsigned char)ceil; 639 pthread_mutexattr_getprioceiling(const pthread_mutexattr_t *attr, int *ceil) 645 *ceil = MUTEX_GET_CEILING(attr->ptma_private); 650 pthread_mutexattr_setprioceiling(pthread_mutexattr_t *attr, int ceil) 656 if (ceil & ~0xff) 659 MUTEX_SET_CEILING(attr->ptma_private, ceil); 736 pthread_mutex_getprioceiling(const pthread_mutex_t *ptm, int *ceil) [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| __clang_cuda_cmath.h | 49 __DEVICE__ float ceil(float __x) { return ::ceilf(__x); } function 249 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, ceil) 376 using ::ceil;
|
| tgmath.h | 586 // ceil 594 __tg_ceil(double __x) {return ceil(__x);} 600 #undef ceil macro 601 #define ceil(__x) __tg_ceil(__tg_promote1((__x))(__x)) macro
|
| __clang_cuda_math.h | 74 __DEVICE__ double ceil(double __a) { return __nv_ceil(__a); } function
|
| __clang_hip_math.h | 718 double ceil(double __x) { return __ocml_ceil_f64(__x); } function
|
| /src/external/gpl3/gcc/dist/gcc/config/m68k/ |
| math-68881.h | 367 ceil (double x) function
|
| /src/external/gpl3/gcc.old/dist/gcc/config/m68k/ |
| math-68881.h | 367 ceil (double x) function
|
| /src/external/gpl3/gcc/dist/gcc/ginclude/ |
| tgmath.h | 82 #define ceil(x) __TGMATH_REAL(x, ceil) macro
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| chrono.h | 408 ceil(const duration<_Rep, _Period>& __d) function in namespace:chrono 466 // Make chrono::ceil<D> also usable as chrono::__detail::ceil<D>. 467 namespace __detail { using chrono::ceil; } 471 // We want to use ceil even when compiling for earlier standards versions. 483 // C++11-friendly version of std::chrono::ceil<D> for internal use. 486 ceil(const duration<_Rep, _Period>& __d) 1062 ceil(const time_point<_Clock, _Dur>& __tp) function in namespace:chrono 1065 chrono::ceil<_ToDur>(__tp.time_since_epoch())};
|
| /src/external/gpl3/gcc.old/dist/gcc/ginclude/ |
| tgmath.h | 82 #define ceil(x) __TGMATH_REAL(x, ceil) macro
|
| /src/include/ |
| tgmath.h | 151 #define ceil(a) __TG_FN1(ceil, (a)) macro
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| chrono.h | 384 ceil(const duration<_Rep, _Period>& __d) function in namespace:chrono 442 // Make chrono::ceil<D> also usable as chrono::__detail::ceil<D>. 443 namespace __detail { using chrono::ceil; } 447 // We want to use ceil even when compiling for earlier standards versions. 459 // C++11-friendly version of std::chrono::ceil<D> for internal use. 462 ceil(const duration<_Rep, _Period>& __d) 1040 ceil(const time_point<_Clock, _Dur>& __tp) function in namespace:chrono 1043 chrono::ceil<_ToDur>(__tp.time_since_epoch())};
|
| /src/external/mit/isl/dist/include/isl/ |
| typed_cpp.h | 227 inline typed::aff<Anonymous> ceil() const; 440 inline typed::aff<Domain, Anonymous> ceil() const; 667 inline typed::aff<pair<Domain2, Range2>, Anonymous> ceil() const; 7442 inline typed::pw_aff<Anonymous> ceil() const; 7654 inline typed::pw_aff<Domain, Anonymous> ceil() const; 7877 inline typed::pw_aff<pair<Domain2, Range2>, Anonymous> ceil() const; 14406 inline typed::val<Anonymous> ceil() const; 14635 typed::aff<Anonymous> typed::aff<Anonymous>::ceil() const function in class:isl::typed::typed::aff 14637 auto res = isl::aff::ceil(); 15219 typed::aff<Domain, Anonymous> typed::aff<Domain, Anonymous>::ceil() cons function in class:isl::typed::typed::aff 16074 typed::aff<pair<Domain2, Range2>, Anonymous> typed::aff<pair<Domain2, Range2>, Anonymous>::ceil() const function in class:isl::typed::typed::aff 35411 typed::pw_aff<Anonymous> typed::pw_aff<Anonymous>::ceil() const function in class:isl::typed::typed::pw_aff 35981 typed::pw_aff<Domain, Anonymous> typed::pw_aff<Domain, Anonymous>::ceil() const function in class:isl::typed::typed::pw_aff 36825 typed::pw_aff<pair<Domain2, Range2>, Anonymous> typed::pw_aff<pair<Domain2, Range2>, Anonymous>::ceil() const function in class:isl::typed::typed::pw_aff 52525 typed::val<Anonymous> typed::val<Anonymous>::ceil() const function in class:isl::typed::typed::val [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| declaration.h | 504 ceil, member in class:BUILTIN
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_read_support_format_iso9660.c | 1525 size_t ceil, xsize; local 1528 ceil = (size_t)((zisofs->pz_uncompressed_size + 1531 xsize = (ceil + 1) * 4;
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| simplify.cc | 1756 gfc_expr *ceil, *result; local 1766 ceil = gfc_copy_expr (e); 1767 mpfr_ceil (ceil->value.real, e->value.real); 1770 gfc_mpfr_to_mpz (result->value.integer, ceil->value.real, &e->where); 1772 gfc_free_expr (ceil);
|