HomeSort by: relevance | last modified time | path
    Searched defs:ix0 (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libm/src/
e_sqrt.c 98 int32_t ix0,s0,q,m,t,i; local in function:__ieee754_sqrt
101 EXTRACT_WORDS(ix0,ix1,x);
104 if((ix0&0x7ff00000)==0x7ff00000) {
109 if(ix0<=0) {
110 if(((ix0&(~sign))|ix1)==0) return x;/* sqrt(+-0) = +-0 */
111 else if(ix0<0)
115 m = (ix0>>20);
117 while(ix0==0) {
119 ix0 |= (ix1>>11); ix1 <<= 21;
121 for(i=0;(ix0&0x00100000)==0;i++) ix0<<=1
    [all...]
e_sqrt.c 98 int32_t ix0,s0,q,m,t,i; local in function:__ieee754_sqrt
101 EXTRACT_WORDS(ix0,ix1,x);
104 if((ix0&0x7ff00000)==0x7ff00000) {
109 if(ix0<=0) {
110 if(((ix0&(~sign))|ix1)==0) return x;/* sqrt(+-0) = +-0 */
111 else if(ix0<0)
115 m = (ix0>>20);
117 while(ix0==0) {
119 ix0 |= (ix1>>11); ix1 <<= 21;
121 for(i=0;(ix0&0x00100000)==0;i++) ix0<<=1
    [all...]
e_sqrt.c 98 int32_t ix0,s0,q,m,t,i; local in function:__ieee754_sqrt
101 EXTRACT_WORDS(ix0,ix1,x);
104 if((ix0&0x7ff00000)==0x7ff00000) {
109 if(ix0<=0) {
110 if(((ix0&(~sign))|ix1)==0) return x;/* sqrt(+-0) = +-0 */
111 else if(ix0<0)
115 m = (ix0>>20);
117 while(ix0==0) {
119 ix0 |= (ix1>>11); ix1 <<= 21;
121 for(i=0;(ix0&0x00100000)==0;i++) ix0<<=1
    [all...]
e_sqrt.c 98 int32_t ix0,s0,q,m,t,i; local in function:__ieee754_sqrt
101 EXTRACT_WORDS(ix0,ix1,x);
104 if((ix0&0x7ff00000)==0x7ff00000) {
109 if(ix0<=0) {
110 if(((ix0&(~sign))|ix1)==0) return x;/* sqrt(+-0) = +-0 */
111 else if(ix0<0)
115 m = (ix0>>20);
117 while(ix0==0) {
119 ix0 |= (ix1>>11); ix1 <<= 21;
121 for(i=0;(ix0&0x00100000)==0;i++) ix0<<=1
    [all...]

Completed in 41 milliseconds