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

  /external/deqp/framework/common/
tcuFloatFormat.cpp 51 double computeMaxValue (int maxExp, int fractionBits)
53 return (deLdExp(1.0, maxExp) +
54 deLdExp(double((1ull << fractionBits) - 1), maxExp - fractionBits));
60 int maxExp,
67 , m_maxExp (maxExp)
73 , m_maxValue (computeMaxValue(maxExp, fractionBits))
75 DE_ASSERT(minExp <= maxExp);
tcuFloatFormat.hpp 47 int maxExp,
  /external/deqp/modules/gles3/functional/
es3fShaderPackingFunctionTests.cpp 555 const int maxExp = 15;
563 const int exp = rnd.getInt(minExp, maxExp);
660 const int maxExp = 15;
669 const int exp = rnd.getInt(minExp, maxExp);
  /prebuilts/go/darwin-x86/src/go/constant/
value.go 276 // Permit fractions with component sizes up to maxExp
278 const maxExp = 4 << 10
283 if a.BitLen() < maxExp && b.BitLen() < maxExp {
332 return -maxExp < e && e < maxExp
  /prebuilts/go/linux-x86/src/go/constant/
value.go 276 // Permit fractions with component sizes up to maxExp
278 const maxExp = 4 << 10
283 if a.BitLen() < maxExp && b.BitLen() < maxExp {
332 return -maxExp < e && e < maxExp
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderPackingFunctionTests.cpp 627 const int maxExp = 15;
635 const int exp = rnd.getInt(minExp, maxExp);
747 const int maxExp = 15;
756 const int exp = rnd.getInt(minExp, maxExp);
    [all...]
vktShaderBuiltinPrecisionTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderPackingFunctionTests.cpp 559 const int maxExp = 15;
567 const int exp = rnd.getInt(minExp, maxExp);
664 const int maxExp = 15;
673 const int exp = rnd.getInt(minExp, maxExp);
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
reader.h     [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp     [all...]

Completed in 258 milliseconds