Home
last modified time | relevance | path

Searched defs:minExp (Results 1 - 15 of 15) sorted by relevance

/third_party/vk-gl-cts/framework/common/
H A DtcuFloatFormat.cpp59 FloatFormat::FloatFormat (int minExp, in FloatFormat() argument
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderPackingFunctionTests.cpp530 const int minExp = -14; in iterate() local
635 const int minExp = -14; in iterate() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_skeletons.cpp972 int32_t minExp = 0; in parseExponentWidthOption() local
H A Ddecimfmt.cpp1123 int32_t minExp = useScientific ? 1 : -1; in setScientificNotation() local
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderPackingFunctionTests.cpp530 const int minExp = -14; in iterate() local
635 const int minExp = -14; in iterate() local
/third_party/icu/icu4c/source/i18n/
H A Dnumber_skeletons.cpp978 int32_t minExp = 0; in parseExponentWidthOption() local
H A Ddecimfmt.cpp1127 int32_t minExp = useScientific ? 1 : -1; in setScientificNotation() local
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_skeletons.cpp978 int32_t minExp = 0; in parseExponentWidthOption() local
H A Ddecimfmt.cpp1127 int32_t minExp = useScientific ? 1 : -1; in setScientificNotation() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderPackingFunctionTests.cpp597 const int minExp = -14; in iterate() local
715 const int minExp = -14; in iterate() local
H A DvktShaderBuiltinPrecisionTests.cpp4583 const int minExp = ctx.format.getMinExp(); in doApply() local
4598 const int minExp = ctx.format.getMinExp(); in doApply() local
5735 const int minExp = format.getMinExp(); in randomDouble() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderPackingFunctionTests.cpp597 const int minExp = -14; in iterate() local
715 const int minExp = -14; in iterate() local
H A DvktShaderBuiltinPrecisionTests.cpp4572 const int minExp = ctx.format.getMinExp(); in doApply() local
4587 const int minExp = ctx.format.getMinExp(); in doApply() local
5724 const int minExp = format.getMinExp(); in randomDouble() local
[all...]
/third_party/glslang/glslang/MachineIndependent/
H A DIntermediate.cpp2630 int minExp = baseType == EbtFloat ? -126 : -14; in addConstantUnion() local
/third_party/vk-gl-cts/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp3353 const int minExp = ctx.format.getMinExp(); in compare() local
4265 const int minExp = format.getMinExp(); in genRandom() local
4330 const int minExp = format.getMinExp(); in genFixeds() local
4280 DE_ASSERT(fractionBits < std::numeric_limits<float>::digits); switch (rnd.getInt(0, 64)) { case 0: return 0; case 1: return TCU_INFINITY; case 2: return -TCU_INFINITY; case 3: return TCU_NAN; default: break; } if (exp >= minExp) genRandom() argument
[all...]

Completed in 73 milliseconds