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

  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
ClassificationBox.java 82 byte[] cE = new byte[4];
83 content.get(cE);
84 classificationEntity = IsoFile.bytesToFourCC(cE);
  /external/libopus/src/
analysis.c 117 #define cE ((float)M_PI/2)
131 return -x*y*(y2 + cA*x2) / den + (y<0 ? -cE : cE);
133 return (y<0 ? -cE : cE);
137 return x*y*(x2 + cA*y2) / den + (y<0 ? -cE : cE) - (x*y<0 ? -cE : cE);
139 return (y<0 ? -cE : cE) - (x*y<0 ? -cE : cE)
    [all...]
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]

Completed in 810 milliseconds