Searched refs:frexp (Results 1 - 25 of 180) sorted by last modified time

12345678

/netbsd-current/lib/libm/
H A DMakefile405 fabs.3 finite.3 fma.3 fmod.3 frexp.3 hypot.3 \
527 MLINKS+=frexp.3 frexpf.3 \
528 frexp.3 frexpl.3
/netbsd-current/lib/libm/noieee_src/
H A Dn_frexpf.c42 * representable by double. The normalized result of frexp
49 * of double frexp(double, int *).
51 return frexp(x, e);
H A Dn_frexpl.c45 * This can't be a symbol alias because frexp is defined in
49 return frexp(x, e);
/netbsd-current/tests/lib/libc/gen/
H A Dt_fpclassify.c130 f = frexp(d0, &e);
132 "frexp(%a) returned normalized %a, exponent %d;"
136 "frexp(%a) returned normalized %a, exponent %d;"
165 f = frexp(d1, &e);
167 "[%d] frexp(%a) returned normalized %a, exponent %d;"
171 "[%d] frexp(%a) returned normalized %a, exponent %d;"
181 f = frexp(d1, &e);
183 "frexp(%a) returned normalized %a, exponent %d;"
187 "frexp(%a) returned normalized %a, exponent %d;"
/netbsd-current/include/
H A Dmath.h239 double frexp(double, int *);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcfns.h927 {"frexp", 89},
/netbsd-current/bin/ksh/
H A Dshf.c881 * extern double frexp();
1088 (void) frexp(fpnum, &expo);
/netbsd-current/lib/libc/compat/gen/
H A Dcompat_frexp_ieee754.c35 * from: Header: frexp.c,v 1.1 91/07/07 04:45:01 torek Exp
41 static char sccsid[] = "@(#)frexp.c 8.1 (Berkeley) 6/4/93";
57 frexp(double value, int *eptr) function
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/x86_64/
H A Ddefs.mk5 G_OBJS=fnmatch.o frexp.o memmem.o strerror_r.o strstr.o
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/vax/
H A Ddefs.mk5 G_OBJS=fnmatch.o frexp.o frexpl.o malloc.o memmem.o realloc.o strerror_r.o strstr.o
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/sparc64/
H A Ddefs.mk5 G_OBJS=fnmatch.o frexp.o memmem.o strerror_r.o strstr.o
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/sparc/
H A Ddefs.mk5 G_OBJS=fnmatch.o frexp.o malloc.o memmem.o realloc.o strerror_r.o strstr.o
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/sh3el/
H A Ddefs.mk5 G_OBJS=fnmatch.o frexp.o malloc.o memmem.o realloc.o strerror_r.o strstr.o
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/sh3eb/
H A Ddefs.mk5 G_OBJS=fnmatch.o frexp.o malloc.o memmem.o realloc.o strerror_r.o strstr.o
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/riscv64/
H A Ddefs.mk5 G_OBJS=fnmatch.o frexp.o memmem.o strerror_r.o strstr.o
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/riscv32/
H A Ddefs.mk5 G_OBJS=fnmatch.o frexp.o malloc.o memmem.o realloc.o strerror_r.o strstr.o
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/powerpc64/
H A Ddefs.mk5 G_OBJS=fnmatch.o frexp.o memmem.o strerror_r.o strstr.o
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/powerpc/
H A Ddefs.mk5 G_OBJS=fnmatch.o frexp.o malloc.o memmem.o realloc.o strerror_r.o strstr.o
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/mipsn64el/
H A Ddefs.mk5 G_OBJS=fnmatch.o frexp.o memmem.o strerror_r.o strstr.o
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/mipsn64eb/
H A Ddefs.mk5 G_OBJS=fnmatch.o frexp.o memmem.o strerror_r.o strstr.o
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/mipsel/
H A Ddefs.mk5 G_OBJS=fnmatch.o frexp.o malloc.o memmem.o realloc.o strerror_r.o strstr.o
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/mipseb/
H A Ddefs.mk5 G_OBJS=fnmatch.o frexp.o malloc.o memmem.o realloc.o strerror_r.o strstr.o
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/mips64el/
H A Ddefs.mk5 G_OBJS=fnmatch.o frexp.o malloc.o memmem.o realloc.o strerror_r.o strstr.o
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/
H A Ddefs.mk5 G_OBJS=fnmatch.o frexp.o malloc.o memmem.o realloc.o strerror_r.o strstr.o
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/m68k/
H A Ddefs.mk5 G_OBJS=fnmatch.o frexp.o malloc.o memmem.o realloc.o strerror_r.o strstr.o

Completed in 205 milliseconds

12345678