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

/xsrc/external/mit/MesaLib/dist/src/util/
H A Dsoftfloat.h58 float _mesa_double_to_f32(double x, bool rtz);
H A Dsoftfloat.c175 float _mesa_round_f32(int32_t s, int32_t e, int32_t m, bool rtz) argument
178 uint8_t round_increment = rtz ? 0 : 0x40;
196 m &= ~(uint32_t) (! (round_bits ^ 0x40) & !rtz);
1387 _mesa_double_to_f32(double val, bool rtz) argument
1431 return _mesa_round_f32(s, flt_e - 0x381, m | 0x40000000, rtz);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.1.7.rst147 - aco: fix non-rtz pack_half_2x16
H A D20.2.0.rst3949 - aco: fix non-rtz pack_half_2x16
H A D20.3.0.rst3997 - aco: fix non-rtz pack_half_2x16

Completed in 17 milliseconds