Searched refs:FloatBitsToTypeId (Results 1 – 3 of 3) sorted by relevance
46 Float::Float(const int nbits) : Number(FloatBitsToTypeId(nbits), nbits, false) { in Float()
43 TypeId FloatBitsToTypeId(const int nbits);
115 TypeId FloatBitsToTypeId(const int nbits) { in FloatBitsToTypeId() function