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

1 2 3 4 5 6

  /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...]
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/SecPpiListLib/
SecPpiListLib.inf 20 FILE_GUID = F950E820-0457-8143-86AD-30E4A45FD4BF
  /device/linaro/bootloader/edk2/EmulatorPkg/ResetRuntimeDxe/
Reset.inf 21 FILE_GUID = 50A18017-37AD-8743-BCF2-DF1A8FF12FAB
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PeiIpmiLibIpmiPpi/
PeiIpmiLibIpmiPpi.inf 20 FILE_GUID = 43679142-87C4-44AD-AF02-B47F782D6CF3
  /device/linaro/bootloader/edk2/MdePkg/Library/PeiPciSegmentLibPciCfg2/
PeiPciSegmentLibPciCfg2.inf 25 FILE_GUID = 254901AD-7DB7-45f8-93C8-93D579398D9F
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeRuntimePciExpressLib/
DxeRuntimePciExpressLib.inf 26 FILE_GUID = 54DCBCE5-92AD-41f5-AAAF-1170F16DA6A8
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
flags.py 25 AD = 0x0020
38 'AD' : AD,
  /external/clang/lib/Sema/
DelayedDiagnostic.cpp 23 DelayedDiagnostic::makeAvailability(Sema::AvailabilityDiagnostic AD,
31 switch (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;
  /external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
RegionCode.java 25 static final String AD = "AD";
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/
MnpDxe.inf 23 FILE_GUID = 025BBFC7-E6A9-4b8b-82AD-6815A1AEAF4A
  /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/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...]
EasterHoliday.java 266 cal.set(Calendar.ERA, GregorianCalendar.AD);
  /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/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/icu/icu4c/source/i18n/
buddhcal.cpp 74 // extended year is a gregorian year, where 1 = 1AD, 0 = 1BC, -1 = 2BC, etc
116 } else if(era == GregorianCalendar::AD) {
taiwncal.cpp 123 } else if(era == GregorianCalendar::AD) {
gregocal.cpp 32 * 10/15/99 aliu Fixed j32, cannot set date to Feb 29 2000 AD.
73 // ms=+183882168921600000 jd=7f000000 December 20, 5828963 AD
229 set(UCAL_ERA, AD);
244 set(UCAL_ERA, AD);
262 set(UCAL_ERA, AD);
398 // with 8 AD. Before 8 AD the spacing is irregular; every 3 years
399 // from 45 BC to 9 BC, and then none until 8 AD. However, we don't
441 int32_t era = AD;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
qedit.idl 46 uuid(6B652FFF-11FE-4fce-92AD-0266B5D7C78F),
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneTest.java 272 "GMT-YOUR.AD.HERE", "0", TimeZone.UNKNOWN_ZONE_ID,
720 if (time_zone.getOffset(GregorianCalendar.AD, gc.get(GregorianCalendar.YEAR), gc.get(GregorianCalendar.MONTH),
    [all...]
  /external/icu/icu4c/source/test/intltest/
tztest.cpp 352 if (time_zone->getOffset(gc->AD, gc->get(UCAL_YEAR, status), gc->get(UCAL_MONTH, status),
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneTest.java 271 "GMT-YOUR.AD.HERE", "0", TimeZone.UNKNOWN_ZONE_ID,
719 if (time_zone.getOffset(GregorianCalendar.AD, gc.get(GregorianCalendar.YEAR), gc.get(GregorianCalendar.MONTH),
    [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());

Completed in 838 milliseconds

1 2 3 4 5 6