Home
last modified time | relevance | path

Searched refs:Input1 (Results 1 – 5 of 5) sorted by relevance

/external/libcxx/test/std/numerics/numeric.ops/numeric.ops.lcm/
Dlcm.pass.cpp36 template <typename Input1, typename Input2, typename Output>
37 constexpr bool test0(Input1 in1, Input2 in2, Output out) in test0()
39 static_assert((std::is_same<Output, decltype(std::lcm(Input1(0), Input2(0)))>::value), "" ); in test0()
40 static_assert((std::is_same<Output, decltype(std::lcm(Input2(0), Input1(0)))>::value), "" ); in test0()
45 template <typename Input1, typename Input2 = Input1>
48 using S1 = typename std::make_signed<Input1>::type; in do_test()
50 using U1 = typename std::make_unsigned<Input1>::type; in do_test()
/external/libcxx/test/std/experimental/numeric/numeric.ops/numeric.ops.lcm/
Dlcm.pass.cpp36 template <typename Input1, typename Input2, typename Output>
37 constexpr bool test0(Input1 in1, Input2 in2, Output out) in test0()
39 …static_assert((std::is_same<Output, decltype(std::experimental::lcm(Input1(0), Input2(0)))>::value… in test0()
40 …static_assert((std::is_same<Output, decltype(std::experimental::lcm(Input2(0), Input1(0)))>::value… in test0()
45 template <typename Input1, typename Input2 = Input1>
48 using S1 = typename std::make_signed<Input1>::type; in do_test()
50 using U1 = typename std::make_unsigned<Input1>::type; in do_test()
/external/libcxx/test/std/numerics/numeric.ops/numeric.ops.gcd/
Dgcd.pass.cpp38 template <typename Input1, typename Input2, typename Output>
39 constexpr bool test0(Input1 in1, Input2 in2, Output out) in test0()
47 template <typename Input1, typename Input2 = Input1>
50 using S1 = typename std::make_signed<Input1>::type; in do_test()
52 using U1 = typename std::make_unsigned<Input1>::type; in do_test()
/external/libcxx/test/std/experimental/numeric/numeric.ops/numeric.ops.gcd/
Dgcd.pass.cpp37 template <typename Input1, typename Input2, typename Output>
38 constexpr bool test0(Input1 in1, Input2 in2, Output out) in test0()
46 template <typename Input1, typename Input2 = Input1>
49 using S1 = typename std::make_signed<Input1>::type; in do_test()
51 using U1 = typename std::make_unsigned<Input1>::type; in do_test()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp25352 SDValue Input0, Input1; in combineX86ShufflesRecursively() local
25354 if (!resolveTargetShuffleInputs(Op, Input0, Input1, OpMask)) in combineX86ShufflesRecursively()
25425 std::swap(Input0, Input1); in combineX86ShufflesRecursively()