Home
last modified time | relevance | path

Searched refs:t_l (Results 1 – 3 of 3) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
De_powf.c149 float s2,s_h,s_l,t_h,t_l; in __ieee754_powf() local
173 t_l = ax - (t_h-bp[k]); in __ieee754_powf()
174 s_l = v*((u-s_h*t_h)-s_h*t_l); in __ieee754_powf()
183 t_l = r-((t_h-(float)3.0)-s2); in __ieee754_powf()
186 v = s_l*t_h+t_l*s; in __ieee754_powf()
De_pow.c207 double ss,s2,s_h,s_l,t_h,t_l; in __ieee754_pow() local
230 t_l = ax - (t_h-bp[k]); in __ieee754_pow()
231 s_l = v*((u-s_h*t_h)-s_h*t_l); in __ieee754_pow()
239 t_l = r-((t_h-3.0)-s2); in __ieee754_pow()
242 v = s_l*t_h+t_l*ss; in __ieee754_pow()
/bionic/libc/include/arpa/
Dnameser.h512 uint32_t t_l = (uint32_t)(l); \
514 *t_cp++ = t_l >> 24; \
515 *t_cp++ = t_l >> 16; \
516 *t_cp++ = t_l >> 8; \
517 *t_cp = t_l; \