Searched defs:t0 (Results 1 - 5 of 5) sorted by relevance

/bionic/libc/arch-mips/include/machine/
H A Dregdef.h57 #define t0 $12 /* temp registers (not saved across subroutine calls) */ macro
62 #define t0 $8 /* temp registers (not saved across subroutine calls) */ macro
/bionic/libc/arch-mips64/include/machine/
H A Dregdef.h64 #define t0 $12 /* temp registers (not saved across subroutine calls) */ macro
69 #define t0 $8 /* temp registers (not saved across subroutine calls) */ macro
/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_lgamma_r.c110 t0 = 4.83836122723810047042e-01, /* 0x3FDEF72B, 0xC8EE38A2 */ variable
259 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */
H A De_lgammaf_r.c43 t0 = 4.8383611441e-01, /* 0x3ef7b95e */ variable
192 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */
/bionic/linker/
H A Dlinker.cpp2107 struct timeval t0, t1; local
2108 gettimeofday(&t0, 0);
2217 (((long long)t0.tv_sec * 1000000LL) + (long long)t0.tv_usec)));

Completed in 655 milliseconds