Searched refs:frexpl (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dm3.c34 r |= frexpl(value, &exp) != 0;
/macosx-10.10/ksh-23/ksh/src/lib/libast/port/
H A Dastmath.c55 return frexpl(value, &exp) != 0;
/macosx-10.10/ksh-23/ksh/src/lib/libast/sfio/
H A Dsfdlen.c46 v = frexpl(v,&exp);
H A D_sfputd.c60 v = frexpl(v,&exp);
H A Dsfhdr.h1206 #ifndef frexpl
1208 #define frexpl frexp macro
1211 extern Sfdouble_t frexpl _ARG_((Sfdouble_t, int*));
H A Dsfcvt.c203 g = frexpl(f, &x);
/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Dfrexpl.c25 * frexpl/ldexpl implementation
34 NoN(frexpl)
74 #undef frexpl
77 frexpl(_ast_fltmax_t f, int* p)
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dc++config.h319 /* Define to 1 if you have the `frexpl' function. */
1130 # define frexpl _frexpl macro
/macosx-10.10/ksh-23/ksh/src/lib/libast/
H A DMakefile192 frexp.c frexpl.c \

Completed in 169 milliseconds