OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:common_Exp2
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
strtodtest.cpp
89
int
common_Exp2
= std::min(dS_Exp2, std::min(bS_Exp2, hS_Exp2));
90
dS_Exp2 -=
common_Exp2
;
91
bS_Exp2 -=
common_Exp2
;
92
hS_Exp2 -=
common_Exp2
;
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
strtod.h
92
int
common_Exp2
= Min3(dS_Exp2, bS_Exp2, hS_Exp2);
93
dS_Exp2 -=
common_Exp2
;
94
bS_Exp2 -=
common_Exp2
;
95
hS_Exp2 -=
common_Exp2
;
Completed in 62 milliseconds