Searched refs:tx (Results 1 - 6 of 6) sorted by relevance

/bionic/libm/src/
H A De_rem_pio2f.c65 double tx[1],ty[2]; local
92 tx[0] = z;
93 n = __kernel_rem_pio2(tx,ty,e0,1,1,two_over_pi);
H A Ds_fma.c57 double c, cc, hx, hy, p, q, tx, ty; local
153 tx = xs - hx;
161 q = hx * ty + tx * hy;
163 cc = p - c + q + tx * ty;
H A Ds_fmal.c52 long double c, cc, hx, hy, p, q, tx, ty; local
148 tx = xs - hx;
156 q = hx * ty + tx * hy;
158 cc = p - c + q + tx * ty;
H A De_rem_pio2.c79 double tx[3]; local
159 tx[i] = (double)((int32_t)(z));
160 z = (z-tx[i])*two24;
162 tx[2] = z;
164 while(tx[nx-1]==zero) nx--; /* skip zero term */
165 n = __kernel_rem_pio2(tx,y,e0,nx,2,two_over_pi);
/bionic/libc/kernel/common/linux/
H A Datmdev.h31 #define __AAL_STAT_ITEMS __HANDLE_ITEM(tx); __HANDLE_ITEM(tx_err); __HANDLE_ITEM(rx); __HANDLE_ITEM(rx_err); __HANDLE_ITEM(rx_drop);
/bionic/libc/kernel/arch-mips/asm/ip32/
H A Dmace.h242 volatile unsigned long tx; member in struct:mace_ps2port

Completed in 65 milliseconds