OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test_float_values
(Results
1 - 3
of
3
) sorted by null
/external/stlport/test/unit/
limits_test.cpp
120
bool
test_float_values
(_Tp lhs, _Tp rhs)
function
176
/* We use
test_float_values
because without it some compilers (gcc) perform weird
178
CHECK_COND(
test_float_values
(val, infinity));
/ndk/tests/device/test-gnustl-full/unit/
limits_test.cpp
120
bool
test_float_values
(_Tp lhs, _Tp rhs)
function
176
/* We use
test_float_values
because without it some compilers (gcc) perform weird
178
CHECK_COND(
test_float_values
(val, infinity));
/ndk/tests/device/test-stlport/unit/
limits_test.cpp
120
bool
test_float_values
(_Tp lhs, _Tp rhs)
function
176
/* We use
test_float_values
because without it some compilers (gcc) perform weird
178
CHECK_COND(
test_float_values
(val, infinity));
Completed in 76 milliseconds