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

  /external/llvm/test/Analysis/PostDominators/
pr6047_c.ll 15 _float32_unpack.exit:
21 _float32_unpack.exit8:
  /external/libvorbis/vq/
latticetune.c 150 fprintf(stderr,"%+3.1f,", c->quantlist[index]*_float32_unpack(c->q_delta)+
151 _float32_unpack(c->q_min));
distribution.c 79 max=min=_float32_unpack(c->q_min);
80 delta=_float32_unpack(c->q_delta);
113 printf("%+3.1f,", c->quantlist[index]*_float32_unpack(c->q_delta)+
114 _float32_unpack(c->q_min));
latticebuild.c 159 min=_float32_unpack(c.q_min);
160 mindel=_float32_unpack(c.q_delta);
localcodebook.h 91 extern float _float32_unpack(long val);
vqgen.c 196 mindel=_float32_unpack(q->min);
197 delta=_float32_unpack(q->delta);
226 float mindel=_float32_unpack(q->min);
227 float delta=_float32_unpack(q->delta);
  /external/libvorbis/lib/
codebook.h 89 extern float _float32_unpack(long val);
sharedbook.c 62 float _float32_unpack(long val){ function
200 float mindel=_float32_unpack(b->q_min);
201 float delta=_float32_unpack(b->q_delta);
293 c->minval=(int)rint(_float32_unpack(s->q_min));
294 c->delta=(int)rint(_float32_unpack(s->q_delta));
  /external/tremolo/Tremolo/
codebook.c 102 static ogg_int32_t _float32_unpack(long val,int *point){ function
468 s->q_min=_float32_unpack(oggpack_read(opb,32),&s->q_minp);
469 s->q_del=_float32_unpack(oggpack_read(opb,32),&s->q_delp);

Completed in 344 milliseconds