Searched defs:hz (Results 1 - 12 of 12) sorted by relevance

/external/fdlibm/
H A De_fmod.c35 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>
[all...]
H A Dk_cos.c71 double a,hz,z,r,qx; local
88 hz = 0.5*z-qx;
90 return a - (hz - (z*r-x*y));
/external/chromium/third_party/libevent/compat/sys/
H A D_libevent_time.h147 int hz; /* clock frequency */ member in struct:clockinfo
148 int tick; /* micro-seconds per hz tick */
H A D_time.h147 int hz; /* clock frequency */ member in struct:clockinfo
148 int tick; /* micro-seconds per hz tick */
/external/iproute2/ip/
H A Dipneigh.c272 int hz = get_user_hz(); local
276 fprintf(fp, " used %d/%d/%d", ci->ndm_used/hz,
277 ci->ndm_confirmed/hz, ci->ndm_updated/hz);
H A Diproute.c133 static int hz; local
422 if (!hz)
423 hz = get_user_hz();
425 fprintf(fp, " expires %dsec", ci->rta_expires/hz);
434 fprintf(fp, " age %dsec", ci->rta_lastuse/hz);
448 if (!hz)
449 hz = get_user_hz();
453 fprintf(fp, " expires %dsec", ci->rta_expires/hz);
462 fprintf(fp, " age %dsec", ci->rta_lastuse/hz);
484 if (!hz)
[all...]
/external/iproute2/tc/
H A Dtc_util.c485 int hz = get_user_hz(); local
487 fprintf(f, " installed %u sec", (unsigned)(tm->install/hz));
489 fprintf(f, " used %u sec", (unsigned)(tm->lastuse/hz));
491 fprintf(f, " expires %u sec", (unsigned)(tm->expires/hz));
/external/linux-tools-perf/util/
H A Dsvghelper.c311 static char *HzToHuman(unsigned long hz) argument
318 Hz = hz;
/external/iproute2/lib/
H A Dutils.c142 else if (strcasecmp(p, "j") == 0 || strcasecmp(p, "hz") == 0 ||
484 int hz = 0; local
503 hz = denom;
506 if (hz)
507 return hz;
/external/iproute2/misc/
H A Dss.c480 int hz = get_user_hz(); local
481 return print_ms_timer(((timeout*1000) + hz-1)/hz);
1251 int hz = get_user_hz(); local
1252 if (s.rto && s.rto != 3*hz)
1253 printf(" rto:%g", (double)s.rto/hz);
1255 printf(" ato:%g", (double)s.ato/hz);
/external/quake/quake/src/QW/dxsdk/sdk/inc/
H A Dd3dtypes.h186 D3DVALUE hz; member in union:_D3DHVERTEX::__anon10103
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
H A DD3DTYPES.H186 D3DVALUE hz; member in union:_D3DHVERTEX::__anon10286

Completed in 196 milliseconds