Home
last modified time | relevance | path

Searched refs:modf (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/factor/
H A Dfactor.c38 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 Dmath_iso.h74 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 Dmodf.c30 #pragma weak modf = __modf macro
/illumos-gate/usr/src/lib/libm/common/C/
H A Dlibm_protos.h88 extern double modf __P((double, double *));
/illumos-gate/usr/src/man/man3m/
H A DMakefile104 modf.3m \
478 modff.3m := LINKSRC = modf.3m
479 modfl.3m := LINKSRC = modf.3m
/illumos-gate/usr/src/head/
H A Dmath.h55 using std::modf;
/illumos-gate/usr/src/boot/include/
H A Dmath.h249 double modf(double, double *); /* fundamentally !__pure2 */
/illumos-gate/usr/src/cmd/awk/
H A Drun.c1186 (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 Dtran.c516 if (modf(vp->fval, &dtemp) == 0) /* it's integral */ \ in get_str_val()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library-math.man3m.inc248 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 DMakefile.com89 modf.o \
870 ../common/m9x/modf.c \
/illumos-gate/usr/src/lib/libm/common/
H A Dmapfile-vers536 modf;
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers2484 modf { TYPE = FUNCTION; FILTER = libm.so.2; };