Searched defs:temp (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/upstream-netbsd/lib/libc/stdlib/
H A D_rand48.c41 unsigned short temp[2]; local
47 temp[0] = (unsigned short) accu; /* lower 16 bits */
51 temp[1] = (unsigned short) accu; /* middle 16 bits */
54 xseed[0] = temp[0];
55 xseed[1] = temp[1];
/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_jnf.c32 float a, b, temp, di; local
58 temp = b;
60 a = temp;
70 temp = x*(float)0.5; b = temp;
73 b *= temp; /* b = (x/2)^n */
134 temp = b;
137 a = temp;
142 temp = b;
145 a = temp;
171 float a, b, temp; local
[all...]
H A De_jn.c57 double a, b, temp, di; local
95 case 0: temp = cos(x)+sin(x); break;
96 case 1: temp = -cos(x)+sin(x); break;
97 case 2: temp = -cos(x)-sin(x); break;
98 case 3: temp = cos(x)-sin(x); break;
100 b = invsqrtpi*temp/sqrt(x);
105 temp = b;
107 a = temp;
118 temp = x*0.5; b = temp;
219 double a, b, temp; local
[all...]
/bionic/libc/dns/resolv/
H A Dres_cache.c1432 char temp[256], *p=temp, *end=p+sizeof(temp); local
1437 XLOG("QUERY: %s", temp);
1443 char temp[512], *p=temp, *end=p+sizeof(temp); local
1446 p = _bprint(temp, end, "MRU LIST (%2d): ", cache->num_entries);
1450 XLOG("%s", temp);

Completed in 205 milliseconds