HomeSort by relevance Sort by last modified time
    Searched refs:conditional (Results 376 - 400 of 758) sorted by null

<<11121314151617181920>>

  /external/eigen/Eigen/src/Core/
Transpose.h 128 typedef typename internal::conditional<
AssignEvaluator.h 111 typedef typename conditional<int(Traversal)==LinearVectorizedTraversal, LinearPacketType, InnerPacketType>::type PacketType;
    [all...]
BandMatrix.h 103 typedef typename internal::conditional<Conjugate,
ProductEvaluators.h 299 template<typename T> struct is_row_major : internal::conditional<(int(T::Flags)&RowMajorBit), internal::true_type, internal::false_type>::type {};
373 typedef typename internal::remove_all<typename internal::conditional<int(Side)==OnTheRight,LhsNested,RhsNested>::type>::type MatrixType;
    [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorUInt128.h 57 eigen_assert((static_cast<typename conditional<sizeof(T) == 8, uint64_t, uint32_t>::type>(x) <= NumTraits<uint64_t>::highest()));
TensorFFT.h 67 typedef typename conditional<FFTResultType == RealPart || FFTResultType == ImagPart, RealScalar, ComplexScalar>::type OutputScalar;
94 typedef typename internal::conditional<FFTResultType == RealPart || FFTResultType == ImagPart, RealScalar, ComplexScalar>::type OutputScalar;
129 typedef typename internal::conditional<FFTResultType == RealPart || FFTResultType == ImagPart, RealScalar, ComplexScalar>::type OutputScalar;
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineProduct.h 55 typedef typename internal::conditional<ResultIsSkyline,
  /external/libcxx/test/std/utilities/any/any.nonmembers/any.cast/
any_cast_reference.pass.cpp 101 using RefType = typename std::conditional<
  /external/v8/src/base/
logging.h 87 struct PassType : public std::conditional<
  /frameworks/native/libs/vr/libpdx/private/pdx/rpc/
type_operators.h 188 typename std::conditional<IsConvertible<Decay<A>, Decay<B>>::value,
  /packages/apps/Settings/src/com/android/settings/dashboard/
DashboardData.java 26 import com.android.settings.dashboard.conditional.Condition;
  /packages/apps/Settings/src/com/android/settings/dashboard/conditional/
ConditionManager.java 16 package com.android.settings.dashboard.conditional;
47 private static final String PKG = "com.android.settings.dashboard.conditional.";
  /packages/services/Car/car-lib/src/android/car/hardware/
CarSensorManager.java 396 conditional=true)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/any/any.nonmembers/any.cast/
any_cast_reference.pass.cpp 101 using RefType = typename std::conditional<
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
vfp-neon-syntax-inc.s 21 @ Test VFP vmov variants. These can all be conditional.
  /external/tensorflow/tensorflow/compiler/xla/service/
call_graph_test.cc 241 // Test a call graph of a module with a conditional.
255 HloInstruction* conditional = local
271 EXPECT_EQ(conditional, conditional_callsite.instruction());
275 EXPECT_EQ(entry_node.GetCallSite(conditional), &conditional_callsite);
  /external/tensorflow/tensorflow/compiler/xla/tools/parser/
hlo_parser_test.cc 805 // Conditional
807 "Conditional",
808 R"(HloModule conditional
824 ROOT conditional = f32[] conditional(constant, constant.1, constant.2), true_computation=Negate, false_computation=Identity
    [all...]
  /external/tpm2/generator/
tpm_table.py 389 # The '+' decoration means this field can be conditional.
747 conditional = 'TRUE'
749 conditional = 'FALSE'
756 conditional_value=conditional))
  /external/selinux/prebuilts/bin/
sediff.py 496 rule_string += " [ {0} ]".format(rule.conditional)
    [all...]
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DataMov.cpp 526 using Type = std::conditional<FloatLength == 32, float, double>::type; \
549 using Type = std::conditional<FloatLength == 32, float, double>::type; \
582 using Type = std::conditional<FloatLength == 32, float, double>::type; \
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
link.go 248 // that have generalized conditional execution.
272 Pcond *Prog // target of conditional jump
283 Scond uint8 // condition bits for conditional instruction (e.g., on ARM)
  /prebuilts/go/darwin-x86/src/runtime/
mbarrier.go 70 // Both the Yuasa and Dijkstra barriers can be made conditional on the
72 // conditional because the cost of ensuring that the object holding
162 // TODO: Make this conditional on the caller's stack color.
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
link.go 248 // that have generalized conditional execution.
272 Pcond *Prog // target of conditional jump
283 Scond uint8 // condition bits for conditional instruction (e.g., on ARM)
  /prebuilts/go/linux-x86/src/runtime/
mbarrier.go 70 // Both the Yuasa and Dijkstra barriers can be made conditional on the
72 // conditional because the cost of ensuring that the object holding
162 // TODO: Make this conditional on the caller's stack color.
  /build/kati/
parser.cc 384 Error("*** invalid syntax in conditional.");
397 Error("*** only one `else' per conditional.");

Completed in 1244 milliseconds

<<11121314151617181920>>