Home
last modified time | relevance | path

Searched defs:ylogx (Results 1 - 4 of 4) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dpowf.c175 double_t ylogx = y * logx; /* cannot overflow, y is single prec. */ in powf() local
/third_party/musl/src/math/
H A Dpowf.c175 double_t ylogx = y * logx; /* cannot overflow, y is single prec. */ in powf() local
/third_party/optimized-routines/math/
H A Dpowf.c192 double_t ylogx = y * logx; /* Note: cannot overflow, y is single prec. */ in powf() local
H A Dv_powf.c169 double invc, logc, z, r, p, y0, logx, ylogx, kd, s; in powf() local

Completed in 3 milliseconds