| /frameworks/compile/slang/ |
| D | llvm-rs-as.cpp | 65 static void stripUnknownAttributes(llvm::Module *M) { in stripUnknownAttributes() 70 static void WriteOutputFile(const Module *M, uint32_t ModuleTargetAPI) { in WriteOutputFile() 132 std::unique_ptr<Module> M(parseAssemblyFile(InputFilename, Err, Context)); in main() local
|
| D | slang_backend.cpp | 95 virtual bool runOnModule(llvm::Module &M) override { in runOnModule() 294 llvm::Module *M = mGen->ReleaseModule(); in HandleTranslationUnit() local 750 void Backend::dumpExportVarInfo(llvm::Module *M) { in dumpExportVarInfo() 836 static void PadHelperFunctionStruct(llvm::Module *M, in PadHelperFunctionStruct() 890 void Backend::dumpExportFunctionInfo(llvm::Module *M) { in dumpExportFunctionInfo() 1050 void Backend::dumpExportForEachInfo(llvm::Module *M) { in dumpExportForEachInfo() 1087 void Backend::dumpExportReduceInfo(llvm::Module *M) { in dumpExportReduceInfo() 1140 void Backend::dumpExportTypeInfo(llvm::Module *M) { in dumpExportTypeInfo() 1199 void Backend::HandleTranslationUnitPost(llvm::Module *M) { in HandleTranslationUnitPost()
|
| D | slang_bitcode_gen.cpp | 33 const llvm::Module &M, in writeBitcode()
|
| /frameworks/native/libs/ui/ |
| D | Transform.cpp | 92 const mat33& M(mMatrix); in operator *() local 171 mat33& M(mMatrix); in set() local 194 mat33& M(H.mMatrix); in set() local 202 mat33& M(V.mMatrix); in set() local 211 mat33& M(R.mMatrix); in set() local 221 mat33& M(mMatrix); in set() local 231 const mat33& M(mMatrix); in transform() local 239 const mat33& M(mMatrix); in transform() local 325 const mat33& M(mMatrix); in type() local 389 const mat33& M(mMatrix); in inverse() local
|
| /frameworks/compile/libbcc/tools/bcc_strip_attr/ |
| D | bcc_strip_attr.cpp | 76 virtual bool runOnModule(Module &M) { in runOnModule() 121 std::unique_ptr<Module> M(LoadFile(argv[0], InputFilenames[0], Context)); in main() local
|
| /frameworks/compile/libbcc/lib/ |
| D | RSEmbedInfo.cpp | 55 llvm::Module *M; member in __anone1d1af5f0111::RSEmbedInfoPass 192 virtual bool runOnModule(llvm::Module &M) { in runOnModule()
|
| D | RSScreenFunctionsPass.cpp | 76 bool runOnModule(llvm::Module &M) override { in runOnModule()
|
| D | RSIsThreadablePass.cpp | 101 bool runOnModule(llvm::Module &M) override { in runOnModule()
|
| D | RSInvariant.cpp | 70 virtual bool doInitialization(llvm::Module &M) { in doInitialization()
|
| /frameworks/compile/slang/StripUnkAttr/ |
| D | strip_unknown_attributes_pass.cpp | 31 bool StripUnknownAttributes::runOnModule(llvm::Module &M) { in runOnModule()
|
| /frameworks/compile/slang/BitWriter_3_2/ |
| D | BitcodeWriterPass.cpp | 32 bool runOnModule(Module &M) { in runOnModule()
|
| /frameworks/compile/slang/BitWriter_2_9/ |
| D | BitcodeWriterPass.cpp | 32 bool runOnModule(Module &M) { in runOnModule()
|
| /frameworks/compile/slang/BitWriter_2_9_func/ |
| D | BitcodeWriterPass.cpp | 32 bool runOnModule(Module &M) { in runOnModule()
|
| /frameworks/base/core/tests/coretests/src/android/content/pm/ |
| D | SignatureTest.java | 32 …private static final Signature M = new Signature("308201D43082013CA0030201020219373565373461363A31… field in SignatureTest
|
| /frameworks/rs/cpp/ |
| D | ScriptIntrinsicBLAS.cpp | 52 int M, int N, int K, int incX, int incY, int KL, int KU, in setUpBLASCall() 108 int TransB, int Side, int Uplo, int Diag, int M, int N, int K, in nScriptIntrinsicBLAS_Single() 122 int TransB, int Side, int Uplo, int Diag, int M, int N, int K, in nScriptIntrinsicBLAS_Double() 135 int TransB, int Side, int Uplo, int Diag, int M, int N, int K, in nScriptIntrinsicBLAS_Complex() 148 int TransB, int Side, int Uplo, int Diag, int M, int N, int K, in nScriptIntrinsicBLAS_Z() 161 nScriptIntrinsicBLAS_BNNM(RS* mRS, RsContext con, RsScript id, int M, int N, int K, in nScriptIntrinsicBLAS_BNNM() 185 int M = A->getType()->getY(); in validateGEMV() local 216 int M = A->getType()->getY(); in SGEMV() local 227 int M = A->getType()->getY(); in DGEMV() local 238 int M = A->getType()->getY(); in CGEMV() local [all …]
|
| /frameworks/av/media/module/codecs/amrwb/enc/src/ |
| D | gpclip.c | 34 #define M 16 macro
|
| D | levinson.c | 95 #define M 16 macro
|
| D | az_isp.c | 54 #define M 16 macro
|
| /frameworks/base/core/tests/coretests/src/android/database/sqlite/ |
| D | SQLiteCursorTest.java | 118 int M = N + 1000; in testFillWindow() local
|
| /frameworks/base/rs/java/android/renderscript/ |
| D | ScriptIntrinsicBLAS.java | 281 int M = A.getType().getY(); in validateGEMV() local 326 int M = A.getType().getY(); in SGEMV() local 328 …mRS.nScriptIntrinsicBLAS_Single(getID(mRS), RsBlas_sgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha, A.ge… in SGEMV() local 348 int M = A.getType().getY(); in DGEMV() local 350 …mRS.nScriptIntrinsicBLAS_Double(getID(mRS), RsBlas_dgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha, A.ge… in DGEMV() local 370 int M = A.getType().getY(); in CGEMV() local 372 …mRS.nScriptIntrinsicBLAS_Complex(getID(mRS), RsBlas_cgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha.x, a… in CGEMV() local 392 int M = A.getType().getY(); in ZGEMV() local 394 …mRS.nScriptIntrinsicBLAS_Z(getID(mRS), RsBlas_zgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha.x, alpha.y… in ZGEMV() local 427 int M = A.getType().getY(); in SGBMV() local [all …]
|
| /frameworks/compile/libbcc/bcinfo/ |
| D | BitcodeTranslator.cpp | 73 static void stripUnknownAttributes(llvm::Module *M) { in stripUnknownAttributes()
|
| /frameworks/av/media/module/codecs/amrnb/common/include/ |
| D | cnst.h | 75 #define M 10 /* Order of LP filter */ macro
|
| /frameworks/av/media/module/codecs/amrwb/enc/inc/ |
| D | cnst.h | 37 #define M 16 /* Order of LP filter */ macro
|
| /frameworks/av/media/module/codecs/amrwb/dec/src/ |
| D | pvamrwbdecoder_cnst.h | 90 #define M 16 /* Order of LP filter */ macro
|
| /frameworks/rs/support/java/src/androidx/renderscript/ |
| D | ScriptIntrinsicBLAS.java | 333 int M = A.getType().getY(); in SGEMV() local 345 …mRS.nScriptIntrinsicBLAS_Single(getID(mRS), RsBlas_sgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha, aID,… in SGEMV() local 365 int M = A.getType().getY(); in DGEMV() local 377 …mRS.nScriptIntrinsicBLAS_Double(getID(mRS), RsBlas_dgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha, aID,… in DGEMV() local 397 int M = A.getType().getY(); in CGEMV() local 409 …mRS.nScriptIntrinsicBLAS_Complex(getID(mRS), RsBlas_cgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha.x, a… in CGEMV() local 429 int M = A.getType().getY(); in ZGEMV() local 441 …mRS.nScriptIntrinsicBLAS_Z(getID(mRS), RsBlas_zgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha.x, alpha.y… in ZGEMV() local 474 int M = A.getType().getY(); in SGBMV() local 486 …mRS.nScriptIntrinsicBLAS_Single(getID(mRS), RsBlas_sgbmv, TransA, 0, 0, 0, 0, M, N, 0, alpha, aID,… in SGBMV() local [all …]
|