Lines Matching full:numerator
53 char *numerator[MAXSUBUNITS];
222 theunit->numerator[0] = theunit->denominator[0] = NULL;
256 for (ptr = theunit->numerator; *ptr; ptr++) {
257 if (ptr > theunit->numerator && **ptr &&
402 if (addsubunit(doingtop ^ flip ? theunit->numerator : theunit->denominator, item)) {
435 for (count = 0, ptr = theunit->numerator; *ptr; ptr++, count++);
436 qsort(theunit->numerator, count, sizeof(char *), compare);
449 num = theunit->numerator;
560 product = theunit->numerator;
588 Reduces numerator and denominator of the specified unit.
636 compareproducts(first->numerator, second->numerator) ||