HomeSort by relevance Sort by last modified time
    Searched defs:AD (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/eigen/unsupported/test/
autodiff_scalar.cpp 21 typedef AutoDiffScalar<Deriv1> AD;
23 AD x(internal::random<Scalar>(-3.0, 3.0), Deriv1::UnitX());
28 AD s = sin(x), c = cos(x);
29 AD res = atan2(r*s, r*c);
45 typedef AutoDiffScalar<Deriv1> AD;
47 AD val(p.x(),Deriv1::UnitX());
50 AD res1 = tanh(val);
54 AD res2 = sinh(val);
58 AD res3 = cosh(val);
64 val = AD(sample_point,Deriv1::UnitX())
    [all...]
autodiff.cpp 129 /* Integrator to test the AD. */
140 /* Integrator to test the AD. */
219 typedef AutoDiffScalar<Vector2f> AD;
220 AD ax(p.x(),Vector2f::UnitX());
221 AD ay(p.y(),Vector2f::UnitY());
222 AD res = foo<AD>(ax,ay);
232 typedef AutoDiffScalar<Vector2f> AD;
233 typedef Matrix<AD,2,1> VectorAD;
234 VectorAD ap = p.cast<AD>();
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
gregocal.h 20 * 10/15/99 aliu Fixed j32, cannot set date to Feb 29 2000 AD.
45 * The standard (Gregorian) calendar has 2 eras, BC and AD.
160 AD
233 * Constructs a GregorianCalendar with the given AD date set in the default time
247 * Constructs a GregorianCalendar with the given AD date and time set for the
263 * Constructs a GregorianCalendar with the given AD date and time set for the
491 * default ERA is AD, but a zero (unset) ERA is BC.
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
flags.py 25 AD = 0x0020
38 'AD' : AD,
  /external/clang/test/Layout/
ms-x86-lazy-empty-nonvirtual-base.cpp 113 struct AD : B8, B1, virtual B0 {
114 AD() { printf("AD = %p\n", this); }
118 // CHECK-NEXT: 0 | struct AD
122 // CHECK-NEXT: 8 | (AD vbtable pointer)
127 // CHECK-X64-NEXT: 0 | struct AD
131 // CHECK-X64-NEXT: 8 | (AD vbtable pointer)
812 sizeof(AD)+
  /external/guice/core/test/com/googlecode/guice/bundle/
OSGiTestActivator.java 123 private static class AD
126 public AD() {}
  /external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
RegionCode.java 25 static final String AD = "AD";
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ViewMode.java 69 public static final int AD = 6;
94 "Ad",
174 * Requests a transition of the mode to show an ad.
177 setModeInternal(AD);
227 return mode == AD;
  /toolchain/binutils/binutils-2.25/opcodes/
msp430-decode.c 83 #define AD(r, ad) encode_ad (r, ad, ld, 0)
84 #define ADX(r, ad, x) encode_ad (r, ad, ld, x)
160 Ad
165 encode_ad (int reg, int ad, LocalData *ld, int ext)
169 if (ad)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
GregorianCalendar.java 23 * <p>The standard (Gregorian) calendar has 2 eras, BC and AD.
44 * AD onward, when modern Julian calendar rules were adopted. Before this date,
198 * being every 3 years from 45 BC through 9 BC, then every 4 years from 8 AD
215 * The sequence of years at the transition from <code>BC</code> to <code>AD</code> is
216 * ..., 2 BC, 1 BC, 1 AD, 2 AD,...
224 * The sequence of years at the transition from <code>BC</code> to <code>AD</code> is
225 * ..., 2 BC, 1 BC, 1 AD, 2 AD,...
228 public static final int AD = 1
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
GregorianCalendar.java 22 * <p>The standard (Gregorian) calendar has 2 eras, BC and AD.
43 * AD onward, when modern Julian calendar rules were adopted. Before this date,
198 * being every 3 years from 45 BC through 9 BC, then every 4 years from 8 AD
215 * The sequence of years at the transition from <code>BC</code> to <code>AD</code> is
216 * ..., 2 BC, 1 BC, 1 AD, 2 AD,...
225 * The sequence of years at the transition from <code>BC</code> to <code>AD</code> is
226 * ..., 2 BC, 1 BC, 1 AD, 2 AD,...
230 public static final int AD = 1
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h 194 CFGAutomaticObjDtor AD = BI.castAs<CFGAutomaticObjDtor>();
196 AD.getDestructorDecl(ACtx->getASTContext()));
197 VarDecl *VD = const_cast<VarDecl*>(AD.getVarDecl());
  /external/clang/test/FixIt/
fixit.cpp 158 class AD {};
159 class BD: public AD {};
162 AD* aPtr;
164 aPtr = b; // expected-error {{assigning to 'AD *' from incompatible type 'BD'; take the address with &}}
165 aPtr = br; // expected-error {{assigning to 'AD *' from incompatible type 'BD'; take the address with &}}
176 AD oopsMoreCommas() {
182 AD ad, // expected-error {{expected ';' at end of declaration}} local
183 return ad;
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 631 SDValue AD =
634 return CurDAG->SelectNodeTo(N, PPC::SUBFE, MVT::i32, AD, Op,
635 AD.getValue(1));
665 SDNode *AD = CurDAG->getMachineNode(PPC::ADDIC, dl, MVT::i32, MVT::Glue,
667 return CurDAG->SelectNodeTo(N, PPC::SUBFE, MVT::i32, SDValue(AD, 0),
668 Op, SDValue(AD, 1));
671 SDValue AD = SDValue(CurDAG->getMachineNode(PPC::ADDI, dl, MVT::i32, Op,
673 SDValue AN = SDValue(CurDAG->getMachineNode(PPC::AND, dl, MVT::i32, AD,
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 442 AnalysisDeclContext *AD =
445 if (AD->getBody())
446 return RuntimeDefinition(AD->getDecl());
    [all...]
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 661 Value *AD = Builder.CreateFMul(Op.LHS.first, Op.RHS.second, "mul_ad");
667 ResI = Builder.CreateFAdd(AD, BC, "mul_i");
779 // (a+ib) / (c+id) = ((ac+bd)/(cc+dd)) + i((bc-ad)/(cc+dd))
790 llvm::Value *Tmp9 = Builder.CreateSub(Tmp7, Tmp8); // bc-ad
    [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 655 AccessSpecDecl* AD
658 Owner->addHiddenDecl(AD);
659 return AD;
    [all...]
SemaDeclAttr.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /libcore/ojluni/src/main/java/java/util/
GregorianCalendar.java 85 * AD onward, when modern Julian calendar rules were adopted. Before this date,
180 * <code>AD<br></code>
365 * The sequence of years at the transition from <code>BC</code> to <code>AD</code> is
366 * ..., 2 BC, 1 BC, 1 AD, 2 AD,...
383 * The sequence of years at the transition from <code>BC</code> to <code>AD</code> is
384 * ..., 2 BC, 1 BC, 1 AD, 2 AD,...
388 public static final int AD = 1;
392 * the common era, the same value as {@link #AD}
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/caliper/lib/
joda-time-2.1.jar 
  /prebuilts/tools/common/m2/repository/joda-time/joda-time/2.8.1/
joda-time-2.8.1.jar 
  /prebuilts/tools/common/m2/repository/joda-time/joda-time/2.9.1/
joda-time-2.9.1.jar 

Completed in 995 milliseconds

1 2 3