Home
last modified time | relevance | path

Searched refs:aliased (Results 1 – 25 of 168) sorted by relevance

1234567

/external/freetype/src/smooth/
Dmodule.mk20 $(ECHO_DRIVER)smooth $(ECHO_DRIVER_DESC)anti-aliased bitmap renderer$(ECHO_DRIVER_DONE)
22 $(ECHO_DRIVER)smooth $(ECHO_DRIVER_DESC)anti-aliased bitmap renderer for LCDs$(ECHO_DRIVER_DONE)
24 $(ECHO_DRIVER)smooth $(ECHO_DRIVER_DESC)anti-aliased bitmap renderer for vertical LCDs$(ECHO_DRI…
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_input_output_alias_config.cc155 [&](const ShapeIndex& output_index, absl::optional<Alias> aliased) { in ForEachAlias() argument
156 if (aliased) { in ForEachAlias()
157 fn(output_index, *aliased); in ForEachAlias()
165 [&](const ShapeIndex& output_index, absl::optional<Alias> aliased) { in ForEachAliasWithStatus() argument
166 if (aliased) { in ForEachAliasWithStatus()
167 TF_RETURN_IF_ERROR(fn(output_index, *aliased)); in ForEachAliasWithStatus()
/external/wycheproof/
Dbuild_defs.bzl20 # We can't use native.alias, because aliased tests are not run.
47 # We can't use native.alias, because aliased tests are not run.
77 # We can't use native.alias, because aliased tests are not run.
108 # We can't use native.alias, because aliased tests are not run.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/
Dpacketize-load-store-aliasing.mir4 # if these instructions are not aliased (the load will actually execute
24 # if these instructions are aliased.
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/X86/
DRegisterAliasingTest.cpp54 for (llvm::MCPhysReg aliased : ExpectedAliasedRegisters) { in TEST_F() local
55 ASSERT_THAT(tracker.getOrigin(aliased), llvm::X86::EAX); in TEST_F()
/external/cldr/tools/java/org/unicode/cldr/util/
DValuePathStatus.java47 …blic static boolean isMissingOk(CLDRFile sourceFile, String path, boolean latin, boolean aliased) { in isMissingOk() argument
64 return aliased; in isMissingOk()
/external/Reactive-Extensions/RxCpp/Rx/v2/test/subjects/
Dsubject.cpp11 static int aliased = 0; variable
62 auto c = std::addressof(aliased);
147 auto c = std::addressof(aliased);
201 auto c = std::addressof(aliased);
228 static int& c = aliased;
254 static int& c = aliased;
280 static int& c = aliased;
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dno-postra-sink.mir4 # Don't sink COPY to bb.2 since SLLK define r13l that is aliased with r12q.
34 # Don't sink COPY to bb.2 since SLLK use r1l that is aliased with r0q.
/external/antlr/runtime/Ruby/lib/antlr3/template/
Dgroup-file-parser.rb328 aliased = nil
369 aliased = match( ID, TOKENS_FOLLOWING_ID_IN_member_220 )
371 group.alias_template( name.text, aliased.text )
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVN/
Dvolatile-nonvolatile.ll5 ; The loaded address and the location of the address itself are not aliased,
36 ; The loads are ordered and non-monotonic. Although they are not aliased to
D2009-11-12-MemDepMallocBitCast.ll2 ; to aliased memory; GVN should not optimize away the load in this program.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/
Dvolatile-nonvolatile.ll5 ; The loaded address and the location of the address itself are not aliased,
36 ; The loads are ordered and non-monotonic. Although they are not aliased to
D2009-11-12-MemDepMallocBitCast.ll2 ; to aliased memory; GVN should not optimize away the load in this program.
/external/llvm/test/Transforms/GVN/
Dvolatile-nonvolatile.ll5 ; The loaded address and the location of the address itself are not aliased,
36 ; The loads are ordered and non-monotonic. Although they are not aliased to
D2009-11-12-MemDepMallocBitCast.ll2 ; to aliased memory; GVN should not optimize away the load in this program.
/external/python/cpython3/Lib/
Dplatform.py1334 def platform(aliased=0, terse=0): argument
1353 result = _platform_cache.get((aliased, terse), None)
1362 if aliased:
1420 _platform_cache[(aliased, terse)] = platform
1428 aliased = (not 'nonaliased' in sys.argv and not '--nonaliased' in sys.argv) variable
1429 print(platform(aliased, terse))
/external/python/cpython2/Lib/
Dplatform.py1560 def platform(aliased=0, terse=0): argument
1579 result = _platform_cache.get((aliased, terse), None)
1588 if aliased:
1637 _platform_cache[(aliased, terse)] = platform
1645 aliased = (not 'nonaliased' in sys.argv and not '--nonaliased' in sys.argv) variable
1646 print platform(aliased,terse)
/external/compiler-rt/lib/builtins/arm/
Dsoftfloat-alias.list3 # aliased to the *vfp functions on arm processors
/external/python/cpython2/Lib/test/
Dtest_platform.py29 for aliased in (False, True):
31 res = platform.platform(aliased, terse)
/external/llvm/test/LTO/X86/
Dsymver-asm.ll11 ; contain the aliased symver as well as the original.
/external/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
Dasm-global-bugfix.ll3 ; aliased.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
Dasm-global-bugfix.ll3 ; aliased.
/external/swiftshader/third_party/LLVM/test/Transforms/GVN/
D2009-11-12-MemDepMallocBitCast.ll2 ; to aliased memory; GVN should not optimize away the load in this program.
/external/llvm/docs/HistoricalNotes/
D2000-11-18-EarlyDesignIdeas.txt42 aliased, but check at runtime", like speculative execution in
44 -- or an instruction to check whether two values are aliased and
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2000-11-18-EarlyDesignIdeas.txt42 aliased, but check at runtime", like speculative execution in
44 -- or an instruction to check whether two values are aliased and

1234567