Searched refs:modf (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/cmd/factor/ |
H A D | factor.c | 38 double modf(), sqrt(); 82 fr = modf(nn, &junk); in main() 97 modf(nn/ii, &temp); in main() 119 modf(nn/arg, &temp); in try()
|
/illumos-gate/usr/src/head/iso/ |
H A D | math_iso.h | 74 extern double modf(double, double *); 88 #pragma does_not_read_global_data(frexp, ldexp, modf) 174 inline float modf(float __X, float *__Y) { return __modff(__X, __Y); } in modf() function 218 inline long double modf(long double __X, long double *__Y) { in modf() function
|
/illumos-gate/usr/src/lib/libm/common/m9x/ |
H A D | modf.c | 30 #pragma weak modf = __modf macro
|
/illumos-gate/usr/src/lib/libm/common/C/ |
H A D | libm_protos.h | 88 extern double modf __P((double, double *));
|
/illumos-gate/usr/src/man/man3m/ |
H A D | Makefile | 104 modf.3m \ 478 modff.3m := LINKSRC = modf.3m 479 modfl.3m := LINKSRC = modf.3m
|
/illumos-gate/usr/src/head/ |
H A D | math.h | 55 using std::modf;
|
/illumos-gate/usr/src/boot/include/ |
H A D | math.h | 249 double modf(double, double *); /* fundamentally !__pure2 */
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | run.c | 1186 (void) modf(i/j, &v); in arith() 1195 if (j >= 0 && modf(j, &v) == 0.0) /* pos integer exponent */ in arith() 1293 (void) modf(xf/yf, &v); in assign() 1297 if (yf >= 0 && modf(yf, &v) == 0.0) /* pos integer exponent */ in assign() 1738 (void) modf(getfval(x), &u); break; in bltin()
|
H A D | tran.c | 516 if (modf(vp->fval, &dtemp) == 0) /* it's integral */ \ in get_str_val()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library-math.man3m.inc | 248 file path=usr/share/man/man3m/modf.3m 249 link path=usr/share/man/man3m/modff.3m target=modf.3m 250 link path=usr/share/man/man3m/modfl.3m target=modf.3m
|
/illumos-gate/usr/src/lib/libm/ |
H A D | Makefile.com | 89 modf.o \ 870 ../common/m9x/modf.c \
|
/illumos-gate/usr/src/lib/libm/common/ |
H A D | mapfile-vers | 536 modf;
|
/illumos-gate/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 2582 modf { TYPE = FUNCTION; FILTER = libm.so.2; };
|