Home
last modified time | relevance | path

Searched refs:mp1 (Results 1 – 6 of 6) sorted by relevance

/sysdeps/ieee754/dbl-64/
A Dbranred.h40 /**/ mp1 = {{0x3FF921FB, 0x58000000}}, /* 1.5707963407039642 */ variable
54 /**/ mp1 = {{0x58000000, 0x3FF921FB}}, /* 1.5707963407039642 */ variable
A Dutan.h52 /**/ mp1 = {{0x3FF921FB, 0x58000000} }, variable
85 /**/ mp1 = {{0x58000000, 0x3FF921FB} }, variable
A Dusncs.h39 static const double mp1 = 0x1.921FB58000000p0; /* 1.5707963407039642 */ variable
A Dbranred.c137 bb=(((t1*mp1.x-b)+t1*mp2.x)+t2*mp1.x)+(t2*mp2.x+s*hp1.x+t*hp0.x); in __branred()
A Ds_tan.c128 t1 = (x - xn * mp1.d) - xn * mp2.d; in __tan()
212 t1 = (x - xn * mp1.d) - xn * mp2.d; in __tan()
A Ds_sin.c159 double y = (x - xn * mp1) - xn * mp2; in reduce_sincos()

Completed in 5 milliseconds