Home | History | Annotate | Download | only in runtime

Lines Matching refs:float_bits

308 static unsigned int float_bits(float f) {
319 unsigned int i = float_bits(f);
324 unsigned int i = float_bits(f);
329 return (float_bits(f) == 0x00000000);
333 return (float_bits(f) == 0x80000000);