Home
last modified time | relevance | path

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

12

/netbsd-src/external/lgpl3/gmp/dist/tests/mpf/
H A Dt-trunc.c42 check_one (mpf_srcptr src, mpf_srcptr trunc, mpf_srcptr ceil, mpf_srcptr floor) in check_one()
91 check_all (mpf_ptr src, mpf_ptr trunc, mpf_ptr ceil, mpf_ptr floor) in check_all()
111 mpf_t src, trunc, ceil, floor; in check_various() local
206 PTR(ceil)[0]++; in check_various() local
222 PTR(ceil)[0]++; in check_various() local
236 PTR(ceil)[0] = 1; in check_various() local
252 PTR(ceil)[0] = 1; in check_various() local
/netbsd-src/lib/libpthread/
H A Dpthread_mutex.c127 uintptr_t type, proto, val, ceil; in __weak_alias() local
639 pthread_mutexattr_getprioceiling(const pthread_mutexattr_t *attr, int *ceil) in pthread_mutexattr_getprioceiling()
650 pthread_mutexattr_setprioceiling(pthread_mutexattr_t *attr, int ceil) in pthread_mutexattr_setprioceiling()
736 pthread_mutex_getprioceiling(const pthread_mutex_t *ptm, int *ceil) in pthread_mutex_getprioceiling()
747 pthread_mutex_setprioceiling(pthread_mutex_t *ptm, int ceil, int *old_ceil) in pthread_mutex_setprioceiling()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/math/
H A Drounding.d45 real ceil(real x) @trusted pure nothrow @nogc in ceil() function
121 double ceil(double x) @trusted pure nothrow @nogc in ceil() function
153 float ceil(float x) @trusted pure nothrow @nogc in ceil() function
H A Dalgebraic.d953 ceil enumerator
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
H A Damdgpu_dml_common_defs.c39 double ceil = dml_ceil(a, 1); in dml_round() local
/netbsd-src/lib/libm/noieee_src/
H A Dn_floor.c48 __weak_alias(ceill, ceil) in __weak_alias() argument
87 ceil(double x) in ceil() function
/netbsd-src/lib/libm/src/
H A Ds_ceil.c33 __strong_alias(_ceill, ceil) in __strong_alias() argument
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Dfractional-cost.h165 fractional_cost::ceil () const in ceil() function
/netbsd-src/sys/arch/ia64/ia64/
H A Dsal.c73 setup_ipi_vectors(int ceil) in setup_ipi_vectors()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dtgmath.d365 alias core.stdc.math.ceil ceil; in version() local
367 alias core.stdc.math.ceilf ceil; in version() local
369 alias core.stdc.math.ceill ceil; in version() local
866 alias core.stdc.math.ceil ceil; in version() local
868 alias core.stdc.math.ceilf ceil; in version() local
870 alias core.stdc.math.ceill ceil; in version() local
1369 alias core.stdc.math.ceil ceil; variable
1371 alias core.stdc.math.ceilf ceil; variable
1373 alias core.stdc.math.ceill ceil; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dmath-68881.h367 ceil (double x) in ceil() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/
H A Dmath-68881.h367 ceil (double x) in ceil() function
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dmath.h851 inline _LIBCPP_INLINE_VISIBILITY float ceil(float __lcpp_x) _NOEXCEPT {return ::ceilf(_… in ceil() function
852 inline _LIBCPP_INLINE_VISIBILITY long double ceil(long double __lcpp_x) _NOEXCEPT {return ::ceill(_… in ceil() function
858 ceil(_A1 __lcpp_x) _NOEXCEPT {return ::ceil((double)__lcpp_x);} in ceil() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_cuda_cmath.h49 __DEVICE__ float ceil(float __x) { return ::ceilf(__x); } in ceil() function
H A D__clang_cuda_math.h74 __DEVICE__ double ceil(double __a) { return __nv_ceil(__a); } in ceil() function
H A Dtgmath.h601 #define ceil(__x) __tg_ceil(__tg_promote1((__x))(__x)) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dtgmath.h82 #define ceil(x) __TGMATH_REAL(x, ceil) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/
H A Dtgmath.h82 #define ceil(x) __TGMATH_REAL(x, ceil) macro
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dmath.d3972 real ceil(real x) @trusted pure nothrow @nogc in ceil() function
4041 double ceil(double x) @trusted pure nothrow @nogc in ceil() function
4069 float ceil(float x) @trusted pure nothrow @nogc in ceil() function
/netbsd-src/include/
H A Dtgmath.h151 #define ceil(a) __TG_FN1(ceil, (a)) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h504 ceil, enumerator
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcfns.gperf49 ceil, 89 keyword
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcfns.gperf49 ceil, 89 keyword
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py3227 def ceil(arg0): member in pw_aff
4741 def ceil(arg0): member in aff
18321 def ceil(arg0): member in val
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dsimplify.cc1727 gfc_expr *ceil, *result; in gfc_simplify_ceiling() local

12