Home
last modified time | relevance | path

Searched defs:floor (Results 1 – 25 of 26) 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
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/math/
H A Drounding.d188 real floor(real x) @trusted pure nothrow @nogc in floor() function
262 double floor(double x) @trusted pure nothrow @nogc in floor() function
292 float floor(float x) @trusted pure nothrow @nogc in floor() function
H A Dalgebraic.d952 floor, enumerator
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
H A Damdgpu_dml_common_defs.c40 double floor = dml_floor(a, 1); in dml_round() local
/netbsd-src/lib/libm/src/
H A Ds_floor.c38 floor(double x) in floor() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dtgmath.d372 alias core.stdc.math.floor floor; in version() local
374 alias core.stdc.math.floorf floor; in version() local
376 alias core.stdc.math.floorl floor; in version() local
873 alias core.stdc.math.floor floor; in version() local
875 alias core.stdc.math.floorf floor; in version() local
877 alias core.stdc.math.floorl floor; in version() local
1376 alias core.stdc.math.floor floor; variable
1378 alias core.stdc.math.floorf floor; variable
1380 alias core.stdc.math.floorl floor; variable
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dvstream.c1574 int floor; in vstream_control() local
1664 #define VSTREAM_TRY_DUPFD(backup, fd, floor) do { \ in vstream_control() argument
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dmath-68881.h389 floor (double x) in floor() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/
H A Dmath-68881.h389 floor (double x) in floor() function
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dmath.h911 inline _LIBCPP_INLINE_VISIBILITY float floor(float __lcpp_x) _NOEXCEPT {return ::floorf… in floor() function
912 inline _LIBCPP_INLINE_VISIBILITY long double floor(long double __lcpp_x) _NOEXCEPT {return ::floorl… in floor() function
918 floor(_A1 __lcpp_x) _NOEXCEPT {return ::floor((double)__lcpp_x);} in floor() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_cuda_cmath.h54 __DEVICE__ float floor(float __x) { return ::floorf(__x); } in floor() function
H A D__clang_cuda_math.h123 __DEVICE__ double floor(double __f) { return __nv_floor(__f); } in floor() function
H A Dtgmath.h722 #define floor(__x) __tg_floor(__tg_promote1((__x))(__x)) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dtgmath.h89 #define floor(x) __TGMATH_REAL(x, floor) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/
H A Dtgmath.h89 #define floor(x) __TGMATH_REAL(x, floor) macro
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dmath.d4100 real floor(real x) @trusted pure nothrow @nogc in floor() function
4165 double floor(double x) @trusted pure nothrow @nogc in floor() function
4189 float floor(float x) @trusted pure nothrow @nogc in floor() function
/netbsd-src/include/
H A Dtgmath.h158 #define floor(a) __TG_FN1(floor, (a)) macro
/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A Dtls_misc.c608 int tls_proto_mask_lims(const char *plist, int *floor, int *ceiling) in tls_proto_mask_lims()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h503 floor, enumerator
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcfns.gperf69 floor, 89 keyword
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcfns.gperf69 floor, 89 keyword
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py3342 def floor(arg0): member in pw_aff
4143 def floor(arg0): member in multi_aff
4818 def floor(arg0): member in aff
18382 def floor(arg0): member in val
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dsimplify.cc3160 mpfr_t floor; in gfc_simplify_floor() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dsimplify.c3127 mpfr_t floor; in gfc_simplify_floor() local
/netbsd-src/external/mit/isl/dist/include/isl/
H A Dcpp-checked.h4801 isl::checked::aff aff::floor() const in floor() function
11090 isl::checked::multi_aff multi_aff::floor() const in floor() function
13837 isl::checked::pw_aff pw_aff::floor() const in floor() function
20685 isl::checked::val val::floor() const in floor() function

12