Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dldexp.c56 ldexp(value, exp) in ldexp() function
/titanic_41/usr/src/lib/libm/common/m9x/
H A Dldexp.c36 ldexp(double x, int n) { in ldexp() function
/titanic_41/usr/src/head/iso/
H A Dmath_iso.h177 inline float ldexp(float __X, int __Y) { return __ldexpf(__X, __Y); } in ldexp() function
206 inline long double ldexp(long double __X, int __Y) { return in ldexp() function
/titanic_41/usr/src/head/
H A Dtgmath.h113 #define ldexp(x, i) __tgmath_ldexp(x, i) macro