Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
H A Dsoftfloat.c193 uint8_t round_bits; in _mesa_round_f32() local
194 round_bits = m & 0x7f; in _mesa_round_f32()
196 m &= ~(uint32_t) (! (round_bits ^ 0x40) & !rtz); in _mesa_round_f32()

Completed in 4 milliseconds