Home
last modified time | relevance | path

Searched refs:test_float_type (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/test/API/types/
H A DTestFloatTypes.py15 def test_float_type(self): member in FloatTypesTestCase
H A DTestFloatTypesExpr.py19 def test_float_type(self): member in FloatTypesExprTestCase
/llvm-project/libcxx/test/std/utilities/format/format.formatter/format.formatter.spec/
H A Dformatter.floating_point.pass.cpp522 void test_float_type() { in test_float_type()
560 test_float_type<float, CharT>(); in test_all_float_types()
561 test_float_type<double, CharT>(); in test_all_float_types()
562 test_float_type<long double, CharT>(); in test_all_float_types()
521 void test_float_type() { test_float_type() function