Lines Matching full:double

75 static const double __TBL_rsqrtf[] = {
78 TBL[2*i ] = 1 / (*(double*)&(0x3fe0000000000000ULL + (i << 46))) * 2**-24;
79 TBL[2*i+1] = 1 / sqrtl(*(double*)&(0x3fe0000000000000ULL + (i << 46)));
81 TBL[2*i ] = 1 / (*(double*)&(0x3fe0000000000000ULL + (i << 46))) * 2**-23;
82 TBL[2*i+1] = 1 / sqrtl(*(double*)&(0x3fe0000000000000ULL + (i << 46)));
276 double A0 = ((double*)LCONST)[0]; /* 9.99999997962321453275e-01 */ in __vrsqrtf()
277 double A1 = ((double*)LCONST)[1]; /* -4.99999998166077580600e-01 */ in __vrsqrtf()
278 double A2 = ((double*)LCONST)[2]; /* 3.75066768969515586277e-01 */ in __vrsqrtf()
279 double A3 = ((double*)LCONST)[3]; /* -3.12560092408808548438e-01 */ in __vrsqrtf()
281 double res0, xx0, tbl_div0, tbl_sqrt0; in __vrsqrtf()
294 tbl_div0 = ((double*)((char*)__TBL_rsqrtf + si0))[0]; in __vrsqrtf()
295 tbl_sqrt0 = ((double*)((char*)__TBL_rsqrtf + si0))[1]; in __vrsqrtf()
336 double A0 = ((double*)LCONST)[0]; /* 9.99999997962321453275e-01 */ in __vrsqrtf()
337 double A1 = ((double*)LCONST)[1]; /* -4.99999998166077580600e-01 */ in __vrsqrtf()
338 double A2 = ((double*)LCONST)[2]; /* 3.75066768969515586277e-01 */ in __vrsqrtf()
339 double A3 = ((double*)LCONST)[3]; /* -3.12560092408808548438e-01 */ in __vrsqrtf()
340 double res0, xx0, tbl_div0, tbl_sqrt0; in __vrsqrtf()
353 tbl_div0 = ((double*)((char*)__TBL_rsqrtf + si0))[0]; in __vrsqrtf()
354 tbl_sqrt0 = ((double*)((char*)__TBL_rsqrtf + si0))[1]; in __vrsqrtf()
372 double A0 = ((double*)LCONST)[0]; /* 9.99999997962321453275e-01 */ in __vrsqrtf()
373 double A1 = ((double*)LCONST)[1]; /* -4.99999998166077580600e-01 */ in __vrsqrtf()
374 double A2 = ((double*)LCONST)[2]; /* 3.75066768969515586277e-01 */ in __vrsqrtf()
375 double A3 = ((double*)LCONST)[3]; /* -3.12560092408808548438e-01 */ in __vrsqrtf()
376 double res0, xx0, tbl_div0, tbl_sqrt0; in __vrsqrtf()
386 tbl_div0 = ((double*)((char*)__TBL_rsqrtf + si0))[0]; in __vrsqrtf()
387 tbl_sqrt0 = ((double*)((char*)__TBL_rsqrtf + si0))[1]; in __vrsqrtf()
404 double A0 = ((double*)LCONST)[0]; /* 9.99999997962321453275e-01 */ in __vrsqrtf_n()
405 double A1 = ((double*)LCONST)[1]; /* -4.99999998166077580600e-01 */ in __vrsqrtf_n()
406 double A2 = ((double*)LCONST)[2]; /* 3.75066768969515586277e-01 */ in __vrsqrtf_n()
407 double A3 = ((double*)LCONST)[3]; /* -3.12560092408808548438e-01 */ in __vrsqrtf_n()
408 double res0, xx0, tbl_div0, tbl_sqrt0; in __vrsqrtf_n()
413 double res1, xx1, tbl_div1, tbl_sqrt1; in __vrsqrtf_n()
414 double res2, xx2, tbl_div2, tbl_sqrt2; in __vrsqrtf_n()
445 tbl_div0 = ((double*)((char*)__TBL_rsqrtf + si0))[0]; in __vrsqrtf_n()
446 tbl_div1 = ((double*)((char*)__TBL_rsqrtf + si1))[0]; in __vrsqrtf_n()
447 tbl_div2 = ((double*)((char*)__TBL_rsqrtf + si2))[0]; in __vrsqrtf_n()
448 tbl_sqrt0 = ((double*)((char*)__TBL_rsqrtf + si0))[1]; in __vrsqrtf_n()
449 tbl_sqrt1 = ((double*)((char*)__TBL_rsqrtf + si1))[1]; in __vrsqrtf_n()
450 tbl_sqrt2 = ((double*)((char*)__TBL_rsqrtf + si2))[1]; in __vrsqrtf_n()
490 tbl_div0 = ((double*)((char*)__TBL_rsqrtf + si0))[0]; in __vrsqrtf_n()
491 tbl_sqrt0 = ((double*)((char*)__TBL_rsqrtf + si0))[1]; in __vrsqrtf_n()