Searched refs:ERANGE (Results 1 – 25 of 52) sorted by relevance
123
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 …]
26 if(!ieee_finite(value)||value==0.0) errno = ERANGE;
52 if(!ieee_finite(fn)) errno = ERANGE;
34 errno = ERANGE; in check()36 CPPUNIT_ASSERT( errno == ERANGE ); in check()
44 if (errno_val == ERANGE || errno_val == EDOM) in llvm_fenv_testexcept()
436 # ifndef ERANGE437 # define ERANGE 34 macro598 result_out_of_range = ERANGE,
530 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()
37 #define ERANGE 34 /* Math result not representable */ macro
78 case ERANGE: in pf_get_cwd()
134 case ERANGE: in PANSIFileSystemGetcwdImpl()
130 errno = ERANGE; in strtoull()
151 errno = ERANGE; in strtoll()
345 if (errno == ERANGE) { in LexNumber()350 if (errno == ERANGE) in LexNumber()
137 aux_len, &result, herrno)) == ERANGE) { in SafeGetHostByName()
43 if ( id == ULONG_MAX && errno == ERANGE ) { in parse_opts_num()
45 if ( id == ULONG_MAX && errno == ERANGE ) { in parse_opts_num()
152 if (last_errno != ERANGE) in os_rel2abs_path()
138 if (errno != ERANGE) { in os_rel2abs_path()
73 #define ERANGE ERROR_ARITHMETIC_OVERFLOW macro
794 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()
191 if (last_errno != ERANGE) in os_rel2abs_path()
449 || errno == EINVAL || errno == ERANGE) { in ibs_parse_counts()473 if ((end && *end) || errno == EINVAL || errno == ERANGE) { in ibs_parse_and_set_um_op()
407 __set_errno (ERANGE); in INTERNAL()