/external/fdlibm/ |
D | e_fmod.c | 35 int n,hx,hy,hz,ix,iy,sx,i; local 103 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1; 104 if(hz<0){hx = hx+hx+(lx>>31); lx = lx+lx;} 106 if((hz|lz)==0) /* return sign(x)*0 */ 108 hx = hz+hz+(lz>>31); lx = lz+lz; 111 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1; 112 if(hz>=0) {hx=hz;lx=lz;}
|
D | k_cos.c | 71 double a,hz,z,r,qx; local 88 hz = 0.5*z-qx; 90 return a - (hz - (z*r-x*y));
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContextUtil.cpp | 47 float hz = (p0.z() + p1.z()) * 0.5f; in drawQuadWithVaoBuffers() local 51 p0.x(), p1.y(), hz, 1.0f, in drawQuadWithVaoBuffers() 52 p1.x(), p0.y(), hz, 1.0f, in drawQuadWithVaoBuffers() 117 float hz = (p0.z() + p1.z()) * 0.5f; in drawQuadWithClientPointers() local 121 p0.x(), p1.y(), hz, 1.0f, in drawQuadWithClientPointers() 122 p1.x(), p0.y(), hz, 1.0f, in drawQuadWithClientPointers()
|
/external/google-benchmark/src/ |
D | sysinfo.cc | 227 uint64_t hz = 0; in InitializeSystemInfo() 229 unsigned int hz = 0; in InitializeSystemInfo() 231 size_t sz = sizeof(hz); in InitializeSystemInfo() 233 if (sysctlbyname(sysctl_path, &hz, &sz, nullptr, 0) != 0) { in InitializeSystemInfo() 238 cpuinfo_cycles_per_second = hz; in InitializeSystemInfo()
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/benchmark/ |
D | index.js | 31 …console.log('Working copy is x' + (this[0].hz / this[1].hz).toFixed(2) + ' times faster vs upstrea…
|
/external/opencv3/modules/photo/src/ |
D | npr.hpp | 65 void compute_boxfilter(Mat &output, Mat &hz, Mat &psketch, float radius); 172 void Domain_Filter::compute_Rfilter(Mat &output, Mat &hz, float sigma_h) in compute_Rfilter() argument 187 V.at<float>(i,j) = pow(a,hz.at<float>(i,j)); in compute_Rfilter() 216 void Domain_Filter::compute_boxfilter(Mat &output, Mat &hz, Mat &psketch, float radius) in compute_boxfilter() argument 223 lower_pos = hz - radius; in compute_boxfilter() 224 upper_pos = hz + radius; in compute_boxfilter() 234 domain_row.at<float>(0,j) = hz.at<float>(i,j); in compute_boxfilter() 307 void Domain_Filter::compute_NCfilter(Mat &output, Mat &hz, Mat &psketch, float radius) in compute_NCfilter() argument 313 compute_boxfilter(output,hz,psketch,radius); in compute_NCfilter()
|
/external/autotest/client/profilers/powertop/src/ |
D | cpufreqstats.c | 65 static char *HzToHuman(unsigned long hz) in HzToHuman() argument 71 Hz = hz; in HzToHuman()
|
/external/bzip2/ |
D | blocksort.c | 80 #define fpush(lz,hz) { stackLo[sp] = lz; \ argument 81 stackHi[sp] = hz; \ 84 #define fpop(lz,hz) { sp--; \ argument 86 hz = stackHi[sp]; } 596 #define mpush(lz,hz,dz) { stackLo[sp] = lz; \ argument 597 stackHi[sp] = hz; \ 601 #define mpop(lz,hz,dz) { sp--; \ argument 603 hz = stackHi[sp]; \
|
/external/iproute2/ip/ |
D | ipneigh.c | 299 int hz = get_user_hz(); in print_neigh() local 303 fprintf(fp, " used %d/%d/%d", ci->ndm_used/hz, in print_neigh() 304 ci->ndm_confirmed/hz, ci->ndm_updated/hz); in print_neigh()
|
D | iproute.c | 318 static int hz; in print_route() local 521 if (!hz) in print_route() 522 hz = get_user_hz(); in print_route() 524 fprintf(fp, " expires %dsec", ci->rta_expires/hz); in print_route() 533 fprintf(fp, " age %dsec", ci->rta_lastuse/hz); in print_route() 546 if (!hz) in print_route() 547 hz = get_user_hz(); in print_route() 551 fprintf(fp, " expires %dsec", ci->rta_expires/hz); in print_route() 560 fprintf(fp, " age %dsec", ci->rta_lastuse/hz); in print_route() 835 static int hz; in iproute_modify() local [all …]
|
/external/iproute2/tc/ |
D | tc_util.c | 506 int hz = get_user_hz(); in print_tm() local 508 fprintf(f, " installed %u sec", (unsigned)(tm->install/hz)); in print_tm() 510 fprintf(f, " used %u sec", (unsigned)(tm->lastuse/hz)); in print_tm() 512 fprintf(f, " expires %u sec", (unsigned)(tm->expires/hz)); in print_tm()
|
/external/iproute2/bridge/ |
D | fdb.c | 148 int hz = get_user_hz(); in print_fdb() local 150 fprintf(fp, "used %d/%d ", ci->ndm_used/hz, in print_fdb() 151 ci->ndm_updated/hz); in print_fdb()
|
/external/libnl/lib/route/ |
D | neigh.c | 369 int hz = nl_get_hz(); in neigh_dump_details() local 377 n->n_cacheinfo.nci_confirmed/hz, in neigh_dump_details() 378 n->n_cacheinfo.nci_used/hz, n->n_cacheinfo.nci_updated/hz); in neigh_dump_details()
|
/external/libnl/lib/ |
D | utils.c | 291 long hz = strtol(getenv("HZ"), NULL, 0); in get_psched_settings() local 293 if (LONG_MIN != hz && LONG_MAX != hz) { in get_psched_settings() 294 user_hz = hz; in get_psched_settings()
|
/external/iproute2/lib/ |
D | utils.c | 673 int hz = 0; in __get_hz() local 692 hz = denom; in __get_hz() 695 if (hz) in __get_hz() 696 return hz; in __get_hz()
|
/external/opencv3/modules/core/src/ |
D | rand.cpp | 368 int hz = (int)temp; in randn_0_1_32f() local 370 int iz = hz & 127; in randn_0_1_32f() 371 x = hz*wn[iz]; in randn_0_1_32f() 372 if( (unsigned)std::abs(hz) < kn[iz] ) in randn_0_1_32f() 386 x = hz > 0 ? r + x : -r - x; in randn_0_1_32f()
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/ |
D | en-GB_kh0_kdt_lfz3.pkb | 52 'Rf����L�¹P�Oڒp��l}���]��hz�3�A*X�H��n!&�t���Ŕ�aP ��?��P���a)5Qݐ�u�삧�W�X��m��5a���5`Uv…
|
/external/deqp/modules/glshared/ |
D | glsScissorTests.cpp | 75 const float hz = (p0.z() + p1.z()) * 0.5f; in drawQuad() local 79 p0.x(), p1.y(), hz, 1.0f, in drawQuad() 80 p1.x(), p0.y(), hz, 1.0f, in drawQuad()
|
/external/v8/src/third_party/fdlibm/ |
D | fdlibm.js | 228 var hz = 0.5 * z - qx; 229 return (1 - qx - (hz - (z * r - X * Y))) SIGN;
|
/external/icu/icu4c/source/data/lang/ |
D | or.txt | 176 hz{"ହେରେରୋ"}
|
D | brx.txt | 178 hz{"हेरेरो"}
|
D | ks.txt | 180 hz{"ہیٚریٖرو"}
|
D | bs_Cyrl.txt | 184 hz{"хереро"}
|
D | he.txt | 221 hz{"הררו"}
|
D | ne.txt | 234 hz{"हेरेरो"}
|