HomeSort by relevance Sort by last modified time
    Searched refs:minExp (Results 1 - 9 of 9) sorted by null

  /external/deqp/framework/common/
tcuFloatFormat.hpp 46 FloatFormat (int minExp,
tcuFloatFormat.cpp 59 FloatFormat::FloatFormat (int minExp,
66 : m_minExp (minExp)
75 DE_ASSERT(minExp <= maxExp);
  /external/deqp/modules/gles3/functional/
es3fShaderPackingFunctionTests.cpp 554 const int minExp = -14;
563 const int exp = rnd.getInt(minExp, maxExp);
659 const int minExp = -14;
669 const int exp = rnd.getInt(minExp, maxExp);
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderPackingFunctionTests.cpp 626 const int minExp = -14;
635 const int exp = rnd.getInt(minExp, maxExp);
746 const int minExp = -14;
756 const int exp = rnd.getInt(minExp, maxExp);
    [all...]
vktShaderBuiltinPrecisionTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderPackingFunctionTests.cpp 558 const int minExp = -14;
567 const int exp = rnd.getInt(minExp, maxExp);
663 const int minExp = -14;
673 const int exp = rnd.getInt(minExp, maxExp);
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp     [all...]
  /prebuilts/go/darwin-x86/src/strconv/
extfloat.go 620 // overflow. The choice of minExp implies that fraction is less than 2^60.
  /prebuilts/go/linux-x86/src/strconv/
extfloat.go 620 // overflow. The choice of minExp implies that fraction is less than 2^60.

Completed in 1665 milliseconds