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

  /external/libvorbis/lib/
res0.c 134 fprintf(stderr,"%ld,",look->resbits[j][k]);
135 acc+=look->resbits[j][k];
557 long resbits[128]; local
568 memset(resbits,0,sizeof(resbits));
631 resbits[partword[j][i]]+=ret;
644 fprintf(stderr,"%ld/%1.2g, ",resvals[k],(float)resbits[k]/resvals[k]);
646 totalbits+=resbits[k];
  /external/deqp/modules/gles3/functional/
es3fShaderPrecisionTests.cpp 333 const deUint64 resBits = tcu::Float64(result).bits();
335 const deUint64 accurateResBits = resBits >> maskBits;
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]

Completed in 131 milliseconds