Home
last modified time | relevance | path

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

/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp48 Ambiguous ldexp(Ambiguous, int){ return Ambiguous(); } in ldexp() function
/external/clang/lib/Headers/
Dtgmath.h875 #define ldexp(__x, __y) __tg_ldexp(__tg_promote1((__x))(__x), __y) macro
/external/deqp/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp1722 static inline float ldexp (float significand, int exponent) in ldexp() function