/device/google/contexthub/firmware/lib/libm/ |
D | wf_pow.c | 50 errno = EDOM; 70 errno = EDOM; 88 errno = EDOM; 90 errno = EDOM; 112 errno = EDOM; 114 errno = EDOM;
|
D | wf_asin.c | 47 errno = EDOM; 49 errno = EDOM;
|
D | wf_fmod.c | 49 errno = EDOM; 51 errno = EDOM;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | mathmodule.c | 240 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() 573 errno = EDOM; in m_log() 584 errno = EDOM; in m_log() 595 errno = EDOM; in m_log10() 606 errno = EDOM; in m_log10() 621 if (errno == EDOM) in is_error() 695 errno = EDOM; in math_1() [all …]
|
D | _math.c | 48 errno = EDOM; in _Py_acosh() 142 errno = EDOM; in _Py_atanh()
|
D | cmathmodule.c | 339 errno = EDOM; in c_atanh() 405 errno = EDOM; in c_cosh() 466 errno = EDOM; in c_exp() 548 errno = EDOM; in c_log() 636 errno = EDOM; in c_sinh() 802 errno = EDOM; in c_tanh() 863 if (errno == EDOM) in math_error() 882 if (errno == EDOM) { in math_1() 1005 errno = EDOM; in cmath_rect()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | mathmodule.c | 240 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() 573 errno = EDOM; in m_log() 584 errno = EDOM; in m_log() 595 errno = EDOM; in m_log10() 606 errno = EDOM; in m_log10() 621 if (errno == EDOM) in is_error() 695 errno = EDOM; in math_1() [all …]
|
D | _math.c | 48 errno = EDOM; in _Py_acosh() 142 errno = EDOM; in _Py_atanh()
|
D | cmathmodule.c | 339 errno = EDOM; in c_atanh() 405 errno = EDOM; in c_cosh() 466 errno = EDOM; in c_exp() 548 errno = EDOM; in c_log() 636 errno = EDOM; in c_sinh() 802 errno = EDOM; in c_tanh() 863 if (errno == EDOM) in math_error() 882 if (errno == EDOM) { in math_1() 1005 errno = EDOM; in cmath_rect()
|
D | errnomodule.c | 346 #ifdef EDOM in initerrno() 347 inscode(d, ds, de, "EDOM", EDOM, "Math argument out of domain of func"); in initerrno()
|
/device/linaro/bootloader/edk2/StdLib/LibC/Math/ |
D | e_log10.c | 92 errno = EDOM; in __ieee754_log10()
|
D | e_log.c | 116 errno = EDOM; in __ieee754_log()
|
D | e_sqrt.c | 128 errno = EDOM; in __ieee754_sqrt()
|
D | e_pow.c | 198 errno = EDOM; in __ieee754_pow()
|
/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/ |
D | errno.h | 88 #define EDOM 33 /* Numerical argument out of domain */ macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | complexobject.c | 102 errno = EDOM; in c_quot() 134 errno = EDOM; in c_pow() 565 if (errno == EDOM) { in complex_div() 588 if (errno == EDOM) { in complex_classic_div() 608 if (errno == EDOM) { in complex_remainder() 634 if (errno == EDOM) { in complex_divmod() 673 if (errno == EDOM) { in complex_pow()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | complexobject.c | 102 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()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | strtod.c | 109 errno = EDOM; /* what should this be? */ in strtod()
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
D | errno.h | 87 #define EDOM __EDOM /* 33 Numerical argument out of domain */ macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/ |
D | pyport.h | 472 #define _Py_SET_EDOM_FOR_NAN(X) if (isnan(X)) errno = EDOM;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | pyport.h | 472 #define _Py_SET_EDOM_FOR_NAN(X) if (isnan(X)) errno = EDOM;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/ |
D | errnomodule.c | 346 #ifdef EDOM in initerrno() 347 inscode(d, ds, de, "EDOM", EDOM, "Math argument out of domain of func"); in initerrno()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
D | errnomodule.c | 345 #ifdef EDOM in initerrno() 346 inscode(d, ds, de, "EDOM", EDOM, "Math argument out of domain of func"); in initerrno()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/ |
D | pyport.h | 487 #define _Py_SET_EDOM_FOR_NAN(X) if (isnan(X)) errno = EDOM;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | pyport.h | 471 #define _Py_SET_EDOM_FOR_NAN(X) if (isnan(X)) errno = EDOM;
|