Searched refs:temp (Results 1 – 6 of 6) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | e_jn.c | 57 double a, b, c, s, temp, di; in jn() local 96 case 0: temp = c+s; break; in jn() 97 case 1: temp = -c+s; break; in jn() 98 case 2: temp = -c-s; break; in jn() 99 case 3: temp = c-s; break; in jn() 101 b = invsqrtpi*temp/sqrt(x); in jn() 106 temp = b; in jn() 108 a = temp; in jn() 119 temp = x*0.5; b = temp; in jn() 122 b *= temp; /* b = (x/2)^n */ in jn() [all …]
|
D | e_jnf.c | 38 float a, b, temp, di; in jnf() local 64 temp = b; in jnf() 66 a = temp; in jnf() 76 temp = x*(float)0.5; b = temp; in jnf() 79 b *= temp; /* b = (x/2)^n */ in jnf() 140 temp = b; in jnf() 143 a = temp; in jnf() 148 temp = b; in jnf() 151 a = temp; in jnf() 177 float a, b, temp; in ynf() local [all …]
|
/bionic/libc/upstream-netbsd/lib/libc/stdlib/ |
D | _rand48.c | 41 unsigned short temp[2]; in __dorand48() local 47 temp[0] = (unsigned short) accu; /* lower 16 bits */ in __dorand48() 51 temp[1] = (unsigned short) accu; /* middle 16 bits */ in __dorand48() 56 xseed[0] = temp[0]; in __dorand48() 57 xseed[1] = temp[1]; in __dorand48()
|
/bionic/benchmarks/ |
D | bionic_benchmarks.cpp | 464 int temp; in RegisterXmlBenchmarks() local 465 num_iterations_elem->QueryIntText(&temp); in RegisterXmlBenchmarks() 466 xml_opts.num_iterations = temp; in RegisterXmlBenchmarks() 470 int temp; in RegisterXmlBenchmarks() local 471 cpu_to_lock_elem->QueryIntText(&temp); in RegisterXmlBenchmarks() 472 xml_opts.cpu_to_lock = temp; in RegisterXmlBenchmarks()
|
/bionic/libc/dns/resolv/ |
D | res_cache.c | 1491 char temp[256], *p=temp, *end=p+sizeof(temp); in _dump_query() local 1496 XLOG("QUERY: %s", temp); in _dump_query() 1502 char temp[512], *p=temp, *end=p+sizeof(temp); in _cache_dump_mru() local 1505 p = _bprint(temp, end, "MRU LIST (%2d): ", cache->num_entries); in _cache_dump_mru() 1509 XLOG("%s", temp); in _cache_dump_mru()
|
/bionic/ |
D | README.md | 286 File "/path/tp/out/soong/.temp/Soong.python_qucjwd7g/symbolfile/__init__.py", line 171, 289 File "/path/to/out/soong/.temp/Soong.python_qucjwd7g/symbolfile/__init__.py", line 157,
|