Home
last modified time | relevance | path

Searched refs:round (Results 1 – 14 of 14) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/detail/
Dround_fwd.hpp41 T round(const T& v, const Policy& pol);
43 T round(const T& v);
/ndk/sources/android/support/src/stdio/
Dvfprintf.c264 long double round = 8.0; in fmt_fp() local
274 while (re--) round*=16; in fmt_fp()
277 y-=round; in fmt_fp()
278 y+=round; in fmt_fp()
281 y+=round; in fmt_fp()
282 y-=round; in fmt_fp()
368 long double round = CONCAT(0x1p,LDBL_MANT_DIG); in fmt_fp() local
370 if (*d/i & 1) round += 2; in fmt_fp()
374 if (pl && *prefix=='-') round*=-1, small*=-1; in fmt_fp()
377 if (round+small != round) { in fmt_fp()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcfenv47 int fesetround(int round);
Dcmath276 floating_point round (arithmetic x);
1550 // round
1552 using ::round;
1555 inline _LIBCPP_INLINE_VISIBILITY float round(float __x) _NOEXCEPT {return roundf(__x);}
1556 inline _LIBCPP_INLINE_VISIBILITY long double round(long double __x) _NOEXCEPT {return roundl(__x);}
1561 round(_A1 __x) _NOEXCEPT {return round((double)__x);}
Drandom6231 __densities_.back() = 1 - __areas_.back(); // correct round off error
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/tools/
Dconfig.hpp240 using boost::math::round;\
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
Dcmath.pass.cpp1213 static_assert((std::is_same<decltype(std::round((float)0)), float>::value), ""); in test_round()
1214 static_assert((std::is_same<decltype(std::round((bool)0)), double>::value), ""); in test_round()
1215 static_assert((std::is_same<decltype(std::round((unsigned short)0)), double>::value), ""); in test_round()
1216 static_assert((std::is_same<decltype(std::round((int)0)), double>::value), ""); in test_round()
1217 static_assert((std::is_same<decltype(std::round((unsigned int)0)), double>::value), ""); in test_round()
1218 static_assert((std::is_same<decltype(std::round((long)0)), double>::value), ""); in test_round()
1219 static_assert((std::is_same<decltype(std::round((unsigned long)0)), double>::value), ""); in test_round()
1220 static_assert((std::is_same<decltype(std::round((long long)0)), double>::value), ""); in test_round()
1221 static_assert((std::is_same<decltype(std::round((unsigned long long)0)), double>::value), ""); in test_round()
1222 static_assert((std::is_same<decltype(std::round((double)0)), double>::value), ""); in test_round()
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dmath_h.pass.cpp579 static_assert((std::is_same<decltype(round((double)0)), double>::value), ""); in test_round()
582 assert(round(1) == 1); in test_round()
/ndk/sources/host-tools/make-3.81/config/
Dlib-link.m4468 dnl Handle this in the next round.
472 dnl Handle this in the next round. Throw away the .la's
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/
Dmath_fwd.hpp1168 inline T round(const T& v){ using boost::math::round; return round(v, Policy()); }\
/ndk/docs/Additional_library_docs/renderscript/
Djquery.js12 …|0}})}if(H.offsetWidth!==0){I()}else{o.swap(H,G,I)}return Math.max(0,Math.round(L))}return o.curCS…
44 …"number"?[g.grid,g.grid]:g.grid;var f=Math.round((j.width-h.width)/(g.grid[0]||1))*(g.grid[0]||1),…
/ndk/docs/Programmers_Guide/html/
Djquery.js63 …"number"?[h.grid,h.grid]:h.grid;var g=Math.round((k.width-i.width)/(h.grid[0]||1))*(h.grid[0]||1),…
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk2061 $(call gen-test, language.support/support.limits/limits/round.style/check_values)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk2070 $(call gen-test, language.support/support.limits/limits/round.style/check_values)