Searched refs:logctail (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/libc/AOR_v20.02/math/ |
D | pow.c | 41 double_t z, r, y, invc, logc, logctail, kd, hi, t1, t2, lo, lo1, lo2, p; in log_inline() local 58 logctail = T[i].logctail; in log_inline() 76 lo1 = kd * Ln2lo + logctail; in log_inline()
|
D | math_config.h | 417 struct {double invc, pad, logc, logctail;} tab[1 << POW_LOG_TABLE_BITS]; member
|
/external/arm-optimized-routines/math/ |
D | pow.c | 40 double_t z, r, y, invc, logc, logctail, kd, hi, t1, t2, lo, lo1, lo2, p; in log_inline() local 57 logctail = T[i].logctail; in log_inline() 75 lo1 = kd * Ln2lo + logctail; in log_inline()
|
D | math_config.h | 434 struct {double invc, pad, logc, logctail;} tab[1 << POW_LOG_TABLE_BITS]; member
|