Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/fpu/
H A Dfpu_emu.h110 #define ISINF(fp) ((fp)->fp_class == FPC_INF) macro
/freebsd/contrib/ntp/libntp/
H A Dsnprintf.c525 #define ISINF(x) (x != 0.0 && x + x == x) macro