Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Dsoftfloat.h58 float _mesa_double_to_f32(double x, bool rtz);
Dsoftfloat.c175 float _mesa_round_f32(int32_t s, int32_t e, int32_t m, bool rtz) in _mesa_round_f32() argument
178 uint8_t round_increment = rtz ? 0 : 0x40; in _mesa_round_f32()
196 m &= ~(uint32_t) (! (round_bits ^ 0x40) & !rtz); in _mesa_round_f32()
1387 _mesa_double_to_f32(double val, bool rtz) in _mesa_double_to_f32() argument
1431 return _mesa_round_f32(s, flt_e - 0x381, m | 0x40000000, rtz); in _mesa_double_to_f32()