Home
last modified time | relevance | path

Searched refs:ERANGE (Results 1 – 25 of 50) sorted by relevance

12

/picolibc-3.7.0-3.6.0/newlib/libc/string/
Dxpg_strerror_r.c16 return ERANGE; in __xpg_strerror_r()
22 return ERANGE; in __xpg_strerror_r()
/picolibc-3.7.0-3.6.0/test/libc-testsuite/
Dstrtol.c69 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/
Dmath_errhandling_tests.c820 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/
Dmath_errf_check_uflowf.c36 return y == 0.0f ? __math_with_errnof (y, ERANGE) : y; in __math_check_uflowf()
Dmath_errf_check_oflowf.c36 return isinf (y) ? __math_with_errnof (y, ERANGE) : y; in __math_check_oflowf()
Dmath_err_check_uflow.c38 return y == 0.0 ? __math_with_errno (y, ERANGE) : y; in __math_check_uflow()
Dmath_err_check_oflow.c38 return isinf (y) ? __math_with_errno (y, ERANGE) : y; in __math_check_oflow()
Dmath_denormf.c41 return __math_with_errnof(x, ERANGE); in __math_denormf()
Dmath_denorml.c43 return __math_with_errnol(x, ERANGE); in __math_denorml()
Dmath_denorm.c43 return __math_with_errno(x, ERANGE); in __math_denorm()
Dmath_errf_divzerof.c38 return __math_with_errnof (y, ERANGE); in __math_divzerof()
Dmath_errf_may_uflowf.c42 return __math_with_errnof (y, ERANGE); in __math_may_uflowf()
Dmath_errf_uflowf.c38 return __math_with_errnof (y, ERANGE); in __math_uflowf()
Dmath_errf_oflowf.c38 return __math_with_errnof (y, ERANGE); in __math_oflowf()
Dmath_err_uflow.c39 return __math_with_errno (y, ERANGE); in __math_uflow()
Dmath_err_divzero.c39 return __math_with_errno (y, ERANGE); in __math_divzero()
Dmath_err_may_uflow.c41 return __math_with_errno (y, ERANGE); in __math_may_uflow()
Dmath_err_oflow.c39 return __math_with_errno (y, ERANGE); in __math_oflow()
/picolibc-3.7.0-3.6.0/newlib/libm/ld/
Dmath_errl_check_uflowl.c38 return y == 0.0L ? __math_with_errnol (y, ERANGE) : y; in __math_check_uflowl()
Dmath_errl_check_oflowl.c38 return isinf (y) ? __math_with_errnol (y, ERANGE) : y; in __math_check_oflowl()
Dmath_errl_divzerol.c39 return __math_with_errnol (y, ERANGE); in __math_divzerol()
Dmath_errl_uflowl.c39 return __math_with_errnol (y, ERANGE); in __math_uflowl()
Dmath_errl_oflowl.c39 return __math_with_errnol (y, ERANGE); in __math_oflowl()
/picolibc-3.7.0-3.6.0/newlib/libm/math/
Dsl_hypot.c22 errno = ERANGE; in hypotl()
/picolibc-3.7.0-3.6.0/newlib/libm/test/
Dconvert.c66 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()

12