OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rand_val
(Results
1 - 3
of
3
) sorted by null
/external/stlport/test/unit/
cmath_test.cpp
74
int
rand_val
= std::rand();
local
75
CPPUNIT_CHECK(
rand_val
>= 0 &&
rand_val
<= RAND_MAX );
/ndk/tests/device/test-gnustl-full/unit/
cmath_test.cpp
74
int
rand_val
= std::rand();
local
75
CPPUNIT_CHECK(
rand_val
>= 0 &&
rand_val
<= RAND_MAX );
/ndk/tests/device/test-stlport/unit/
cmath_test.cpp
74
int
rand_val
= std::rand();
local
75
CPPUNIT_CHECK(
rand_val
>= 0 &&
rand_val
<= RAND_MAX );
Completed in 208 milliseconds