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

1 2 3 4 5 6 7 8 91011

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
errno_h.pass.cpp 23 #ifndef ERANGE
24 #error ERANGE not defined
  /external/stlport/test/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-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/i686-linux-glibc2.7-4.4.3/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. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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/libsepol/include/sepol/
errcodes.h 21 #define SEPOL_ERANGE -ERANGE
  /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)
  /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/llvm/include/llvm/Support/
FEnv.h 44 if (errno_val == ERANGE || errno_val == EDOM)
  /bionic/libc/kernel/common/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/asm-generic/
errno-base.h 37 #define ERANGE 34 /* Math result not representable */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
errno-base.h 37 #define ERANGE 34 /* Math result not representable */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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.7-4.6/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

Completed in 1902 milliseconds

1 2 3 4 5 6 7 8 91011