Home
last modified time | relevance | path

Searched refs:roundmode (Results 1 – 8 of 8) sorted by relevance

/third_party/icu/docs/userguide/format_parse/numbers/
Drounding-modes.md151 …//htmlpreview.github.io/?https://github.com/unicode-org/icu-demos/blob/master/roundmode/round.html)
153 Code](https://github.com/unicode-org/icu-demos/tree/master/roundmode)
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c518 roundmode = MIDGARD_RTZ; \
596 …, unsigned to, bool *abs, bool *neg, bool *not, enum midgard_roundmode *roundmode, bool is_int, un… in mir_copy_src() argument
611 if (roundmode) { in mir_copy_src()
613 *roundmode = MIDGARD_RTE; in mir_copy_src()
616 *roundmode = MIDGARD_RTZ; in mir_copy_src()
619 *roundmode = MIDGARD_RTN; in mir_copy_src()
622 *roundmode = MIDGARD_RTP; in mir_copy_src()
723 enum midgard_roundmode roundmode = MIDGARD_RTE; in emit_alu() local
956 .roundmode = roundmode, in emit_alu()
960 &ins.roundmode : NULL; in emit_alu()
Dmidgard_emit.c595 assert(ins->roundmode <= 0x3); in mir_lower_roundmode()
596 ins->op += ins->roundmode; in mir_lower_roundmode()
Dcompiler.h127 enum midgard_roundmode roundmode; member
/third_party/icu/icu4c/source/test/testdata/
Ddcfmtest.txt143 # Test cases generated by icuapps/roundmode/roundmode.cpp on 49.1
/third_party/mesa3d/docs/relnotes/
D20.2.0.rst594 - pan/mdg: Add roundmode enum
595 - pan/mdg: Add opcode roundmode property
597 - pan/mdg: Implement \*_rtz conversions with roundmode
598 - pan/mdg: Fold roundmode into applicable instructions
D20.1.0.rst567 - pan/bi: Pack outmod and roundmode with FMA
589 - pan/bi: Fix outmod/roundmode flip
D21.0.0.rst581 - pan/bi: Set roundmode to RTZ for f2u operations