Searched refs:dp_l (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dultrasp7.c6 static const double bp = 1.0, dp_l[] = { 0.0 }; variable
41 z_l = bp*p_h+p_l*1.0+dp_l[i];
/openbsd-current/lib/libm/src/
H A De_pow.c66 dp_l[] = { 0.0, 1.35003920212974897128e-08,}, /* 0x3E4CFDEB, 0x43CFD006 */ variable
244 z_l = cp_l*p_h+p_l*cp+dp_l[k];
H A De_powf.c24 dp_l[] = { 0.0, 1.56322085e-06,}, /* 0x35d1cfdc */ variable
184 z_l = cp_l*p_h+p_l*cp+dp_l[k];
/openbsd-current/lib/libm/src/ld128/
H A De_powl.c78 static const long double dp_l[] = { variable
351 z_l = cp_l * p_h + p_l * cp + dp_l[k];

Completed in 278 milliseconds