xref
: /
third_party
/
rust
/
crates
/
bindgen
/
bindgen-tests
/
tests
/
headers
/
infinite-macro.h
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
1
#
define
INFINITY
(
1.0f
/
0.0f
)
2
#
define
NAN
(
0.0f
/
0.0f
)
3