HomeSort by relevance Sort by last modified time
    Searched refs:conditional (Results 101 - 125 of 246) sorted by null

1 2 3 45 6 7 8 910

  /ndk/sources/host-tools/make-3.81/
variable.h 41 f_conditional /* Conditional definition (?=) */
60 unsigned int conditional:1; /* Nonzero if set with a ?=. */ member in struct:variable
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
code_generator_v8.py 238 'conditional': conditional_if_endif,
246 def generate_indented_conditional(code, conditional):
249 return ('%sif (%s) {\n' % (indent, conditional) +
254 # [Conditional]
  /external/chromium_org/v8/test/mjsunit/compiler/
inline-conditional.js 29 // a conditional operation.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1237.js 30 // Deoptimization after a conditional expression in an effect context should
  /external/chromium_org/v8/test/webkit/
dfg-cfg-simplify-redundant-dead-get-local.js 31 // a conditional absolutely MUST be here for the whole thing to break.
dfg-inlining-reg-alloc.js 25 "This tests that register allocation still works under register pressure induced by inlining, out-of-line function calls (i.e. unconditional register flushing), and slow paths for object creation (i.e. conditional register flushing)."
  /external/eigen/Eigen/src/Core/util/
Meta.h 29 struct conditional { typedef Then type; }; struct in namespace:Eigen::internal
32 struct conditional <false, Then, Else> { typedef Else type; }; struct in namespace:Eigen::internal
BlasUtil.h 165 typedef typename conditional<bool(HasUsableDirectAccess),
226 typedef typename conditional<bool(Base::HasUsableDirectAccess),
  /external/eigen/Eigen/src/Eigenvalues/
Tridiagonalization.h 86 typedef typename internal::conditional<NumTraits<Scalar>::IsComplex,
91 typedef typename internal::conditional<NumTraits<Scalar>::IsComplex,
  /external/guava/guava-tests/test/com/google/common/io/
CharStreamsTest.java 137 // Test a LineProcessor that is conditional.
139 LineProcessor<Integer> conditional = new LineProcessor<Integer>() { local
152 assertEquals(2, CharStreams.readLines(r, conditional).intValue());
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 73 (* Grab the first block so that we might later add the conditional branch
86 * other is used for the conditional branch. *)
104 (* Return to the start block to add the conditional branch. *)
171 (* Insert the conditional branch into the end of loop_end_bb. *)
  /external/llvm/include/llvm/Analysis/
RegionInfo.h 510 : public df_iterator<typename std::conditional<IsConst, const BasicBlock,
512 typedef df_iterator<typename std::conditional<IsConst, const BasicBlock,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex_compiler.h 165 typedef typename std::conditional<__collate,
412 typedef typename conditional<_IsChar::value,
  /external/eigen/Eigen/src/Core/products/
GeneralMatrixVector.h 47 typedef typename conditional<Vectorizable,_LhsPacket,LhsScalar>::type LhsPacket;
48 typedef typename conditional<Vectorizable,_RhsPacket,RhsScalar>::type RhsPacket;
49 typedef typename conditional<Vectorizable,_ResPacket,ResScalar>::type ResPacket;
310 typedef typename conditional<Vectorizable,_LhsPacket,LhsScalar>::type LhsPacket;
311 typedef typename conditional<Vectorizable,_RhsPacket,RhsScalar>::type RhsPacket;
312 typedef typename conditional<Vectorizable,_ResPacket,ResScalar>::type ResPacket;
GeneralBlockPanelKernel.h 179 typedef typename conditional<Vectorizable,_LhsPacket,LhsScalar>::type LhsPacket;
180 typedef typename conditional<Vectorizable,_RhsPacket,RhsScalar>::type RhsPacket;
181 typedef typename conditional<Vectorizable,_ResPacket,ResScalar>::type ResPacket;
250 typedef typename conditional<Vectorizable,_LhsPacket,LhsScalar>::type LhsPacket;
251 typedef typename conditional<Vectorizable,_RhsPacket,RhsScalar>::type RhsPacket;
252 typedef typename conditional<Vectorizable,_ResPacket,ResScalar>::type ResPacket;
279 madd_impl(a, b, c, tmp, typename conditional<Vectorizable,true_type,false_type>::type());
334 typedef typename conditional<Vectorizable,RealPacket, Scalar>::type LhsPacket;
335 typedef typename conditional<Vectorizable,DoublePacket,Scalar>::type RhsPacket;
336 typedef typename conditional<Vectorizable,ScalarPacket,Scalar>::type ResPacket
    [all...]
  /external/proguard/src/proguard/evaluation/
Processor.java 866 int conditional = indexValue.equal(valueFactory.createIntegerValue( local
894 int conditional = indexValue.equal(valueFactory.createIntegerValue( local
    [all...]
  /external/oprofile/events/i386/westmere/
unit_masks 28 0x01 cond Conditional branch instructions executed
39 0x01 conditional Retired conditional branch instructions (Precise Event)
43 0x01 cond Mispredicted conditional branches executed
54 0x01 conditional Mispredicted conditional retired branches (Precise Event)
  /external/eigen/Eigen/src/Core/
MatrixBase.h 121 typedef typename internal::conditional<NumTraits<Scalar>::IsComplex,
308 template<bool Enable> inline typename internal::add_const_on_value_type<typename internal::conditional<Enable,ForceAlignedAccess<Derived>,Derived&>::type>::type forceAlignedAccessIf() const;
309 template<bool Enable> inline typename internal::conditional<Enable,ForceAlignedAccess<Derived>,Derived&>::type forceAlignedAccessIf();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
unique_ptr.h 126 typename std::conditional<std::is_reference<deleter_type>::value,
294 typename std::conditional<std::is_reference<deleter_type>::value,
421 std::conditional<std::is_reference<deleter_type>::value,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
unique_ptr.h 126 typename std::conditional<std::is_reference<deleter_type>::value,
294 typename std::conditional<std::is_reference<deleter_type>::value,
421 std::conditional<std::is_reference<deleter_type>::value,
  /external/eigen/Eigen/src/Householder/
HouseholderSequence.h 128 typename internal::conditional<NumTraits<Scalar>::IsComplex,
131 typename internal::conditional<NumTraits<Scalar>::IsComplex,
  /external/eigen/Eigen/src/SparseCore/
SparseDenseProduct.h 22 typedef typename internal::conditional<
35 typedef typename internal::conditional<
SparseMatrixBase.h 102 typedef typename internal::conditional<NumTraits<Scalar>::IsComplex,
122 typedef typename internal::conditional<_HasDirectAccess, const Scalar&, Scalar>::type CoeffReturnType;
241 //typedef typename internal::conditional<transpose, LinkedVectorMatrix<Scalar,Flags&RowMajorBit>, Derived>::type TempType;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 103 (* Grab the first block so that we might later add the conditional branch
116 * other is used for the conditional branch. *)
134 (* Return to the start block to add the conditional branch. *)
227 (* Insert the conditional branch into the end of loop_end_bb. *)
  /external/openssl/crypto/rc4/asm/
rc4-parisc.pl 101 comclr,<> $XX[1],$YY,%r0 ; conditional
272 addi,nuv 1,%r23,%r23 ; increment and conditional

Completed in 6643 milliseconds

1 2 3 45 6 7 8 910