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

1 2 3 4 5 6 78 91011>>

  /external/eigen/Eigen/src/Core/products/
TriangularSolverVector.h 44 typename internal::conditional<
100 typename internal::conditional<Conjugate,
  /external/eigen/Eigen/src/IterativeLinearSolvers/
ConjugateGradient.h 207 typedef typename internal::conditional<TransposeInput,Transpose<const ActualMatrixType>, ActualMatrixType const&>::type RowMajorWrapper;
209 typedef typename internal::conditional<UpLo==(Lower|Upper),
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
MINRES.h 250 typedef typename internal::conditional<TransposeInput,Transpose<const ActualMatrixType>, ActualMatrixType const&>::type RowMajorWrapper;
252 typedef typename internal::conditional<UpLo==(Lower|Upper),
  /external/guava/guava-tests/test/com/google/common/io/
CharStreamsTest.java 105 // Test a LineProcessor that is conditional.
108 LineProcessor<Integer> conditional = new LineProcessor<Integer>() { local
121 assertEquals(2, CharStreams.readLines(r, conditional).intValue());
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 55 (* Grab the first block so that we might later add the conditional branch
68 * other is used for the conditional branch. *)
86 (* Return to the start block to add the conditional branch. *)
153 (* Insert the conditional branch into the end of loop_end_bb. *)
  /external/llvm/test/MC/ARM/
thumb2-branches.s 82 @ conditional branches accept narrow suffix and encode to short encodings
124 @ same branch insturction encoding to conditional or unconditional depending
225 @ conditional branches accept narrow suffix and encode to short encodings
267 @ same branch insturction encoding to conditional or unconditional depending
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 55 (* Grab the first block so that we might later add the conditional branch
68 * other is used for the conditional branch. *)
86 (* Return to the start block to add the conditional branch. *)
153 (* Insert the conditional branch into the end of loop_end_bb. *)
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
iterator.h 159 typename PointerT = typename std::conditional<
163 typename ReferenceT = typename std::conditional<
  /external/tensorflow/tensorflow/compiler/xla/service/
dfs_hlo_visitor_with_default.h 176 Status HandleConditional(HloInstructionPtr conditional) override {
177 return DefaultAction(conditional);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/
DashboardSummaryTest.java 34 import com.android.settings.dashboard.conditional.ConditionManager;
35 import com.android.settings.dashboard.conditional.FocusRecyclerView;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
iterator.h 196 typename PointerT = typename std::conditional<
200 typename ReferenceT = typename std::conditional<
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
iterator.h 198 typename PointerT = typename std::conditional<
202 typename ReferenceT = typename std::conditional<
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
iterator.h 198 typename PointerT = typename std::conditional<
202 typename ReferenceT = typename std::conditional<
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
iterator.h 198 typename PointerT = typename std::conditional<
202 typename ReferenceT = typename std::conditional<
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
iterator.h 198 typename PointerT = typename std::conditional<
202 typename ReferenceT = typename std::conditional<
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
iterator.h 198 typename PointerT = typename std::conditional<
202 typename ReferenceT = typename std::conditional<
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
iterator.h 198 typename PointerT = typename std::conditional<
202 typename ReferenceT = typename std::conditional<
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
iterator.h 196 typename PointerT = typename std::conditional<
200 typename ReferenceT = typename std::conditional<
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
iterator.h 198 typename PointerT = typename std::conditional<
202 typename ReferenceT = typename std::conditional<
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
iterator.h 198 typename PointerT = typename std::conditional<
202 typename ReferenceT = typename std::conditional<
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
iterator.h 198 typename PointerT = typename std::conditional<
202 typename ReferenceT = typename std::conditional<
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
iterator.h 198 typename PointerT = typename std::conditional<
202 typename ReferenceT = typename std::conditional<
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
iterator.h 198 typename PointerT = typename std::conditional<
202 typename ReferenceT = typename std::conditional<
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
iterator.h 198 typename PointerT = typename std::conditional<
202 typename ReferenceT = typename std::conditional<
  /prebuilts/go/darwin-x86/test/
opt_branchlikely.go 3 // rescheduling check insertion is turend off because the inserted conditional branches perturb the errorcheck

Completed in 1384 milliseconds

1 2 3 4 5 6 78 91011>>