Home
last modified time | relevance | path

Searched refs:EDOM (Results 1 – 25 of 83) sorted by relevance

1234

/external/fdlibm/
Dk_standard.c104 errno = EDOM;
109 errno = EDOM;
118 errno = EDOM;
123 errno = EDOM;
134 errno = EDOM;
139 errno = EDOM;
204 errno = EDOM;
209 errno = EDOM;
221 errno = EDOM;
226 errno = EDOM;
[all …]
/external/fmtlib/test/
Dgtest-extra-test.cc58 throw fmt::system_error(EDOM, "test"); in throw_system_error()
72 EXPECT_NONFATAL_FAILURE(EXPECT_SYSTEM_ERROR(throw_system_error(), EDOM, p_++), in TEST_F()
125 EDOM, (b_++, "test")); in TEST_F()
135 EDOM, (b_++, "test")), in TEST_F()
146 EDOM, (b_++, "other")), in TEST_F()
152 EXPECT_NONFATAL_FAILURE(EXPECT_SYSTEM_ERROR(a_++, EDOM, (b_++, "test")), in TEST_F()
225 EXPECT_SYSTEM_ERROR(throw fmt::system_error(EDOM, "test"), EDOM, "test"); in TEST()
226 EXPECT_NONFATAL_FAILURE(EXPECT_SYSTEM_ERROR(n++, EDOM, ""), ""); in TEST()
227 EXPECT_NONFATAL_FAILURE(EXPECT_SYSTEM_ERROR(throw 1, EDOM, ""), ""); in TEST()
229 EXPECT_SYSTEM_ERROR(throw fmt::system_error(EDOM, "aaa"), EDOM, "bbb"), in TEST()
[all …]
/external/arm-optimized-routines/math/test/testcases/directed/
Dpow.tst814 func=pow op1=80000000.00000001 op2=00000000.00000001 result=7ff80000.00000000 errno=EDOM status=i
815 func=pow op1=80000000.00000001 op2=00100000.00000000 result=7ff80000.00000000 errno=EDOM status=i
816 func=pow op1=80000000.00000001 op2=1fffffff.ffffffff result=7ff80000.00000000 errno=EDOM status=i
817 func=pow op1=80000000.00000001 op2=3bdfffff.ffffffff result=7ff80000.00000000 errno=EDOM status=i
818 func=pow op1=80000000.00000001 op2=3be00000.00000000 result=7ff80000.00000000 errno=EDOM status=i
819 func=pow op1=80000000.00000001 op2=3fe00000.00000000 result=7ff80000.00000000 errno=EDOM status=i
823 func=pow op1=80000000.00000001 op2=40120000.00000000 result=7ff80000.00000000 errno=EDOM status=i
825 func=pow op1=80000000.00000001 op2=407ff800.00000000 result=7ff80000.00000000 errno=EDOM status=i
834 func=pow op1=80000000.00000001 op2=80000000.00000001 result=7ff80000.00000000 errno=EDOM status=i
835 func=pow op1=80000000.00000001 op2=80100000.00000000 result=7ff80000.00000000 errno=EDOM status=i
[all …]
Dlog.tst11 func=log op1=fff00000.00000000 result=7ff80000.00000001 errno=EDOM status=i
13 func=log op1=ffefffff.ffffffff result=7ff80000.00000001 errno=EDOM status=i
15 func=log op1=bff00000.00000000 result=7ff80000.00000001 errno=EDOM status=i
19 func=log op1=80000000.00000001 result=7ff80000.00000001 errno=EDOM status=i
Dlog2.tst11 func=log2 op1=fff00000.00000000 result=7ff80000.00000001 errno=EDOM status=i
13 func=log2 op1=ffefffff.ffffffff result=7ff80000.00000001 errno=EDOM status=i
15 func=log2 op1=bff00000.00000000 result=7ff80000.00000001 errno=EDOM status=i
19 func=log2 op1=80000000.00000001 result=7ff80000.00000001 errno=EDOM status=i
Dsincosf.tst11 func=sincosf_sinf op1=7f800000 result=7fc00001 errno=EDOM status=i
12 func=sincosf_sinf op1=ff800000 result=7fc00001 errno=EDOM status=i
31 func=sincosf_cosf op1=7f800000 result=7fc00001 errno=EDOM status=i
32 func=sincosf_cosf op1=ff800000 result=7fc00001 errno=EDOM status=i
Dlog2f.tst12 func=log2f op1=ff800000 result=7fc00001 errno=EDOM status=i
16 func=log2f op1=80000001 result=7fc00001 errno=EDOM status=i
Dcosf.tst10 func=cosf op1=7f800000 result=7fc00001 errno=EDOM status=i
11 func=cosf op1=ff800000 result=7fc00001 errno=EDOM status=i
Dsinf.tst11 func=sinf op1=7f800000 result=7fc00001 errno=EDOM status=i
12 func=sinf op1=ff800000 result=7fc00001 errno=EDOM status=i
/external/python/cpython3/Modules/clinic/
Dcmathmodule.c.h32 if (errno == EDOM) { in cmath_acos()
75 if (errno == EDOM) { in cmath_acosh()
118 if (errno == EDOM) { in cmath_asin()
161 if (errno == EDOM) { in cmath_asinh()
204 if (errno == EDOM) { in cmath_atan()
247 if (errno == EDOM) { in cmath_atanh()
290 if (errno == EDOM) { in cmath_cos()
333 if (errno == EDOM) { in cmath_cosh()
376 if (errno == EDOM) { in cmath_exp()
419 if (errno == EDOM) { in cmath_log10()
[all …]
/external/python/cpython2/Modules/
Dmathmodule.c240 errno = EDOM; in m_tgamma()
245 errno = EDOM; in m_tgamma()
252 errno = EDOM; /* tgamma(n) = nan, invalid for */ in m_tgamma()
346 errno = EDOM; /* lgamma(n) = inf, divide-by-zero for */ in m_lgamma()
572 errno = EDOM; in m_log()
583 errno = EDOM; in m_log()
594 errno = EDOM; in m_log10()
605 errno = EDOM; in m_log10()
620 if (errno == EDOM) in is_error()
694 errno = EDOM; in math_1()
[all …]
D_math.c47 errno = EDOM; in _Py_acosh()
141 errno = EDOM; in _Py_atanh()
/external/libcxx/test/std/depr/depr.c.headers/
Derrno_h.pass.cpp15 #ifndef EDOM
16 #error EDOM not defined
/external/python/cpython3/Modules/
Dmathmodule.c297 errno = EDOM; in m_tgamma()
302 errno = EDOM; in m_tgamma()
310 errno = EDOM; /* tgamma(n) = nan, invalid for */ in m_tgamma()
405 errno = EDOM; /* lgamma(n) = inf, divide-by-zero for */ in m_lgamma()
734 errno = EDOM; in m_log()
745 errno = EDOM; in m_log()
769 errno = EDOM; in m_log2()
796 errno = EDOM; in m_log2()
800 errno = EDOM; in m_log2()
811 errno = EDOM; in m_log10()
[all …]
D_math.c56 errno = EDOM; in _Py_acosh()
155 errno = EDOM; in _Py_atanh()
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c43 EDOM, "EDOM", EDOM}, {
/external/libcxx/include/
Derrno.h264 #ifndef EDOM
265 #define EDOM 9947 macro
Dcerrno19 EDOM
D__errc27 argument_out_of_domain, // EDOM
124 argument_out_of_domain = EDOM,
/external/kernel-headers/original/uapi/asm-generic/
Derrno-base.h37 #define EDOM 33 /* Math argument out of domain of func */ macro
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp87 #ifndef EDOM
88 #error EDOM not defined
/external/libusb/msvc/
Derrno.h57 #define EDOM 33 /* Domain error (math functions) */ macro
/external/python/cpython2/Objects/
Dcomplexobject.c102 errno = EDOM; in c_quot()
138 errno = EDOM; in c_pow()
569 if (errno == EDOM) { in complex_div()
592 if (errno == EDOM) { in complex_classic_div()
612 if (errno == EDOM) { in complex_remainder()
638 if (errno == EDOM) { in complex_divmod()
677 if (errno == EDOM) { in complex_pow()
/external/arm-optimized-routines/math/
Dmath_errf.c65 return isnan (x) ? y : with_errnof (y, EDOM); in __math_invalidf()
Dmath_err.c65 return isnan (x) ? y : with_errno (y, EDOM); in __math_invalid()

1234