Lines Matching refs:IsNaN
19964 # define IsNaN(X) (((X)&EXP754)==EXP754 && ((X)&MAN754)!=0)19967 # define IsNaN(X) 033661 rc = IsNaN(y);86467 pMem->flags = IsNaN(x) ? MEM_Null : MEM_Real;