Searched refs:bitwiseCast (Results 1 – 1 of 1) sorted by relevance
2743 Dest bitwiseCast(Src source) in bitwiseCast() function2837 spec.specConstants.push_back(bitwiseCast<deUint32>(std::numeric_limits<float>::infinity())); in createSpecConstantOpQuantizeToF16Group()2838 spec.specConstants.push_back(bitwiseCast<deUint32>(-std::numeric_limits<float>::infinity())); in createSpecConstantOpQuantizeToF16Group()2839 spec.specConstants.push_back(bitwiseCast<deUint32>(std::ldexp(1.0f, 16))); in createSpecConstantOpQuantizeToF16Group()2840 spec.specConstants.push_back(bitwiseCast<deUint32>(std::ldexp(-1.0f, 32))); in createSpecConstantOpQuantizeToF16Group()2868 spec.specConstants.push_back(bitwiseCast<deUint32>(outputs[idx])); in createSpecConstantOpQuantizeToF16Group()2886 spec.specConstants.push_back(bitwiseCast<deUint32>(0.f)); in createSpecConstantOpQuantizeToF16Group()2887 spec.specConstants.push_back(bitwiseCast<deUint32>(-0.f)); in createSpecConstantOpQuantizeToF16Group()2888 spec.specConstants.push_back(bitwiseCast<deUint32>(std::ldexp(1.0f, -16))); in createSpecConstantOpQuantizeToF16Group()2889 spec.specConstants.push_back(bitwiseCast<deUint32>(std::ldexp(-1.0f, -32))); in createSpecConstantOpQuantizeToF16Group()[all …]