/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
H A D | errno_saver_test.cc | 35 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 D | strerror_test.cc | 35 EXPECT_THAT(absl::base_internal::StrError(EDOM), Eq(strerror(EDOM))); in TEST()
|
/third_party/python/Modules/clinic/ |
H A D | cmathmodule.c.h | 31 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 D | strerror_r.c | 31 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 D | errno.h | 40 #ifdef EDOM 41 #undef EDOM macro
|
/third_party/rust/crates/nix/src/ |
H A D | errno.rs | 181 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 D | mathmodule.c | 310 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 D | 3-2.c | 43 EDOM, "EDOM", EDOM}, {
|
H A D | 4-1.c | 38 EDOM, "EDOM"}, {
|
/third_party/optimized-routines/math/ |
H A D | math_errf.c | 65 return isnan (x) ? y : with_errnof (y, EDOM); in __math_invalidf()
|
H A D | math_err.c | 65 return isnan (x) ? y : with_errno (y, EDOM); in __math_invalid()
|
/third_party/ffmpeg/libavutil/ |
H A D | error.h | 40 #if EDOM > 0
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | errno.h | 34 #define EDOM 33 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | errno.h | 34 #define EDOM 33 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | errno.h | 34 #define EDOM 33 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | errno.h | 33 #define EDOM 33 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | errno.h | 34 #define EDOM 33 macro
|
/third_party/lwip/src/include/lwip/ |
H A D | errno.h | 80 #define EDOM 33 /* Math argument out of domain of func */ macro
|
/third_party/musl/arch/generic/bits/ |
H A D | errno.h | 33 #define EDOM 33 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | errno.h | 33 #define EDOM 33 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | errno.h | 33 #define EDOM 33 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | errno.h | 33 #define EDOM 33 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | errno.h | 33 #define EDOM 33 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | errno.h | 33 #define EDOM 33 macro
|
/third_party/python/Objects/ |
H A D | complexobject.c | 80 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()
|