Home
last modified time | relevance | path

Searched defs:numeric_limits (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp38561 struct numeric_limits : public __numeric_limits_base struct
38566 min() noexcept { return _Tp(); } in min()
38570 max() noexcept { return _Tp(); } in max()
38576 lowest() noexcept { return _Tp(); } in lowest()
38582 epsilon() noexcept { return _Tp(); } in epsilon()
38586 round_error() noexcept { return _Tp(); } in round_error()
38590 infinity() noexcept { return _Tp(); } in infinity()
38595 quiet_NaN() noexcept { return _Tp(); } in quiet_NaN()
38600 signaling_NaN() noexcept { return _Tp(); } in signaling_NaN()
38606 denorm_min() noexcept { return _Tp(); } in denorm_min()
[all …]