Searched refs:logx (Results 1 – 1 of 1) sorted by relevance
217 double_t logx = log2_inline (ix); in powf() local218 double_t ylogx = (double) y * logx; /* Note: cannot overflow, y is single prec. */ in powf()