Home
last modified time | relevance | path

Searched refs:EDOM (Results 1 - 25 of 79) sorted by relevance

1234

/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Derrno_saver_test.cc35 errno = EDOM; in TEST()
38 EXPECT_THAT(ErrnoPrinter{errno}, Eq(ErrnoPrinter{EDOM})); in TEST()
41 EXPECT_THAT(ErrnoPrinter{errno_saver()}, Eq(ErrnoPrinter{EDOM})); in TEST()
43 EXPECT_THAT(ErrnoPrinter{errno}, Eq(ErrnoPrinter{EDOM})); in TEST()
H A Dstrerror_test.cc35 EXPECT_THAT(absl::base_internal::StrError(EDOM), Eq(strerror(EDOM))); in TEST()
/third_party/python/Modules/clinic/
H A Dcmathmodule.c.h31 if (errno == EDOM) { in cmath_acos()
73 if (errno == EDOM) { in cmath_acosh()
115 if (errno == EDOM) { in cmath_asin()
157 if (errno == EDOM) { in cmath_asinh()
199 if (errno == EDOM) { in cmath_atan()
241 if (errno == EDOM) { in cmath_atanh()
283 if (errno == EDOM) { in cmath_cos()
325 if (errno == EDOM) { in cmath_cosh()
367 if (errno == EDOM) { in cmath_exp()
409 if (errno == EDOM) { in cmath_log10()
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/string/
H A Dstrerror_r.c31 int32_t ret = strerror_r(EDOM, src, BUFSIZE); in strerror_r_0100()
43 int32_t ret = strerror_r(EDOM, src, 0); in strerror_r_0200()
55 int32_t ret = strerror_r(EDOM, src, invalidParam); in strerror_r_0300()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Derrno.h40 #ifdef EDOM
41 #undef EDOM macro
/third_party/rust/crates/nix/src/
H A Derrno.rs181 EDOM => "Math argument out of domain of func",
1157 EDOM = libc::EDOM,
1302 libc::EDOM => EDOM,
1447 EDOM = libc::EDOM,
1565 libc::EDOM => EDOM,
1683 EDOM
[all...]
/third_party/python/Modules/
H A Dmathmodule.c310 errno = EDOM; in m_tgamma()
315 errno = EDOM; in m_tgamma()
323 errno = EDOM; /* tgamma(n) = nan, invalid for */ in m_tgamma()
418 errno = EDOM; /* lgamma(n) = inf, divide-by-zero for */ in m_lgamma()
747 errno = EDOM; in m_log()
758 errno = EDOM; in m_log()
782 errno = EDOM; in m_log2()
809 errno = EDOM; in m_log2()
813 errno = EDOM; in m_log2()
824 errno = EDOM; in m_log10()
[all...]
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
H A D3-2.c43 EDOM, "EDOM", EDOM}, {
H A D4-1.c38 EDOM, "EDOM"}, {
/third_party/optimized-routines/math/
H A Dmath_errf.c65 return isnan (x) ? y : with_errnof (y, EDOM); in __math_invalidf()
H A Dmath_err.c65 return isnan (x) ? y : with_errno (y, EDOM); in __math_invalid()
/third_party/ffmpeg/libavutil/
H A Derror.h40 #if EDOM > 0
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Derrno.h34 #define EDOM 33 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Derrno.h34 #define EDOM 33 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Derrno.h34 #define EDOM 33 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Derrno.h33 #define EDOM 33 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Derrno.h34 #define EDOM 33 macro
/third_party/lwip/src/include/lwip/
H A Derrno.h80 #define EDOM 33 /* Math argument out of domain of func */ macro
/third_party/musl/arch/generic/bits/
H A Derrno.h33 #define EDOM 33 macro
/third_party/musl/arch/mipsn32/bits/
H A Derrno.h33 #define EDOM 33 macro
/third_party/musl/arch/mips/bits/
H A Derrno.h33 #define EDOM 33 macro
/third_party/musl/arch/mips64/bits/
H A Derrno.h33 #define EDOM 33 macro
/third_party/musl/arch/powerpc/bits/
H A Derrno.h33 #define EDOM 33 macro
/third_party/musl/arch/powerpc64/bits/
H A Derrno.h33 #define EDOM 33 macro
/third_party/python/Objects/
H A Dcomplexobject.c80 errno = EDOM; in _Py_c_quot()
100 errno = EDOM; in _Py_c_quot()
139 errno = EDOM; in _Py_c_pow()
500 if (errno == EDOM) { in complex_div()
530 if (errno == EDOM) { in complex_pow()

Completed in 16 milliseconds

1234