HomeSort by relevance Sort by last modified time
    Searched full:edom (Results 1 - 25 of 250) sorted by null

1 2 3 4 5 6 7 8 910

  /external/fdlibm/
k_standard.c 104 errno = EDOM;
109 errno = EDOM;
118 errno = EDOM;
123 errno = EDOM;
134 errno = EDOM;
139 errno = EDOM;
204 errno = EDOM;
209 errno = EDOM;
221 errno = EDOM;
226 errno = EDOM;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
errno.h 22 # undef EDOM
58 define only the values EDOM, EILSEQ and ERANGE in case __need_Emath is
60 # define EDOM 33 /* Math argument out of domain of function. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
errno.h 22 # undef EDOM
58 define only the values EDOM, EILSEQ and ERANGE in case __need_Emath is
60 # define EDOM 33 /* Math argument out of domain of function. */
  /external/libcxx/test/std/depr/depr.c.headers/
errno_h.pass.cpp 15 #ifndef EDOM
16 #error EDOM not defined
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
errno_h.pass.cpp 15 #ifndef EDOM
16 #error EDOM not defined
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
3-2.c 43 EDOM, "EDOM", EDOM}, {
4-1.c 38 EDOM, "EDOM"}, {
assertions.xml 29 [EDOM]
113 [EDOM]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_errno.py 10 std_c_errors = frozenset(['EDOM', 'ERANGE'])
  /external/python/cpython2/Lib/test/
test_errno.py 9 std_c_errors = frozenset(['EDOM', 'ERANGE'])
  /external/python/cpython3/Lib/test/
test_errno.py 8 std_c_errors = frozenset(['EDOM', 'ERANGE'])
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_errno.py 10 std_c_errors = frozenset(['EDOM', 'ERANGE'])
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_errno.py 10 std_c_errors = frozenset(['EDOM', 'ERANGE'])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_errno.py 10 std_c_errors = frozenset(['EDOM', 'ERANGE'])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_errno.py 10 std_c_errors = frozenset(['EDOM', 'ERANGE'])
  /device/google/contexthub/firmware/lib/libm/
wf_asin.c 47 errno = EDOM;
49 errno = EDOM;
wf_pow.c 50 errno = EDOM;
70 errno = EDOM;
88 errno = EDOM;
90 errno = EDOM;
112 errno = EDOM;
114 errno = EDOM;
wf_fmod.c 49 errno = EDOM;
51 errno = EDOM;
  /external/python/cpython3/Modules/clinic/
cmathmodule.c.h 31 if (errno == EDOM) {
73 if (errno == EDOM) {
115 if (errno == EDOM) {
157 if (errno == EDOM) {
199 if (errno == EDOM) {
241 if (errno == EDOM) {
283 if (errno == EDOM) {
325 if (errno == EDOM) {
367 if (errno == EDOM) {
409 if (errno == EDOM) {
    [all...]
  /bionic/libc/kernel/uapi/asm-generic/
errno-base.h 53 #define EDOM 33
  /external/kernel-headers/original/uapi/asm-generic/
errno-base.h 37 #define EDOM 33 /* Math argument out of domain of func */
  /external/libcxx/include/
cerrno 19 EDOM
  /external/syslinux/dos/
errno.h 36 #define EDOM 33 /* Math argument out of domain of func */
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
cerrno 19 EDOM
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
cerrno 19 EDOM

Completed in 1262 milliseconds

1 2 3 4 5 6 7 8 910