HomeSort by: relevance | last modified time | path
    Searched defs:ISINF (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/sparc/fpu/
fpu_emu.h 112 #define ISINF(fp) ((fp)->fp_class == FPC_INF)
  /src/sys/arch/powerpc/fpu/
fpu_emu.h 110 #define ISINF(fp) ((fp)->fp_class == FPC_INF)
  /src/sys/arch/m68k/fpe/
fpu_emulate.h 117 #define ISINF(fp) ((fp)->fp_class == FPC_INF)
  /src/external/bsd/ntp/dist/libntp/
snprintf.c 526 #ifndef ISINF
527 #define ISINF(x) (x != 0.0 && x + x == x)
528 #endif /* !defined(ISINF) */
1139 else if (ISINF(fvalue))
1425 * for infinity before calling this function using our ISINF() macro, so

Completed in 19 milliseconds