Searched refs:float64 (Results 1 – 1 of 1) sorted by relevance
33 typedef double float64; typedef121 …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()