/external/python/cpython2/Lib/test/decimaltestdata/ |
D | ddNextToward.decTest | 31 ddnextt001 nexttoward 10 10 -> 10 32 ddnextt002 nexttoward -10 -10 -> -10 33 ddnextt003 nexttoward 1 10 -> 1.000000000000001 34 ddnextt004 nexttoward 1 -10 -> 0.9999999999999999 35 ddnextt005 nexttoward -1 10 -> -0.9999999999999999 36 ddnextt006 nexttoward -1 -10 -> -1.000000000000001 37 ddnextt007 nexttoward 0 10 -> 1E-398 Underflow Subnormal Inexact Rounded 38 ddnextt008 nexttoward 0 -10 -> -1E-398 Underflow Subnormal Inexact Rounded 39 ddnextt009 nexttoward 9.999999999999999E+384 +Infinity -> Infinity Overflow Inexact Rounded 40 ddnextt010 nexttoward -9.999999999999999E+384 -Infinity -> -Infinity Overflow Inexact Rounded [all …]
|
D | dqNextToward.decTest | 32 dqnextt001 nexttoward 10 10 -> 10 33 dqnextt002 nexttoward -10 -10 -> -10 34 dqnextt003 nexttoward 1 10 -> 1.000000000000000000000000000000001 35 dqnextt004 nexttoward 1 -10 -> 0.9999999999999999999999999999999999 36 dqnextt005 nexttoward -1 10 -> -0.9999999999999999999999999999999999 37 dqnextt006 nexttoward -1 -10 -> -1.000000000000000000000000000000001 38 dqnextt007 nexttoward 0 10 -> 1E-6176 Underflow Subnormal Inexact Rounded 39 dqnextt008 nexttoward 0 -10 -> -1E-6176 Underflow Subnormal Inexact Rounded 40 dqnextt009 nexttoward 9.999999999999999999999999999999999E+6144 +Infinity -> Infinity Overflow I… 41 dqnextt010 nexttoward -9.999999999999999999999999999999999E+6144 -Infinity -> -Infinity Overflow I… [all …]
|
D | nexttoward.decTest | 2 -- nexttoward.decTest -- decimal next toward rhs [754r nextafter] -- 29 nextt001 nexttoward 10 10 -> 10 30 nextt002 nexttoward -10 -10 -> -10 31 nextt003 nexttoward 1 10 -> 1.00000001 32 nextt004 nexttoward 1 -10 -> 0.999999999 33 nextt005 nexttoward -1 10 -> -0.999999999 34 nextt006 nexttoward -1 -10 -> -1.00000001 35 nextt007 nexttoward 0 10 -> 1E-391 Underflow Subnormal Inexact Rounded 36 nextt008 nexttoward 0 -10 -> -1E-391 Underflow Subnormal Inexact Rounded 37 nextt009 nexttoward 9.99999999E+384 +Infinity -> Infinity Overflow Inexact Rounded [all …]
|
D | testall.decTest | 55 dectest: nexttoward
|
/external/clang/lib/Headers/ |
D | __clang_cuda_math_forward_declares.h | 151 __DEVICE__ double nexttoward(double, double); 152 __DEVICE__ float nexttoward(float, float); 243 using ::nexttoward;
|
D | __clang_cuda_cmath.h | 123 __DEVICE__ float nexttoward(float __from, float __to) { in nexttoward() function 126 __DEVICE__ double nexttoward(double __from, double __to) { in nexttoward() function
|
D | tgmath.h | 1073 __tg_nexttoward(double __x, long double __y) {return nexttoward(__x, __y);} in __tg_nexttoward() 1079 #undef nexttoward 1080 #define nexttoward(__x, __y) __tg_nexttoward(__tg_promote1((__x))(__x), (__y)) macro
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 90 Ambiguous nexttoward(Ambiguous, Ambiguous){ return Ambiguous(); } in nexttoward() function 1280 static_assert((std::is_same<decltype(nexttoward((float)0, (long double)0)), float>::value), ""); in test_nexttoward() 1281 static_assert((std::is_same<decltype(nexttoward((bool)0, (long double)0)), double>::value), ""); in test_nexttoward() 1282 …static_assert((std::is_same<decltype(nexttoward((unsigned short)0, (long double)0)), double>::valu… in test_nexttoward() 1283 static_assert((std::is_same<decltype(nexttoward((int)0, (long double)0)), double>::value), ""); in test_nexttoward() 1284 …static_assert((std::is_same<decltype(nexttoward((unsigned int)0, (long double)0)), double>::value)… in test_nexttoward() 1285 static_assert((std::is_same<decltype(nexttoward((long)0, (long double)0)), double>::value), ""); in test_nexttoward() 1286 …static_assert((std::is_same<decltype(nexttoward((unsigned long)0, (long double)0)), double>::value… in test_nexttoward() 1287 …static_assert((std::is_same<decltype(nexttoward((long long)0, (long double)0)), double>::value), "… in test_nexttoward() 1288 …static_assert((std::is_same<decltype(nexttoward((unsigned long long)0, (long double)0)), double>::… in test_nexttoward() [all …]
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 142 double nexttoward(double, long double); 290 F(nextafterf), F(nextafterl), F(nexttoward), F(nexttowardf), F(nexttowardl),
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 92 Ambiguous nexttoward(Ambiguous, Ambiguous){ return Ambiguous(); } in nexttoward() function 1304 …static_assert((std::is_same<decltype(std::nexttoward((float)0, (long double)0)), float>::value), "… in test_nexttoward() 1305 …static_assert((std::is_same<decltype(std::nexttoward((bool)0, (long double)0)), double>::value), "… in test_nexttoward() 1306 …static_assert((std::is_same<decltype(std::nexttoward((unsigned short)0, (long double)0)), double>:… in test_nexttoward() 1307 …static_assert((std::is_same<decltype(std::nexttoward((int)0, (long double)0)), double>::value), ""… in test_nexttoward() 1308 …static_assert((std::is_same<decltype(std::nexttoward((unsigned int)0, (long double)0)), double>::v… in test_nexttoward() 1309 …static_assert((std::is_same<decltype(std::nexttoward((long)0, (long double)0)), double>::value), "… in test_nexttoward() 1310 …static_assert((std::is_same<decltype(std::nexttoward((unsigned long)0, (long double)0)), double>::… in test_nexttoward() 1311 …static_assert((std::is_same<decltype(std::nexttoward((long long)0, (long double)0)), double>::valu… in test_nexttoward() 1312 …static_assert((std::is_same<decltype(std::nexttoward((unsigned long long)0, (long double)0)), doub… in test_nexttoward() [all …]
|
/external/libcxx/include/ |
D | math.h | 1317 inline _LIBCPP_INLINE_VISIBILITY float nexttoward(float __lcpp_x, long double __lcpp_y) _NOEX… in nexttoward() function 1318 inline _LIBCPP_INLINE_VISIBILITY long double nexttoward(long double __lcpp_x, long double __lcpp_y)… in nexttoward() function 1323 nexttoward(_A1 __lcpp_x, long double __lcpp_y) _NOEXCEPT {return ::nexttoward((double)__lcpp_x, __l… in nexttoward() function
|
D | cmath | 264 floating_point nexttoward (arithmetic x, long double y); 450 using ::nexttoward;
|
/external/eigen/unsupported/test/mpreal/ |
D | mpreal.h | 472 friend const mpreal nexttoward (const mpreal& x, const mpreal& y); 2564 inline const mpreal nexttoward (const mpreal& x, const mpreal& y)
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 1069 LIBBUILTIN(nexttoward, "ddLd", "fne", "math.h", ALL_LANGUAGES)
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2345 fun:nexttoward=uninstrumented
|