HomeSort by relevance Sort by last modified time
    Searched defs:clog (Results 1 - 2 of 2) sorted by null

  /bionic/libm/upstream-netbsd/lib/libm/complex/
clog.c 1 /* $NetBSD: clog.c,v 1.1 2007/08/20 16:01:35 drochner Exp $ */
37 clog(double complex z) function
  /external/iproute2/tc/
tc_red.c 80 int clog; local
83 for (clog = 0; clog < 32; clog++) {
84 if (maxtime/(1<<clog) < 512)
87 if (clog >= 32)
92 sbuf[i] = (i<<clog)*lW;
97 return clog;

Completed in 80 milliseconds