Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libm/math/
Ds_jn.c75 return (j064(x)); in jn64()
115 a = j064(x); in jn64()
224 b = (t * j064(x) / b); in jn64()
Ds_j0.c83 j064(__float64 x) in j064() function
220 return (u / v + tpi * (j064(x) * log64(x))); in y064()
/picolibc-3.5.0-3.4.0/newlib/libm/common/
Dmath_config.h1197 #define j064 _NAME_64(j0) macro