Home
last modified time | relevance | path

Searched refs:logx (Results 1 – 1 of 1) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libm/common/
Dsf_pow.c217 double_t logx = log2_inline (ix); in powf() local
218 double_t ylogx = (double) y * logx; /* Note: cannot overflow, y is single prec. */ in powf()