HomeSort by relevance Sort by last modified time
    Searched defs:pT (Results 1 - 9 of 9) sorted by null

  /external/clang/test/SemaTemplate/
class-template-decl.cpp 152 T &pT = T();
153 pT;
destructor-template.cpp 59 T &pT = t;
60 pT;
  /external/sfntly/cpp/src/sfntly/port/
refcount.h 184 Ptr(T* pT) : p_(NULL) {
185 *this = pT;
196 T* operator=(T* pT) {
197 if (p_ == pT) {
200 if (pT) {
201 RefCount* p = static_cast<RefCount*>(pT);
208 p_ = pT;
239 bool operator!=(T* pT) const {
240 return !operator==(pT);
243 bool operator==(T* pT) const
    [all...]
  /external/tpm2/
CpriSym.c 152 BYTE *pT = NULL;
171 pT = tmp;
173 *pT++ = *dIn++;
176 pT = tmp;
180 *pIv++ = *pT++;
265 BYTE *pT;
280 pT = tmp;
285 *dOut++ = *pT++ ^ (*pIv++ = *dIn++);
319 BYTE *pT;
340 pT = tmp
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DormandPrince853StepInterpolator.java 398 final double pT = getGlobalPreviousTime();
407 integrator.computeDerivatives(pT + C14 * h, yTmp, yDotKLast[0]);
417 integrator.computeDerivatives(pT + C15 * h, yTmp, yDotKLast[1]);
427 integrator.computeDerivatives(pT + C16 * h, yTmp, yDotKLast[2]);
  /external/clang/test/Parser/
MicrosoftExtensions.cpp 195 pointerT pT = &t;
196 *pT = 4;
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 

Completed in 1419 milliseconds