Home
last modified time | relevance | path

Searched defs:lround (Results 1 – 6 of 6) sorted by relevance

/external/flac/libFLAC/
Dlpc.c56 static inline long int lround(double x) { in lround() function
60 static inline long int lround(double x) { in lround() function
/external/harfbuzz_ng/util/
Dansi-print.cc46 lround (double x) in lround() function
/external/libcxx/include/
Dmath.h1360 inline _LIBCPP_INLINE_VISIBILITY long lround(float __lcpp_x) _NOEXCEPT {return ::lroundf(__lc… in lround() function
1361 inline _LIBCPP_INLINE_VISIBILITY long lround(long double __lcpp_x) _NOEXCEPT {return ::lroundl(__lc… in lround() function
1366 lround(_A1 __lcpp_x) _NOEXCEPT {return ::lround((double)__lcpp_x);} in lround() function
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp88 Ambiguous lround(Ambiguous){ return Ambiguous(); } in lround() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp91 Ambiguous lround(Ambiguous){ return Ambiguous(); } in lround() function
/external/clang/lib/Headers/
Dtgmath.h1028 #define lround(__x) __tg_lround(__tg_promote1((__x))(__x)) macro