Home
last modified time | relevance | path

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

12

/device/google/contexthub/firmware/lib/libm/
Dwf_exp.c63 errno = ERANGE;
65 errno = ERANGE;
78 errno = ERANGE;
80 errno = ERANGE;
Dwf_pow.c136 errno = ERANGE;
138 errno = ERANGE;
155 errno = ERANGE;
157 errno = ERANGE;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dgetcwd.c38 errno = ERANGE; in getcwd()
74 errno = ERANGE; in getcwd()
Dmystrtoul.c247 errno = ERANGE; in PyOS_strtoul()
281 errno = ERANGE; in PyOS_strtol()
Dstrtod.c141 errno = ERANGE; in strtod()
/device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
DNumericInt.c246 errno = ERANGE; in strtol()
323 errno = ERANGE; in strtoul()
410 errno = ERANGE; in strtoll()
487 errno = ERANGE; in strtoull()
Dstrtoimax.c144 errno = ERANGE; in __weak_alias()
154 errno = ERANGE; in __weak_alias()
Dstrtoumax.c128 errno = ERANGE; in __weak_alias()
/device/linaro/bootloader/edk2/StdLib/LibC/Locale/
D_wcstol.h132 errno = ERANGE; in _FUNCNAME()
142 errno = ERANGE; in _FUNCNAME()
D_wcstoul.h121 errno = ERANGE; in _FUNCNAME()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
Dpyport.h480 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/
Dpyport.h480 errno = ERANGE; \
508 errno = ERANGE; \
510 else if (errno == ERANGE && (X) == 0.0) \
519 errno = ERANGE; \
521 else if (errno == ERANGE) \
Dpymath.h187 #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/
Dpyport.h495 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/
Dpyport.h479 errno = ERANGE; \
507 errno = ERANGE; \
509 else if (errno == ERANGE && (X) == 0.0) \
518 errno = ERANGE; \
520 else if (errno == ERANGE) \
Dpymath.h187 #define Py_OVERFLOWED(X) ((X) != 0.0 && (errno == ERANGE || \
/device/linaro/bootloader/edk2/StdLib/LibC/Math/
Ds_ldexp.c27 if(!finite(value)||value==0.0) errno = ERANGE; in ldexp()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dmathmodule.c264 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/
Dmathmodule.c264 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/
Dmystrtoul.c247 errno = ERANGE; in PyOS_strtoul()
281 errno = ERANGE; in PyOS_strtol()
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/SetSockOpt/
DSetSockOpt.c121 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/
DMisc.c59 retval = ERANGE; in strerror_r()
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
Dstrtof.c57 errno = ERANGE;
/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/
Derrno.h89 #define ERANGE 34 /* Result too large */ macro
/device/linaro/bootloader/edk2/StdLib/Include/
Derrno.h88 #define ERANGE __ERANGE /* 34 Result too large */ macro

12