Home
last modified time | relevance | path

Searched refs:fp16ToString (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp17370 inline std::string fp16ToString(deFloat16 val) in fp16ToString() function
17541 …inputsValues += fp16ToString(inputComponentValue) + ((compNdx + 1 == inputCompsCount) ? ")": ", "); in compareFP16ArithmeticFunc()
17552 << " outputted:" + fp16ToString(iterationOutputFP16[componentNdx]) in compareFP16ArithmeticFunc()
17553 << " expected:" + fp16ToString(iterationCalculatedFP16[componentNdx]) in compareFP16ArithmeticFunc()