Home | History | Annotate | Download | only in src

Lines Matching refs:SCHAR

121                      SCHAR     a_e,       /*!< Exponent of 1st operand a */
123 SCHAR b_e, /*!< Exponent of 2nd operand b */
125 SCHAR *ptrSum_e) /*!< Exponent of result */
159 SCHAR a_e, /*!< Exponent of 1st operand a */
161 SCHAR b_e, /*!< Exponent of 2nd operand b */
163 SCHAR *ptrSum_e) /*!< Exponent of result */
208 SCHAR a_e, /*!< Exponent of dividend a */
210 SCHAR b_e, /*!< Exponent of divisor b */
212 SCHAR *ptrResult_e) /*!< Exponent of quotient a/b */
264 SCHAR a_e, /*!< Exponent of dividend a */
266 SCHAR b_e, /*!< Exponent of divisor b */
268 SCHAR *ptrResult_e) /*!< Exponent of quotient a/b */
330 SCHAR *exponent,
331 const SCHAR *destScale)