Home
last modified time | relevance | path

Searched refs:Input2 (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/llvm/unittests/ObjectYAML/
DYAMLTest.cpp49 yaml::Input Input2(InputYAML); in TEST() local
51 Input2.setAllowUnknownKeys(true); in TEST()
52 Input2 >> BH2; in TEST()
54 EXPECT_EQ(Input2.error().value(), 0); in TEST()
/external/libcxx/test/std/numerics/numeric.ops/numeric.ops.gcd/
Dgcd.pass.cpp40 template <typename Input1, typename Input2, typename Output>
44 auto value2 = static_cast<Input2>(in2); in test0()
52 template <typename Input1, typename Input2 = Input1>
56 using S2 = std::make_signed_t<Input2>; in do_test()
58 using U2 = std::make_unsigned_t<Input2>; in do_test()
/external/llvm-project/libcxx/test/std/numerics/numeric.ops/numeric.ops.gcd/
Dgcd.pass.cpp40 template <typename Input1, typename Input2, typename Output>
44 auto value2 = static_cast<Input2>(in2); in test0()
52 template <typename Input1, typename Input2 = Input1>
56 using S2 = std::make_signed_t<Input2>; in do_test()
58 using U2 = std::make_unsigned_t<Input2>; in do_test()
/external/libcxx/test/std/numerics/numeric.ops/numeric.ops.lcm/
Dlcm.pass.cpp39 template <typename Input1, typename Input2, typename Output>
43 auto value2 = static_cast<Input2>(in2); in test0()
51 template <typename Input1, typename Input2 = Input1>
55 using S2 = std::make_signed_t<Input2>; in do_test()
57 using U2 = std::make_unsigned_t<Input2>; in do_test()
/external/llvm-project/libcxx/test/std/numerics/numeric.ops/numeric.ops.lcm/
Dlcm.pass.cpp37 template <typename Input1, typename Input2, typename Output>
41 auto value2 = static_cast<Input2>(in2); in test0()
49 template <typename Input1, typename Input2 = Input1>
53 using S2 = std::make_signed_t<Input2>; in do_test()
55 using U2 = std::make_unsigned_t<Input2>; in do_test()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsm64bitCompareTests.cpp217 layout(binding = 1) buffer Input2 { double values[]; } input2;
245 OpName %Input2 "Input2"
329 layout(binding = 1) buffer Input2 { dvec4 values[]; } input2;
357 OpName %Input2 "Input2"
445 layout(binding = 1) buffer Input2 { double values[]; } input2;
480 OpName %Input2 "Input2"
585 layout(binding = 1) buffer Input2 { dvec4 values[]; } input2;
620 OpName %Input2 "Input2"
743 layout(binding = 1) buffer Input2 { double values[]; } input2;
772 OpName %Input2 "Input2"
[all …]
/external/llvm-project/llvm/unittests/Remarks/
DRemarksLinkingTest.cpp51 remarks::Format InputFormat2, StringRef Input2, in check() argument
55 EXPECT_FALSE(RL.link(Input2, InputFormat2)); in check()
/external/llvm-project/llvm/unittests/Support/
DCommandLineTest.cpp244 const char Input2[] = R"(a b c d ")"; in TEST() local
1857 StackOption<std::string, cl::opt<std::string>> Input2(cl::Positional, in TEST() local
1868 EXPECT_EQ("input2", Input2); in TEST()