HomeSort by relevance Sort by last modified time
    Searched refs:ERANGE (Results 1 - 25 of 360) 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
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
errno_h.pass.cpp 23 #ifndef ERANGE
24 #error ERANGE not defined
  /ndk/tests/device/test-gnustl-full/unit/
test_errno.cpp 31 //We are using ERANGE as it is part of the C++ ISO (see Table 26 in section 19.3)
32 //Using ERANGE improve the test as it means that the native errno.h file has really
34 errno = ERANGE;
36 CPPUNIT_ASSERT( errno == ERANGE );
  /ndk/tests/device/test-stlport/unit/
test_errno.cpp 31 //We are using ERANGE as it is part of the C++ ISO (see Table 26 in section 19.3)
32 //Using ERANGE improve the test as it means that the native errno.h file has really
34 errno = ERANGE;
36 CPPUNIT_ASSERT( errno == ERANGE );
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
errno.h 24 # undef ERANGE
54 define only the values EDOM, EILSEQ and ERANGE in case __need_Emath is
58 # define ERANGE 34 /* Math result not representable. */
  /external/openssh/openbsd-compat/
strtonum.c 46 { "too small", ERANGE },
47 { "too large", ERANGE },
58 else if ((ll == LLONG_MIN && errno == ERANGE) || ll < minval)
60 else if ((ll == LLONG_MAX && errno == ERANGE) || ll > maxval)
  /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. */
  /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...]
  /external/selinux/libsepol/include/sepol/
errcodes.h 24 #define SEPOL_ERANGE -ERANGE
  /bionic/libc/kernel/uapi/asm-generic/
errno-base.h 62 #define ERANGE 34
  /development/ndk/platforms/android-21/include/asm-generic/
errno-base.h 62 #define ERANGE 34
  /development/ndk/platforms/android-3/include/asm-generic/
errno-base.h 48 #define ERANGE 34
  /external/bison/lib/
perror.c 40 large enough to avoid ERANGE. */
42 if (ret == ERANGE)
  /external/kernel-headers/original/uapi/asm-generic/
errno-base.h 37 #define ERANGE 34 /* Math result not representable */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
errno-base.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 */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm-generic/
errno-base.h 48 #define ERANGE 34
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm-generic/
errno-base.h 48 #define ERANGE 34
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm-generic/
errno-base.h 48 #define ERANGE 34
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm-generic/
errno-base.h 48 #define ERANGE 34
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm-generic/
errno-base.h 48 #define ERANGE 34
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm-generic/
errno-base.h 48 #define ERANGE 34
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm-generic/
errno-base.h 48 #define ERANGE 34

Completed in 285 milliseconds

1 2 3 4 5 6 7 8 91011>>