Searched refs:tc (Results 1 - 7 of 7) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_lgammaf_r.c41 * Domain x in [tc-0.24, tc+0.28], range ~[-5.6577e-10, 5.5677e-10]:
42 * |(lgamma(x) - tf) - t(x - tc)| < 2**-30.8.
44 tc = 1.46163213e+00, /* 0x3fbb16c3 */ variable
163 else if(ix>=0x3e6d3308) {y= x-(tc-one); i=1;}
168 else if(ix>=0x3F9da620) {y=x-tc;i=1;} /* [1.23,1.73] */
H A De_lgamma_r.c107 tc = 1.46163214496836224576e+00, /* 0x3FF762D8, 0x6356BE3F */ variable
242 else if(ix>=0x3FCDA661) {y= x-(tc-one); i=1;}
247 else if(ix>=0x3FF3B4C4) {y=x-tc;i=1;} /* [1.23,1.73] */
/bionic/libc/include/arpa/
H A Dnameser_compat.h59 unsigned tc :1; /* truncated message */ member in struct:__anon43
/bionic/tools/versioner/current/arpa/
H A Dnameser_compat.h59 unsigned tc :1; /* truncated message */ member in struct:__anon2296
/bionic/libc/dns/nameser/
H A Dns_name.c998 char *beg = dn, tc; local
1020 tc = *cp++;
1021 i = snprintf(dn, eom - dn, "%02x", tc & (0xff << (8 - b)));
1026 tc = *cp++;
1028 (((u_int32_t)tc >> 4) & 0x0f) & (0x0f << (4 - b)));
/bionic/libm/upstream-freebsd/lib/msun/ld128/
H A De_lgammal_r.c65 * Domain x in [tc-0.24, tc+0.28], range ~[-6.3201e-37, 6.3201e-37]:
66 * |(lgamma(x) - tf) - t(x - tc)| < 2**-120.3.
69 tc = 1.46163214496836234126265954232572133e+00L, variable
266 else if(x>=2.3163998126983643e-01) {y= x-(tc-1); i=1;}
271 else if(x>=1.2316322326660156e+00) {y=x-tc;i=1;}
/bionic/libc/dns/resolv/
H A Dres_send.c935 anhp->tc = 1;
1285 if (!(statp->options & RES_IGNTC) && anhp->tc) {

Completed in 7055 milliseconds