Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp12265 , floatFormat16 (-14, 15, 10, true) in fp16PerComponent()
12275 …virtual double getMin (double value, double ulps) { return value - floatFormat16.ulp(deAbs(v… in getMin()
12276 …virtual double getMax (double value, double ulps) { return value + floatFormat16.ulp(deAbs(v… in getMax()
12291 tcu::FloatFormat floatFormat16; member
12525 …r (de::inRange(d, -DE_PI_DOUBLE, DE_PI_DOUBLE) ? deLdExp(1.0, -7) : floatFormat16.ulp(deAbs(resu… in calc()
12547 …r (de::inRange(d, -DE_PI_DOUBLE, DE_PI_DOUBLE) ? deLdExp(1.0, -7) : floatFormat16.ulp(deAbs(resu… in calc()
12616 …min[0] = result - floatFormat16.ulp(deAbs(error), 2 * 5.0); // This is not a precision test. Value… in calc()
12617 …max[0] = result + floatFormat16.ulp(deAbs(error), 2 * 5.0); // This is not a precision test. Value… in calc()
12637 …min[0] = result - floatFormat16.ulp(deAbs(error), 2 * 5.0); // This is not a precision test. Value… in calc()
12638 …max[0] = result + floatFormat16.ulp(deAbs(error), 2 * 5.0); // This is not a precision test. Value… in calc()
[all …]