/hardware/libhardware/tests/camera2/ |
CameraBurstTests.cpp | 160 int64_t minExp, maxExp; 166 minExp = exposureTimeRange.data.i64[0]; 170 dout << "Min exposure is " << minExp; 179 // Our calculated exposure times should be in [minExp, maxExp] 180 EXPECT_LE(minExp, exposures[0]) 336 int64_t minExp = 0, maxExp = 0; 349 minExp = exposureTimeRange.data.i64[0]; 353 EXPECT_LT(0, minExp) << "Minimum exposure time is 0"; 355 EXPECT_LE(minExp, maxExp) << "Minimum exposure is greater than maximum"; 357 if (minExp == 0) [all...] |
CameraMultiStreamTests.cpp | 627 int64_t minExp = exposureTimeRange.data.i64[0]; 629 ASSERT_GT(maxExp, minExp); 659 int64_t exp = minExp;
|
/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 | 642 const int minExp = -14; 651 const int exp = rnd.getInt(minExp, maxExp); 763 const int minExp = -14; 773 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.
|