Searched refs:FP_ISSIGNAN_S (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/soft-fp/
H A Deqsf2.c44 if (r && (FP_ISSIGNAN_S(A) || FP_ISSIGNAN_S(B)))
H A Dgesf2.c44 if (r == -2 && (FP_ISSIGNAN_S(A) || FP_ISSIGNAN_S(B)))
H A Dlesf2.c44 if (r == 2 && (FP_ISSIGNAN_S(A) || FP_ISSIGNAN_S(B)))
H A Dsingle.h134 #define FP_ISSIGNAN_S(X) _FP_ISSIGNAN(S,1,X) macro

Completed in 51 milliseconds