Searched refs:complex_value (Results 1 – 1 of 1) sorted by relevance
417 static std::string ComplexToString(uint32_t complex_value, bool fraction) { in ComplexToString() argument424 (complex_value >> Res_value::COMPLEX_RADIX_SHIFT) & Res_value::COMPLEX_RADIX_MASK; in ComplexToString()425 const uint64_t mantissa = uint64_t{(complex_value >> Res_value::COMPLEX_MANTISSA_SHIFT) & in ComplexToString()433 (complex_value >> Res_value::COMPLEX_UNIT_SHIFT) & Res_value::COMPLEX_UNIT_MASK; in ComplexToString()