Home | History | Annotate | Download | only in src

Lines Matching full:fraction

265 // Convert a 64-bitb fraction * 10^exp to a 64-bit fraction * 2^bexp.
266 // p: 64-bit fraction
339 * 2) left adjusted fraction
340 * 3) right adjusted fraction
341 * 4) exponent and fraction
368 bexp = 64; /* convert from 64b int to fraction */
384 /* At this point we have a 64b fraction and a binary exponent
455 * Fraction bits 52
503 int bexp = 64; /* convert from 64b int to fraction */
520 /* At this point we have a 64b fraction and a binary exponent
562 * Fraction bits 52