Searched refs:sone (Results 1 – 1 of 1) sorted by relevance
242 unsigned int sone; /* Scaled one. */ in tic4x_gen_to_words() local480 sone = (1 << (mantissa_bits)); 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()501 if (smant == sone) in tic4x_gen_to_words()508 sfract = -smant & (sone-1); /* 2.0 - smant. */ in tic4x_gen_to_words()510 sfract |= sone; /* Insert sign bit. */ in tic4x_gen_to_words()