Searched refs:CHECK2 (Results 1 - 2 of 2) sorted by relevance

/ndk/tests/device/test-gnustl-full/unit/
H A Dnum_put_get_test.cpp1222 #define CHECK2(val, expected) \ macro
1232 CHECK2(1, "+1");
1233 CHECK2(10, "+1,0");
1234 CHECK2(100, "+10,0");
1235 CHECK2(1000, "+1,00,0");
1237 CHECK2(1.234, "+1.234");
1238 CHECK2(123.456, "+12,3.456");
1239 CHECK2(1234.567, "+1,23,4.567");
1240 CHECK2(12345.678, "+12,34,5.678");
1241 CHECK2(123456.78
[all...]
/ndk/tests/device/test-stlport/unit/
H A Dnum_put_get_test.cpp1224 #define CHECK2(val, expected) \ macro
1239 CHECK2(1, "+1");
1240 CHECK2(10, "+1,0");
1241 CHECK2(100, "+10,0");
1242 CHECK2(1000, "+1,00,0");
1244 CHECK2(1.234, "+1.234");
1245 CHECK2(123.456, "+12,3.456");
1246 CHECK2(1234.567, "+1,23,4.567");
1247 CHECK2(12345.678, "+12,34,5.678");
1248 CHECK2(123456.78
[all...]

Completed in 4291 milliseconds