Searched defs:lround (Results 1 - 5 of 5) sorted by relevance
/external/harfbuzz_ng/util/ |
H A D | ansi-print.cc | 46 lround (double x) function 206 (*this)(x, y) = d < 0 ? 0 : d > dd ? 255 : lround (d * 255. / dd); 303 unsigned int which = lround ((double) ((best_i + 1) * 8) / bi.height); 335 unsigned int which = lround ((double) ((best_i + 1) * 8) / bi.width);
|
/external/flac/libFLAC/ |
H A D | lpc.c | 61 static inline long int lround(double x) { function 214 q = lround(error); 243 q = lround(error);
|
/external/clang/lib/Headers/ |
H A D | tgmath.h | 1013 // lround 1021 __tg_lround(double __x) {return lround(__x);} 1027 #undef lround macro 1028 #define lround(__x) __tg_lround(__tg_promote1((__x))(__x)) macro
|
/external/libcxx/test/std/numerics/c.math/ |
H A D | cmath.pass.cpp | 90 Ambiguous lround(Ambiguous){ return Ambiguous(); } function 1169 static_assert((std::is_same<decltype(std::lround((float)0)), long>::value), ""); 1170 static_assert((std::is_same<decltype(std::lround((bool)0)), long>::value), ""); 1171 static_assert((std::is_same<decltype(std::lround((unsigned short)0)), long>::value), ""); 1172 static_assert((std::is_same<decltype(std::lround((int)0)), long>::value), ""); 1173 static_assert((std::is_same<decltype(std::lround((unsigned int)0)), long>::value), ""); 1174 static_assert((std::is_same<decltype(std::lround((long)0)), long>::value), ""); 1175 static_assert((std::is_same<decltype(std::lround((unsigned long)0)), long>::value), ""); 1176 static_assert((std::is_same<decltype(std::lround((long long)0)), long>::value), ""); 1177 static_assert((std::is_same<decltype(std::lround((unsigne [all...] |
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/ |
H A D | tgmath.h | 1013 // lround 1021 __tg_lround(double __x) {return lround(__x);} 1027 #undef lround macro 1028 #define lround(__x) __tg_lround(__tg_promote1((__x))(__x)) macro
|
Completed in 499 milliseconds