Home
last modified time | relevance | path

Searched refs:ldexpl (Results 1 – 25 of 27) sorted by relevance

12

/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dldexpl.c30 #pragma weak __ldexpl = ldexpl
35 ldexpl(long double x, int n) { in ldexpl() function
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfgetd.c63 v = ldexpl(v,-SF_PRECIS);
73 v = ldexpl(v,(sign&02) ? -exp : exp);
H A Dsfdlen.c51 n = (int)(x = ldexpl(v,SF_PRECIS));
H A D_sfputd.c79 n = (int)(x = ldexpl(v,SF_PRECIS));
H A Dsfcvt.c206 f = ldexpl(g, 8 * sizeof(m) - 3);
217 f = ldexpl(f, 8 * sizeof(m));
H A Dsfhdr.h1196 #ifndef ldexpl
1198 #define ldexpl ldexp macro
1201 extern Sfdouble_t ldexpl _ARG_((Sfdouble_t, int));
H A Dsfstrtof.h98 #define S2F_ldexp ldexpl
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dfrexpl.c144 #undef ldexpl
147 ldexpl(_ast_fltmax_t f, register int x)
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dm3.c33 r |= ldexpl(value, exp) != 0; in main()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dastmath.c49 return ldexpl(value, exp) != 0; in main()
/illumos-gate/usr/src/head/iso/
H A Dmath_c99.h340 extern long double ldexpl(long double, int);
443 #pragma does_not_read_global_data(expl, exp2l, expm1l, frexpl, ilogbl, ldexpl)
456 #pragma does_not_write_global_data(expl, exp2l, expm1l, ilogbl, ldexpl)
506 #pragma no_side_effect(expl, exp2l, expm1l, ilogbl, ldexpl)
/illumos-gate/usr/src/lib/libm/common/C/
H A Dlibm_protos.h118 extern long double ldexpl __P((long double, int));
/illumos-gate/usr/src/boot/include/
H A Dmath.h467 long double ldexpl(long double, int);
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dfloat74 #define _lib_ldexpl 1 /* ldexpl() in default lib(s) */
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dfloat74 #define _lib_ldexpl 1 /* ldexpl() in default lib(s) */
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dfloat74 #define _lib_ldexpl 1 /* ldexpl() in default lib(s) */
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dfloat74 #define _lib_ldexpl 1 /* ldexpl() in default lib(s) */
/illumos-gate/usr/src/man/man3m/
H A DMakefile251 ldexpl.3m \
454 ldexpl.3m := LINKSRC = ldexp.3m
/illumos-gate/usr/src/cmd/ast/libshell/i386/FEATURE/
H A Dmath142 "\042ldexp", (Math_f)(uintptr_t)ldexpl,
/illumos-gate/usr/src/cmd/ast/libshell/sparc/FEATURE/
H A Dmath142 "\042ldexp", (Math_f)(uintptr_t)ldexpl,
/illumos-gate/usr/src/cmd/ast/libshell/sparcv9/FEATURE/
H A Dmath142 "\042ldexp", (Math_f)(uintptr_t)ldexpl,
/illumos-gate/usr/src/cmd/ast/libshell/amd64/FEATURE/
H A Dmath142 "\042ldexp", (Math_f)(uintptr_t)ldexpl,
/illumos-gate/usr/src/lib/libm/
H A DMakefile.com82 ldexpl.o \
866 ../common/m9x/ldexpl.c \
/illumos-gate/usr/src/lib/libm/common/
H A Dmapfile-vers499 ldexpl;
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dfloat5 lib,npt frexp,frexpl,ldexp,ldexpl,finite,finitel,isinfl,isnanl,copysign,copysignl FEATURE/standards…
892 printf("extern _ast_fltmax_t ldexpl(_ast_fltmax_t, int);\n");

12