Searched defs:istop (Results 1 - 3 of 3) sorted by relevance
| /illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
| H A D | _times_power.c | 297 int istart = j - lengthp + 1, istop = lengthx - 1; local 302 if (j < istop) 303 istop = j; 309 _multiply_base_two_vector((short unsigned) (istop - istart + 1), &(pbf->bsignificand[istart]), &(pp[j - istop]), product); 316 _multiply_base_ten_vector((short unsigned) (istop - istart + 1), &(pbf->bsignificand[istart]), &(pp[j - istop]), product);
|
| /illumos-gate/usr/src/lib/libc/port/fp/ |
| H A D | __x_power.c | 241 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);
|
| /illumos-gate/usr/src/cmd/mdb/common/mdb/ |
| H A D | mdb_target.c | 713 uint_t istop = (t->t_status.st_flags & MDB_TGT_ISTOP); local 734 if (state != MDB_TGT_STOPPED && istop) 738 if (istop && dstop)
|
Completed in 93 milliseconds