Searched refs:ldexpl (Results 1 – 14 of 14) sorted by relevance
| /onnv-gate/usr/src/lib/libast/common/sfio/ |
| H A D | sfgetd.c | 63 v = ldexpl(v,-SF_PRECIS); 73 v = ldexpl(v,(sign&02) ? -exp : exp);
|
| H A D | sfdlen.c | 51 n = (int)(x = ldexpl(v,SF_PRECIS));
|
| H A D | _sfputd.c | 79 n = (int)(x = ldexpl(v,SF_PRECIS));
|
| H A D | sfcvt.c | 205 f = ldexpl(g, 8 * sizeof(m) - 3); 216 f = ldexpl(f, 8 * sizeof(m));
|
| H A D | sfhdr.h | 1196 #ifndef ldexpl 1198 #define ldexpl ldexp macro 1201 extern Sfdouble_t ldexpl _ARG_((Sfdouble_t, int));
|
| H A D | sfstrtof.h | 98 #define S2F_ldexp ldexpl
|
| /onnv-gate/usr/src/lib/libast/common/comp/ |
| H A D | frexpl.c | 144 #undef ldexpl 147 ldexpl(_ast_fltmax_t f, register int x)
|
| /onnv-gate/usr/src/lib/libast/common/port/ |
| H A D | astmath.c | 49 return ldexpl(value, exp) != 0; in main()
|
| /onnv-gate/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
| H A D | float | 75 #define _lib_ldexpl 1 /* ldexpl() in default lib(s) */
|
| /onnv-gate/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
| H A D | float | 75 #define _lib_ldexpl 1 /* ldexpl() in default lib(s) */
|
| /onnv-gate/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
| H A D | float | 75 #define _lib_ldexpl 1 /* ldexpl() in default lib(s) */
|
| /onnv-gate/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
| H A D | float | 75 #define _lib_ldexpl 1 /* ldexpl() in default lib(s) */
|
| /onnv-gate/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,… 860 printf("extern _ast_fltmax_t ldexpl(_ast_fltmax_t, int);\n");
|
| /onnv-gate/usr/src/lib/libast/common/ |
| H A D | RELEASE | 441 astmath.c: add { frexpl ldexpl } checks for ast.req
|