/external/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 20 #define ASSIGN(NAME, FP) \ macro 36 ASSIGN("glClearDepthf", clearDepthf); in initProcsDesktopGL() 37 ASSIGN("glDepthRangef", depthRangef); in initProcsDesktopGL() 38 ASSIGN("glGetShaderPrecisionFormat", getShaderPrecisionFormat); in initProcsDesktopGL() 39 ASSIGN("glReleaseShaderCompiler", releaseShaderCompiler); in initProcsDesktopGL() 40 ASSIGN("glShaderBinary", shaderBinary); in initProcsDesktopGL() 45 ASSIGN("glMemoryBarrierByRegion", memoryBarrierByRegion); in initProcsDesktopGL() 50 ASSIGN("glPrimitiveBoundingBoxARB", primitiveBoundingBox); in initProcsDesktopGL() 55 ASSIGN("glDrawArraysInstancedBaseInstance", drawArraysInstancedBaseInstance); in initProcsDesktopGL() 56 ASSIGN("glDrawElementsInstancedBaseInstance", drawElementsInstancedBaseInstance); in initProcsDesktopGL() [all …]
|
D | FunctionsGL.cpp | 96 #define ASSIGN(NAME, FP) FP = reinterpret_cast<decltype(FP)>(loadProcAddress(NAME)) macro 105 ASSIGN("glGetString", getString); in initialize() 106 ASSIGN("glGetIntegerv", getIntegerv); in initialize() 112 ASSIGN("glGetStringi", getStringi); in initialize() 246 ASSIGN("glGetString", getString); in initializeStubFunctionsForNULLDriver() 247 ASSIGN("glGetStringi", getStringi); in initializeStubFunctionsForNULLDriver() 248 ASSIGN("glGetIntegerv", getIntegerv); in initializeStubFunctionsForNULLDriver() 249 ASSIGN("glGetIntegeri_v", getIntegeri_v); in initializeStubFunctionsForNULLDriver() 258 ASSIGN("glGetInternalformativ", getInternalformativ); in initializeStubFunctionsForNULLDriver() 263 ASSIGN("glGetInternalformati64v", getInternalformati64v); in initializeStubFunctionsForNULLDriver() [all …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | scatter_functor_gpu.cu.cc | 31 DEFINE_GPU_SPECS_OP(T, Index, scatter_op::UpdateOp::ASSIGN); \ 46 DEFINE_GPU_SPECS_OP(bool, int32, scatter_op::UpdateOp::ASSIGN); 47 DEFINE_GPU_SPECS_OP(bool, int64, scatter_op::UpdateOp::ASSIGN); 48 DEFINE_GPU_SPECS_OP(int64, int64, scatter_op::UpdateOp::ASSIGN);
|
D | scatter_functor.h | 40 enum class UpdateOp { ASSIGN, ADD, SUB, MUL, DIV, MIN, MAX }; enumerator 47 struct Assign<scatter_op::UpdateOp::ASSIGN> { 264 struct ScatterFunctor<CPUDevice, Variant, Index, scatter_op::UpdateOp::ASSIGN> 268 struct ScatterFunctor<GPUDevice, Variant, Index, scatter_op::UpdateOp::ASSIGN> 273 struct ScatterFunctorBase<CPUDevice, T, Index, scatter_op::UpdateOp::ASSIGN> { 302 scatter_op::internal::Assign<scatter_op::UpdateOp::ASSIGN>::Run( 374 scatter_op::UpdateOp::ASSIGN> 378 scatter_op::UpdateOp::ASSIGN> 384 scatter_op::UpdateOp::ASSIGN> { 399 scatter_op::internal::Assign<scatter_op::UpdateOp::ASSIGN>::RunScalar(
|
D | dense_update_functor.cc | 34 struct DenseUpdate<CPUDevice, string, ASSIGN> { 76 functor::DenseUpdate<CPUDevice, T, ASSIGN> copy_functor_; \ 110 functor::DenseUpdate<GPUDevice, T, ASSIGN> copy_functor_; \
|
D | dense_update_functor_gpu.cu.cc | 31 struct DenseUpdate<GPUDevice, T, ASSIGN> { 67 template struct functor::DenseUpdate<GPUDevice, T, ASSIGN>;
|
D | dense_update_functor.h | 31 enum DenseUpdateType { ADD, SUB, ASSIGN }; enumerator 58 struct DenseUpdate<CPUDevice, T, ASSIGN> {
|
D | resource_variable_ops.cc | 283 void DenseUpdate<GPUDevice, type, ASSIGN>::operator()( \ 286 extern template struct DenseUpdate<GPUDevice, type, ASSIGN>; \ 460 functor::DenseUpdate<Device, T, ASSIGN> copy_functor; in Compute() 741 functor::DenseUpdate<Device, Index, ASSIGN> copy_functor; in Compute() 1154 scatter_op::UpdateOp::ASSIGN); 1170 scatter_op::UpdateOp::ASSIGN); 1172 scatter_op::UpdateOp::ASSIGN); 1174 scatter_op::UpdateOp::ASSIGN); 1194 scatter_op::UpdateOp::ASSIGN>) 1201 scatter_op::UpdateOp::ASSIGN>) [all …]
|
D | scatter_nd_op.cc | 302 functor::DenseUpdate<Device, T, ASSIGN> copy; in DoCompute() 452 scatter_nd_op::UpdateOp::ASSIGN); \ 454 type, dev, "ResourceScatterNdUpdate", scatter_nd_op::UpdateOp::ASSIGN); 458 "ScatterNdUpdate", scatter_nd_op::UpdateOp::ASSIGN); \ 460 "ResourceScatterNdUpdate", scatter_nd_op::UpdateOp::ASSIGN); 512 scatter_nd_op::UpdateOp::ASSIGN>) 524 scatter_nd_op::UpdateOp::ASSIGN>) 1056 DECLARE_GPU_SPECS_INDEX_OP(T, Index, scatter_nd_op::UpdateOp::ASSIGN); \
|
D | scatter_op_gpu.cu.cc | 32 DEFINE_GPU_SPECS_OP(T, Index, scatter_op::UpdateOp::ASSIGN); \
|
/external/clang/test/CoverageMapping/ |
D | macro-expressions.cpp | 6 #define ASSIGN(x, y) x = y macro 70 for (ASSIGN(DECL(int, j), 0); LT(j, i); INC(j)) {} in foo() 72 ASSIGN(DECL(int, k), 0); in foo()
|
/external/llvm/test/DebugInfo/ |
D | dwarfdump-accel.test | 11 CHECK: [[ASSIGN:0x[0-9a-f]*]]:{{.*}}DW_TAG_subprogram 44 CHECK: {Atom[0]: [[ASSIGN]]} 64 CHECK: {Atom[0]: [[ASSIGN]]}
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | regexec.c | 64 #define ASSIGN(d, s) ((d) = (s)) macro 90 #undef ASSIGN 111 #define ASSIGN(d, s) memmove(d, s, m->g->nstates) macro
|
/external/libcups/vcnet/regex/ |
D | regexec.c | 28 #define ASSIGN(d, s) ((d) = (s)) macro 54 #undef ASSIGN 75 #define ASSIGN(d, s) memcpy(d, s, m->g->nstates) macro
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regexec.c | 64 #define ASSIGN(d, s) ((d) = (s)) macro 90 #undef ASSIGN 111 #define ASSIGN(d, s) memmove(d, s, m->g->nstates) macro
|
/external/llvm/lib/Support/ |
D | regexec.c | 64 #define ASSIGN(d, s) ((d) = (s)) macro 90 #undef ASSIGN 111 #define ASSIGN(d, s) memmove(d, s, m->g->nstates) macro
|
/external/antlr/tool/src/main/java/org/antlr/tool/ |
D | serialize.g | 96 : #( ASSIGN ID optionValue ) 118 ( #(ASSIGN ID ID) 130 | #( ASSIGN 203 | #(ASSIGN ID element)
|
/external/antlr/tool/src/main/antlr3/org/antlr/grammar/v3/ |
D | ANTLRTreePrinter.g | 192 : ^( ASSIGN id=ID {out($id.text+"=");} optionValue ) 216 : ^( 'import' ( ^(ASSIGN ID ID) | ID )+ ) 225 | ^( ASSIGN TOKEN_REF (STRING_LITERAL|CHAR_LITERAL) ) 244 if ( input.LA(5) == NOT || input.LA(5) == ASSIGN ) 265 if ( input.LA(5) == NOT || input.LA(5) == ASSIGN ) 383 | ^(ASSIGN id=ID {out($id.text+"=");} element)
|
D | LeftRecursiveRuleWalker.g | 94 : ^(ASSIGN ID optionValue) 202 : ^(ASSIGN ID recurseNoLabel) 217 : ^(ASSIGN ID s=token {$t = $s.t;}) 249 | ^(ASSIGN ID element)
|
/external/apache-commons-bcel/src/examples/Mini/ |
D | Mini.jjt | 88 <ASSIGN> 128 (Ident() <ASSIGN> Expr())+ "IN" Expr() 287 < ASSIGN : "=">
|
D | MiniParserConstants.java | 43 int ASSIGN = 34; field
|
/external/antlr/runtime/Python/tests/ |
D | t048rewrite2.g | 11 ASSIGN : '=';
|
/external/antlr/runtime/Python3/tests/ |
D | t048rewrite2.g | 11 ASSIGN : '=';
|
/external/antlr/runtime/Cpp/tests/ |
D | t048rewrite2.g | 18 ASSIGN : '=';
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/ |
D | AssignExpr.java | 52 ASSIGN("="), enumConstant 112 this(null, new NameExpr(), new StringLiteralExpr(), Operator.ASSIGN); in AssignExpr()
|