Home
last modified time | relevance | path

Searched refs:sone (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-tic4x.c241 unsigned int sone; /* Scaled one. */ in tic4x_gen_to_words() local
479 sone = (1 << (mantissa_bits)); 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()
500 if (smant == sone) in tic4x_gen_to_words()
507 sfract = -smant & (sone-1); /* 2.0 - smant. */ in tic4x_gen_to_words()
509 sfract |= sone; /* Insert sign bit. */ in tic4x_gen_to_words()