Home | History | Annotate | Download | only in units

Lines Matching defs:factor

61 	double factor;
264 theunit->factor = 1.0;
291 printf("\t%.*g", precision, theunit->factor);
411 theunit->factor *= num;
413 theunit->factor /= num;
420 theunit->factor /= num;
422 theunit->factor *= num;
436 theunit->factor *= num;
438 theunit->factor /= num;
743 precision, 1 / (have->factor * want->factor),
744 precision, want->factor * have->factor);
749 precision, have->factor / want->factor,
750 precision, want->factor / have->factor);