| /src/lib/libc/gen/ |
| Lint_frexp.c | 12 frexp(double value, int *eptr) function
|
| /src/lib/libm/noieee_src/ |
| n_frexpf.c | 42 * representable by double. The normalized result of frexp 49 * of double frexp(double, int *). 51 return frexp(x, e);
|
| n_frexpl.c | 45 * This can't be a symbol alias because frexp is defined in 49 return frexp(x, e);
|
| n_fmod.c | 97 (void)frexp(y,&iy); 99 (void)frexp(r,&ir);
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| frexpl.c | 27 return frexp (x, expptr); 33 # include "frexp.c"
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| frexpl.c | 27 return frexp (x, expptr); 33 # include "frexp.c"
|
| /src/lib/libm/src/ |
| s_frexp.c | 20 * x = frexp(arg,&exp); 24 * If arg is inf, 0.0, or NaN, then frexp(arg,&exp) returns arg 32 __strong_alias(frexpl, frexp) 39 frexp(double x, int *eptr) function
|
| /src/lib/libc/arch/vax/gen/ |
| frexp.c | 1 /* $NetBSD: frexp.c,v 1.5 2012/06/25 22:32:43 abs Exp $ */ 35 static char sccsid[] = "@(#)frexp.c 8.1 (Berkeley) 6/4/93"; 37 __RCSID("$NetBSD: frexp.c,v 1.5 2012/06/25 22:32:43 abs Exp $"); 45 frexp(double value, int *eptr) function
|
| Makefile.inc | 4 fabs.S fabsf.S frexp.c \
|
| /src/lib/libc/compat/gen/ |
| compat_frexp_ieee754.c | 35 * 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
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| mathbuiltins.def | 64 OTHER_BUILTIN (FREXP, "frexp", frexp, false)
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| mathbuiltins.def | 67 OTHER_BUILTIN (FREXP, "frexp", frexp, false)
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/ |
| defs.mk | 5 G_OBJS=fnmatch.o frexp.o memmem.o strerror_r.o strstr.o
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/ |
| defs.mk | 5 G_OBJS=fnmatch.o frexp.o memmem.o strerror_r.o strstr.o
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/ |
| defs.mk | 5 G_OBJS=fnmatch.o frexp.o memmem.o strerror_r.o strstr.o
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/arm/ |
| defs.mk | 5 G_OBJS=fnmatch.o frexp.o malloc.o memmem.o realloc.o strerror_r.o strstr.o
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/ |
| defs.mk | 5 G_OBJS=fnmatch.o frexp.o malloc.o memmem.o realloc.o strerror_r.o strstr.o
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/hppa/ |
| defs.mk | 5 G_OBJS=fnmatch.o frexp.o malloc.o memmem.o realloc.o strerror_r.o strstr.o
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/i386/ |
| defs.mk | 5 G_OBJS=fnmatch.o frexp.o malloc.o memmem.o realloc.o strerror_r.o strstr.o
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/ia64/ |
| defs.mk | 5 G_OBJS=fnmatch.o frexp.o memmem.o strerror_r.o strstr.o
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/m68000/ |
| defs.mk | 5 G_OBJS=fnmatch.o frexp.o malloc.o memmem.o realloc.o strerror_r.o strstr.o
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/m68k/ |
| defs.mk | 5 G_OBJS=fnmatch.o frexp.o malloc.o memmem.o realloc.o strerror_r.o strstr.o
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/ |
| defs.mk | 5 G_OBJS=fnmatch.o frexp.o malloc.o memmem.o realloc.o strerror_r.o strstr.o
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/mips64el/ |
| defs.mk | 5 G_OBJS=fnmatch.o frexp.o malloc.o memmem.o realloc.o strerror_r.o strstr.o
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/mipseb/ |
| defs.mk | 5 G_OBJS=fnmatch.o frexp.o malloc.o memmem.o realloc.o strerror_r.o strstr.o
|