Home
last modified time | relevance | path

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

1234

/external/rust/crates/syn/tests/
Dtest_lit.rs180 fn test_float(s: &str, value: f64, suffix: &str) { in floats() function
187 test_float(&again, value, suffix); in floats()
194 test_float("5.5", 5.5, ""); in floats()
195 test_float("5.5E12", 5.5e12, ""); in floats()
196 test_float("5.5e12", 5.5e12, ""); in floats()
197 test_float("1.0__3e-12", 1.03e-12, ""); in floats()
198 test_float("1.03e+12", 1.03e12, ""); in floats()
199 test_float("9e99e99", 9e99, "e99"); in floats()
200 test_float("1e_0", 1.0, ""); in floats()
201 test_float("0.0ECMA", 0.0, "ECMA"); in floats()
/external/libcxx/test/libcxx/numerics/
Dclamp_to_integral.pass.cpp51 void test_float() { in test_float() function
87 test_float<short>(); in main()
88 test_float<int>(); in main()
89 test_float<long long>(); in main()
/external/llvm-project/libcxx/test/libcxx/numerics/
Dclamp_to_integral.pass.cpp51 void test_float() { in test_float() function
87 test_float<short>(); in main()
88 test_float<int>(); in main()
89 test_float<long long>(); in main()
/external/llvm-project/llvm/test/CodeGen/X86/GlobalISel/
Dselect-fconstant.mir9 define float @test_float() {
19 name: test_float
31 ; CHECK_NOPIC64-LABEL: name: test_float
36 ; CHECK_LARGE64-LABEL: name: test_float
42 ; CHECK_SMALL32-LABEL: name: test_float
47 ; CHECK_LARGE32-LABEL: name: test_float
52 ; CHECK_PIC64-LABEL: name: test_float
Dfconstant.ll8 define void @test_float(float* %a , float %b) {
9 ; CHECK64_SMALL-LABEL: test_float:
17 ; CHECK64_LARGE-LABEL: test_float:
25 ; CHECK32-LABEL: test_float:
/external/llvm-project/libcxx/test/std/strings/string.conversions/
Dto_string.pass.cpp89 test_float() in test_float() function
119 test_float<float>(); in main()
120 test_float<double>(); in main()
121 test_float<long double>(); in main()
Dto_wstring.pass.cpp89 test_float() in test_float() function
119 test_float<float>(); in main()
120 test_float<double>(); in main()
121 test_float<long double>(); in main()
/external/libcxx/test/std/strings/string.conversions/
Dto_wstring.pass.cpp94 test_float() in test_float() function
124 test_float<float>(); in main()
125 test_float<double>(); in main()
126 test_float<long double>(); in main()
Dto_string.pass.cpp94 test_float() in test_float() function
124 test_float<float>(); in main()
125 test_float<double>(); in main()
126 test_float<long double>(); in main()
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dvec_abs.ll7 define <4 x float> @test_float(<4 x float> %aa) #0 {
9 ; CHECK-LABEL: test_float
10 ; CHECK-NOVSX-LABEL: test_float
11 ; CHECK-NOVSX-LABEL: test_float
Dvec_fneg.ll8 define void @test_float(<4 x float>* %A) {
9 ; CHECK-LABEL: test_float
10 ; CHECK-NOVSX-LABEL: test_float
Daix-lower-constant-pool-index.ll29 define float @test_float() {
52 ; 32SMALL-ASM: .test_float:
61 ; 32LARGE-ASM: .test_float:
71 ; 64SMALL-ASM: .test_float:
80 ; 64LARGE-ASM: .test_float:
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:
/external/llvm/test/CodeGen/PowerPC/
Dvec_abs.ll7 define <4 x float> @test_float(<4 x float> %aa) #0 {
9 ; CHECK-LABEL: test_float
10 ; CHECK-NOVSX-LABEL: test_float
11 ; CHECK-NOVSX-LABEL: test_float
Dvec_fneg.ll8 define void @test_float(<4 x float>* %A) {
9 ; CHECK-LABEL: test_float
10 ; CHECK-NOVSX-LABEL: test_float
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:
/external/skia/resources/sksl/shared/
DMatricesNonsquare.sksl3 bool test_float() {
34 return test_float() && test_half() ? colorGreen : colorRed;
DNegatedVectorLiteral.sksl3 bool test_float() {
30 return test_float() && test_int() ? colorGreen : colorRed;
DMatrices.sksl3 bool test_float() {
46 return test_float() && test_half() ? colorGreen : colorRed;
/external/llvm-project/llvm/test/CodeGen/ARM/
Darm-insert-subvector.ll3 define <2 x float> @test_float(<6 x float>* %src) {
8 ; CHECK-LABEL: test_float
/external/python/jinja/src/jinja2/
Dtests.py90 def test_float(value): function
184 "float": test_float,
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dfcmp.ll5 define void @test_float(float %a, float %b) {
6 ; CHECK-LABEL: test_float:
/external/llvm/test/CodeGen/AArch64/
Dfcmp.ll5 define void @test_float(float %a, float %b) {
6 ; CHECK-LABEL: test_float:
/external/clang/test/CodeGenCXX/
Dblocks-cxx11.cpp26 namespace test_float { namespace
/external/llvm-project/clang/test/CodeGen/SystemZ/
Dbuiltins-systemz-vector-constrained.c13 void test_float(void) { in test_float() function

1234