Home
last modified time | relevance | path

Searched defs:ldexp (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/lib/libc/gen/
H A Dldexp.c96 ldexp(double x, int n) in ldexp() function
/dflybsd-src/contrib/gcc-4.7/gcc/ginclude/
H A Dtgmath.h141 #define ldexp(x,y) __TGMATH_REAL_1_2(x, y, ldexp) macro
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dcfns.gperf124 ldexp keyword
/dflybsd-src/contrib/openbsd_libm/include/global/
H A Dtgmath.h180 #define ldexp(x, y) __tg_simplev(x, ldexp, x, y) macro
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dbuiltins.c9827 tree type, bool ldexp) in fold_builtin_load_exponent()