/picolibc-3.7.0-3.6.0/newlib/libc/string/ |
D | xpg_strerror_r.c | 16 return ERANGE; in __xpg_strerror_r() 22 return ERANGE; in __xpg_strerror_r()
|
/picolibc-3.7.0-3.6.0/test/libc-testsuite/ |
D | strtol.c | 69 TEST2(i, errno, ERANGE, "missing errno %d != %d"); in test_strtol() 73 TEST2(i, errno, ERANGE, "missing errno %d != %d"); in test_strtol() 77 TEST2(i, errno, ERANGE, "missing errno %d != %d"); in test_strtol() 98 TEST2(i, errno, ERANGE, "missing errno %d != %d"); in test_strtol() 102 TEST2(i, errno, ERANGE, "missing errno %d != %d"); in test_strtol() 106 TEST2(i, errno, ERANGE, "missing errno %d != %d"); in test_strtol()
|
/picolibc-3.7.0-3.6.0/test/ |
D | math_errhandling_tests.c | 820 TEST(atan2_tiny, (FLOAT_T)0.0, FE_UNDERFLOW|FE_INEXACT, ERANGE), 825 TEST(atanh_1, (FLOAT_T)INFINITY, FE_DIVBYZERO, ERANGE), 826 TEST(atanh_neg1, -(FLOAT_T)INFINITY, FE_DIVBYZERO, ERANGE), 845 TEST(cosh_big, (FLOAT_T)INFINITY, FE_OVERFLOW, ERANGE), 846 TEST(cosh_negbig, (FLOAT_T)INFINITY, FE_OVERFLOW, ERANGE), 871 TEST(exp_big, (FLOAT_T)INFINITY, FE_OVERFLOW, ERANGE), 872 TEST(exp_negbig, (FLOAT_T)0.0, FE_UNDERFLOW, ERANGE), 878 TEST(exp2_big, (FLOAT_T)INFINITY, FE_OVERFLOW, ERANGE), 879 TEST(exp2_negbig, (FLOAT_T)0.0, FE_UNDERFLOW, ERANGE), 885 TEST(exp10_big, (FLOAT_T)INFINITY, FE_OVERFLOW, ERANGE), [all …]
|
/picolibc-3.7.0-3.6.0/newlib/libm/common/ |
D | math_errf_check_uflowf.c | 36 return y == 0.0f ? __math_with_errnof (y, ERANGE) : y; in __math_check_uflowf()
|
D | math_errf_check_oflowf.c | 36 return isinf (y) ? __math_with_errnof (y, ERANGE) : y; in __math_check_oflowf()
|
D | math_err_check_uflow.c | 38 return y == 0.0 ? __math_with_errno (y, ERANGE) : y; in __math_check_uflow()
|
D | math_err_check_oflow.c | 38 return isinf (y) ? __math_with_errno (y, ERANGE) : y; in __math_check_oflow()
|
D | math_denormf.c | 41 return __math_with_errnof(x, ERANGE); in __math_denormf()
|
D | math_denorml.c | 43 return __math_with_errnol(x, ERANGE); in __math_denorml()
|
D | math_denorm.c | 43 return __math_with_errno(x, ERANGE); in __math_denorm()
|
D | math_errf_divzerof.c | 38 return __math_with_errnof (y, ERANGE); in __math_divzerof()
|
D | math_errf_may_uflowf.c | 42 return __math_with_errnof (y, ERANGE); in __math_may_uflowf()
|
D | math_errf_uflowf.c | 38 return __math_with_errnof (y, ERANGE); in __math_uflowf()
|
D | math_errf_oflowf.c | 38 return __math_with_errnof (y, ERANGE); in __math_oflowf()
|
D | math_err_uflow.c | 39 return __math_with_errno (y, ERANGE); in __math_uflow()
|
D | math_err_divzero.c | 39 return __math_with_errno (y, ERANGE); in __math_divzero()
|
D | math_err_may_uflow.c | 41 return __math_with_errno (y, ERANGE); in __math_may_uflow()
|
D | math_err_oflow.c | 39 return __math_with_errno (y, ERANGE); in __math_oflow()
|
/picolibc-3.7.0-3.6.0/newlib/libm/ld/ |
D | math_errl_check_uflowl.c | 38 return y == 0.0L ? __math_with_errnol (y, ERANGE) : y; in __math_check_uflowl()
|
D | math_errl_check_oflowl.c | 38 return isinf (y) ? __math_with_errnol (y, ERANGE) : y; in __math_check_oflowl()
|
D | math_errl_divzerol.c | 39 return __math_with_errnol (y, ERANGE); in __math_divzerol()
|
D | math_errl_uflowl.c | 39 return __math_with_errnol (y, ERANGE); in __math_uflowl()
|
D | math_errl_oflowl.c | 39 return __math_with_errnol (y, ERANGE); in __math_oflowl()
|
/picolibc-3.7.0-3.6.0/newlib/libm/math/ |
D | sl_hypot.c | 22 errno = ERANGE; in hypotl()
|
/picolibc-3.7.0-3.6.0/newlib/libm/test/ |
D | convert.c | 66 test_eok(errno, ERANGE); in test_strtod() 68 test_eok(errno, ERANGE); in test_strtod() 87 test_eok(e, ERANGE); in test_strtof() 89 test_eok(errno, ERANGE); in test_strtof() 122 test_eok(e, ERANGE); in test_strtold() 124 test_eok(e, ERANGE); in test_strtold()
|