/titanic_50/usr/src/lib/libm/i386/src/ |
H A D | floor.s | 32 LIBM_ANSI_PRAGMA_WEAK(floor,function) 34 ENTRY(floor) 55 SET_SIZE(floor)
|
H A D | libm_inlines.h | 212 floor(double d) in floor() function
|
/titanic_50/usr/src/head/iso/ |
H A D | math_iso.h | 89 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 D | rint.c | 35 double d = floor((x+=.5)); 36 if(d==x && d/2.!=floor(d/2))
|
H A D | lgamma.c | 295 z = floor(x + .5); in neg_lgam()
|
H A D | gamma.c | 305 y = floor(x + .5);
|
/titanic_50/usr/src/lib/libm/common/C/ |
H A D | floor.c | 29 #pragma weak __floor = floor 46 floor(double x) { in floor() function
|
H A D | __lgamma.c | 133 z = floor(y); in sin_pi() 139 y = 2.0 * (y - floor(y)); in sin_pi()
|
H A D | __rem_pio2m.c | 211 z -= eight * floor(z * eighth); /* trim off integer >= 8 */ in __rem_pio2m()
|
/titanic_50/usr/src/lib/libast/common/features/ |
H A D | uwin | 1 lib a64l,acosh,asinh,atanh,cbrt,ceil,crypt,erf,exp,expm1,floor
|
/titanic_50/usr/src/common/bignum/ |
H A D | mont_mulf.c | 52 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 D | tgmath.h | 96 #undef floor 97 #define floor(x) __tgmath_floor(x) macro
|
H A D | math.h | 46 using std::floor;
|
/titanic_50/usr/src/lib/libshell/common/data/ |
H A D | math.tab | 24 f 1 floor int
|
/titanic_50/usr/src/man/man3m/ |
H A D | Makefile | 71 floor.3m \
|
/titanic_50/usr/src/lib/libm1/common/ |
H A D | libmv1.c | 48 #pragma weak floor = __floor macro
|
H A D | mapfile-vers | 189 floor;
|
/titanic_50/usr/src/lib/libbc/inc/include/ |
H A D | math.h | 55 extern double floor(/* double x */);
|
/titanic_50/usr/src/lib/libshell/common/tests/ |
H A D | cubetype.sh | 38 colors=([wall]=blue [floor]=red)
|
/titanic_50/usr/src/lib/libm/ |
H A D | Makefile.com | 186 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 D | math | 127 "\001floor", (Math_f)floorl,
|
/titanic_50/usr/src/lib/libshell/sparc/src/cmd/ksh93/FEATURE/ |
H A D | math | 127 "\001floor", (Math_f)floorl,
|
/titanic_50/usr/src/lib/libshell/sparcv9/src/cmd/ksh93/FEATURE/ |
H A D | math | 127 "\001floor", (Math_f)floorl,
|
/titanic_50/usr/src/lib/libshell/amd64/src/cmd/ksh93/FEATURE/ |
H A D | math | 127 "\001floor", (Math_f)floorl,
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-library-math.man3m.inc | 67 file path=usr/share/man/man3m/floor.3m
|