Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/ieee754/flt-32/
De_j1f.c202 float cst = 0xc.c422ap-4; /* sqrt(2/pi) rounded to nearest */ in j1f_asympt() local
206 cst = -cst; in j1f_asympt()
220 float t = cst / sqrtf (x) * (float) beta1; in j1f_asympt()
494 float cst = 0xc.c422ap-4; /* sqrt(2/pi) rounded to nearest */ in y1f_asympt() local
507 float t = cst / sqrtf (x) * (float) beta1; in y1f_asympt()
De_j0f.c214 float cst = 0xc.c422ap-4f; /* sqrt(2/pi) rounded to nearest */ in j0f_asympt() local
215 float t = cst / sqrtf (x) * (float) beta0; in j0f_asympt()
495 float cst = 0xc.c422ap-4; /* sqrt(2/pi) rounded to nearest */ in y0f_asympt() local
496 float t = cst / sqrtf (x) * (float) beta0; in y0f_asympt()