Searched refs:hb (Results 1 – 1 of 1) sorted by relevance
50 int32_t j,k,ha,hb; in __ieee754_hypot() local54 GET_HIGH_WORD(hb,y); in __ieee754_hypot()55 hb &= 0x7fffffff; in __ieee754_hypot()56 if(hb > ha) {a=y;b=x;j=ha; ha=hb;hb=j;} else {a=x;b=y;} in __ieee754_hypot()58 SET_HIGH_WORD(b,hb); /* b <- |b| */ in __ieee754_hypot()74 SET_HIGH_WORD(b,hb); in __ieee754_hypot()76 if(hb < 0x20b00000) { /* b < 2**-500 */ in __ieee754_hypot()80 if((hb|low)==0) return a; in __ieee754_hypot()88 hb += 0x25800000; /* b *= 2^600 */ in __ieee754_hypot()91 SET_HIGH_WORD(b,hb); in __ieee754_hypot()[all …]
Completed in 2 milliseconds