Searched refs:__a (Results 1 – 3 of 3) sorted by relevance
158 (__extension__ ({__typeof__(a) __a = (a); __typeof__(b) __b = (b); \159 fpclassify(__a) == FP_NAN || fpclassify(__b) == FP_NAN;}))
221 (__extension__ ({__typeof__(a) __a = (a); __typeof__(b) __b = (b); \222 fpclassify(__a) == FP_NAN || fpclassify(__b) == FP_NAN;}))
424 unsigned long long int __a; /* Factor in congruential formula. */ member