/external/llvm/test/CodeGen/X86/ |
D | slow-unaligned-mem.ll | 1 ; Intel chips with slow unaligned memory accesses 3 … llc < %s -mtriple=i386-unknown-unknown -mcpu=pentium3 2>&1 | FileCheck %s --check-prefix=SLOW 4 … llc < %s -mtriple=i386-unknown-unknown -mcpu=pentium3m 2>&1 | FileCheck %s --check-prefix=SLOW 5 … llc < %s -mtriple=i386-unknown-unknown -mcpu=pentium-m 2>&1 | FileCheck %s --check-prefix=SLOW 6 … llc < %s -mtriple=i386-unknown-unknown -mcpu=pentium4 2>&1 | FileCheck %s --check-prefix=SLOW 7 … llc < %s -mtriple=i386-unknown-unknown -mcpu=pentium4m 2>&1 | FileCheck %s --check-prefix=SLOW 8 … llc < %s -mtriple=i386-unknown-unknown -mcpu=yonah 2>&1 | FileCheck %s --check-prefix=SLOW 9 … llc < %s -mtriple=i386-unknown-unknown -mcpu=prescott 2>&1 | FileCheck %s --check-prefix=SLOW 10 … llc < %s -mtriple=i386-unknown-unknown -mcpu=nocona 2>&1 | FileCheck %s --check-prefix=SLOW 11 … llc < %s -mtriple=i386-unknown-unknown -mcpu=core2 2>&1 | FileCheck %s --check-prefix=SLOW [all …]
|
D | dag-merge-fast-accesses.ll | 2 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=-slow-unaligned-mem-16 | FileCheck %s --chec… 3 …lc < %s -mtriple=x86_64-unknown-unknown -mattr=+slow-unaligned-mem-16 | FileCheck %s --check-prefi… 15 ; SLOW-LABEL: merge_const_vec_store: 16 ; SLOW: # BB#0: 17 ; SLOW-NEXT: movq $0, (%rdi) 18 ; SLOW-NEXT: movq $0, 8(%rdi) 19 ; SLOW-NEXT: retq 36 ; SLOW-LABEL: merge_vec_element_store: 37 ; SLOW: # BB#0: 38 ; SLOW-NEXT: movlpd %xmm0, (%rdi) [all …]
|
/external/llvm/test/Transforms/CodeGenPrepare/X86/ |
D | cttz-ctlz.ll | 1 ; RUN: opt -S -codegenprepare < %s | FileCheck %s --check-prefix=SLOW 17 ; SLOW-LABEL: @cttz( 18 ; SLOW: entry: 19 ; SLOW: %cmpz = icmp eq i64 %A, 0 20 ; SLOW: br i1 %cmpz, label %cond.end, label %cond.false 21 ; SLOW: cond.false: 22 ; SLOW: %z = call i64 @llvm.cttz.i64(i64 %A, i1 true) 23 ; SLOW: br label %cond.end 24 ; SLOW: cond.end: 25 ; SLOW: %ctz = phi i64 [ 64, %entry ], [ %z, %cond.false ] [all …]
|
/external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/test/migration/ |
D | TestRunBlockingTest.kt | 14 delay(SLOW) in <lambda>() 21 delay(SLOW) in <lambda>() 33 delay(SLOW) in <lambda>() 44 delay(SLOW) in <lambda>() 58 withTimeout(SLOW) { in <lambda>() 59 delay(SLOW) in <lambda>() 69 withTimeout(SLOW) { in <lambda>() 81 withTimeout(SLOW) { in <lambda>() 94 withTimeout(SLOW) { in <lambda>() 104 delay(SLOW) in <lambda>() [all …]
|
/external/zucchini/ |
D | address_translator.cc | 97 // Traverse with two iterators: |slow| stays behind and modifies Units that in Initialize() 100 // |slow|. in Initialize() 101 auto slow = units.begin(); in Initialize() local 103 // All |it| with |slow| < |it| < |fast| contain garbage. in Initialize() 104 for (auto fast = slow + 1; fast != units.end(); ++fast) { in Initialize() 105 // Comment notation: S = slow offset, F = fast offset, O = overlap offset, in Initialize() 106 // s = slow RVA, f = fast RVA, o = overlap RVA. in Initialize() 107 DCHECK_GE(fast->rva_begin, slow->rva_begin); in Initialize() 108 if (slow->rva_end() < fast->rva_begin) { in Initialize() 109 // ..ssssss..ffffff..: Disjoint: Can advance |slow|. in Initialize() [all …]
|
/external/tensorflow/tensorflow/python/ops/ |
D | batch_norm_benchmark.py | 72 mode: "op", "py" or "slow" depending on the implementation. 80 keep_dims = mode == "py" or mode == "slow" 105 elif mode == "slow": 131 mode: "op", "py" or "slow" depending on the implementation. 179 t3 = self._run_graph("cpu", shape, axes, 10, "slow", True, False, 5) 181 print_difference("py vs slow", t2, t3) 185 t3 = self._run_graph("gpu", shape, axes, 10, "slow", True, False, 50) 187 print_difference("py vs slow", t2, t3) 191 t3 = self._run_graph("cpu", shape, axes, 10, "slow", True, True, 5) 193 print_difference("py vs slow", t2, t3) [all …]
|
/external/pytorch/.github/workflows/ |
D | slow.yml | 1 # This workflow is dedicated to host slow jobs that are run only periodically because 2 # they are too slow to run in every commit. The list of slow tests can be found in 3 # https://github.com/pytorch/test-infra/blob/generated-stats/stats/slow-tests.json 4 name: slow 12 - ciflow/slow/* 39 linux-focal-cuda12_1-py3-gcc9-slow-gradcheck-build: 40 name: linux-focal-cuda12.1-py3-gcc9-slow-gradcheck 43 build-environment: linux-focal-cuda12.1-py3-gcc9-slow-gradcheck 56 linux-focal-cuda12_1-py3-gcc9-slow-gradcheck-test: 57 name: linux-focal-cuda12.1-py3-gcc9-slow-gradcheck [all …]
|
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/congestion_control/ |
D | hybrid_slow_start.h | 6 // Slow start is the initial startup phase of TCP, it lasts until first packet 7 // loss. This class implements hybrid slow start of the TCP cubic send side 8 // congestion algorithm. The key feaure of hybrid slow start is that it tries to 9 // avoid running into the wall too hard during the slow start phase, which 45 // Start a new slow start phase. 50 // Returns true if this ack the last packet number of our current slow start 55 // Call for the start of each receive round (burst) in the slow start phase. 58 // Whether slow start has started. 62 // Whether a condition for exiting slow start has been found. 68 // Whether the hybrid slow start has been started. [all …]
|
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/congestion_control/ |
D | hybrid_slow_start.h | 6 // Slow start is the initial startup phase of TCP, it lasts until first packet 7 // loss. This class implements hybrid slow start of the TCP cubic send side 8 // congestion algorithm. The key feaure of hybrid slow start is that it tries to 9 // avoid running into the wall too hard during the slow start phase, which 45 // Start a new slow start phase. 50 // Returns true if this ack the last packet number of our current slow start 55 // Call for the start of each receive round (burst) in the slow start phase. 58 // Whether slow start has started. 62 // Whether a condition for exiting slow start has been found. 68 // Whether the hybrid slow start has been started. [all …]
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/ |
D | transforming-media.md | 10 * Flattening of slow motion videos or, in other words, their conversion into 11 normal videos that retain the desired slow motion effects, but can be played 12 with a player that is not aware of slow motion video formats. The purpose of 13 this transformation is to make slow motion videos suitable for sharing with 107 ## Flattening slow motion videos ## 109 We define a slow motion video as a media stream whose metadata points to 111 process of converting a slow motion video to a regular media format (for example 112 MP4) where the slow motion sections are played at the requested speed. The slow 115 (that is, a player that is not aware of slow motion formats). 117 To flatten slow motion streams, use the `setFlattenForSlowMotion` builder [all …]
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/ |
D | transforming-media.md | 10 * Flattening of slow motion videos or, in other words, their conversion into 11 normal videos that retain the desired slow motion effects, but can be played 12 with a player that is not aware of slow motion video formats. The purpose of 13 this transformation is to make slow motion videos suitable for sharing with 107 ## Flattening slow motion videos ## 109 We define a slow motion video as a media stream whose metadata points to 111 process of converting a slow motion video to a regular media format (for example 112 MP4) where the slow motion sections are played at the requested speed. The slow 115 (that is, a player that is not aware of slow motion formats). 117 To flatten slow motion streams, use the `setFlattenForSlowMotion` builder [all …]
|
/external/kotlinx.coroutines/kotlinx-coroutines-test/common/test/ |
D | TestCoroutineSchedulerTest.kt | 140 delay(SLOW) in <lambda>() 142 delay(SLOW) in <lambda>() 145 scheduler.advanceTimeBy(SLOW.milliseconds) in <lambda>() 148 scheduler.advanceTimeBy(SLOW.milliseconds) in <lambda>() 166 delay(SLOW) in <lambda>() 237 timesOut: Boolean, timeoutMillis: Long = SLOW, block: suspend () -> Unit in TestScope() 263 val half = SLOW / 2 in <lambda>() 265 delay(SLOW - half) in <lambda>() 274 val half = SLOW / 2 in <lambda>() 276 delay(SLOW - half - 1) in <lambda>() [all …]
|
/external/llvm/utils/lit/tests/ |
D | shtest-timeout.py | 8 # RUN: %{inputs}/shtest-timeout/slow.py \ 20 # RUN: %{inputs}/shtest-timeout/slow.py \ 40 # CHECK-INTSH-OUT-NEXT: Running in slow mode 42 # CHECK-INTSH-OUT: TIMEOUT: per_test_timeout :: slow.py 45 # CHECK-INTSH-OUT-NEXT: Running slow program 54 # RUN: %{inputs}/shtest-timeout/slow.py \ 71 # CHECK-OUT-COMMON: Running in slow mode 75 # CHECK-OUT-COMMON: TIMEOUT: per_test_timeout :: slow.py 78 # CHECK-OUT-COMMON: Running slow program 89 # RUN: %{inputs}/shtest-timeout/slow.py \ [all …]
|
/external/rust/android-crates-io/crates/minimal-lexical/tests/ |
D | slow_tests.rs | 7 use minimal_lexical::slow; 11 let fp = slow::b(float); in b() 16 let fp = slow::bh(float); in bh() 63 let result = slow::slow::<f64, _, _>(num.clone(), fp, integer.iter(), fraction.iter()); in slow_test() 69 let result = slow::slow::<f64, _, _>(num.clone(), fp, integer.iter(), fraction.iter()); in slow_test() 85 let result = slow::slow::<f64, _, _>(num.clone(), fp, integer.iter(), fraction.iter()); in slow_test() 91 let result = slow::slow::<f64, _, _>(num.clone(), fp, integer.iter(), fraction.iter()); in slow_test() 106 let result = slow::positive_digit_comp::<f64>(bigmant, exponent); in positive_digit_comp_test() 118 let result = slow::positive_digit_comp::<f64>(bigmant, exponent); in positive_digit_comp_test() 147 let result = slow::negative_digit_comp::<f64>(bigmant, fp, exponent); in negative_digit_comp_test() [all …]
|
/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/extensions/load_balancing_policies/common/v3/ |
D | common.proto | 62 // Configuration for :ref:`slow start mode <arch_overview_load_balancing_slow_start>`. 64 // Represents the size of slow start window. 65 // If set, the newly created host remains in slow start mode starting from its creation time 66 // for the duration of slow start window. 69 …// This parameter controls the speed of traffic increase over the slow start window. Defaults to 1… 75 …// During slow start window, effective weight of an endpoint would be scaled with time factor and … 79 …// As time progresses, more and more traffic would be sent to endpoint, which is in slow start win… 80 // Once host exits slow start, time_factor and aggression no longer affect its weight. 84 // which may cause endpoints in slow start mode receive no traffic in slow start window.
|
/external/tcpdump/tests/ |
D | lacp-ev.out | 1 …1 2009-11-15 04:02:10.267147 00:13:c4:12:0f:0d > 01:80:c2:00:00:02, ethertype Slow Protocols (0x8… 11 …2 2009-11-15 04:02:11.184592 00:13:c4:12:0f:0d > 01:80:c2:00:00:02, ethertype Slow Protocols (0x8… 21 …3 2009-11-15 04:02:12.147802 00:13:c4:12:0f:0d > 01:80:c2:00:00:02, ethertype Slow Protocols (0x8… 31 …4 2009-11-15 04:02:18.675985 00:13:c4:12:0f:0d > 01:80:c2:00:00:02, ethertype Slow Protocols (0x8… 41 …5 2009-11-15 04:02:18.690253 00:13:c4:12:0f:0d > 01:80:c2:00:00:02, ethertype Slow Protocols (0x8… 51 …6 2009-11-15 04:02:39.216272 00:13:c4:12:0f:0d > 01:80:c2:00:00:02, ethertype Slow Protocols (0x8… 61 …7 2009-11-15 04:03:05.733028 00:13:c4:12:0f:0d > 01:80:c2:00:00:02, ethertype Slow Protocols (0x8… 71 …8 2009-11-15 04:03:31.389243 00:13:c4:12:0f:0d > 01:80:c2:00:00:02, ethertype Slow Protocols (0x8… 81 …9 2009-11-15 04:03:35.229252 00:0e:83:16:f5:10 > 01:80:c2:00:00:02, ethertype Slow Protocols (0x8… 91 …10 2009-11-15 04:03:35.244788 00:13:c4:12:0f:0d > 01:80:c2:00:00:02, ethertype Slow Protocols (0x… [all …]
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | malloc-in-qsort.cc | 3 …N: %env_asan_opts=fast_unwind_on_malloc=0 not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-SLOW 48 // CHECK-SLOW: ERROR: AddressSanitizer: heap-buffer-overflow 49 // CHECK-SLOW: is located 0 bytes to the right 50 // CHECK-SLOW: #0{{.*}}operator new 51 // CHECK-SLOW-NEXT: #1{{.*}}QsortCallback 52 // CHECK-SLOW: #{{.*}}MyQsort 53 // CHECK-SLOW-NEXT: #{{.*}}main
|
D | overflow-in-qsort.cc | 3 …UN: %env_asan_opts=fast_unwind_on_fatal=0 not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-SLOW 45 // CHECK-SLOW: ERROR: AddressSanitizer: global-buffer-overflow 46 // CHECK-SLOW: #0{{.*}} in QsortCallback 47 // CHECK-SLOW: #{{.*}} in MyQsort 48 // CHECK-SLOW: #{{.*}} in main 49 // CHECK-SLOW: is located 0 bytes to the right of global variable 'global_array
|
/external/openscreen/third_party/abseil/src/absl/base/internal/ |
D | bits_test.cc | 23 int slow = absl::base_internal::CountLeadingZeros64Slow(n); in CLZ64() local 24 EXPECT_EQ(fast, slow) << n; in CLZ64() 42 int slow = absl::base_internal::CountLeadingZeros32Slow(n); in CLZ32() local 43 EXPECT_EQ(fast, slow) << n; in CLZ32() 62 int slow = absl::base_internal::CountTrailingZerosNonZero64Slow(n); in CTZ64() local 63 EXPECT_EQ(fast, slow) << n; in CTZ64() 80 int slow = absl::base_internal::CountTrailingZerosNonZero32Slow(n); in CTZ32() local 81 EXPECT_EQ(fast, slow) << n; in CTZ32()
|
/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/ |
D | TapLatencyAnalyser.java | 71 float slow = 0.0f; in scanForEdges() local 79 slow = slow + (level - slow) * slowCoefficient; // low pass filter in scanForEdges() 81 if (armed && (fast > EDGE_THRESHOLD) && (fast > (2.0 * slow))) { in scanForEdges() 82 … //System.out.println("edge at " + sampleIndex + ", slow " + slow + ", fast " + fast); in scanForEdges() 90 // slow = fast; // This seems unnecessary. in scanForEdges()
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/transformer/src/main/java/com/google/android/exoplayer2/transformer/ |
D | SefSlowMotionFlattener.java | 41 * Sample transformer that flattens SEF slow motion video samples. 45 * <p>This transformer leaves the samples received unchanged if the input is not an SEF slow motion 54 * The frame rate of SEF slow motion videos, in fps. 57 * value so that the video is entirely played in slow motion on players that do not support SEF 58 * slow motion. 77 /** The SEF slow motion configuration of the input. */ 80 * An iterator iterating over the slow motion segments, pointing at the segment following {@code 95 * The {@link SegmentInfo} describing the current slow motion segment, or null if the current 100 * The {@link SegmentInfo} describing the slow motion segment following (not including) the 105 * The time delta to be added to the output timestamps before scaling to take the slow motion [all …]
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/transformer/src/main/java/com/google/android/exoplayer2/transformer/ |
D | SefSlowMotionFlattener.java | 41 * Sample transformer that flattens SEF slow motion video samples. 45 * <p>This transformer leaves the samples received unchanged if the input is not an SEF slow motion 54 * The frame rate of SEF slow motion videos, in fps. 57 * value so that the video is entirely played in slow motion on players that do not support SEF 58 * slow motion. 77 /** The SEF slow motion configuration of the input. */ 80 * An iterator iterating over the slow motion segments, pointing at the segment following {@code 95 * The {@link SegmentInfo} describing the current slow motion segment, or null if the current 100 * The {@link SegmentInfo} describing the slow motion segment following (not including) the 105 * The time delta to be added to the output timestamps before scaling to take the slow motion [all …]
|
/external/skia/tests/ |
D | ColorPrivTest.cpp | 40 // In particular, slow may end up a little too high (weirdly, fast is more accurate). in DEF_TEST() 41 const SkPMColor slow = SkFourByteInterp(src, dst, scale); in DEF_TEST() local 44 const int deltaA = SkGetPackedA32(slow) - SkGetPackedA32(fast); in DEF_TEST() 45 const int deltaR = SkGetPackedR32(slow) - SkGetPackedR32(fast); in DEF_TEST() 46 const int deltaG = SkGetPackedG32(slow) - SkGetPackedG32(fast); in DEF_TEST() 47 const int deltaB = SkGetPackedB32(slow) - SkGetPackedB32(fast); in DEF_TEST()
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/offline/ |
D | WritableDownloadIndex.java | 28 * <p>This method may be slow and shouldn't normally be called on the main thread. 39 * <p>This method may be slow and shouldn't normally be called on the main thread. 49 * <p>This method may be slow and shouldn't normally be called on the main thread. 58 * <p>This method may be slow and shouldn't normally be called on the main thread. 68 * <p>This method may be slow and shouldn't normally be called on the main thread. 80 * <p>This method may be slow and shouldn't normally be called on the main thread.
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/offline/ |
D | WritableDownloadIndex.java | 28 * <p>This method may be slow and shouldn't normally be called on the main thread. 39 * <p>This method may be slow and shouldn't normally be called on the main thread. 49 * <p>This method may be slow and shouldn't normally be called on the main thread. 58 * <p>This method may be slow and shouldn't normally be called on the main thread. 68 * <p>This method may be slow and shouldn't normally be called on the main thread. 80 * <p>This method may be slow and shouldn't normally be called on the main thread.
|