Searched defs:istop (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/fp/
H A D__x_power.c241 int lengthx, lengthp, istart, istop; local
422 istop = lengthx - 1;
423 if (istop > j)
424 istop = j;
428 __multiply_base_two_vector(istop - istart + 1,
430 &(pp[j - istop]), product);
440 __multiply_base_ten_vector(istop - istart + 1,
442 &(pp[j - istop]), product);

Completed in 21 milliseconds