HomeSort by relevance Sort by last modified time
    Searched refs:fs1 (Results 1 - 25 of 25) sorted by null

  /external/libcxx/test/std/input.output/file.streams/fstreams/ifstream.assign/
member_swap.pass.cpp 23 std::ifstream fs1("test.dat");
25 fs1.swap(fs2);
27 fs1 >> x;
33 std::wifstream fs1("test.dat");
35 fs1.swap(fs2);
37 fs1 >> x;
nonmember_swap.pass.cpp 24 std::ifstream fs1("test.dat");
26 swap(fs1, fs2);
28 fs1 >> x;
34 std::wifstream fs1("test.dat");
36 swap(fs1, fs2);
38 fs1 >> x;
  /external/libcxx/test/std/input.output/file.streams/fstreams/fstream.assign/
member_swap.pass.cpp 46 std::fstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out
50 fs1 << 1 << ' ' << 2;
52 fs1.seekg(0);
53 fs1.swap(fs2);
54 fs1.seekg(0);
56 fs1 >> i;
58 fs1 >> i;
69 std::wfstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out
73 fs1 << 1 << ' ' << 2;
75 fs1.seekg(0)
    [all...]
nonmember_swap.pass.cpp 48 std::fstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out
52 fs1 << 1 << ' ' << 2;
54 fs1.seekg(0);
55 swap(fs1, fs2);
56 fs1.seekg(0);
58 fs1 >> i;
60 fs1 >> i;
71 std::wfstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out
75 fs1 << 1 << ' ' << 2;
77 fs1.seekg(0)
    [all...]
  /external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.assign/
member_swap.pass.cpp 46 std::ofstream fs1(temp1.c_str());
48 fs1 << 3.25;
50 fs1.swap(fs2);
51 fs1 << ' ' << 3.25;
73 std::wofstream fs1(temp1.c_str());
75 fs1 << 3.25;
77 fs1.swap(fs2);
78 fs1 << ' ' << 3.25;
nonmember_swap.pass.cpp 47 std::ofstream fs1(temp1.c_str());
49 fs1 << 3.25;
51 swap(fs1, fs2);
52 fs1 << ' ' << 3.25;
74 std::wofstream fs1(temp1.c_str());
76 fs1 << 3.25;
78 swap(fs1, fs2);
79 fs1 << ' ' << 3.25;
  /external/clang/test/SemaCXX/
converting-constructor.cpp 43 FromShort fs1(s);
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/RISCV/
rv32dc-invalid.s 7 c.fldsp fs1, 512(sp) # CHECK: :[[@LINE]]:15: error: immediate must be a multiple of 8 bytes in the range [0, 504]
12 c.fsd fs1, 256(sp) # CHECK: :[[@LINE]]:13: error: immediate must be a multiple of 8 bytes in the range [0, 248]
rv32fc-invalid.s 7 c.flwsp fs1, 256(sp) # CHECK: :[[@LINE]]:15: error: immediate must be a multiple of 4 bytes in the range [0, 252]
12 c.fsw fs1, 128(sp) # CHECK: :[[@LINE]]:13: error: immediate must be a multiple of 4 bytes in the range [0, 124]
rvd-aliases-valid.s 42 # CHECK-INST: fle.d t2, fs1, fs0
43 # CHECK-ALIAS: fle.d t2, fs1, fs0
rv32d-valid.s 45 # CHECK-INST: fsd fs1, 999(s7)
77 # CHECK-INST: fsgnj.d fs1, fa0, fa1
79 fsgnj.d fs1, fa0, fa1
rv32f-valid.s 40 # CHECK-INST: fsw fs1, 999(s7)
72 # CHECK-INST: fsgnj.s fs1, fa0, fa1
74 fsgnj.s fs1, fa0, fa1
rvf-aliases-valid.s 42 # CHECK-INST: fle.s t2, fs1, fs0
43 # CHECK-ALIAS: fle.s t2, fs1, fs0
  /external/ppp/pppd/
md4.c 56 #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/tensorflow/tensorflow/core/platform/cloud/
gcs_file_system_test.cc 3076 GcsFileSystem fs1; local
3087 GcsFileSystem fs1; local
3097 GcsFileSystem fs1; local
3157 GcsFileSystem fs1; local
    [all...]
  /external/u-boot/post/lib_powerpc/
cpu_asm.h 146 #define ASM_12F(opcode, fd, fs1, fs2) ((opcode) + \
148 ((fs1) << 16) + \
  /build/soong/finder/
finder_test.go     [all...]
  /external/deqp/external/openglcts/modules/common/
glcUniformBlockTests.cpp 593 std::string fs1("precision highp float;\n"
612 if (!Link(vs1, fs1) || !Link(vs2, fs2))
699 std::string fs1("precision highp float;\n"
707 if (!Test(vs1, fs1, GL_FALSE))
    [all...]
  /external/dng_sdk/source/
dng_exif.cpp 4242 real64 fs1 = fLensInfo [2].As_real64 (); local
    [all...]
  /external/google-breakpad/src/common/android/
breakpad_getcontext.S 297 s.d fs1, (22 * MCONTEXT_REG_SIZE + MCONTEXT_FPREGS_OFFSET)(a0)
  /external/compiler-rt/lib/asan/tests/
asan_test.cc 977 static char fs1[10]; local
1006 Ident(fs1);
    [all...]
  /art/runtime/interpreter/mterp/mips/
main.S 144 #define fs1 $$f22 define
    [all...]
  /external/elfutils/tests/
run-allregs.sh     [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cShaderStorageBufferObjectTests.cpp     [all...]
  /external/deqp/external/openglcts/modules/gles31/
es31cShaderStorageBufferObjectTests.cpp     [all...]

Completed in 1195 milliseconds