Home
last modified time | relevance | path

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

/dports/lang/parrot/parrot-8.1.0/include/parrot/
H A Ddatatypes.h179 # define PARROT_FLOATVAL_IS_NEGINF(x) (isinf(x) && (x) < 0) macro
187 # define PARROT_FLOATVAL_IS_NEGINF(x) ((x) == PARROT_FLOATVAL_INF_NEGATIVE) macro