Home
last modified time | relevance | path

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

12

/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/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/iptables/extensions/
Dlibipt_ah.c39 if ( spi == ULONG_MAX && errno == ERANGE ) { in parse_ah_spi()
Dlibipt_esp.c39 if ( spi == ULONG_MAX && errno == ERANGE ) { in parse_esp_spi()
Dlibip6t_esp.c38 if ( spi == ULONG_MAX && errno == ERANGE ) { in parse_esp_spi()
Dlibip6t_ah.c42 if ( spi == ULONG_MAX && errno == ERANGE ) in parse_ah_spi()
Dlibip6t_hbh.c60 if ( id == ULONG_MAX && errno == ERANGE ) { in parse_opts_num()
Dlibip6t_frag.c48 if ( id == ULONG_MAX && errno == ERANGE ) { in parse_frag_id()
Dlibip6t_dst.c53 if ( id == ULONG_MAX && errno == ERANGE ) { in parse_opts_num()
Dlibip6t_rt.c54 if ( id == ULONG_MAX && errno == ERANGE ) { in parse_rt_num()
/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/oprofile/daemon/
Dopd_ibs.c388 || errno == EINVAL || errno == ERANGE) { in ibs_parse_counts()
413 if ((end && *end) || errno == EINVAL || errno == ERANGE) { in ibs_parse_and_set_um_op()
/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/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/bison/lib/
Dstrtol.c407 __set_errno (ERANGE); in INTERNAL()
/external/dhcpcd/
Ddhcpcd.c134 (errno == ERANGE && (n == LONG_MAX || n == LONG_MIN))) in atoint()
361 if (errno == EINVAL || errno == ERANGE) { in parse_option()
/external/bluetooth/glib/gio/
Dglocalfileinfo.c409 else if (len == -1 && errno == ERANGE) in get_one_xattr()
475 if (list_res_size == -1 && errno == ERANGE) in get_xattrs()
566 else if (len == -1 && errno == ERANGE) in get_one_xattr_from_fd()
630 if (list_res_size == -1 && errno == ERANGE) in get_xattrs_from_fd()

12