Lines Matching refs:exp
295 int exp = (x > FL2FXCONST_DBL(0.0f)) ? (31 - (int)(x>>25)) : (int)(-(x>>25));
305 FIXP_DBL retVal = (lookup<<3) >> exp;
452 /* calculate the output exponent = input exp/2 */
710 /* Prepare exp */
719 /* Calc base pow exp */
739 /* Prepare exp */
748 /* Calc base pow exp */
773 INT exp,
779 if (exp != 0) {
794 for (i = 1; i < fAbs(exp); i++) {
799 if (exp < 0) {
809 result_e += exp * base_e;