Searched refs:complex_value (Results 1 – 1 of 1) sorted by relevance
57 auto complex_value = std::complex<float>(static_cast<float>(value), 0.0f); in CreateConstOpWithSingleValue() local58 content.assign(reinterpret_cast<const char*>(&complex_value), in CreateConstOpWithSingleValue()59 sizeof(complex_value)); in CreateConstOpWithSingleValue()