Home
last modified time | relevance | path

Searched refs:FP_ISSIGNAN_D (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/gcc/config/soft-fp/
HDledf2.c44 if (r == 2 && (FP_ISSIGNAN_D(A) || FP_ISSIGNAN_D(B))) in __ledf2()
HDgedf2.c44 if (r == -2 && (FP_ISSIGNAN_D(A) || FP_ISSIGNAN_D(B))) in __gedf2()
HDeqdf2.c44 if (r && (FP_ISSIGNAN_D(A) || FP_ISSIGNAN_D(B))) in __eqdf2()
HDdouble.h145 #define FP_ISSIGNAN_D(X) _FP_ISSIGNAN(D,2,X) macro
242 #define FP_ISSIGNAN_D(X) _FP_ISSIGNAN(D,1,X) macro