Home
last modified time | relevance | path

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

/dports/lang/parrot/parrot-8.1.0/include/parrot/
H A Ddatatypes.h180 # define PARROT_FLOATVAL_IS_NAN(x) isnan(x) macro
188 # define PARROT_FLOATVAL_IS_NAN(x) ((x) != (x)) macro