Home
last modified time | relevance | path

Searched refs:float2char (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/audio/include/
H A DAudioTypePcm.h70 void float2char(float *&, char *&);
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioTypePcm.cc153 float2char(float *&F, char *&T) { *T++ = (char)dbl2long(*F++, 127); } in float2char() function in AudioTypePcm