Searched refs:smant (Results 1 – 1 of 1) sorted by relevance
243 unsigned int smant; /* Scaled mantissa. */ in tic4x_gen_to_words() local452 smant = 0; in tic4x_gen_to_words()460 smant |= tmp; in tic4x_gen_to_words()472 if( smant == ((unsigned)(1<<(mantissa_bits+1))-1) in tic4x_gen_to_words()473 || smant == (unsigned)-1 ) /* This is to catch E_PRECISION cases */ in tic4x_gen_to_words()475 smant++; in tic4x_gen_to_words()484 smant >>= 1; in tic4x_gen_to_words()485 smant |= sone; /* Insert the bit from mover into smant */ in tic4x_gen_to_words()492 if (!(sone&smant)) in tic4x_gen_to_words()496 sfract = smant - sone; /* smant - 1.0. */ in tic4x_gen_to_words()[all …]