Searched refs:modf (Results 1 – 14 of 14) sorted by relevance
/titanic_41/usr/src/cmd/factor/ |
H A D | factor.c | 40 double modf(), sqrt(); 84 fr = modf(nn, &junk); in main() 99 modf(nn/ii, &temp); in main() 121 modf(nn/arg, &temp); in try()
|
/titanic_41/usr/src/head/iso/ |
H A D | math_iso.h | 82 extern double modf __P((double, double *)); 96 #pragma does_not_read_global_data(frexp, ldexp, modf) 180 inline float modf(float __X, float *__Y) { return __modff(__X, __Y); } in modf() function 210 inline long double modf(long double __X, long double *__Y) { return in modf() function
|
/titanic_41/usr/src/lib/libbc/libc/gen/common/ |
H A D | modf.c | 39 modf(value, iptr) in modf() function
|
/titanic_41/usr/src/lib/libm/common/m9x/ |
H A D | modf.c | 30 #pragma weak modf = __modf macro
|
/titanic_41/usr/src/lib/libm/common/C/ |
H A D | libm_protos.h | 88 extern double modf __P((double, double *));
|
/titanic_41/usr/src/man/man3m/ |
H A D | Makefile | 103 modf.3m \
|
/titanic_41/usr/src/lib/libbc/inc/include/ |
H A D | math.h | 61 extern double modf(/* double value, double *iptr */);
|
/titanic_41/usr/src/cmd/awk/ |
H A D | run.c | 1005 (void) modf(i/j, &v); in arith() 1012 if (j >= 0 && modf(j, &v) == 0.0) /* pos integer exponent */ in arith() 1102 (void) modf(xf/yf, &v); in assign() 1106 if (yf >= 0 && modf(yf, &v) == 0.0) /* pos integer exponent */ in assign() 1501 (void) modf(getfval(x), &u); break; in bltin()
|
/titanic_41/usr/src/head/ |
H A D | math.h | 52 using std::modf;
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library-math.man3m.inc | 99 file path=usr/share/man/man3m/modf.3m
|
/titanic_41/usr/src/lib/libm/common/ |
H A D | mapfile-vers | 525 modf;
|
/titanic_41/usr/src/lib/libm/ |
H A D | Makefile.com | 89 modf.o \ 881 ../common/m9x/modf.c \
|
/titanic_41/usr/src/lib/libbc/sparc/ |
H A D | Makefile | 74 mntent.o modf.o msync.o munlock.o munlockall.o\
|
/titanic_41/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 2016 modf { TYPE = FUNCTION; FILTER = libm.so.2 };
|