Home
last modified time | relevance | path

Searched refs:DE_PI_DOUBLE (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp3047 DEFINE_DERIVED_FLOAT1(Radians, radians, d, f32Constant(DE_PI_DOUBLE / 180.0f) * d)
3048 DEFINE_DERIVED_FLOAT1_16BIT(Radians16, radians, d, f16Constant(DE_PI_DOUBLE / 180.0f) * d)
3049 DEFINE_DERIVED_FLOAT1(Degrees, degrees, r, f32Constant(180.0 / DE_PI_DOUBLE) * r)
3050 DEFINE_DERIVED_FLOAT1_16BIT(Degrees16, degrees, r, f16Constant(180.0 / DE_PI_DOUBLE) * r)
3077 if (angle.length() >= 2.0 * DE_PI_DOUBLE) in innerExtrema()
3117 //Only -DE_PI_DOUBLE, DE_PI_DOUBLE input range
3122 return Interval(false, -DE_PI_DOUBLE, DE_PI_DOUBLE); in getInputRange()
3125 //Only -DE_PI_DOUBLE, DE_PI_DOUBL
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp3053 if (angle.length() >= 2.0 * DE_PI_DOUBLE) in innerExtrema()
3093 //Only -DE_PI_DOUBLE, DE_PI_DOUBLE input range
3098 return Interval(false, -DE_PI_DOUBLE, DE_PI_DOUBLE); in getInputRange()
3101 //Only -DE_PI_DOUBLE, DE_PI_DOUBLE input range
3106 return Interval(false, -DE_PI_DOUBLE, DE_PI_DOUBLE); in getInputRange()
3109 //Only -DE_PI_DOUBLE, DE_PI_DOUBL
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp2305 if (angle.length() >= 2.0 * DE_PI_DOUBLE) in innerExtrema()
2341 if (-DE_PI_DOUBLE <= arg && arg <= DE_PI_DOUBLE) in precision()
2354 if (-DE_PI_DOUBLE <= arg && arg <= DE_PI_DOUBLE) in precision()
2473 Interval(0.0, DE_PI_DOUBLE)) {} in ACos()
2481 Interval(-DE_PI_DOUBLE * 0.5, DE_PI_DOUBLE * 0.5)) {} in ATan()
2501 ret |= Interval(-DE_PI_DOUBLE, DE_PI_DOUBLE); in innerExtrema()
[all...]
/third_party/vk-gl-cts/framework/delibs/debase/
H A DdeMath.h43 #define DE_PI_DOUBLE 3.14159265358979323846 /*!< Pi as a double. */ macro
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp14624 const double err (de::inRange(d, -DE_PI_DOUBLE, DE_PI_DOUBLE) ? deLdExp(1.0, -7) : floatFormat16.ulp(deAbs(result), unspecUlp));
14626 if (!de::inRange(d, -DE_PI_DOUBLE, DE_PI_DOUBLE))
14646 const double err (de::inRange(d, -DE_PI_DOUBLE, DE_PI_DOUBLE) ? deLdExp(1.0, -7) : floatFormat16.ulp(deAbs(result), unspecUlp));
14648 if (!de::inRange(d, -DE_PI_DOUBLE, DE_PI_DOUBLE))
14668 if (!de::inRange(d, -DE_PI_DOUBLE, DE_PI_DOUBLE))
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp14526 const double err (de::inRange(d, -DE_PI_DOUBLE, DE_PI_DOUBLE) ? deLdExp(1.0, -7) : floatFormat16.ulp(deAbs(result), unspecUlp));
14528 if (!de::inRange(d, -DE_PI_DOUBLE, DE_PI_DOUBLE))
14548 const double err (de::inRange(d, -DE_PI_DOUBLE, DE_PI_DOUBLE) ? deLdExp(1.0, -7) : floatFormat16.ulp(deAbs(result), unspecUlp));
14550 if (!de::inRange(d, -DE_PI_DOUBLE, DE_PI_DOUBLE))
14570 if (!de::inRange(d, -DE_PI_DOUBLE, DE_PI_DOUBLE))
[all...]

Completed in 68 milliseconds