OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_float32_unpack
(Results
1 - 8
of
8
) sorted by null
/external/libvorbis/vq/
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);