Searched refs:frexpl (Results 1 – 18 of 18) sorted by relevance
/titanic_44/usr/src/lib/libast/common/comp/ |
H A D | frexpl.c | 34 NoN(frexpl) 74 #undef frexpl 77 frexpl(_ast_fltmax_t f, int* p)
|
/titanic_44/usr/src/lib/libast/common/port/ |
H A D | astmath.c | 55 return frexpl(value, &exp) != 0; in main()
|
/titanic_44/usr/src/lib/libast/common/sfio/ |
H A D | sfdlen.c | 46 v = frexpl(v,&exp);
|
H A D | _sfputd.c | 60 v = frexpl(v,&exp);
|
H A D | sfhdr.h | 1188 #ifndef frexpl 1190 #define frexpl frexp macro 1193 extern Sfdouble_t frexpl _ARG_((Sfdouble_t, int*));
|
H A D | sfcvt.c | 203 g = frexpl(f, &x);
|
/titanic_44/usr/src/lib/libm/common/m9x/ |
H A D | frexpl.c | 30 #pragma weak frexpl = __frexpl macro
|
/titanic_44/usr/src/lib/libm/common/C/ |
H A D | libm_protos.h | 113 extern long double frexpl(long double, int *);
|
/titanic_44/usr/src/head/iso/ |
H A D | math_c99.h | 341 extern long double frexpl __P((long double, int *)); 446 #pragma does_not_read_global_data(expl, exp2l, expm1l, frexpl, ilogbl, ldexpl)
|
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | float | 73 #define _lib_frexpl 1 /* frexpl() in default lib(s) */
|
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | float | 73 #define _lib_frexpl 1 /* frexpl() in default lib(s) */
|
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | float | 73 #define _lib_frexpl 1 /* frexpl() in default lib(s) */
|
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | float | 73 #define _lib_frexpl 1 /* frexpl() in default lib(s) */
|
/titanic_44/usr/src/lib/libm/common/ |
H A D | mapfile-vers | 471 frexpl;
|
/titanic_44/usr/src/lib/libast/common/features/ |
H A D | float | 5 lib fpclassify,frexp,frexpl,ldexp,ldexpl,finite,finitel,isinf,isinfl,isnan,isnanl,signbit,copysign,… 854 printf("extern _ast_fltmax_t frexpl(_ast_fltmax_t, int*);\n");
|
/titanic_44/usr/src/lib/libm/ |
H A D | Makefile.com | 79 frexpl.o \ 874 ../common/m9x/frexpl.c \
|
/titanic_44/usr/src/lib/libast/ |
H A D | Makefile.com | 68 common/comp/frexpl.o \
|
/titanic_44/usr/src/lib/libast/common/ |
H A D | RELEASE | 441 astmath.c: add { frexpl ldexpl } checks for ast.req 643 features/float,comp/frexp.c,comp/frexpl.c: add pow2() table alternative
|