Home
last modified time | relevance | path

Searched refs:__a (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dmath.h158 (__extension__ ({__typeof__(a) __a = (a); __typeof__(b) __b = (b); \
159 fpclassify(__a) == FP_NAN || fpclassify(__b) == FP_NAN;}))
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-sde-elf_include/
H A Dmath.h221 (__extension__ ({__typeof__(a) __a = (a); __typeof__(b) __b = (b); \
222 fpclassify(__a) == FP_NAN || fpclassify(__b) == FP_NAN;}))
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dstdlib.h424 unsigned long long int __a; /* Factor in congruential formula. */ member