Lines Matching +full:88 +full:v
20 #define GET_LDBL_MAN(h, l, v) do { \ argument
23 uv.e = v; \
29 #define GET_HIGH_WORD(i, v) GET_LDBL_EXPSIGN(i, v) argument
31 #define SET_HIGH_WORD(v, i) SET_LDBL_EXPSIGN(v, i) argument
70 /* scale a and b by 2**-(MAX_EXP/2+88) */ in hypotl()
71 ha -= DESW(MAX_EXP/2+88); hb -= DESW(MAX_EXP/2+88); in hypotl()
72 k += MAX_EXP/2+88; in hypotl()
86 } else { /* scale a and b by 2^(MAX_EXP/2+88) */ in hypotl()
87 ha += DESW(MAX_EXP/2+88); in hypotl()
88 hb += DESW(MAX_EXP/2+88); in hypotl()
89 k -= MAX_EXP/2+88; in hypotl()