/external/arm-optimized-routines/math/ |
pow.c | 39 double_t z, r, y, invc, logc, logctail, kd, hi, t1, t2, lo, lo1, lo2, p; local 56 logctail = T[i].logctail; 74 lo1 = kd * Ln2lo + logctail;
|
math_config.h | 402 struct {double invc, pad, logc, logctail;} tab[1 << POW_LOG_TABLE_BITS]; member in struct:pow_log_data::__anon15261
|