Searched defs:lround (Results 1 – 2 of 2) sorted by relevance
| /bionic/libm/ | ||
| D | builtins.cpp | 76 long lround(double x) { return __builtin_lround(x); } in lround() function |
| /bionic/tests/ | ||
| D | math_test.cpp | 1129 TEST(MATH_TEST, lround) { in TEST() argument |