| /src/lib/libm/arch/i387/ |
| s_floor.S | 10 ENTRY(floor) function
|
| /src/lib/libm/arch/m68k/ |
| s_floor.S | 39 ;.asciz "from: @(#)floor.s 5.1 (Berkeley) 5/17/90" 43 | floor(x) 45 ENTRY(floor) function
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/ |
| amdgpu_dml_common_defs.c | 40 double floor = dml_floor(a, 1); local 42 if (a - floor >= round_pt) 45 return floor;
|
| /src/lib/libm/src/ |
| s_floor.c | 19 * floor(x) 24 * Inexact flag raised if x not equal to floor(x). 31 __strong_alias(_floorl, floor) 32 __weak_alias(floorl, floor) 38 floor(double x) function
|
| /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) 49 ASSERT_ALWAYS (PREC(got) == PREC(floor)); 64 CHECK_SEP ("mpf_floor", mpf_floor, floor); 84 CHECK_INPLACE ("mpf_floor", mpf_floor, floor); 91 check_all (mpf_ptr src, mpf_ptr trunc, mpf_ptr ceil, mpf_ptr floor) 97 MPF_CHECK_FORMAT (floor); 99 check_one (src, trunc, ceil, floor); 104 mpf_neg (floor, floor); 105 check_one (src, trunc, floor, ceil) 111 mpf_t src, trunc, ceil, floor; local [all...] |
| /src/external/bsd/jemalloc.old/dist/test/unit/ |
| extent_quantize.c | 60 size_t lextent_size, extent_size, floor, ceil; local 68 floor = sz_psz_quantize_floor(extent_size); 71 expect_zu_eq(extent_size, floor, 83 "Floor should be a precise size"); 93 extent_size_prev = floor; 109 size_t extent_size, floor, ceil; local 112 floor = sz_psz_quantize_floor(extent_size); 115 expect_zu_le(floor, extent_size, 116 "Floor should be <= (floor=%zu, extent_size=%zu, ceil=%zu)" [all...] |
| /src/external/bsd/jemalloc/dist/test/unit/ |
| extent_quantize.c | 63 size_t lextent_size, extent_size, floor, ceil; local 72 floor = sz_psz_quantize_floor(extent_size); 75 expect_zu_eq(extent_size, floor, 87 "Floor should be a precise size"); 97 extent_size_prev = floor; 112 size_t extent_size, floor, ceil; local 115 floor = sz_psz_quantize_floor(extent_size); 118 expect_zu_le(floor, extent_size, 119 "Floor should be <= (floor=%zu, extent_size=%zu, ceil=%zu)" [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| __clang_cuda_cmath.h | 54 __DEVICE__ float floor(float __x) { return ::floorf(__x); } function 260 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, floor) 387 using ::floor;
|
| tgmath.h | 707 // floor 715 __tg_floor(double __x) {return floor(__x);} 721 #undef floor macro 722 #define floor(__x) __tg_floor(__tg_promote1((__x))(__x)) macro
|
| __clang_cuda_math.h | 123 __DEVICE__ double floor(double __f) { return __nv_floor(__f); } function
|
| __clang_hip_math.h | 774 double floor(double __x) { return __ocml_floor_f64(__x); } function
|
| /src/external/gpl3/gcc/dist/gcc/config/m68k/ |
| math-68881.h | 389 floor (double x) function
|
| /src/external/gpl3/gcc.old/dist/gcc/config/m68k/ |
| math-68881.h | 389 floor (double x) function
|
| /src/external/gpl3/gcc/dist/gcc/ginclude/ |
| tgmath.h | 89 #define floor(x) __TGMATH_REAL(x, floor) macro
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| chrono.h | 388 floor(const duration<_Rep, _Period>& __d) function in namespace:chrono 435 _ToDur __t0 = chrono::floor<_ToDur>(__d); 1041 floor(const time_point<_Clock, _Dur>& __tp) function in namespace:chrono 1044 chrono::floor<_ToDur>(__tp.time_since_epoch())};
|
| /src/external/gpl3/gcc.old/dist/gcc/ginclude/ |
| tgmath.h | 89 #define floor(x) __TGMATH_REAL(x, floor) macro
|
| /src/include/ |
| tgmath.h | 158 #define floor(a) __TG_FN1(floor, (a)) macro
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| chrono.h | 364 floor(const duration<_Rep, _Period>& __d) function in namespace:chrono 411 _ToDur __t0 = chrono::floor<_ToDur>(__d); 1019 floor(const time_point<_Clock, _Dur>& __tp) function in namespace:chrono 1022 chrono::floor<_ToDur>(__tp.time_since_epoch())};
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| vstream.c | 1615 int floor; local 1705 #define VSTREAM_TRY_DUPFD(backup, fd, floor) do { \ 1706 if (((backup) = (fd)) < floor) { \ 1707 if (((fd) = fcntl((backup), F_DUPFD, (floor))) < 0) \ 1708 msg_fatal("fcntl F_DUPFD %d: %m", (floor)); \ 1714 floor = va_arg(ap, int); 1716 VSTREAM_TRY_DUPFD(old_fd, stream->read_fd, floor); 1720 VSTREAM_TRY_DUPFD(old_fd, stream->write_fd, floor); 1724 VSTREAM_TRY_DUPFD(old_fd, stream->fd, floor);
|
| /src/external/mit/isl/dist/include/isl/ |
| typed_cpp.h | 237 inline typed::aff<Anonymous> floor() const; 450 inline typed::aff<Domain, Anonymous> floor() const; 677 inline typed::aff<pair<Domain2, Range2>, Anonymous> floor() const; 4885 inline typed::multi_aff<Domain> floor() const; 5079 inline typed::multi_aff<Domain, Range> floor() const; 5288 inline typed::multi_aff<pair<Domain2, Range2>, Range> floor() const; 5499 inline typed::multi_aff<Domain, pair<Range, Range2>> floor() const; 5707 inline typed::multi_aff<pair<T1, T2>, pair<Range, Range2>> floor() const; 7449 inline typed::pw_aff<Anonymous> floor() const; 7661 inline typed::pw_aff<Domain, Anonymous> floor() const 14683 typed::aff<Anonymous> typed::aff<Anonymous>::floor() const function in class:isl::typed::typed::aff 15275 typed::aff<Domain, Anonymous> typed::aff<Domain, Anonymous>::floor() const function in class:isl::typed::typed::aff 16137 typed::aff<pair<Domain2, Range2>, Anonymous> typed::aff<pair<Domain2, Range2>, Anonymous>::floor() const function in class:isl::typed::typed::aff 28226 typed::multi_aff<Domain> typed::multi_aff<Domain>::floor() const function in class:isl::typed::typed::multi_aff 28756 typed::multi_aff<Domain, Range> typed::multi_aff<Domain, Range>::floor() const function in class:isl::typed::typed::multi_aff 29449 typed::multi_aff<pair<Domain2, Range2>, Range> typed::multi_aff<pair<Domain2, Range2>, Range>::floor() const function in class:isl::typed::typed::multi_aff 30151 typed::multi_aff<Domain, pair<Range, Range2>> typed::multi_aff<Domain, pair<Range, Range2>>::floor() const function in class:isl::typed::typed::multi_aff 30842 typed::multi_aff<pair<T1, T2>, pair<Range, Range2>> typed::multi_aff<pair<T1, T2>, pair<Range, Range2>>::floor() const function in class:isl::typed::typed::multi_aff 35447 typed::pw_aff<Anonymous> typed::pw_aff<Anonymous>::floor() const function in class:isl::typed::typed::pw_aff 36023 typed::pw_aff<Domain, Anonymous> typed::pw_aff<Domain, Anonymous>::floor() const function in class:isl::typed::typed::pw_aff 36874 typed::pw_aff<pair<Domain2, Range2>, Anonymous> typed::pw_aff<pair<Domain2, Range2>, Anonymous>::floor() const function in class:isl::typed::typed::pw_aff 52531 typed::val<Anonymous> typed::val<Anonymous>::floor() const function in class:isl::typed::typed::val [all...] |
| cpp-checked.h | 380 inline isl::checked::aff floor() const; 2211 inline isl::checked::multi_aff floor() const; 2808 inline isl::checked::pw_aff floor() const; 4411 inline isl::checked::val floor() const; 4801 isl::checked::aff aff::floor() const function in class:isl::checked::aff 11090 isl::checked::multi_aff multi_aff::floor() const function in class:isl::checked::multi_aff 13837 isl::checked::pw_aff pw_aff::floor() const function in class:isl::checked::pw_aff 20685 isl::checked::val val::floor() const function in class:isl::checked::val
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| declaration.h | 503 floor, member in class:BUILTIN
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| simplify.cc | 3189 mpfr_t floor; local 3192 kind = get_kind (BT_INTEGER, k, "FLOOR", gfc_default_integer_kind); 3199 mpfr_init2 (floor, mpfr_get_prec (e->value.real)); 3200 mpfr_floor (floor, e->value.real); 3203 gfc_mpfr_to_mpz (result->value.integer, floor, &e->where); 3205 mpfr_clear (floor); 3207 return range_check (result, "FLOOR");
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| simplify.cc | 3160 mpfr_t floor; local 3163 kind = get_kind (BT_INTEGER, k, "FLOOR", gfc_default_integer_kind); 3170 mpfr_init2 (floor, mpfr_get_prec (e->value.real)); 3171 mpfr_floor (floor, e->value.real); 3174 gfc_mpfr_to_mpz (result->value.integer, floor, &e->where); 3176 mpfr_clear (floor); 3178 return range_check (result, "FLOOR");
|
| /src/external/mit/isl/dist/interface/ |
| isl.py | 3342 def floor(arg0): member in class:pw_aff 4143 def floor(arg0): member in class:multi_aff 4818 def floor(arg0): member in class:aff 18382 def floor(arg0): member in class:val
|