Home
last modified time | relevance | path

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

/external/mesa3d/include/
Dc99_math.h53 lrint(double d) in lrint() function
/external/libcxx/include/
Dmath.h1330 inline _LIBCPP_INLINE_VISIBILITY long lrint(float __lcpp_x) _NOEXCEPT {return ::lrintf(__lcpp… in lrint() function
1331 inline _LIBCPP_INLINE_VISIBILITY long lrint(long double __lcpp_x) _NOEXCEPT {return ::lrintl(__lcpp… in lrint() function
1336 lrint(_A1 __lcpp_x) _NOEXCEPT {return ::lrint((double)__lcpp_x);} in lrint() function
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp86 Ambiguous lrint(Ambiguous){ return Ambiguous(); } in lrint() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp89 Ambiguous lrint(Ambiguous){ return Ambiguous(); } in lrint() function
/external/clang/lib/Headers/
Dtgmath.h1011 #define lrint(__x) __tg_lrint(__tg_promote1((__x))(__x)) macro