HomeSort by: relevance | last modified time | path
    Searched defs:frexp (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libc/gen/
Lint_frexp.c 12 frexp(double value, int *eptr) function in typeref:typename:double
  /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 in typeref:typename:double
  /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 in typeref:typename:double
  /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 in typeref:typename:double
  /src/include/
tgmath.h 163 #define frexp(a,b) __TG_FN1x(frexp, (a), (b)) macro

Completed in 36 milliseconds