Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libm/math/
Dsf_j1.c99 static const float V0[5] = { variable
165 v = one + z * (V0[0] + z * (V0[1] + z * (V0[2] + z * (V0[3] + z * V0[4])))); in y1f()
Ds_j1.c149 static const __float64 V0[5] = { variable
215 v = one + z * (V0[0] + z * (V0[1] + z * (V0[2] + z * (V0[3] + z * V0[4])))); in y164()