/device/google/contexthub/firmware/lib/libm/ |
D | wf_exp.c | 63 errno = ERANGE; 65 errno = ERANGE; 78 errno = ERANGE; 80 errno = ERANGE;
|
D | wf_pow.c | 136 errno = ERANGE; 138 errno = ERANGE; 155 errno = ERANGE; 157 errno = ERANGE;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | getcwd.c | 38 errno = ERANGE; in getcwd() 74 errno = ERANGE; in getcwd()
|
D | mystrtoul.c | 247 errno = ERANGE; in PyOS_strtoul() 281 errno = ERANGE; in PyOS_strtol()
|
D | strtod.c | 141 errno = ERANGE; in strtod()
|
/device/linaro/bootloader/edk2/StdLib/LibC/StdLib/ |
D | NumericInt.c | 246 errno = ERANGE; in strtol() 323 errno = ERANGE; in strtoul() 410 errno = ERANGE; in strtoll() 487 errno = ERANGE; in strtoull()
|
D | strtoimax.c | 144 errno = ERANGE; in __weak_alias() 154 errno = ERANGE; in __weak_alias()
|
D | strtoumax.c | 128 errno = ERANGE; in __weak_alias()
|
/device/linaro/bootloader/edk2/StdLib/LibC/Locale/ |
D | _wcstol.h | 132 errno = ERANGE; in _FUNCNAME() 142 errno = ERANGE; in _FUNCNAME()
|
D | _wcstoul.h | 121 errno = ERANGE; in _FUNCNAME()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/ |
D | pyport.h | 480 errno = ERANGE; \ 508 errno = ERANGE; \ 510 else if (errno == ERANGE && (X) == 0.0) \ 519 errno = ERANGE; \ 521 else if (errno == ERANGE) \
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | pyport.h | 480 errno = ERANGE; \ 508 errno = ERANGE; \ 510 else if (errno == ERANGE && (X) == 0.0) \ 519 errno = ERANGE; \ 521 else if (errno == ERANGE) \
|
D | pymath.h | 187 #define Py_OVERFLOWED(X) ((X) != 0.0 && (errno == ERANGE || \
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/ |
D | pyport.h | 495 errno = ERANGE; \ 523 errno = ERANGE; \ 525 else if (errno == ERANGE && (X) == 0.0) \ 534 errno = ERANGE; \ 536 else if (errno == ERANGE) \
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | pyport.h | 479 errno = ERANGE; \ 507 errno = ERANGE; \ 509 else if (errno == ERANGE && (X) == 0.0) \ 518 errno = ERANGE; \ 520 else if (errno == ERANGE) \
|
D | pymath.h | 187 #define Py_OVERFLOWED(X) ((X) != 0.0 && (errno == ERANGE || \
|
/device/linaro/bootloader/edk2/StdLib/LibC/Math/ |
D | s_ldexp.c | 27 if(!finite(value)||value==0.0) errno = ERANGE; in ldexp()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | mathmodule.c | 264 errno = ERANGE; in m_tgamma() 276 errno = ERANGE; in m_tgamma() 321 errno = ERANGE; in m_tgamma() 374 errno = ERANGE; in m_lgamma() 624 else if (errno == ERANGE) { in is_error() 701 errno = can_overflow ? ERANGE : EDOM; in math_1() 781 errno = ERANGE; in math_2() 1215 errno = ERANGE; in math_ldexp() 1226 errno = ERANGE; in math_ldexp() 1416 errno = ERANGE; in math_hypot() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | mathmodule.c | 264 errno = ERANGE; in m_tgamma() 276 errno = ERANGE; in m_tgamma() 321 errno = ERANGE; in m_tgamma() 374 errno = ERANGE; in m_lgamma() 624 else if (errno == ERANGE) { in is_error() 701 errno = can_overflow ? ERANGE : EDOM; in math_1() 781 errno = ERANGE; in math_2() 1215 errno = ERANGE; in math_ldexp() 1226 errno = ERANGE; in math_ldexp() 1406 errno = ERANGE; in math_hypot() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | mystrtoul.c | 247 errno = ERANGE; in PyOS_strtoul() 281 errno = ERANGE; in PyOS_strtol()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/SetSockOpt/ |
D | SetSockOpt.c | 121 errno = ( 4 > LengthInBytes ) ? EBUFSIZE : ERANGE; in DisplayOption() 137 errno = ( 4 > LengthInBytes ) ? EBUFSIZE : ERANGE; in DisplayOption() 155 errno = ( 4 > LengthInBytes ) ? EBUFSIZE : ERANGE; in DisplayOption()
|
/device/linaro/bootloader/edk2/StdLib/LibC/String/ |
D | Misc.c | 59 retval = ERANGE; in strerror_r()
|
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
D | strtof.c | 57 errno = ERANGE;
|
/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/ |
D | errno.h | 89 #define ERANGE 34 /* Result too large */ macro
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
D | errno.h | 88 #define ERANGE __ERANGE /* 34 Result too large */ macro
|