Searched refs:ComplexBitsToTypeId (Results 1 – 3 of 3) sorted by relevance
53 Complex::Complex(const int nbits) : Number(ComplexBitsToTypeId(nbits), nbits, false) { in Complex()
44 TypeId ComplexBitsToTypeId(const int nbits);
128 TypeId ComplexBitsToTypeId(const int nbits) { in ComplexBitsToTypeId() function