Searched defs:temp (Results 1 - 4 of 4) sorted by relevance
/bionic/libc/upstream-netbsd/lib/libc/stdlib/ |
H A D | _rand48.c | 41 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 D | e_jnf.c | 32 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 D | e_jn.c | 57 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 D | res_cache.c | 1432 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