Home
last modified time | relevance | path

Searched refs:long_double (Results 1 – 6 of 6) sorted by relevance

/external/stlport/test/unit/
Dlimits_test.cpp303 typedef long double long_double; in test() typedef
304 CPPUNIT_CHECK(test_float_limits(long_double())); in test()
314 typedef long double long_double; in qnan_test() typedef
315 CPPUNIT_CHECK(test_qnan(long_double())); in qnan_test()
Dtype_traits_test.cpp321 typedef long double long_double; in integer() typedef
322 CPPUNIT_ASSERT( is_integer(long_double()) == 0 ); in integer()
367 typedef long double long_double; in rational() typedef
368 CPPUNIT_ASSERT( is_rational(long_double()) == 1 ); in rational()
/external/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/
DAndroid.mk35 …put.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/long_double
36 test_src := long_double.pass.cpp
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
DAndroid.mk35 …ut.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/long_double
36 test_src := long_double.pass.cpp
/external/chromium_org/third_party/sqlite/src/test/
Dcast.test264 ifcapable long_double {
278 ifcapable long_double {
293 ifcapable long_double {
/external/stlport/src/
Dnum_put_float.cpp273 { return _ldecvt(*(long_double*)&x, n, pt, sign); } in _Stl_ecvtR()
275 { return _ldfcvt(*(long_double*)&x, n, pt, sign); } in _Stl_fcvtR()