/aosp_15_r20/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
|
/aosp_15_r20/external/angle/third_party/glslang/src/Test/ |
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
H A 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).
|
/aosp_15_r20/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') 480 s = Template('$who likes to eat a bag of ${what} worth $$100') 483 s = Template('$who likes to eat a bag of ${what} worth $100') 502 s = Template('$who likes to eat a bag of ${what} worth $$100') 507 …s = Template('$who likes to eat a bag of ${what} worth $$100; ${who} likes to eat a bag of $what w… [all …]
|
/aosp_15_r20/external/llvm/include/llvm/ExecutionEngine/Orc/ |
H A 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).
|
/aosp_15_r20/external/libchrome/dbus/ |
H A 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
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/convolution/common/ |
H A 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()
|
/aosp_15_r20/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')
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vet/ |
D | README | 20 so checks must be likely enough to find real problems that they are worth the 22 across all existing programs, even if the problem is significant, is not worth 32 A vet check must be accurate enough that everything it reports is worth examining,
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/api/ |
D | api_test.go | 38 // slow, not worth repeating in -check 231 // slow, not worth repeating in -check 254 // slow, not worth repeating in -check 272 // slow, not worth repeating in -check
|
/aosp_15_r20/external/libjpeg-turbo/ |
H A 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()
|
/aosp_15_r20/cts/tests/mediapc/src/android/mediapc/cts/ |
H A D | FrameDropTest.java | 67 * at 30 fps for R perf class, for at least 30 seconds worth of frames or for 31 seconds of 92 * at 60 fps for S/T perf class, for at least 30 seconds worth of frames or for 31 seconds of 117 * at 60 fps for U perf class, for at least 30 seconds worth of frames or for 31 seconds of
|
H A D | AdaptivePlaybackFrameDropTest.java | 72 * playing alternatively, for at least 30 seconds worth of frames or for 31 seconds of elapsed 100 * playing alternatively, for at least 30 seconds worth of frames or for 31 seconds of elapsed 128 * playing alternatively, for at least 30 seconds worth of frames or for 31 seconds of elapsed
|
/aosp_15_r20/art/runtime/arch/arm/ |
H A D | asm_support_arm.S | 205 // later; but it's not worth handling this special case. 232 // later; but it's not worth handling this special case. 327 // later; but it's not worth handling this special case. 356 // later; but it's not worth handling this special case.
|
/aosp_15_r20/external/llvm-libc/test/src/__support/File/ |
H A D | file_test.cpp | 241 // Reading less than file buffer worth will still read one in TEST() 242 // full buffer worth of data. in TEST() 250 // Reading another buffer worth should read out everything in in TEST() 366 // Reading less than file buffer worth will still read one in TEST() 367 // full buffer worth of data. in TEST()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86CmovConversion.cpp | 491 // Step 2: Check if Loop worth to be optimized. in checkForProfitableCmovCandidates() 492 // Worth-Optimize-Loop: in checkForProfitableCmovCandidates() 515 // If loop is not worth optimizing, remove all CMOV-group-candidates. in checkForProfitableCmovCandidates() 534 // Step 3: Check for each CMOV-group-candidate if it worth to be optimized. in checkForProfitableCmovCandidates() 535 // Worth-Optimize-Group: in checkForProfitableCmovCandidates() 536 // Iff it is worth to optimize all CMOV instructions in the group. in checkForProfitableCmovCandidates() 538 // Worth-Optimize-CMOV: in checkForProfitableCmovCandidates()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/WindowManager-Shell/android_common/kapt/gen/stubs/com/android/wm/shell/draganddrop/anim/ |
D | HoverAnimProps.java | 27 * The two may also not be correlated, but worth investigating 71 * The two may also not be correlated, but worth investigating 86 * The two may also not be correlated, but worth investigating
|
/aosp_15_r20/art/runtime/arch/arm64/ |
H A D | asm_support_arm64.S | 269 // later; but it's not worth handling this special case. 283 // later; but it's not worth handling this special case. 315 // later; but it's not worth handling this special case. 344 // later; but it's not worth handling this special case.
|
/aosp_15_r20/packages/apps/Calendar/src/com/android/calendar/ |
D | EventLoader.kt | 215 * Loads "numDays" days worth of events, starting at start, into events. 220 * created are used, and the most recent call's worth of data is loaded into events and posted 251 * worth of days, starting at start, and fills in eventDays to express which
|
/aosp_15_r20/external/boringssl/src/ |
H A 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.
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/ |
H A 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.
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86CmovConversion.cpp | 477 // Step 2: Check if Loop worth to be optimized. in checkForProfitableCmovCandidates() 478 // Worth-Optimize-Loop: in checkForProfitableCmovCandidates() 501 // If loop is not worth optimizing, remove all CMOV-group-candidates. in checkForProfitableCmovCandidates() 520 // Step 3: Check for each CMOV-group-candidate if it worth to be optimized. in checkForProfitableCmovCandidates() 521 // Worth-Optimize-Group: in checkForProfitableCmovCandidates() 524 // Worth-Optimize-CMOV: in checkForProfitableCmovCandidates()
|
/aosp_15_r20/external/pytorch/torch/distributed/algorithms/ddp_comm_hooks/ |
H A D | powerSGD_hook.py | 81 Recommend if tensor given is worth compressing. 83 …Returns a recommendation as to whether the 2D tensor described by the arguments is worth compressi… 84 … including statistics describing the expected savings from compression. We consider a tensor worth 91 …compression_recommendation is true if the tensor is worth compressing, and false otherwise (see ab… 140 …Due to the computation overheads incurred by the compression, a tensor is worth compressing only i…
|
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/emulated_textures/shaders/ |
D | AstcNew.comp | 49 // 3. HDR support? Probably not worth it. 255 // TODO(gregschlom): Optimization idea: if numbits == 0, then packedTrits = block. Worth doing? 355 // easily looked up in a table." - Is it worth doing? 444 // binary search but not sure if worth it due to the extra cost of branching. 642 // to 1 when compared against the reference decoder. Probably not worth trying to fix it though.
|
D | AstcDecompressor.glsl | 49 // 3. HDR support? Probably not worth it. 255 // TODO(gregschlom): Optimization idea: if numbits == 0, then packedTrits = block. Worth doing? 355 // easily looked up in a table." - Is it worth doing? 444 // binary search but not sure if worth it due to the extra cost of branching. 642 // to 1 when compared against the reference decoder. Probably not worth trying to fix it though.
|