Searched refs:DE_PI_DOUBLE (Results 1 – 4 of 4) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 3052 if (angle.length() >= 2.0 * DE_PI_DOUBLE) in innerExtrema() 3097 return Interval(false, -DE_PI_DOUBLE, DE_PI_DOUBLE); in getInputRange() 3105 return Interval(false, -DE_PI_DOUBLE, DE_PI_DOUBLE); in getInputRange() 3113 return Interval(false, -DE_PI_DOUBLE, DE_PI_DOUBLE); in getInputRange() 3122 if (-DE_PI_DOUBLE <= arg && arg <= DE_PI_DOUBLE) in precision() 3135 if (-DE_PI_DOUBLE <= arg && arg <= DE_PI_DOUBLE) in precision() 3156 …DE_ASSERT(-DE_PI_DOUBLE <= arg && arg <= DE_PI_DOUBLE && ctx.floatPrecision == glu::PRECISION_LAST… in precision() 3167 if (-DE_PI_DOUBLE <= arg && arg <= DE_PI_DOUBLE) in precision() 3208 …NGE(Tan, tan, x, sin(x) * (constant(1.0f) / cos(x)), Interval(false, -DE_PI_DOUBLE, DE_PI_DOUBLE)); 3209 …in(x) * (constant((deFloat16)FLOAT16_1_0) / cos(x)), Interval(false, -DE_PI_DOUBLE, DE_PI_DOUBLE)); [all …]
|
/external/deqp/framework/delibs/debase/ |
D | deMath.h | 42 #define DE_PI_DOUBLE 3.14159265358979323846 /*!< Pi as a double. */ macro
|
/external/deqp/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 2304 if (angle.length() >= 2.0 * DE_PI_DOUBLE) in innerExtrema() 2340 if (-DE_PI_DOUBLE <= arg && arg <= DE_PI_DOUBLE) in precision() 2353 if (-DE_PI_DOUBLE <= arg && arg <= DE_PI_DOUBLE) in precision() 2472 Interval(0.0, DE_PI_DOUBLE)) {} in ACos() 2480 Interval(-DE_PI_DOUBLE * 0.5, DE_PI_DOUBLE * 0.5)) {} in ATan() 2500 ret |= Interval(-DE_PI_DOUBLE, DE_PI_DOUBLE); in innerExtrema()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 14440 …const double err (de::inRange(d, -DE_PI_DOUBLE, DE_PI_DOUBLE) ? deLdExp(1.0, -7) : floatFormat16… in calc() 14442 if (!de::inRange(d, -DE_PI_DOUBLE, DE_PI_DOUBLE)) in calc() 14462 …const double err (de::inRange(d, -DE_PI_DOUBLE, DE_PI_DOUBLE) ? deLdExp(1.0, -7) : floatFormat16… in calc() 14464 if (!de::inRange(d, -DE_PI_DOUBLE, DE_PI_DOUBLE)) in calc() 14484 if (!de::inRange(d, -DE_PI_DOUBLE, DE_PI_DOUBLE)) in calc() 15291 const double eps (floatFormat16.ulp(DE_PI_DOUBLE, ulps)); in calc() 15295 if (de::inRange(deAbs(result), DE_PI_DOUBLE - eps, DE_PI_DOUBLE + eps)) in calc()
|