| /external/deqp-deps/glslang/Test/ |
| D | spv.shortCircuit.frag | 21 if (ub || ui > 2) // not worth short circuiting 24 if (ub && !uba) // not worth short circuiting 33 if (foo() || ub) // not worth short circuiting 36 if (foo() && ub) // not worth short circuiting 42 if (++of1 > 1.0 || ub) // not worth short circuiting 45 if (ub || sin(uf) * 4.0 > of1) // worth short circuiting 48 if (ub && sin(uf) * 4.0 > of1) // worth short circuiting
|
| /external/angle/third_party/vulkan-deps/glslang/src/Test/ |
| D | spv.shortCircuit.frag | 21 if (ub || ui > 2) // not worth short circuiting 24 if (ub && !uba) // not worth short circuiting 33 if (foo() || ub) // not worth short circuiting 36 if (foo() && ub) // not worth short circuiting 42 if (++of1 > 1.0 || ub) // not worth short circuiting 45 if (ub || sin(uf) * 4.0 > of1) // worth short circuiting 48 if (ub && sin(uf) * 4.0 > of1) // worth short circuiting
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
| D | OrcABISupport.h | 137 /// Emit at least MinStubs worth of indirect call stubs, rounded out to 142 /// will return a block of 1024 (2-pages worth). 163 /// Emit at least MinStubs worth of indirect call stubs, rounded out to 168 /// will return a block of 1024 (2-pages worth). 230 /// Emit at least MinStubs worth of indirect call stubs, rounded out to 235 /// will return a block of 1024 (2-pages worth). 260 /// Emit at least MinStubs worth of indirect call stubs, rounded out to 265 /// will return a block of 1024 (2-pages worth). 303 /// Emit at least MinStubs worth of indirect call stubs, rounded out to 308 /// will return a block of 1024 (2-pages worth).
|
| /external/llvm/include/llvm/ExecutionEngine/Orc/ |
| D | OrcABISupport.h | 131 /// @brief Emit at least MinStubs worth of indirect call stubs, rounded out to 136 /// will return a block of 1024 (2-pages worth). 157 /// @brief Emit at least MinStubs worth of indirect call stubs, rounded out to 162 /// will return a block of 1024 (2-pages worth). 219 /// @brief Emit at least MinStubs worth of indirect call stubs, rounded out to 224 /// will return a block of 1024 (2-pages worth).
|
| /external/libchrome/dbus/ |
| D | message.h | 311 // exchanging binary blobs hence it's worth having a specialized 325 // exchanging lists of names hence it's worth having a specialized 330 // used when exchanging object paths, hence it's worth having a 343 // widely used in D-Bus services so it's worth having a specialized 420 // worth having a specialized function. 441 // services like KWallet, hence it's worth having a specialized 450 // services like NetworkManager, hence it's worth having a specialized 466 // Variants are widely used in D-Bus services so it's worth having a
|
| /external/ComputeLibrary/src/core/NEON/kernels/convolution/common/ |
| D | shims.hpp | 189 // Read 4 channels worth of 4 columns, then zip to produce 4 columns in nchw_to_nhwc() 190 // worth of 4 channels. in nchw_to_nhwc() 223 // Read 2 channels worth of 2 columns, then zip to produce 2 columns in nchw_to_nhwc() 224 // worth of 2 channels. in nchw_to_nhwc() 423 // Read 4 columns worth of 4 channels then zip to produce 4 channels in nhwc_to_nchw() 424 // worth of 4 columns. in nhwc_to_nchw() 459 // Read 2 columns worth of 2 channels then zip to produce 2 channels in nhwc_to_nchw() 460 // worth of 2 columns. in nhwc_to_nchw()
|
| /external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
| D | resource_quota.h | 106 /* Releases 'thread_count' worth of quota back to the resource user. The quota 117 /* Allocates from the resource user 'size' worth of memory if this won't exceed 123 /* Allocates from the resource user 'size' worth of memory.
|
| /external/python/cpython2/Lib/test/ |
| D | test_string.py | 241 s = Template('$who likes to eat a bag of $what worth $$100') 243 'tim likes to eat a bag of ham worth $100') 256 s = Template('$who likes to eat a bag of $$what worth $$100') 258 'tim likes to eat a bag of $what worth $100') 438 s = PieDelims('@who likes to eat a bag of @{what} worth $100') 440 'tim likes to eat a bag of ham worth $100')
|
| /external/tensorflow/tensorflow/compiler/jit/ |
| D | mark_for_compilation_pass_test_helper.cc | 44 // It may be worth refactoring out XlaOpRegistry::RegisterCompilationDevice to in MarkForCompilation() 45 // make this more direct, but probably not worth it solely for this test. in MarkForCompilation()
|
| /external/libjpeg-turbo/ |
| D | jcprepct.c | 37 * row group's worth of pixels for the downsampling step. At the bottom of 42 * When providing context rows, we must buffer three row groups' worth of 49 * by pointer hacking as is done in jdmainct.c, but it doesn't seem worth the 273 * we need five row groups' worth of pointers for each component. in create_context_buffer()
|
| /external/rust/crates/grpcio-sys/grpc/summerofcode/ |
| D | ideas.md | 24 …ncellable](https://github.com/grpc/grpc/issues/3064). Anything worth waiting for is worth cancelli…
|
| /external/grpc-grpc/summerofcode/ |
| D | ideas.md | 24 …ncellable](https://github.com/grpc/grpc/issues/3064). Anything worth waiting for is worth cancelli…
|
| /external/boringssl/src/ |
| D | BREAKING-CHANGES.md | 23 …ively little benefit to BoringSSL, it may not be worth the trouble. For instance, it is likely not… 25 …ment to all BoringSSL consumers, at the cost of fixing one or two consumers, is typically worth it.
|
| /external/cronet/third_party/boringssl/src/ |
| D | BREAKING-CHANGES.md | 23 …ively little benefit to BoringSSL, it may not be worth the trouble. For instance, it is likely not… 25 …ment to all BoringSSL consumers, at the cost of fixing one or two consumers, is typically worth it.
|
| /external/python/cpython3/Lib/test/ |
| D | test_string.py | 209 s = Template('$who likes to eat a bag of $what worth $$100') 211 'tim likes to eat a bag of ham worth $100') 234 s = Template('$who likes to eat a bag of $$what worth $$100') 236 'tim likes to eat a bag of $what worth $100') 474 s = PieDelims('@who likes to eat a bag of @{what} worth $100') 476 'tim likes to eat a bag of ham worth $100')
|
| /external/kernel-headers/original/uapi/asm-generic/ |
| D | mman-common.h | 62 #define MADV_HUGEPAGE 14 /* Worth backing with hugepages */ 63 #define MADV_NOHUGEPAGE 15 /* Not worth backing with hugepages */
|
| /external/angle/third_party/abseil-cpp/absl/strings/internal/ |
| D | charconv_parse.h | 35 // During decimal scanning, this contains 19 significant digits worth of 41 // During hexadecimal scanning, this contains 15 significant hex digits worth
|
| /external/tensorflow/third_party/absl/abseil-cpp/absl/strings/internal/ |
| D | charconv_parse.h | 35 // During decimal scanning, this contains 19 significant digits worth of 41 // During hexadecimal scanning, this contains 15 significant hex digits worth
|
| /external/libtextclassifier/abseil-cpp/absl/strings/internal/ |
| D | charconv_parse.h | 35 // During decimal scanning, this contains 19 significant digits worth of 41 // During hexadecimal scanning, this contains 15 significant hex digits worth
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
| D | ValueProfileCollector.h | 10 // determine what kind of llvm::Value's are worth value-profiling, at which 26 /// Utility analysis that determines what values are worth profiling.
|
| /external/webrtc/third_party/abseil-cpp/absl/strings/internal/ |
| D | charconv_parse.h | 35 // During decimal scanning, this contains 19 significant digits worth of 41 // During hexadecimal scanning, this contains 15 significant hex digits worth
|
| /external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/ |
| D | charconv_parse.h | 35 // During decimal scanning, this contains 19 significant digits worth of 41 // During hexadecimal scanning, this contains 15 significant hex digits worth
|
| /external/abseil-cpp/absl/strings/internal/ |
| D | charconv_parse.h | 35 // During decimal scanning, this contains 19 significant digits worth of 41 // During hexadecimal scanning, this contains 15 significant hex digits worth
|
| /external/cronet/third_party/abseil-cpp/absl/strings/internal/ |
| D | charconv_parse.h | 35 // During decimal scanning, this contains 19 significant digits worth of 41 // During hexadecimal scanning, this contains 15 significant hex digits worth
|
| /external/openscreen/third_party/abseil/src/absl/strings/internal/ |
| D | charconv_parse.h | 35 // During decimal scanning, this contains 19 significant digits worth of 41 // During hexadecimal scanning, this contains 15 significant hex digits worth
|