Home
last modified time | relevance | path

Searched refs:isInf (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/perl/plan9/
H A Dplan9.c19 else if ( isInf(d, 0) ) in fpclassify()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DAsmWriter.cpp1371 bool isInf = APF.isInfinity(); in WriteConstantInternal() local
1373 if (!isInf && !isNaN) { in WriteConstantInternal()