OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hS_Exp5
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
strtodtest.cpp
58
int
hS_Exp5
= 0;
69
hS_Exp5
-= dExp;
99
EXPECT_EQ(49,
hS_Exp5
);
108
hS.MultiplyPow5(
hS_Exp5
) <<= hS_Exp2;
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
strtod.h
61
int dS_Exp2 = 0, dS_Exp5 = 0, bS_Exp2 = 0, bS_Exp5 = 0, hS_Exp2 = 0,
hS_Exp5
= 0;
72
hS_Exp5
-= dExp;
104
hS.MultiplyPow5(static_cast<unsigned>(
hS_Exp5
)) <<= static_cast<unsigned>(hS_Exp2);
Completed in 1530 milliseconds