Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/head/iso/
H A Dmath_iso.h70 extern double frexp(double, int *);
88 #pragma does_not_read_global_data(frexp, ldexp, modf)
170 inline float frexp(float __X, int *__Y) { return __frexpf(__X, __Y); } in frexp() function
207 inline long double frexp(long double __X, int *__Y) { in frexp() function
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dfrexp.c34 NoN(frexp)
71 frexp(double f, int* p)
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dm2.c34 r |= frexp(value, &exp) != 0; in main()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dastmath.c58 return frexp(value, &exp) != 0; in main()
/illumos-gate/usr/src/head/
H A Dtgmath.h106 #undef frexp
107 #define frexp(x, ip) __tgmath_frexp(x, ip) macro
H A Dmath.h51 using std::frexp;
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dfrexp.c30 #pragma weak frexp = __frexp macro
/illumos-gate/usr/src/lib/libm/common/C/
H A Dlibm_protos.h86 extern double frexp __P((double, int *));
/illumos-gate/usr/src/man/man3m/
H A DMakefile78 frexp.3m \
433 frexpf.3m := LINKSRC = frexp.3m
434 frexpl.3m := LINKSRC = frexp.3m
/illumos-gate/usr/src/boot/include/
H A Dmath.h245 double frexp(double, int *); /* fundamentally !__pure2 */
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dfloat71 #define _lib_frexp 1 /* frexp() in default lib(s) */
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dfloat71 #define _lib_frexp 1 /* frexp() in default lib(s) */
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dfloat71 #define _lib_frexp 1 /* frexp() in default lib(s) */
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dfloat71 #define _lib_frexp 1 /* frexp() in default lib(s) */
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfcvt.c378 g = frexp(f, &x);
H A Dsfhdr.h1190 #define frexpl frexp
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library-math.man3m.inc177 file path=usr/share/man/man3m/frexp.3m
178 link path=usr/share/man/man3m/frexpf.3m target=frexp.3m
179 link path=usr/share/man/man3m/frexpl.3m target=frexp.3m
/illumos-gate/usr/src/lib/libm/
H A DMakefile.com77 frexp.o \
861 ../common/m9x/frexp.c \
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk4.c185 result = frexp((double)rint, &expon); in f_rand()
/illumos-gate/usr/src/lib/libm/common/
H A Dmapfile-vers480 frexp;
/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…
883 printf("extern double frexp(double, int*);\n");
/illumos-gate/usr/src/cmd/ast/libast/
H A DMakefile.defs95 comp/frexp.o \
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DMakefile192 frexp.c frexpl.c \
H A DMamfile5491 make frexp.o
5492 make comp/frexp.c
5495 done comp/frexp.c
5496 meta frexp.o %.c>%.o comp/frexp.c frexp
5497 prev comp/frexp.c
5498 exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -D_PACKAGE_ast -c comp/frexp.c
5499 done frexp.o generated
6105 …rintf.o vwscanf.o stdio_c99.o fcloseall.o fmemopen.o getdelim.o getline.o frexp.o frexpl.o astcopy…
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers2462 frexp { TYPE = FUNCTION; FILTER = libm.so.2; };

12