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

1 2

  /external/libcxx/test/std/input.output/file.streams/fstreams/ifstream.assign/
member_swap.pass.cpp 24 std::ifstream fs2("test2.dat");
25 fs1.swap(fs2);
29 fs2 >> x;
34 std::wifstream fs2("test2.dat");
35 fs1.swap(fs2);
39 fs2 >> x;
nonmember_swap.pass.cpp 25 std::ifstream fs2("test2.dat");
26 swap(fs1, fs2);
30 fs2 >> x;
35 std::wifstream fs2("test2.dat");
36 swap(fs1, fs2);
40 fs2 >> x;
  /external/libcxx/test/std/input.output/file.streams/fstreams/fstream.assign/
member_swap.pass.cpp 48 std::fstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out
51 fs2 << 2 << ' ' << 1;
53 fs1.swap(fs2);
61 fs2 >> i;
63 fs2 >> i;
71 std::wfstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out
74 fs2 << 2 << ' ' << 1;
76 fs1.swap(fs2);
84 fs2 >> i;
86 fs2 >> i
    [all...]
nonmember_swap.pass.cpp 50 std::fstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out
53 fs2 << 2 << ' ' << 1;
55 swap(fs1, fs2);
63 fs2 >> i;
65 fs2 >> i;
73 std::wfstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out
76 fs2 << 2 << ' ' << 1;
78 swap(fs1, fs2);
86 fs2 >> i;
88 fs2 >> i
    [all...]
  /external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.assign/
member_swap.pass.cpp 47 std::ofstream fs2(temp2.c_str());
49 fs2 << 4.5;
50 fs1.swap(fs2);
52 fs2 << ' ' << 4.5;
74 std::wofstream fs2(temp2.c_str());
76 fs2 << 4.5;
77 fs1.swap(fs2);
79 fs2 << ' ' << 4.5;
nonmember_swap.pass.cpp 48 std::ofstream fs2(temp2.c_str());
50 fs2 << 4.5;
51 swap(fs1, fs2);
53 fs2 << ' ' << 4.5;
75 std::wofstream fs2(temp2.c_str());
77 fs2 << 4.5;
78 swap(fs1, fs2);
80 fs2 << ' ' << 4.5;
  /external/clang/test/SemaCXX/
converting-constructor.cpp 44 FromShort fs2 = s; local
warn-unused-local-typedef.cpp 55 foostruct2 fs2; local
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/RISCV/
rv32dc-invalid.s 8 c.fsdsp fs2, -8(sp) # CHECK: :[[@LINE]]:15: error: immediate must be a multiple of 8 bytes in the range [0, 504]
rv32fc-invalid.s 8 c.fswsp fs2, -4(sp) # CHECK: :[[@LINE]]:15: error: immediate must be a multiple of 4 bytes in the range [0, 252]
rv32d-valid.s 55 # CHECK-INST: fnmsub.d fs2, fs3, fs4, fs5, dyn
89 # CHECK-INST: fmax.d fs2, fs3, fs4
91 fmax.d fs2, fs3, fs4
130 # CHECK-INST: fnmsub.d fs2, fs3, fs4, fs5, rdn
rv32f-valid.s 50 # CHECK-INST: fnmsub.s fs2, fs3, fs4, fs5, dyn
84 # CHECK-INST: fmax.s fs2, fs3, fs4
86 fmax.s fs2, fs3, fs4
126 # CHECK-INST: fnmsub.s fs2, fs3, fs4, fs5, rdn
rvd-aliases-valid.s 56 # CHECK-INST: fnmsub.d fs2, fs3, fs4, fs5, dyn
57 # CHECK-ALIAS: fnmsub.d fs2, fs3, fs4, fs5{{[[:space:]]}}
rvf-aliases-valid.s 107 # CHECK-INST: fnmsub.s fs2, fs3, fs4, fs5, dyn
108 # CHECK-ALIAS: fnmsub.s fs2, fs3, fs4, fs5{{[[:space:]]}}
  /external/ppp/pppd/
md4.c 57 #define fs2 7 macro
142 ff(D , A , B , C , 1 , fs2);
146 ff(D , A , B , C , 5 , fs2);
150 ff(D , A , B , C , 9 , fs2);
154 ff(D , A , B , C , 13 , fs2);
  /build/soong/finder/
finder_test.go     [all...]
  /external/u-boot/post/lib_powerpc/
cpu_asm.h 146 #define ASM_12F(opcode, fd, fs1, fs2) ((opcode) + \
149 ((fs2) << 11))
  /external/compiler-rt/lib/asan/tests/
asan_test.cc 978 static char fs2[10]; local
1007 Ident(fs2);
1012 EXPECT_DEATH(fs2[Ident(-1)] = 0, "is located.*of global variable");
    [all...]
  /external/skia/tests/
SkNxTest.cpp 245 auto fs2 = Sk2f(0.4f, -0.4f).floor(); local
246 REPORTER_ASSERT(r, fs2[0] == 0.0f);
247 REPORTER_ASSERT(r, fs2[1] == -1.0f);
  /external/skqp/tests/
SkNxTest.cpp 245 auto fs2 = Sk2f(0.4f, -0.4f).floor(); local
246 REPORTER_ASSERT(r, fs2[0] == 0.0f);
247 REPORTER_ASSERT(r, fs2[1] == -1.0f);
  /external/tensorflow/tensorflow/core/platform/cloud/
gcs_file_system_test.cc 3091 GcsFileSystem fs2; local
3103 GcsFileSystem fs2; local
3169 GcsFileSystem fs2; local
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcUniformBlockTests.cpp 604 std::string fs2("precision highp float;\n"
612 if (!Link(vs1, fs1) || !Link(vs2, fs2))
715 std::string fs2("precision highp float;\n"
723 if (!Test(vs2, fs2, GL_TRUE))
    [all...]
  /external/dng_sdk/source/
dng_exif.cpp 4243 real64 fs2 = fLensInfo [3].As_real64 (); local
    [all...]
  /external/google-breakpad/src/common/android/
breakpad_getcontext.S 298 s.d fs2, (24 * MCONTEXT_REG_SIZE + MCONTEXT_FPREGS_OFFSET)(a0)
  /art/runtime/interpreter/mterp/mips/
main.S 146 #define fs2 $$f24 define
    [all...]

Completed in 1119 milliseconds

1 2