Home
last modified time | relevance | path

Searched refs:fs1 (Results 1 – 25 of 50) sorted by relevance

12

/external/libcxx/test/std/input.output/file.streams/fstreams/fstream.assign/
Dnonmember_swap.pass.cpp48 std::fstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out in main() local
52 fs1 << 1 << ' ' << 2; in main()
54 fs1.seekg(0); in main()
55 swap(fs1, fs2); in main()
56 fs1.seekg(0); in main()
58 fs1 >> i; in main()
60 fs1 >> i; in main()
71 std::wfstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out in main() local
75 fs1 << 1 << ' ' << 2; in main()
77 fs1.seekg(0); in main()
[all …]
Dmember_swap.pass.cpp46 std::fstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out in main() local
50 fs1 << 1 << ' ' << 2; in main()
52 fs1.seekg(0); in main()
53 fs1.swap(fs2); in main()
54 fs1.seekg(0); in main()
56 fs1 >> i; in main()
58 fs1 >> i; in main()
69 std::wfstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out in main() local
73 fs1 << 1 << ' ' << 2; in main()
75 fs1.seekg(0); in main()
[all …]
/external/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/fstream.assign/
Dnonmember_swap.pass.cpp48 std::fstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out in main() local
52 fs1 << 1 << ' ' << 2; in main()
54 fs1.seekg(0); in main()
55 swap(fs1, fs2); in main()
56 fs1.seekg(0); in main()
58 fs1 >> i; in main()
60 fs1 >> i; in main()
71 std::wfstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out in main() local
75 fs1 << 1 << ' ' << 2; in main()
77 fs1.seekg(0); in main()
[all …]
Dmember_swap.pass.cpp46 std::fstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out in main() local
50 fs1 << 1 << ' ' << 2; in main()
52 fs1.seekg(0); in main()
53 fs1.swap(fs2); in main()
54 fs1.seekg(0); in main()
56 fs1 >> i; in main()
58 fs1 >> i; in main()
69 std::wfstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out in main() local
73 fs1 << 1 << ' ' << 2; in main()
75 fs1.seekg(0); in main()
[all …]
/external/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/ifstream.assign/
Dmember_swap.pass.cpp26 std::ifstream fs1("test.dat"); in main() local
28 fs1.swap(fs2); in main()
30 fs1 >> x; in main()
36 std::wifstream fs1("test.dat"); in main() local
38 fs1.swap(fs2); in main()
40 fs1 >> x; in main()
Dnonmember_swap.pass.cpp27 std::ifstream fs1("test.dat"); in main() local
29 swap(fs1, fs2); in main()
31 fs1 >> x; in main()
37 std::wifstream fs1("test.dat"); in main() local
39 swap(fs1, fs2); in main()
41 fs1 >> x; in main()
/external/libcxx/test/std/input.output/file.streams/fstreams/ifstream.assign/
Dnonmember_swap.pass.cpp24 std::ifstream fs1("test.dat"); in main() local
26 swap(fs1, fs2); in main()
28 fs1 >> x; in main()
34 std::wifstream fs1("test.dat"); in main() local
36 swap(fs1, fs2); in main()
38 fs1 >> x; in main()
Dmember_swap.pass.cpp23 std::ifstream fs1("test.dat"); in main() local
25 fs1.swap(fs2); in main()
27 fs1 >> x; in main()
33 std::wifstream fs1("test.dat"); in main() local
35 fs1.swap(fs2); in main()
37 fs1 >> x; in main()
/external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.assign/
Dnonmember_swap.pass.cpp47 std::ofstream fs1(temp1.c_str()); in main() local
49 fs1 << 3.25; in main()
51 swap(fs1, fs2); in main()
52 fs1 << ' ' << 3.25; in main()
74 std::wofstream fs1(temp1.c_str()); in main() local
76 fs1 << 3.25; in main()
78 swap(fs1, fs2); in main()
79 fs1 << ' ' << 3.25; in main()
Dmember_swap.pass.cpp46 std::ofstream fs1(temp1.c_str()); in main() local
48 fs1 << 3.25; in main()
50 fs1.swap(fs2); in main()
51 fs1 << ' ' << 3.25; in main()
73 std::wofstream fs1(temp1.c_str()); in main() local
75 fs1 << 3.25; in main()
77 fs1.swap(fs2); in main()
78 fs1 << ' ' << 3.25; in main()
/external/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/ofstream.assign/
Dnonmember_swap.pass.cpp47 std::ofstream fs1(temp1.c_str()); in main() local
49 fs1 << 3.25; in main()
51 swap(fs1, fs2); in main()
52 fs1 << ' ' << 3.25; in main()
74 std::wofstream fs1(temp1.c_str()); in main() local
76 fs1 << 3.25; in main()
78 swap(fs1, fs2); in main()
79 fs1 << ' ' << 3.25; in main()
Dmember_swap.pass.cpp46 std::ofstream fs1(temp1.c_str()); in main() local
48 fs1 << 3.25; in main()
50 fs1.swap(fs2); in main()
51 fs1 << ' ' << 3.25; in main()
73 std::wofstream fs1(temp1.c_str()); in main() local
75 fs1 << 3.25; in main()
77 fs1.swap(fs2); in main()
78 fs1 << ' ' << 3.25; in main()
/external/llvm-project/llvm/test/CodeGen/RISCV/
Dinline-asm-clobbers.ll40 ; RV32IF-NEXT: fsw fs1, {{[0-9]+}}(sp)
46 ; RV64IF-NEXT: fsw fs1, {{[0-9]+}}(sp)
52 ; RV32ID-NEXT: fsd fs1, {{[0-9]+}}(sp)
58 ; RV64ID-NEXT: fsd fs1, {{[0-9]+}}(sp)
Dcallee-saved-fpr32s.ll49 ; ILP32-NEXT: flw fs1, 84(a1)
70 ; ILP32-NEXT: fsw fs1, 84(a1)
119 ; LP64-NEXT: flw fs1, 84(a1)
140 ; LP64-NEXT: fsw fs1, 84(a1)
168 ; ILP32F-NEXT: fsw fs1, 40(sp)
202 ; ILP32F-NEXT: flw fs1, 84(a1)
223 ; ILP32F-NEXT: fsw fs1, 84(a1)
255 ; ILP32F-NEXT: flw fs1, 40(sp)
264 ; LP64F-NEXT: fsw fs1, 40(sp)
298 ; LP64F-NEXT: flw fs1, 84(a1)
[all …]
Dcallee-saved-fpr64s.ll45 ; ILP32-NEXT: fld fs1, 168(a1)
66 ; ILP32-NEXT: fsd fs1, 168(a1)
115 ; LP64-NEXT: fld fs1, 168(a1)
136 ; LP64-NEXT: fsd fs1, 168(a1)
164 ; ILP32D-NEXT: fsd fs1, 80(sp)
198 ; ILP32D-NEXT: fld fs1, 168(a1)
219 ; ILP32D-NEXT: fsd fs1, 168(a1)
251 ; ILP32D-NEXT: fld fs1, 80(sp)
260 ; LP64D-NEXT: fsd fs1, 80(sp)
294 ; LP64D-NEXT: fld fs1, 168(a1)
[all …]
Dfastcc-float.ll42 ; CHECK-NEXT: flw fs1, 84(a0)
63 ; CHECK-NEXT: fsw fs1, 4(sp)
Dinline-asm-f-abi-names.ll397 ; NOTE: This test uses `f9` (`fs1`) as an input, so it should be saved.
402 ; RV32IF-NEXT: fsw fs1, 12(sp)
403 ; RV32IF-NEXT: fmv.s fs1, fa0
405 ; RV32IF-NEXT: fcvt.w.s a0, fs1
407 ; RV32IF-NEXT: flw fs1, 12(sp)
414 ; RV64IF-NEXT: fsw fs1, 12(sp)
415 ; RV64IF-NEXT: fmv.s fs1, fa0
417 ; RV64IF-NEXT: fcvt.w.s a0, fs1
419 ; RV64IF-NEXT: flw fs1, 12(sp)
426 ; NOTE: This test uses `fs1` (`f9`) as an input, so it should be saved.
[all …]
/external/llvm-project/llvm/test/MC/RISCV/
Drv32dc-invalid.s7 c.fldsp fs1, 512(sp) # CHECK: :[[@LINE]]:15: error: immediate must be a multiple of 8 bytes in the…
12 c.fsd fs1, 256(sp) # CHECK: :[[@LINE]]:13: error: immediate must be a multiple of 8 bytes in the r…
Drv32fc-invalid.s7 c.flwsp fs1, 256(sp) # CHECK: :[[@LINE]]:15: error: immediate must be a multiple of 4 bytes in the…
12 c.fsw fs1, 128(sp) # CHECK: :[[@LINE]]:13: error: immediate must be a multiple of 4 bytes in the r…
/external/llvm-project/lldb/unittests/Utility/
DStreamTeeTest.cpp100 auto fs1 = new FlushTestStream(); in TEST() local
102 lldb::StreamSP s1(fs1); in TEST()
110 EXPECT_EQ(1U, fs1->m_flush_count); in TEST()
115 EXPECT_EQ(2U, fs1->m_flush_count); in TEST()
/external/ppp/pppd/
Dmd4.c56 #define fs1 3 /* round 1 shift amounts */ macro
141 ff(A , B , C , D , 0 , fs1); /* Round 1 */
145 ff(A , B , C , D , 4 , fs1);
149 ff(A , B , C , D , 8 , fs1);
153 ff(A , B , C , D , 12 , fs1);
/external/google-breakpad/src/common/android/include/asm-mips/
Dfpregdef.h57 #define fs1 $f22 macro
105 #define fs1 $f25 macro
/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_file_system_test.cc3566 GcsFileSystem fs1; in TEST() local
3567 EXPECT_EQ(*kAllowedLocationsDefault, fs1.allowed_locations()); in TEST()
3571 fs1.FlushCaches(nullptr); in TEST()
3577 GcsFileSystem fs1; in TEST() local
3578 EXPECT_EQ(*kAllowedLocationsAuto, fs1.allowed_locations()); in TEST()
3587 GcsFileSystem fs1; in TEST() local
3588 EXPECT_EQ("", fs1.additional_header_name()); in TEST()
3589 EXPECT_EQ("", fs1.additional_header_value()); in TEST()
3649 GcsFileSystem fs1; in TEST() local
3650 EXPECT_EQ(16 * 1024 * 1024, fs1.block_size()); in TEST()
[all …]
/external/llvm-project/clang/test/SemaCXX/
Dconverting-constructor.cpp43 FromShort fs1(s); in explicit_constructor() local
/external/clang/test/SemaCXX/
Dconverting-constructor.cpp43 FromShort fs1(s); in explicit_constructor() local

12