Searched defs:ldexp (Results 1 – 3 of 3) sorted by relevance
48 Ambiguous ldexp(Ambiguous, int){ return Ambiguous(); } in ldexp() function
875 #define ldexp(__x, __y) __tg_ldexp(__tg_promote1((__x))(__x), __y) macro
1722 static inline float ldexp (float significand, int exponent) in ldexp() function