Home
last modified time | relevance | path

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

/haiku/src/add-ons/media/plugins/raw_decoder/
H A DAudioConversion.cpp33 typedef double float64; typedef
121 …inline operator int32() const { float64 v; if (data < -1.0) v = -1.0; else if (data > 1.0) v = 1.0… in operator int32()
124 float64 data;
192 CONVERT(float64, uint8) in CONVERT()
193 CONVERT(float64, int8) in CONVERT()
194 CONVERT(float64, int16) in CONVERT()
195 CONVERT(float64, int32) in CONVERT()
196 CONVERT(float64, float32) in CONVERT()