Home
last modified time | relevance | path

Searched refs:ERANGE (Results 1 – 25 of 52) sorted by relevance

123

/external/fdlibm/
Dk_standard.c151 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 …]
Ds_ldexp.c26 if(!ieee_finite(value)||value==0.0) errno = ERANGE;
Dw_scalb.c52 if(!ieee_finite(fn)) errno = ERANGE;
/external/stlport/test/unit/
Dtest_errno.cpp34 errno = ERANGE; in check()
36 CPPUNIT_ASSERT( errno == ERANGE ); in check()
/external/llvm/include/llvm/Support/
DFEnv.h44 if (errno_val == ERANGE || errno_val == EDOM) in llvm_fenv_testexcept()
Dsystem_error.h436 # ifndef ERANGE
437 # define ERANGE 34 macro
598 result_out_of_range = ERANGE,
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc530 if (errno == ERANGE && result == LONG_MIN) { in strto32_adaptor()
532 } else if (errno == ERANGE && result == LONG_MAX) { in strto32_adaptor()
535 errno = ERANGE; in strto32_adaptor()
538 errno = ERANGE; in strto32_adaptor()
550 if (errno == ERANGE && result == ULONG_MAX) { in strtou32_adaptor()
553 errno = ERANGE; in strtou32_adaptor()
/external/kernel-headers/original/asm-generic/
Derrno-base.h37 #define ERANGE 34 /* Math result not representable */ macro
/external/srec/portable/src/UNIX/
DPFileWrapUNIX_OS_Specific.c78 case ERANGE: in pf_get_cwd()
DPANSIFileSystemUNIXImpl.c134 case ERANGE: in PANSIFileSystemGetcwdImpl()
/external/dbus/tools/
Dstrtoull.c130 errno = ERANGE; in strtoull()
Dstrtoll.c151 errno = ERANGE; in strtoll()
/external/llvm/utils/TableGen/
DTGLexer.cpp345 if (errno == ERANGE) { in LexNumber()
350 if (errno == ERANGE) in LexNumber()
/external/chromium/third_party/libjingle/source/talk/base/
Dnethelpers.cc137 aux_len, &result, herrno)) == ERANGE) { in SafeGetHostByName()
/external/iptables/extensions/
Dlibip6t_dst.c43 if ( id == ULONG_MAX && errno == ERANGE ) { in parse_opts_num()
Dlibip6t_hbh.c45 if ( id == ULONG_MAX && errno == ERANGE ) { in parse_opts_num()
/external/wpa_supplicant/
Dos_unix.c152 if (last_errno != ERANGE) in os_rel2abs_path()
Dos_internal.c138 if (errno != ERANGE) { in os_rel2abs_path()
/external/dbus/dbus/
Ddbus-sysdeps-wince-glue.h73 #define ERANGE ERROR_ARITHMETIC_OVERFLOW macro
/external/bluetooth/glib/glib/
Dgstrfuncs.c794 errno = ERANGE; in g_parse_long_long()
899 errno = ERANGE; in g_ascii_strtoll()
904 errno = ERANGE; in g_ascii_strtoll()
1288 #ifdef ERANGE in g_strerror()
1289 case ERANGE: return "math result unrepresentable"; in g_strerror()
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
Dos_unix.c191 if (last_errno != ERANGE) in os_rel2abs_path()
Dos_internal.c138 if (errno != ERANGE) { in os_rel2abs_path()
/external/oprofile/daemon/
Dopd_ibs.c449 || errno == EINVAL || errno == ERANGE) { in ibs_parse_counts()
473 if ((end && *end) || errno == EINVAL || errno == ERANGE) { in ibs_parse_and_set_um_op()
/external/wpa_supplicant_8/src/utils/
Dos_internal.c138 if (errno != ERANGE) { in os_rel2abs_path()
/external/bison/lib/
Dstrtol.c407 __set_errno (ERANGE); in INTERNAL()

123