/libcore/luni/src/main/native/ |
android_system_OsConstants.cpp | 153 initConstant(env, c, "EDOM", EDOM); [all...] |
/device/linaro/bootloader/edk2/StdLib/LibC/Math/ |
e_pow.c | 198 errno = EDOM;
|
e_sqrt.c | 128 errno = EDOM;
|
/external/kernel-headers/original/scsi/ |
sg.h | 205 /* maximum outstanding requests, write() yields EDOM if exceeded */
|
/external/syslinux/gpxe/src/include/ |
errno.h | 273 #define EDOM ( ERRFILE | PXENV_STATUS_FAILURE | 0x12000000 )
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/ |
pyport.h | 464 * overflowed or not-a-number, set errno to ERANGE or EDOM. Set errno
472 #define _Py_SET_EDOM_FOR_NAN(X) if (isnan(X)) errno = EDOM;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
pyport.h | 463 * overflowed or not-a-number, set errno to ERANGE or EDOM. Set errno
471 #define _Py_SET_EDOM_FOR_NAN(X) if (isnan(X)) errno = EDOM;
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/ |
pyport.h | 479 * overflowed or not-a-number, set errno to ERANGE or EDOM. Set errno
487 #define _Py_SET_EDOM_FOR_NAN(X) if (isnan(X)) errno = EDOM;
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
pyport.h | 464 * overflowed or not-a-number, set errno to ERANGE or EDOM. Set errno
472 #define _Py_SET_EDOM_FOR_NAN(X) if (isnan(X)) errno = EDOM;
|
/external/python/cpython2/Include/ |
pyport.h | 463 * overflowed or not-a-number, set errno to ERANGE or EDOM. Set errno 471 #define _Py_SET_EDOM_FOR_NAN(X) if (isnan(X)) errno = EDOM;
|
/prebuilts/gdb/darwin-x86/include/python2.7/ |
pyport.h | 467 * overflowed or not-a-number, set errno to ERANGE or EDOM. Set errno 475 #define _Py_SET_EDOM_FOR_NAN(X) if (isnan(X)) errno = EDOM; [all...] |
/prebuilts/gdb/linux-x86/include/python2.7/ |
pyport.h | 467 * overflowed or not-a-number, set errno to ERANGE or EDOM. Set errno 475 #define _Py_SET_EDOM_FOR_NAN(X) if (isnan(X)) errno = EDOM; [all...] |
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
pyport.h | 467 * overflowed or not-a-number, set errno to ERANGE or EDOM. Set errno 475 #define _Py_SET_EDOM_FOR_NAN(X) if (isnan(X)) errno = EDOM; [all...] |
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
pyport.h | 467 * overflowed or not-a-number, set errno to ERANGE or EDOM. Set errno 475 #define _Py_SET_EDOM_FOR_NAN(X) if (isnan(X)) errno = EDOM; [all...] |
/external/libusb/examples/ |
ezusb.c | 541 return -EDOM;
|
/external/one-true-awk/ |
lib.c | 663 if (errno == EDOM) {
|
/external/valgrind/include/vki/ |
vki-darwin.h | 573 #define VKI_EDOM EDOM
|
vki-solaris.h | 470 #define VKI_EDOM EDOM [all...] |
/external/libxml2/ |
xmlIO.c | 143 "Domain error", /* EDOM */ 277 #ifdef EDOM 278 else if (errno == EDOM) code = XML_IO_EDOM; [all...] |
/external/python/cpython2/Lib/plat-sunos5/ |
STROPTS.py | 979 EDOM = 33 [all...] |
/prebuilts/go/darwin-x86/src/syscall/ |
zerrors_darwin_386.go | [all...] |
zerrors_darwin_amd64.go | [all...] |
zerrors_darwin_arm.go | [all...] |
zerrors_darwin_arm64.go | [all...] |
zerrors_dragonfly_amd64.go | [all...] |