HomeSort by relevance Sort by last modified time
    Searched defs:in_val (Results 1 - 3 of 3) sorted by null

  /ndk/tests/device/test-gnustl-full/unit/
num_put_get_test.cpp 773 float in_val; local
778 istr >> in_val; local
781 CPPUNIT_ASSERT(check_float(in_val, 1.2345f));
785 istr >> in_val; local
788 CPPUNIT_ASSERT(check_float(in_val, -1.2345f));
792 istr >> in_val; local
794 CPPUNIT_ASSERT(check_float(in_val, 1.2345f));
798 istr >> in_val; local
801 CPPUNIT_ASSERT(check_float(in_val, 1.2345f));
805 istr >> in_val; local
    [all...]
  /ndk/tests/device/test-stlport/unit/
num_put_get_test.cpp 773 float in_val; local
778 istr >> in_val; local
781 CPPUNIT_ASSERT(check_float(in_val, 1.2345f));
785 istr >> in_val; local
788 CPPUNIT_ASSERT(check_float(in_val, -1.2345f));
792 istr >> in_val; local
794 CPPUNIT_ASSERT(check_float(in_val, 1.2345f));
798 istr >> in_val; local
801 CPPUNIT_ASSERT(check_float(in_val, 1.2345f));
805 istr >> in_val; local
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMELFAttributeData.cpp 234 const int in_val = pInAttr.getIntValue(); local
237 if (in_val <= 2) {
240 if (value_ordering_120[in_val] > value_ordering_120[out_val]) {
241 out_attr.setIntValue(in_val);
246 if (in_val > out_val) {
247 out_attr.setIntValue(in_val);
    [all...]

Completed in 212 milliseconds