Home
last modified time | relevance | path

Searched refs:test_float (Results 1 – 12 of 12) sorted by relevance

/minix3/external/bsd/libc++/dist/libcxx/test/std/strings/string.conversions/
H A Dto_string.pass.cpp93 test_float() in test_float() function
123 test_float<float>(); in main()
124 test_float<double>(); in main()
125 test_float<long double>(); in main()
H A Dto_wstring.pass.cpp93 test_float() in test_float() function
123 test_float<float>(); in main()
124 test_float<double>(); in main()
125 test_float<long double>(); in main()
/minix3/external/bsd/libc++/dist/libcxx/test/strings/string.conversions/
H A Dto_string.pass.cpp93 test_float() in test_float() function
123 test_float<float>(); in main()
124 test_float<double>(); in main()
125 test_float<long double>(); in main()
H A Dto_wstring.pass.cpp93 test_float() in test_float() function
123 test_float<float>(); in main()
124 test_float<double>(); in main()
125 test_float<long double>(); in main()
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/PowerPC/
H A Dvec_mul.ll70 define <4 x float> @test_float(<4 x float>* %X, <4 x float>* %Y) {
79 ; CHECK-LABEL: test_float:
83 ; CHECK-LE-LABEL: test_float:
87 ; CHECK-VSX-LABEL: test_float:
89 ; CHECK-LE-VSX-LABEL: test_float:
H A Dppc64le-aggregates.ll61 tail call void @test_float([7 x float] %y, [7 x float] %y, i64 %x)
66 ; CHECK: bl test_float
68 declare void @test_float([7 x float], [7 x float], i64)
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dblocks-cxx11.cpp26 namespace test_float { namespace
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/AArch64/
H A Dfcmp.ll5 define void @test_float(float %a, float %b) {
6 ; CHECK-LABEL: test_float:
/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A Dwarn-absolute-value.c215 void test_float(float x) { in test_float() function
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dwarn-absolute-value.cpp240 void test_float(float x) { in test_float() function
H A Dconstant-expression-cxx1y.cpp365 constexpr bool test_float() { in test_float() function
377 static_assert(test_float(), "");
/minix3/external/bsd/llvm/dist/clang/test/Analysis/
H A Didentical-expressions.cpp1040 void test_float() { in test_float() function