Searched refs:round (Results 1 – 13 of 13) sorted by relevance
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/detail/ |
D | round_fwd.hpp | 41 T round(const T& v, const Policy& pol); 43 T round(const T& v);
|
/ndk/sources/android/support/src/stdio/ |
D | vfprintf.c | 264 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/ |
D | cfenv | 47 int fesetround(int round);
|
D | cmath | 276 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);}
|
D | random | 6231 __densities_.back() = 1 - __areas_.back(); // correct round off error
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/tools/ |
D | config.hpp | 240 using boost::math::round;\
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/ |
D | cmath.pass.cpp | 1213 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/ |
D | math_h.pass.cpp | 579 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/ |
D | lib-link.m4 | 468 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/ |
D | math_fwd.hpp | 1168 inline T round(const T& v){ using boost::math::round; return round(v, Policy()); }\
|
/ndk/docs/Additional_library_docs/renderscript/ |
D | jquery.js | 12 …|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/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 2061 $(call gen-test, language.support/support.limits/limits/round.style/check_values)
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 2070 $(call gen-test, language.support/support.limits/limits/round.style/check_values)
|