Home
last modified time | relevance | path

Searched refs:ERANGE (Results 1 - 25 of 306) sorted by relevance

12345678910>>...13

/third_party/musl/libc-test/src/functional/
H A Dstrtol.c38 TEST2(i, errno, ERANGE, "missing errno %d != %d"); in main()
41 TEST2(i, errno, ERANGE, "missing errno %d != %d"); in main()
44 TEST2(i, errno, ERANGE, "missing errno %d != %d"); in main()
59 TEST2(i, errno, ERANGE, "spurious errno %d != %d"); in main()
63 TEST2(i, errno, ERANGE, "missing errno %d != %d"); in main()
66 TEST2(i, errno, ERANGE, "missing errno %d != %d"); in main()
69 TEST2(i, errno, ERANGE, "missing errno %d != %d"); in main()
84 TEST2(i, errno, ERANGE, "spurious errno %d != %d"); in main()
92 TEST2(i, errno, ERANGE, "missing errno %d != %d"); in main()
95 TEST2(i, errno, ERANGE, "missin in main()
[all...]
H A Dwcstol.c30 TEST2(i, errno, ERANGE, "missing errno %d != %d"); in main()
33 TEST2(i, errno, ERANGE, "missing errno %d != %d"); in main()
36 TEST2(i, errno, ERANGE, "missing errno %d != %d"); in main()
52 TEST2(i, errno, ERANGE, "missing errno %d != %d"); in main()
55 TEST2(i, errno, ERANGE, "missing errno %d != %d"); in main()
58 TEST2(i, errno, ERANGE, "missing errno %d != %d"); in main()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dstrerror_test.cc34 errno = ERANGE; in TEST()
36 EXPECT_THAT(errno, Eq(ERANGE)); in TEST()
40 errno = ERANGE; in TEST()
43 EXPECT_THAT(errno, Eq(ERANGE)); in TEST()
63 errno = ERANGE; in TEST()
67 EXPECT_THAT(check_err, Eq(ERANGE)); in TEST()
H A Derrno_saver_test.cc39 errno = ERANGE; in TEST()
40 EXPECT_THAT(ErrnoPrinter{errno}, Eq(ErrnoPrinter{ERANGE})); in TEST()
/third_party/optimized-routines/math/
H A Dmath_errf.c29 return with_errnof (y, ERANGE); in xflowf()
58 return with_errnof (y, ERANGE); in __math_divzerof()
73 return y == 0.0f ? with_errnof (y, ERANGE) : y; in __math_check_uflowf()
79 return isinf (y) ? with_errnof (y, ERANGE) : y; in __math_check_oflowf()
H A Dmath_err.c29 return with_errno (y, ERANGE); in xflow()
58 return with_errno (y, ERANGE); in __math_divzero()
73 return y == 0.0 ? with_errno (y, ERANGE) : y; in __math_check_uflow()
79 return isinf (y) ? with_errno (y, ERANGE) : y; in __math_check_oflow()
/third_party/python/Modules/clinic/
H A Dcmathmodule.c.h35 else if (errno == ERANGE) { in cmath_acos()
77 else if (errno == ERANGE) { in cmath_acosh()
119 else if (errno == ERANGE) { in cmath_asin()
161 else if (errno == ERANGE) { in cmath_asinh()
203 else if (errno == ERANGE) { in cmath_atan()
245 else if (errno == ERANGE) { in cmath_atanh()
287 else if (errno == ERANGE) { in cmath_cos()
329 else if (errno == ERANGE) { in cmath_cosh()
371 else if (errno == ERANGE) { in cmath_exp()
413 else if (errno == ERANGE) { in cmath_log10()
[all...]
/third_party/python/Include/internal/
H A Dpycore_pymath.h18 * errno=ERANGE due to underflow, clear errno. (B) If it looks like the
19 * platform libm overflowed but didn't set errno, force errno to ERANGE. In
28 * system sets errno to ERANGE, so we check for that too. We're
37 errno = ERANGE; in _Py_ADJUST_ERANGE1()
40 else if (errno == ERANGE && x == 0.0) { in _Py_ADJUST_ERANGE1()
51 errno = ERANGE; in _Py_ADJUST_ERANGE2()
54 else if (errno == ERANGE) { in _Py_ADJUST_ERANGE2()
/third_party/bounds_checking_function/src/
H A Dwmemmove_s.c42 * ERANGE destMax > SECUREC_WCHAR_MEM_MAX_LEN or destMax is 0 or
58 return ERANGE; in wmemmove_s()
66 return ERANGE; in wmemmove_s()
H A Dwmemcpy_s.c42 * ERANGE destMax > SECUREC_WCHAR_MEM_MAX_LEN or destMax is 0 or
59 return ERANGE; in wmemcpy_s()
67 return ERANGE; in wmemcpy_s()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Derrno.h44 #ifdef ERANGE
45 #undef ERANGE macro
/third_party/python/Modules/_decimal/libmpdec/
H A Dio.h51 errno = ERANGE; in mpd_strtossize()
53 if (errno == ERANGE) { in mpd_strtossize()
/third_party/ltp/testcases/kernel/syscalls/getcwd/
H A Dgetcwd01.c19 * 4) getcwd(2) should return NULL and set errno to ERANGE.
20 * 5) getcwd(2) should return NULL and set errno to ERANGE.
39 {buffer, 1, ERANGE},
40 {NULL, 1, ERANGE}
/third_party/musl/libc-test/src/functionalext/supplement/string/
H A Dstrerror_r.c44 EXPECT_EQ("strerror_r_0200", ret, ERANGE); in strerror_r_0200()
56 EXPECT_EQ("strerror_r_0300", ret, ERANGE); in strerror_r_0300()
/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Dintscan.c84 errno = ERANGE; in __intscan()
92 errno = ERANGE; in __intscan()
95 errno = ERANGE; in __intscan()
H A Dfloatscan.c146 errno = ERANGE; in decfloat()
150 errno = ERANGE; in decfloat()
308 errno = ERANGE; in decfloat()
389 errno = ERANGE; in hexfloat()
393 errno = ERANGE; in hexfloat()
421 if (!y) errno = ERANGE; in hexfloat()
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Dintscan.c84 errno = ERANGE; in __intscan()
92 errno = ERANGE; in __intscan()
95 errno = ERANGE; in __intscan()
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dintscan.c84 errno = ERANGE; in __intscan()
92 errno = ERANGE; in __intscan()
95 errno = ERANGE; in __intscan()
H A Dfloatscan.c146 errno = ERANGE; in decfloat()
150 errno = ERANGE; in decfloat()
308 errno = ERANGE; in decfloat()
389 errno = ERANGE; in hexfloat()
393 errno = ERANGE; in hexfloat()
421 if (!y) errno = ERANGE; in hexfloat()
/third_party/musl/src/internal/
H A Dintscan.c84 errno = ERANGE; in __intscan()
92 errno = ERANGE; in __intscan()
95 errno = ERANGE; in __intscan()
/third_party/pulseaudio/src/pulsecore/
H A Dusergroup.c143 while ((err = getgrgid_r(gid, (struct group *)buf, getgr_buf, getgr_buflen, &result)) == ERANGE) { in pa_getgrgid_malloc()
202 while ((err = getgrnam_r(name, (struct group *)buf, getgr_buf, getgr_buflen, &result)) == ERANGE) { in pa_getgrnam_malloc()
265 while ((err = getpwnam_r(name, (struct passwd *)buf, getpw_buf, getpw_buflen, &result)) == ERANGE) { in pa_getpwnam_malloc()
324 while ((err = getpwuid_r(uid, (struct passwd *)buf, getpw_buf, getpw_buflen, &result)) == ERANGE) { in pa_getpwuid_malloc()
/third_party/ltp/testcases/kernel/containers/timens/
H A Dtimens01.c33 {"Overflow kernel 64bit ns timer", "1 9223372036 0", ERANGE},
34 {"Overflow kernel 64bit ns timer", "1 -9223372036 0", ERANGE},
/third_party/rust/crates/nix/src/
H A Derrno.rs182 ERANGE => "Math result not representable",
1158 ERANGE = libc::ERANGE,
1303 libc::ERANGE => ERANGE,
1448 ERANGE = libc::ERANGE,
1566 libc::ERANGE => ERANGE,
1684 ERANGE
[all...]
/third_party/libbpf/src/
H A Dlibbpf_errno.c66 return libbpf_err(-ERANGE); in libbpf_strerror()
73 return libbpf_err(-ERANGE); in libbpf_strerror()
/third_party/alsa-lib/src/topology/
H A Dparser.c51 return -ERANGE; in tplg_get_integer()
75 return -ERANGE; in tplg_get_unsigned()
85 return -ERANGE; in tplg_get_unsigned()
94 if (errno == ERANGE && uval == ULONG_MAX) in tplg_get_unsigned()
95 return -ERANGE; in tplg_get_unsigned()
99 return -ERANGE; in tplg_get_unsigned()

Completed in 11 milliseconds

12345678910>>...13