Searched refs:float_bits (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/driver/runtime/
H A Drs_cl.c308 static unsigned int float_bits(float f) { function
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);

Completed in 153 milliseconds