Searched refs:j0f (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/head/
H A Dmath.h254 extern float j0f __P((float));
279 #pragma does_not_read_global_data(gammaf_r, j0f, j1f, jnf, lgammaf_r, scalbf)
281 #pragma does_not_write_global_data(j0f, j1f, jnf, scalbf)
283 #pragma no_side_effect(j0f, j1f, jnf, scalbf)
/illumos-gate/usr/src/boot/include/
H A Dmath.h414 float j0f(float);
/illumos-gate/usr/src/lib/libm/common/R/
H A Dbesself.c29 #pragma weak __j0f = j0f
267 /* core of j0f computation; assumes fx is finite */
328 j0f(float fx) function
622 return (j0f(fx));

Completed in 57 milliseconds