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

  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 171 Constant *getRandomConstant(Type *Tp) {
172 if (Tp->isIntegerTy()) {
174 return ConstantInt::getAllOnesValue(Tp);
175 return ConstantInt::getNullValue(Tp);
176 } else if (Tp->isFloatingPointTy()) {
178 return ConstantFP::getAllOnesValue(Tp);
179 return ConstantFP::getNullValue(Tp);
181 return UndefValue::get(Tp);
185 Value *getRandomValue(Type *Tp) {
189 if (V->getType() == Tp)
    [all...]
  /packages/apps/LegacyCamera/jni/
mosaic_renderer_jni.cpp 434 double T[9], Tp[9], Ttemp[9];
440 // Tp = inv(K) * T * K
443 db_Multiply3x3_3x3(Tp, gKinv, Ttemp);
445 ConvertAffine3x3toGL4x4(g_dTranslationToFBOCenter, Tp);

Completed in 50 milliseconds