HomeSort by relevance Sort by last modified time
    Searched refs:ERANGE (Results 1 - 25 of 414) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/std/depr/depr.c.headers/
errno_h.pass.cpp 23 #ifndef ERANGE
24 #error ERANGE not defined
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
errno_h.pass.cpp 23 #ifndef ERANGE
24 #error ERANGE not defined
  /external/selinux/libsepol/include/sepol/
errcodes.h 25 #define SEPOL_ERANGE -ERANGE
  /external/python/cpython3/Modules/_decimal/libmpdec/
io.h 48 errno = ERANGE;
50 if (errno == ERANGE) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
errno.h 24 # undef ERANGE
58 define only the values EDOM, EILSEQ and ERANGE in case __need_Emath is
62 # define ERANGE 34 /* Math result not representable. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
errno.h 24 # undef ERANGE
58 define only the values EDOM, EILSEQ and ERANGE in case __need_Emath is
62 # define ERANGE 34 /* Math result not representable. */
  /device/google/contexthub/firmware/lib/libm/
wf_exp.c 65 errno = ERANGE;
67 errno = ERANGE;
80 errno = ERANGE;
82 errno = ERANGE;
  /device/linaro/bootloader/edk2/StdLib/LibC/Math/
s_ldexp.c 27 if(!finite(value)||value==0.0) errno = ERANGE;
  /external/dhcpcd-6.8.2/compat/
strtoi.c 63 *rstatus = ERANGE;
68 *rstatus = ERANGE;
103 *rstatus = ERANGE;
108 *rstatus = ERANGE;
  /external/fdlibm/
s_ldexp.c 26 if(!ieee_finite(value)||value==0.0) errno = ERANGE;
k_standard.c 151 errno = ERANGE;
153 errno = ERANGE;
165 errno = ERANGE;
167 errno = ERANGE;
179 errno = ERANGE;
181 errno = ERANGE;
190 errno = ERANGE;
192 errno = ERANGE;
306 errno = ERANGE;
308 errno = ERANGE;
    [all...]
w_scalb.c 52 if(!ieee_finite(fn)) errno = ERANGE;
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
FEnv.h 44 if (errno_val == ERANGE || errno_val == EDOM)
  /toolchain/binutils/binutils-2.27/libiberty/testsuite/
test-strtol.c 92 { STRTOL, "0x80000000", 0, 0x7fffffffL, ERANGE },
93 { STRTOL, "-0x80000001", 0, -0x80000000L, ERANGE },
94 { STRTOUL, "0x100000000", 0, 0xffffffffUL, ERANGE },
107 { STRTOLL, "0x8000000000000000", 0, 0x7fffffffffffffffLL, ERANGE },
108 { STRTOLL, "-0x8000000000000001", 0, -0x8000000000000000LL, ERANGE },
109 { STRTOULL, "0x10000000000000000", 0, 0xffffffffffffffffULL, ERANGE },
  /external/ltp/testcases/kernel/syscalls/getcwd/
getcwd01.c 31 * 4) getcwd(2) should return NULL and set errno to ERANGE.
32 * 5) getcwd(2) should return NULL and set errno to ERANGE.
51 {buffer, 1, ERANGE},
52 {NULL, 1, ERANGE}
  /bionic/libc/kernel/uapi/asm-generic/
errno-base.h 54 #define ERANGE 34
  /external/kernel-headers/original/uapi/asm-generic/
errno-base.h 38 #define ERANGE 34 /* Math result not representable */
  /external/strace/
string_to_uint.c 53 || (val == LLONG_MAX && errno == ERANGE))
  /external/syslinux/dos/
errno.h 37 #define ERANGE 34 /* Math result not representable */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
errno-base.h 37 #define ERANGE 34 /* Math result not representable */
  /bionic/libc/bionic/
pthread_setname_np.cpp 54 if (buf_size < MAX_TASK_COMM_LEN) return ERANGE;
77 if (n == static_cast<ssize_t>(buf_size)) return ERANGE;
86 if (thread_name_len >= MAX_TASK_COMM_LEN) return ERANGE;
  /external/syslinux/com32/lib/math/
strtod.c 99 errno = ERANGE;
131 errno = ERANGE;
151 errno = ERANGE;
  /bionic/tests/
libgen_test.cpp 70 TestBasename("", ".", -1, buf, 0, ERANGE);
71 TestBasename("", ".", -1, buf, 1, ERANGE);
89 TestDirname("", ".", -1, buf, 0, ERANGE);
90 TestDirname("", ".", -1, buf, 1, ERANGE);
  /external/tensorflow/tensorflow/stream_executor/lib/
process_state.cc 47 } else if (errno == ERANGE) {
  /external/wayland/tests/
exec-fd-leak-checker.c 41 if ((errno == ERANGE && (v == LONG_MAX || v == LONG_MIN)) ||

Completed in 645 milliseconds

1 2 3 4 5 6 7 8 91011>>