Searched refs:cutoff (Results 1 - 22 of 22) sorted by relevance

/haiku-buildtools/binutils/libiberty/
H A Dstrtol.c95 register unsigned long cutoff; local
121 * Compute the cutoff value between legal numbers and illegal
129 * cutoff will be set to 214748364 and cutlim to either
137 cutoff = neg ? -(unsigned long)LONG_MIN : LONG_MAX;
138 cutlim = cutoff % (unsigned long)base;
139 cutoff /= (unsigned long)base;
149 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
H A Dstrtoll.c103 register ullong_type cutoff; local
129 * Compute the cutoff value between legal numbers and illegal
137 * cutoff will be set to 214748364 and cutlim to either
145 cutoff = neg ? -(ullong_type)LLONG_MIN : LLONG_MAX;
146 cutlim = cutoff % (ullong_type)base;
147 cutoff /= (ullong_type)base;
157 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
H A Dstrtoul.c66 register unsigned long cutoff; local
88 cutoff = (unsigned long)ULONG_MAX / (unsigned long)base;
99 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
H A Dstrtoull.c71 register ullong_type cutoff; local
93 cutoff = (ullong_type)ULLONG_MAX / (ullong_type)base;
104 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
/haiku-buildtools/gcc/libiberty/
H A Dstrtol.c95 register unsigned long cutoff; local
121 * Compute the cutoff value between legal numbers and illegal
129 * cutoff will be set to 214748364 and cutlim to either
137 cutoff = neg ? -(unsigned long)LONG_MIN : LONG_MAX;
138 cutlim = cutoff % (unsigned long)base;
139 cutoff /= (unsigned long)base;
149 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
H A Dstrtoll.c103 register ullong_type cutoff; local
129 * Compute the cutoff value between legal numbers and illegal
137 * cutoff will be set to 214748364 and cutlim to either
145 cutoff = neg ? -(ullong_type)LLONG_MIN : LLONG_MAX;
146 cutlim = cutoff % (ullong_type)base;
147 cutoff /= (ullong_type)base;
157 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
H A Dstrtoul.c66 register unsigned long cutoff; local
88 cutoff = (unsigned long)ULONG_MAX / (unsigned long)base;
99 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
H A Dstrtoull.c71 register ullong_type cutoff; local
93 cutoff = (ullong_type)ULLONG_MAX / (ullong_type)base;
104 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
/haiku-buildtools/legacy/binutils/libiberty/
H A Dstrtol.c93 register unsigned long cutoff; local
119 * Compute the cutoff value between legal numbers and illegal
127 * cutoff will be set to 214748364 and cutlim to either
135 cutoff = neg ? -(unsigned long)LONG_MIN : LONG_MAX;
136 cutlim = cutoff % (unsigned long)base;
137 cutoff /= (unsigned long)base;
147 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
H A Dstrtoul.c66 register unsigned long cutoff; local
88 cutoff = (unsigned long)ULONG_MAX / (unsigned long)base;
99 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
/haiku-buildtools/legacy/gcc/libiberty/
H A Dstrtol.c73 register unsigned long cutoff; local
99 * Compute the cutoff value between legal numbers and illegal
107 * cutoff will be set to 214748364 and cutlim to either
115 cutoff = neg ? -(unsigned long)LONG_MIN : LONG_MAX;
116 cutlim = cutoff % (unsigned long)base;
117 cutoff /= (unsigned long)base;
127 if (any < 0 || acc > cutoff || acc == cutoff && c > cutlim)
H A Dstrtoul.c61 register unsigned long cutoff; local
83 cutoff = (unsigned long)ULONG_MAX / (unsigned long)base;
94 if (any < 0 || acc > cutoff || acc == cutoff && c > cutlim)
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/graphite/
H A Drun-id-2.f9015 zetp,eps,prefactor,cutoff) RESULT(radius)
19 eps, prefactor, cutoff local in function:exp_radius_very_extended
31 prefactor_local=prefactor*MAX(1.0_dp,cutoff)
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Dpr64019.c21 double lcutoff, cutoff, get_f_variable (); local
34 rdebye = cutoff / 2.;
/haiku-buildtools/gcc/gcc/config/sh/
H A Ddivtab.c60 double cutoff; local
65 cutoff = (cutoff_val * (1<<CUTOFF_BITS) - val) * y2d;
66 defect = cutoff + val * d2;
/haiku-buildtools/legacy/binutils/bfd/
H A Dbfd.c1007 bfd_vma cutoff;
1042 cutoff = (~ (bfd_vma) 0) / (bfd_vma) base;
1059 if (value > cutoff || (value == cutoff && digit > cutlim))
1004 bfd_vma cutoff; local
/haiku-buildtools/gcc/gcc/
H A Dipa-profile.c524 gcov_type overall_time = 0, cutoff = 0, cumulated = 0, overall_size = 0; local
560 cutoff = (overall_time * PARAM_VALUE (HOT_BB_COUNT_WS_PERMILLE) + 500) / 1000;
562 for (i = 0; cumulated < cutoff; i++)
H A Dhaifa-sched.c4898 bool cutoff;
4901 cutoff = !estimate_insn_tick (&processed, p->i2,
4904 if (cutoff)
4883 bool cutoff; local
/haiku-buildtools/binutils/bfd/
H A Dbfd.c1304 bfd_vma cutoff;
1339 cutoff = (~ (bfd_vma) 0) / (bfd_vma) base;
1356 if (value > cutoff || (value == cutoff && digit > cutlim))
1301 bfd_vma cutoff; local
/haiku-buildtools/gcc/gmp/mpn/powerpc32/vmx/
H A Dcopyd.asm38 C show a large speed bump at the cutoff points. Small copying (perhaps
H A Dcopyi.asm38 C show a large speed bump at the cutoff points. Small copying (perhaps
H A Dmod_34lsub1.asm61 cmpwi cr0, n, 20 C tuned cutoff point

Completed in 279 milliseconds