Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/lib/libm/
Def_pow.c151 float s2,s_h,s_l,t_h,t_l; local
174 t_l = ax - (t_h-bp[k]);
175 s_l = v*((u-s_h*t_h)-s_h*t_l);
184 t_l = r-((t_h-(float)3.0)-s2);
187 v = s_l*t_h+t_l*s;
/device/linaro/bootloader/edk2/StdLib/LibC/Math/
De_pow.c224 double ss,s2,s_h,s_l,t_h,t_l; in __ieee754_pow() local
247 t_l = ax - (t_h-bp[k]); in __ieee754_pow()
248 s_l = v*((u-s_h*t_h)-s_h*t_l); in __ieee754_pow()
256 t_l = r-((t_h-3.0)-s2); in __ieee754_pow()
259 v = s_l*t_h+t_l*ss; in __ieee754_pow()
/device/linaro/bootloader/edk2/StdLib/Include/arpa/
Dnameser.h491 uint32_t t_l = (uint32_t)(l); \
493 *t_cp++ = (u_char)( t_l >> 24 ); \
494 *t_cp++ = (u_char)( t_l >> 16 ); \
495 *t_cp++ = (u_char)( t_l >> 8 ); \
496 *t_cp = (u_char)( t_l ); \