Searched refs:hp0 (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A Dbranred.h39 /**/ hp0 = {{0x3FF921FB, 0x54442D18}} ,/* 1.5707963267948966 */ variable
53 /**/ hp0 = {{0x54442D18, 0x3FF921FB}}, /* 1.5707963267948966 */ variable
H A Duasncs.h35 /**/ hp0 = {{0x3FF921FB, 0x54442D18 }}, /* 1.5707963267948966 */ variable
43 /**/ hp0 = {{0x54442D18, 0x3FF921FB }}, /* 1.5707963267948966 */ variable
H A De_asin.c191 y=hp0.x-res;
192 z=((hp0.x-y)-res)+(hp1.x-z);
228 y=(hp0.x-res)-z;
267 y=(hp0.x-res)-z;
296 res1 = hp0.x - 2.0*y;
303 res1=hp0.x-2.0*w[0];
304 cor=((hp0.x-res1)-2.0*w[0])+(hp1.x-2.0*w[1]);
316 else if (k==0x3ff00000 && u.i[LOW_HALF]==0) return (m>0)?hp0.x:-hp0.x;
349 if (k < 0x3c880000) return hp0
[all...]
H A Ddosincos.h54 /**/ hp0 = {{0x3FF921FB, 0x54442D18}}, /* PI / 2 */ variable
76 /**/ hp0 = {{0x54442D18, 0x3FF921FB}}, /* PI / 2 */ variable
H A Dusncs.h43 /**/ hp0 = {{0x3FF921FB, 0x54442D18 }}, /* 1.5707963267948966 */ variable
66 /**/ hp0 = {{0x54442D18, 0x3FF921FB }},/* 1.5707963267948966 */ variable
H A Dbranred.c137 b=s*hp0.x;
138 bb=(((t1*mp1.x-b)+t1*mp2.x)+t2*mp1.x)+(t2*mp2.x+s*hp1.x+t*hp0.x);
H A Ddosincos.c168 if (y<0.5*hp0.x) /* y< PI/4 */
170 else if (y<1.5*hp0.x) { /* y< 3/4 * PI */
171 p=hp0.x-y; /* p = PI/2 - y */
181 p=2.0*hp0.x-y; /* p = PI- y */
H A Ds_sin.c135 y = (m>0)? hp0.x-x:hp0.x+x;
374 y=hp0.x-ABS(x);
651 y = hp0.x-y;
681 y=ABS(x)-hp0.x;

Completed in 102 milliseconds