Searched refs:alength (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gfortran.fortran-torture/execute/
H A Diolength_1.f907 integer :: iol, alength variable in program:iolength_1
10 alength = nint(r*20)
11 allocate(a(alength))
13 if ( 4*alength /= iol) then
/haiku-buildtools/gcc/libdecnumber/
H A DdecNumber.c6227 static Int decUnitCompare(const Unit *a, Int alength, argument
6237 if (alength>blength) return 1;
6238 if (alength<blength) return -1;
6240 l=a+alength-1;
6241 r=b+alength-1;
6251 if (alength>blength+(Int)D2U(exp)) return 1;
6252 if (alength+1<blength+(Int)D2U(exp)) return -1;
6256 /* to be the larger of alength and padded blength, +2 */
6258 if (need<alength) need=alength;
6331 decUnitAddSub(const Unit *a, Int alength, const Unit *b, Int blength, Int bshift, Unit *c, Int m) argument
[all...]

Completed in 132 milliseconds