Searched refs:aexp (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/libgcc/config/arm/
H A Dfp16.c29 int aexp = (a >> 23) & 0xff; local
34 if (aexp == 0xff)
41 if (aexp == 0 && mantissa == 0)
44 aexp -= 127;
48 if (aexp < -14)
51 if (aexp >= -25)
52 mask >>= 25 + aexp; local
67 aexp++;
73 if (aexp > 15)
78 if (aexp > 1
100 int aexp = (a >> 10) & 0x1f; local
[all...]
/haiku-buildtools/gcc/gcc/
H A Dcfgexpand.c4943 tree aexp = DECL_ORIGIN (exp); local
4944 if (DECL_CONTEXT (aexp)
4955 if (ddecl == aexp)
4956 return gen_rtx_DEBUG_PARAMETER_REF (mode, aexp);

Completed in 106 milliseconds