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

/ast/src/cmd/INIT/
H A Dm3.c34 r |= frexpl(value, &exp) != 0;
/ast/src/lib/libast/port/
H A Dastmath.c55 return frexpl(value, &exp) != 0;
/ast/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);
/ast/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)
/ast/src/lib/libast/
H A DMakefile192 frexp.c frexpl.c \

Completed in 32 milliseconds