Home
last modified time | relevance | path

Searched refs:floor (Results 1 – 25 of 55) sorted by relevance

123

/illumos-gate/usr/src/lib/libm/i386/src/
H A Dfloor.S32 LIBM_ANSI_PRAGMA_WEAK(floor,function)
34 ENTRY(floor) function
55 SET_SIZE(floor)
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_trim/
H A Dzpool_trim_partial.ksh70 fsize=$(( floor(LARGESIZE * 0.80) ))
78 log_must test $new_size -gt $(( floor(LARGESIZE * 0.70) ))
90 log_must test $new_size -gt $((4 * floor(LARGESIZE * 0.70) ))
120 log_must test $new_size -gt $(( floor(LARGESIZE * 0.70) ))
/illumos-gate/usr/src/head/iso/
H A Dmath_iso.h81 extern double floor(double);
89 #pragma does_not_read_global_data(ceil, fabs, floor, fmod)
94 #pragma does_not_write_global_data(ceil, fabs, floor, fmod)
99 #pragma no_side_effect(ceil, fabs, floor, fmod)
168 inline float floor(float __X) { return __floorf(__X); } in floor() function
201 inline long double floor(long double __X) { return __floorl(__X); } in floor() function
/illumos-gate/usr/src/test/zfs-tests/tests/functional/trim/
H A Dtrim_config.ksh71 typeset VDEV_MAX_MB=$(( floor(4 * MINVDEVSIZE * 0.75 / 1024 / 1024) ))
72 typeset VDEV_MIN_MB=$(( floor(4 * MINVDEVSIZE * 0.30 / 1024 / 1024) ))
88 typeset fill_mb=$(( floor(availspace * 0.90 / 1024 / 1024) ))
H A Dautotrim_config.ksh71 typeset VDEV_MAX_MB=$(( floor(4 * MINVDEVSIZE * 0.75 / 1024 / 1024) ))
72 typeset VDEV_MIN_MB=$(( floor(4 * MINVDEVSIZE * 0.30 / 1024 / 1024) ))
89 typeset fill_mb=$(( floor(availspace * 0.90 / 1024 / 1024) ))
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Drint.c35 double d = floor((x+=.5));
36 if(d==x && d/2.!=floor(d/2))
/illumos-gate/usr/src/lib/libm/common/C/
H A Dfloor.c29 #pragma weak __floor = floor
46 floor(double x) { in floor() function
H A D__lgamma.c133 z = floor(y); in sin_pi()
139 y = 2.0 * (y - floor(y)); in sin_pi()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/compression/
H A Dl2arc_compressed_arc.ksh77 typeset cache_sz=$(( floor($fill_mb / 2) ))
78 export FILE_SIZE=$(( floor($fill_mb / $NUMJOBS) ))M
H A Dl2arc_compressed_arc_disabled.ksh77 typeset cache_sz=$(( floor($fill_mb / 2) ))
78 export FILE_SIZE=$(( floor($fill_mb / $NUMJOBS) ))M
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cache/
H A Dcache_012_pos.ksh69 typeset fill_mb=$(( floor($VDEV_SZ * 3 / 4 ) ))
79 export FILE_SIZE=$(( floor($fill_mb / $NUMJOBS) ))
/illumos-gate/usr/src/test/zfs-tests/tests/functional/l2arc/
H A Dpersist_l2arc_007_pos.ksh63 typeset cache_sz=$(( floor($fill_mb / 2) ))
64 export FILE_SIZE=$(( floor($fill_mb / $NUMJOBS) ))M
H A Dpersist_l2arc_001_pos.ksh73 typeset cache_sz=$(( floor($fill_mb / 2) ))
74 export FILE_SIZE=$(( floor($fill_mb / $NUMJOBS) ))M
H A Dpersist_l2arc_006_pos.ksh64 typeset cache_sz=$(( floor($fill_mb / 2) ))
65 export FILE_SIZE=$(( floor($fill_mb / $NUMJOBS) ))M
H A Dpersist_l2arc_002_pos.ksh76 typeset cache_sz=$(( floor($fill_mb / 2) ))
77 export FILE_SIZE=$(( floor($fill_mb / $NUMJOBS) ))M
H A Dl2arc_mfuonly_pos.ksh69 export FILE_SIZE=$(( floor($fill_mb / $NUMJOBS) ))M
H A Dpersist_l2arc_003_neg.ksh64 export FILE_SIZE=$(( floor($fill_mb / $NUMJOBS) ))M
H A Dpersist_l2arc_004_pos.ksh62 export FILE_SIZE=$(( floor($fill_mb / $NUMJOBS) ))M
H A Dpersist_l2arc_005_pos.ksh65 export FILE_SIZE=$(( floor($fill_mb / $NUMJOBS) ))M
H A Dl2arc_arcstats_pos.ksh61 export FILE_SIZE=$(( floor($fill_mb / $NUMJOBS) ))M
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dmath.tab24 f 1 floor int
62 f 1 round {Sfdouble_t r;Sflong_t y;y=floor(2*a1);r=rint(a1);if(2*a1==y)r+=(r<a1)-(a1<0);return r;}
/illumos-gate/usr/src/common/bignum/
H A Dmont_mulf.c52 return (floor(x * TwoToMinus32)); in upper32()
59 return (x - TwoTo32 * floor(x * TwoToMinus32)); in lower32()
65 return (x - m * floor(x * oneoverm)); in mod()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Duwin1 lib a64l,acosh,asinh,atanh,cbrt,ceil,crypt,erf,exp,expm1,floor
/illumos-gate/usr/src/head/
H A Dtgmath.h96 #undef floor
97 #define floor(x) __tgmath_floor(x) macro
/illumos-gate/usr/src/lib/libzutil/common/
H A Dzutil_nicenum.c125 (unsigned int) floor(val), u) <= 5) in zfs_nicenum_format()

123