Searched refs:long_double (Results 1 - 5 of 5) sorted by relevance

/external/stlport/test/unit/
H A Dlimits_test.cpp303 typedef long double long_double; typedef
304 CPPUNIT_CHECK(test_float_limits(long_double()));
314 typedef long double long_double; typedef
315 CPPUNIT_CHECK(test_qnan(long_double()));
H A Dtype_traits_test.cpp321 typedef long double long_double; typedef
322 CPPUNIT_ASSERT( is_integer(long_double()) == 0 );
367 typedef long double long_double; typedef
368 CPPUNIT_ASSERT( is_rational(long_double()) == 1 );
/external/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/
H A DAndroid.mk35 test_name := input.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/
H A DAndroid.mk35 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/long_double
36 test_src := long_double.pass.cpp
/external/stlport/src/
H A Dnum_put_float.cpp273 { return _ldecvt(*(long_double*)&x, n, pt, sign); }
275 { return _ldfcvt(*(long_double*)&x, n, pt, sign); }

Completed in 1926 milliseconds