| /frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/ |
| D | linmath.h | 104 static inline void mat4x4_identity(mat4x4 M) { in mat4x4_identity() 109 static inline void mat4x4_dup(mat4x4 M, mat4x4 N) { in mat4x4_dup() 114 static inline void mat4x4_row(vec4 r, mat4x4 M, int i) { in mat4x4_row() 118 static inline void mat4x4_col(vec4 r, mat4x4 M, int i) { in mat4x4_col() 122 static inline void mat4x4_transpose(mat4x4 M, mat4x4 N) { in mat4x4_transpose() 127 static inline void mat4x4_add(mat4x4 M, mat4x4 a, mat4x4 b) { in mat4x4_add() 131 static inline void mat4x4_sub(mat4x4 M, mat4x4 a, mat4x4 b) { in mat4x4_sub() 135 static inline void mat4x4_scale(mat4x4 M, mat4x4 a, float k) { in mat4x4_scale() 139 static inline void mat4x4_scale_aniso(mat4x4 M, mat4x4 a, float x, float y, float z) { in mat4x4_scale_aniso() 148 static inline void mat4x4_mul(mat4x4 M, mat4x4 a, mat4x4 b) { in mat4x4_mul() [all …]
|
| /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 | 131 mat33& M(mMatrix); in set() local 155 mat33& M(H.mMatrix); in set() local 163 mat33& M(V.mMatrix); in set() local 172 mat33& M(R.mMatrix); in set() local 183 const mat33& M(mMatrix); in transform() local 191 const mat33& M(mMatrix); in transform() local 283 const mat33& M(mMatrix); in type() local 347 const mat33& M(mMatrix); in inverse() local
|
| /frameworks/rs/rsov/compiler/ |
| D | GlobalAllocPass.cpp | 34 bool collectGlobalAllocs(Module &M, in collectGlobalAllocs() 69 bool runOnModule(Module &M) override { in runOnModule() 106 bool runOnModule(Module &M) override { in runOnModule()
|
| D | RemoveNonkernelsPass.cpp | 36 void HandleTargetTriple(llvm::Module &M) { in HandleTargetTriple() 67 bool runOnModule(Module &M) override { in runOnModule()
|
| D | rs2spirv.cpp | 64 static bool WriteBitcode(rs2spirv::Context &Ctxt, Module *M, in WriteBitcode() 92 std::unique_ptr<Module> M = std::move(*MOrErr); in convertLLVMToSPIRV() local
|
| D | GlobalMergePass.cpp | 48 bool runOnModule(Module &M) override { in runOnModule() 173 CreateInitFunction(LLVMContext &LLVMCtxt, Module &M, GlobalVariable *MergedGV, in CreateInitFunction() 209 bool collectGlobals(Module &M, SmallVectorImpl<GlobalVariable *> &Globals) { in collectGlobals()
|
| D | InlinePreparationPass.cpp | 41 bool runOnModule(Module &M) override { in runOnModule()
|
| D | RSAllocationUtils.cpp | 53 bool getRSAllocationInfo(Module &M, SmallVectorImpl<RSAllocationInfo> &Allocs) { in getRSAllocationInfo() 200 bool solidifyRSAllocAccess(Module &M, RSAllocationCallInfo CallInfo) { in solidifyRSAllocAccess()
|
| D | RSSPIRVWriter.cpp | 76 bool WriteSPIRV(Context &Ctxt, Module *M, in WriteSPIRV()
|
| /frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/ |
| D | ExtendableMessageNano.java | 74 public final boolean hasExtension(Extension<M, ?> extension) { in hasExtension() 85 public final <T> T getExtension(Extension<M, T> extension) { in getExtension() 96 public final <T> M setExtension(Extension<M, T> extension, T value) { in setExtension()
|
| /frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/tests/ |
| D | stress.rb | 19 M = pool.lookup("M").msgclass constant
|
| /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/base/core/tests/coretests/src/android/content/pm/ |
| D | SignatureTest.java | 29 …private static final Signature M = new Signature("308201D43082013CA0030201020219373565373461363A31… field in SignatureTest
|
| /frameworks/compile/libbcc/lib/ |
| D | RSEmbedInfo.cpp | 55 llvm::Module *M; member in __anond0ae22a30111::RSEmbedInfoPass 192 virtual bool runOnModule(llvm::Module &M) { in runOnModule()
|
| D | RSScreenFunctionsPass.cpp | 78 bool runOnModule(llvm::Module &M) override { in runOnModule()
|
| /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_func/ |
| 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/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/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/test/java/com/google/protobuf/nano/ |
| D | unittest_enum_validity_nano.proto | 13 message M { message
|
| /frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
| D | gpclip.c | 34 #define M 16 macro
|