Home
last modified time | relevance | path

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

12

/titanic_50/usr/src/lib/libm/i386/src/
H A Dfloor.s32 LIBM_ANSI_PRAGMA_WEAK(floor,function)
34 ENTRY(floor)
55 SET_SIZE(floor)
H A Dlibm_inlines.h212 floor(double d) in floor() function
/titanic_50/usr/src/head/iso/
H A Dmath_iso.h89 extern double floor __P((double));
97 #pragma does_not_read_global_data(ceil, fabs, floor, fmod)
102 #pragma does_not_write_global_data(ceil, fabs, floor, fmod)
107 #pragma no_side_effect(ceil, fabs, floor, fmod)
174 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
/titanic_50/usr/src/lib/libast/common/uwin/
H A Drint.c35 double d = floor((x+=.5));
36 if(d==x && d/2.!=floor(d/2))
H A Dlgamma.c295 z = floor(x + .5); in neg_lgam()
H A Dgamma.c305 y = floor(x + .5);
/titanic_50/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()
H A D__rem_pio2m.c211 z -= eight * floor(z * eighth); /* trim off integer >= 8 */ in __rem_pio2m()
/titanic_50/usr/src/lib/libast/common/features/
H A Duwin1 lib a64l,acosh,asinh,atanh,cbrt,ceil,crypt,erf,exp,expm1,floor
/titanic_50/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()
/titanic_50/usr/src/head/
H A Dtgmath.h96 #undef floor
97 #define floor(x) __tgmath_floor(x) macro
H A Dmath.h46 using std::floor;
/titanic_50/usr/src/lib/libshell/common/data/
H A Dmath.tab24 f 1 floor int
/titanic_50/usr/src/man/man3m/
H A DMakefile71 floor.3m \
/titanic_50/usr/src/lib/libm1/common/
H A Dlibmv1.c48 #pragma weak floor = __floor macro
H A Dmapfile-vers189 floor;
/titanic_50/usr/src/lib/libbc/inc/include/
H A Dmath.h55 extern double floor(/* double x */);
/titanic_50/usr/src/lib/libshell/common/tests/
H A Dcubetype.sh38 colors=([wall]=blue [floor]=red)
/titanic_50/usr/src/lib/libm/
H A DMakefile.com186 floor.o \
915 ../common/C/floor.c \
966 ../common/C/floor.c \
/titanic_50/usr/src/lib/libshell/i386/src/cmd/ksh93/FEATURE/
H A Dmath127 "\001floor", (Math_f)floorl,
/titanic_50/usr/src/lib/libshell/sparc/src/cmd/ksh93/FEATURE/
H A Dmath127 "\001floor", (Math_f)floorl,
/titanic_50/usr/src/lib/libshell/sparcv9/src/cmd/ksh93/FEATURE/
H A Dmath127 "\001floor", (Math_f)floorl,
/titanic_50/usr/src/lib/libshell/amd64/src/cmd/ksh93/FEATURE/
H A Dmath127 "\001floor", (Math_f)floorl,
/titanic_50/usr/src/pkg/manifests/
H A Dsystem-library-math.man3m.inc67 file path=usr/share/man/man3m/floor.3m

12