Searched refs:notnan (Results 1 – 1 of 1) sorted by relevance
5155 TIntermTyped* notnan = handleUnaryMath(loc, "!", EOpLogicalNot, isnan); in decomposeIntrinsic() local5156 notnan->setType(boolType); in decomposeIntrinsic()5164 TIntermTyped* andNode = handleBinaryMath(loc, "and", EOpLogicalAnd, notnan, notinf); in decomposeIntrinsic()