Searched refs:smant (Results 1 – 1 of 1) sorted by relevance
244 unsigned int smant; /* Scaled mantissa. */ in tic4x_gen_to_words() local453 smant = 0; in tic4x_gen_to_words()461 smant |= tmp; in tic4x_gen_to_words()473 if( smant == ((unsigned)(1<<(mantissa_bits+1))-1) in tic4x_gen_to_words()474 || smant == (unsigned)-1 ) /* This is to catch E_PRECISION cases */ in tic4x_gen_to_words()476 smant++; in tic4x_gen_to_words()485 smant >>= 1; in tic4x_gen_to_words()486 smant |= sone; /* Insert the bit from mover into smant */ in tic4x_gen_to_words()493 if (!(sone&smant)) in tic4x_gen_to_words()497 sfract = smant - sone; /* smant - 1.0. */ in tic4x_gen_to_words()[all …]