File: roundingmode.rst

package info (click to toggle)
bitwuzla 0.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 43,292 kB
  • sloc: cpp: 94,870; python: 3,254; ansic: 1,613; sh: 50; makefile: 10
file content (29 lines) | stat: -rw-r--r-- 583 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
RoundingMode
------------

- enum :cpp:enum:`bitwuzla::RoundingMode`
- :cpp:func:`std::ostream& bitwuzla::operator<< (std::ostream& out, RoundingMode rm)`
- :cpp:func:`std::string std::to_string(bitwuzla::RoundingMode rm)`

----

:code:`namespace bitwuzla {`

.. doxygenenum:: bitwuzla::RoundingMode
    :project: Bitwuzla_cpp

----

.. doxygenfunction:: bitwuzla::operator<<(std::ostream& out, RoundingMode rm)
    :project: Bitwuzla_cpp

:code:`}`

----

:code:`namespace std {`

.. doxygenfunction:: std::to_string(bitwuzla::RoundingMode rm)
    :project: Bitwuzla_cpp

:code:`}`