Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/lib/libm/
Dwf_pow.c50 errno = EDOM;
70 errno = EDOM;
88 errno = EDOM;
90 errno = EDOM;
112 errno = EDOM;
114 errno = EDOM;
Dwf_asin.c47 errno = EDOM;
49 errno = EDOM;
Dwf_fmod.c49 errno = EDOM;
51 errno = EDOM;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/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()
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.c48 errno = EDOM; in _Py_acosh()
142 errno = EDOM; in _Py_atanh()
Dcmathmodule.c339 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/
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()
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.c48 errno = EDOM; in _Py_acosh()
142 errno = EDOM; in _Py_atanh()
Dcmathmodule.c339 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()
Derrnomodule.c346 #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/
De_log10.c92 errno = EDOM; in __ieee754_log10()
De_log.c116 errno = EDOM; in __ieee754_log()
De_sqrt.c128 errno = EDOM; in __ieee754_sqrt()
De_pow.c198 errno = EDOM; in __ieee754_pow()
/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/
Derrno.h88 #define EDOM 33 /* Numerical argument out of domain */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dcomplexobject.c102 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/
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()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dstrtod.c109 errno = EDOM; /* what should this be? */ in strtod()
/device/linaro/bootloader/edk2/StdLib/Include/
Derrno.h87 #define EDOM __EDOM /* 33 Numerical argument out of domain */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
Dpyport.h472 #define _Py_SET_EDOM_FOR_NAN(X) if (isnan(X)) errno = EDOM;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpyport.h472 #define _Py_SET_EDOM_FOR_NAN(X) if (isnan(X)) errno = EDOM;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
Derrnomodule.c346 #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/
Derrnomodule.c345 #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/
Dpyport.h487 #define _Py_SET_EDOM_FOR_NAN(X) if (isnan(X)) errno = EDOM;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpyport.h471 #define _Py_SET_EDOM_FOR_NAN(X) if (isnan(X)) errno = EDOM;