Home
last modified time | relevance | path

Searched defs:At (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_utilities_indexing.h47 void inline db_MultiplyMatrixVectorAtb(double *c,const double * const *At,const double *b,int arows… in db_MultiplyMatrixVectorAtb()
73 inline void db_UpperMultiplyMatricesAtB(double **Cu,const double * const *At,const double * const *… in db_UpperMultiplyMatricesAtB()
/aosp12/art/compiler/utils/x86/
H A Dconstants_x86.h106 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At() function
/aosp12/art/compiler/utils/x86_64/
H A Dconstants_x86_64.h133 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At() function
/aosp12/art/libdexfile/dex/
H A Dcompact_dex_file.h39 static const Header* At(const void* at) { in At() function
H A Ddex_instruction.h240 static const Instruction* At(const uint16_t* code) { in At() function
/aosp12/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp2222 ReflectionState::Val32 Padding32) { in genPackVarOfType()