Home | History | Annotate | Download | only in src

Lines Matching refs:a_e

121                      SCHAR     a_e,       /*!< Exponent of 1st operand a */
138 shift = (int)(a_e - b_e);
144 *ptrSum_e = (shift>0)? a_e : b_e;
159 SCHAR a_e, /*!< Exponent of 1st operand a */
176 shift = (int)(a_e - b_e);
182 *ptrSum_e = (shift>0)? a_e : b_e;
208 SCHAR a_e, /*!< Exponent of dividend a */
260 *ptrResult_e = a_e - b_e + 1 + preShift - postShift;
264 SCHAR a_e, /*!< Exponent of dividend a */
316 *ptrResult_e = a_e - b_e + 1 + preShift - postShift;