Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/debase/
DdeMath.h43 #define DE_PI_16BIT 0x4248 /*!< Pi. as a float16b */ macro
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp3021 DEFINE_DERIVED_FLOAT1_16BIT(Radians16, radians, d, (constant((deFloat16)DE_PI_16BIT) / constant((d…
3024 …grees16, degrees, r, (constant((deFloat16)FLOAT16_180_0) / constant((deFloat16)DE_PI_16BIT)) * r);