Searched refs:aliased (Results 1 - 5 of 5) sorted by relevance

/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
H A Dgroup-file-parser.rb322 # 96:1: member[ group ] : name= ID ( parameter_declaration )? '::=' (aliased= ID | TEMPLATE | STRING ) ;
328 aliased = nil
336 # at line 98:5: name= ID ( parameter_declaration )? '::=' (aliased= ID | TEMPLATE | STRING )
357 # at line 99:5: (aliased= ID | TEMPLATE | STRING )
368 # at line 99:7: aliased= ID
369 aliased = match( ID, TOKENS_FOLLOWING_ID_IN_member_220 )
371 group.alias_template( name.text, aliased.text )
/external/llvm/test/MC/Sparc/
H A Dsparc-fp-instructions.s67 ! make sure we can handle V9 double registers and their aliased quad registers.
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesBufferTests.cpp91 //! Utility to lay out memory allocations for a sparse buffer, including holes and aliased regions.
881 const bool aliased = (flags & TEST_FLAG_ALIASED) != 0; local
884 const std::string valueExpr = (aliased ? "ivec4(3*(ndx % nonAliasedSize) ^ 127, 0, 0, 0)" : "ivec4(3*ndx ^ 127, 0, 0, 0)");
904 if (aliased)
1031 // If aliased chunk is used, the staging buffer is smaller than the sparse buffer and we don't overwrite the last chunk
/external/ImageMagick/www/api/
H A Dmorphology.php258 <dd> Different types of distance measuring methods, which are used with the a 'Distance' morphology method for generating a gradient based on distance from an edge of a binary shape, though there is a technique for handling a anti-aliased shape. </dd>
272 <dd> The first three Distance Measuring Kernels will only generate distances of exact multiples of {scale} in binary images. As such you can use a scale of 1 without loosing any information. However you also need some scaling when handling non-binary anti-aliased shapes. </dd>
/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp519 bool aliased = true; local
522 aliased = AA->alias(Loc1, Loc2);
525 result = aliased;
526 return aliased;
3078 // We increment the counter only if the locations are aliased
3103 // dependencies from i0 to i3,i4,.. (even if they are not aliased).

Completed in 275 milliseconds