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

/ast/src/cmd/dsslib/num_t/
H A Dnum_t.c616 static const double ibm_exp[] = variable
693 static const double ibm_exp[] = variable
793 * find the closest exponent in ibm_exp[]
797 hi = elementsof(ibm_exp) - 1;
801 if (ibm_exp[ex] < f)
806 if (ibm_exp[ex] < f)
814 f /= ibm_exp[ex];
864 * find the closest exponent in ibm_exp[]
868 hi = elementsof(ibm_exp) - 1;
872 if (ibm_exp[e
[all...]

Completed in 11 milliseconds