Home
last modified time | relevance | path

Searched defs:HexDouble (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp275 struct HexDouble struct
277 const double value;
278 HexDouble(const double value_) : value(value_) in HexDouble() argument