Home | History | Annotate | Download | only in libtests

Lines Matching full:isbit

9595    const unsigned int isbit = id >> vi->isbit_shift;
9606 i = isbit; i /= sbit_max;
9870 double tmp = (isbit - SBIT_ERROR)/sbit_max;
9889 tmp = (isbit + SBIT_ERROR)/sbit_max;
10022 if (isbit != id)
10028 pos = safecatn(msg, sizeof msg, pos, isbit);
10031 /* The output is either "id/max" or "id sbit(sbit): isbit/max" */