OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:maxexp
(Results
1 - 7
of
7
) sorted by null
/hardware/libhardware/tests/camera2/
CameraBurstTests.cpp
159
int64_t minExp,
maxExp
;
166
maxExp
= exposureTimeRange.data.i64[1];
170
dout << " max exposure is " <<
maxExp
<< std::endl;
178
// Our calculated exposure times should be in [minExp,
maxExp
]
182
EXPECT_GE(
maxExp
, exposures[CAMERA_FRAME_BURST_COUNT-1])
335
int64_t minExp = 0,
maxExp
= 0;
349
maxExp
= exposureTimeRange.data.i64[1];
353
EXPECT_LT(0,
maxExp
) << "Maximum exposure time is 0";
354
EXPECT_LE(minExp,
maxExp
) << "Minimum exposure is greater than maximum";
360
if (
maxExp
== 0)
[
all
...]
CameraMultiStreamTests.cpp
598
int64_t
maxExp
= exposureTimeRange.data.i64[1];
599
ASSERT_GT(
maxExp
, minExp);
630
while (exp <
maxExp
) {
/bionic/libc/stdio/
floatio.h
40
#define
MAXEXP
308
vfprintf.c
117
#define BUF (
MAXEXP
+MAXFRACT+1) /* + decimal point */
1274
char expbuf[
MAXEXP
];
1284
t = expbuf +
MAXEXP
;
1290
for (; t < expbuf +
MAXEXP
; *p++ = *t++);
/external/clang/lib/Frontend/
InitPreprocessor.cpp
134
int
MaxExp
= PickFP(Sem, 128, 1024, 16384, 1024, 16384);
158
Builder.defineMacro(DefPrefix + "MAX_EXP__", Twine(
MaxExp
));
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
decNumber.c
3088
Int
maxexp
=set->emax-set->digits+1;
local
[
all
...]
/external/icu4c/i18n/
decNumber.c
3107
Int
maxexp
=set->emax-set->digits+1;
local
[
all
...]
Completed in 351 milliseconds