Lines Matching refs:fp1
327 fmoves FONE,%fp1 |init fp1 to 1
331 bccs ap_p_en |if 1, mul fp1 by pwrten factor
332 fmulx (%a1,%d3),%fp1 |mul by 10**(d3_bit_no)
337 fmulx %fp1,%fp0 |mul mantissa by 10**(no_bits_shifted)
375 fmoves FONE,%fp1 |init fp1 to 1
379 bccs ap_n_en |if 1, mul fp1 by pwrten factor
380 fmulx (%a1,%d3),%fp1 |mul by 10**(d3_bit_no)
385 fdivx %fp1,%fp0 |div mantissa by 10**(no_bits_shifted)
405 | (*) fp1: power-of-ten accumulator
460 fmoves FONE,%fp1 |init fp1 to 1
464 fmulx (%a1,%d3),%fp1 |mul by 10**(d3_bit_no)
472 | same sign. If the exp was pos then multiply fp1*fp0;
473 | else divide fp0/fp1.
479 | ( ) fp1: scaling factor - 10**(abs(exp))
485 fdivx %fp1,%fp0 |exp is negative, so divide mant by exp
488 fmulx %fp1,%fp0 |exp is positive, so multiply by exp