HomeSort by relevance Sort by last modified time
    Searched refs:hx2 (Results 1 - 3 of 3) sorted by null

  /external/adhd/cras/src/dsp/
crossover.c 49 float hx2 = hp->x2; local
74 y = hb0*x + hb1*hx1 + hb2*hx2 - ha1*hy1 - ha2*hy2;
76 hx2 = hx1;
93 hp->x2 = hx2;
122 float hx2 = hp->x2; local
146 y = hb0*x + hb1*hx1 + hb2*hx2 - ha1*hy1 - ha2*hy2;
148 hx2 = hx1;
165 hp->x2 = hx2;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeOverlay.java 126 int hx2 = h.x + h.width; local
137 if (hx2 < rx2) {
138 tempResult.add(new Rectangle(hx2, h.y, rx2 - hx2, h.height));
  /external/valgrind/coregrind/
m_transtab.c 749 const HostExtent* hx2 = v2; local
750 if (hx1->start + hx1->len <= hx2->start) return -1;
751 if (hx2->start + hx2->len <= hx1->start) return 1;
    [all...]

Completed in 762 milliseconds