Searched defs:qq2 (Results 1 - 2 of 2) sorted by path

/bionic/libm/src/
H A Ds_erf.c133 qq2 = 6.50222499887672944485e-02, /* 0x3FB0A54C, 0x5536CEBA */ variable
210 s = one+z*(qq1+z*(qq2+z*(qq3+z*(qq4+z*qq5))));
259 s = one+z*(qq1+z*(qq2+z*(qq3+z*(qq4+z*qq5))));
H A Ds_erff.c41 qq2 = 6.5022252500e-02, /* 0x3d852a63 */ variable
119 s = one+z*(qq1+z*(qq2+z*(qq3+z*(qq4+z*qq5))));
168 s = one+z*(qq1+z*(qq2+z*(qq3+z*(qq4+z*qq5))));

Completed in 44 milliseconds