Home
last modified time | relevance | path

Searched refs:slow (Results 1 – 25 of 721) sorted by relevance

12345678910>>...29

/external/v8/src/ic/
Dkeyed-store-generic.cc65 TNode<Context> context, Label* slow);
72 ExitPoint* exit_point, Label* slow,
77 const StoreICParameters* p, Label* slow) { in EmitGenericPropertyStore() argument
79 EmitGenericPropertyStore(receiver, receiver_map, p, &direct_exit, slow, in EmitGenericPropertyStore()
98 TNode<Context> context, Label* slow,
130 Label* slow);
318 Label* slow, UpdateLength update_length) { in StoreElementWithCapacity() argument
323 GotoIf(IsDictionaryMap(receiver_map), slow); in StoreElementWithCapacity()
329 slow); in StoreElementWithCapacity()
354 BranchIfPrototypesMayHaveReadOnlyElements(receiver_map, slow, in StoreElementWithCapacity()
[all …]
/external/kotlinx.coroutines/integration/kotlinx-coroutines-jdk8/test/examples/
DwithTimeout-example.kt11 fun slow(s: String) = GlobalScope.future { in main() method
17 val a = slow("A").await() in main()
20 val b = slow("B").await() in main()
25 val c = slow("C").await() in main()
27 val d = slow("D").await() in main()
33 val e = slow("E").await() in main()
/external/skqp/tests/
DColorPrivTest.cpp39 const SkPMColor slow = SkFourByteInterp(src, dst, scale); in DEF_TEST() local
42 const int deltaA = SkGetPackedA32(slow) - SkGetPackedA32(fast); in DEF_TEST()
43 const int deltaR = SkGetPackedR32(slow) - SkGetPackedR32(fast); in DEF_TEST()
44 const int deltaG = SkGetPackedG32(slow) - SkGetPackedG32(fast); in DEF_TEST()
45 const int deltaB = SkGetPackedB32(slow) - SkGetPackedB32(fast); in DEF_TEST()
DPointTest.cpp165 SkPoint slow = kOne, fast = kOne; in DEF_TEST() local
167 slow.setLength(tests[i]); in DEF_TEST()
170 if (slow.length() < FLT_MIN && fast.length() < FLT_MIN) continue; in DEF_TEST()
172 SkScalar ratio = slow.length() / fast.length(); in DEF_TEST()
/external/skia/tests/
DColorPrivTest.cpp39 const SkPMColor slow = SkFourByteInterp(src, dst, scale); in DEF_TEST() local
42 const int deltaA = SkGetPackedA32(slow) - SkGetPackedA32(fast); in DEF_TEST()
43 const int deltaR = SkGetPackedR32(slow) - SkGetPackedR32(fast); in DEF_TEST()
44 const int deltaG = SkGetPackedG32(slow) - SkGetPackedG32(fast); in DEF_TEST()
45 const int deltaB = SkGetPackedB32(slow) - SkGetPackedB32(fast); in DEF_TEST()
DPointTest.cpp151 SkPoint slow = kOne, fast = kOne; in DEF_TEST() local
153 slow.setLength(tests[i]); in DEF_TEST()
156 if (slow.length() < FLT_MIN && fast.length() < FLT_MIN) continue; in DEF_TEST()
158 SkScalar ratio = slow.length() / fast.length(); in DEF_TEST()
/external/e2fsprogs/tests/
Dtest_one.in18 --skip-slow-tests)
25 *.failed|*.new|*.ok|*.log|*.tmp|*.slow) exit 0 ;;
60 rm -f $test_name.ok $test_name.failed $test_name.log $test_name.slow
81 tee $test_name.slow
/external/mesa3d/.gitlab-ci/
Ddeqp-softpipe-skips.txt9 # These are really slow on tiling architectures (including llvmpipe).
24 # This one is really slow and can time out (~56 seconds locally)
26 # Another slow one post NIR transition
/external/llvm/test/CodeGen/X86/
Dslow-incdec.ll1 ; RUN: llc -mtriple=i386-unknown-linux-gnu -mattr=-slow-incdec < %s | FileCheck -check-prefix=INCDE…
2 ; RUN: llc -mtriple=i386-unknown-linux-gnu -mattr=+slow-incdec < %s | FileCheck -check-prefix=ADD %s
4 ; check -mattr=-slow-incdec
10 ; check -mattr=+slow-incdec
Dclz.ll94 ; Generate a test and branch to handle zero inputs because bsr/bsf are very slow.
113 ; Generate a test and branch to handle zero inputs because bsr/bsf are very slow.
131 ; Generate a test and branch to handle zero inputs because bsr/bsf are very slow.
148 ; Generate a test and branch to handle zero inputs because bsr/bsf are very slow.
165 ; Generate a test and branch to handle zero inputs because bsr/bsf are very slow.
183 ; Generate a test and branch to handle zero inputs because bsr/bsf are very slow.
199 ; Generate a test and branch to handle zero inputs because bsr/bsf are very slow.
215 ; Generate a test and branch to handle zero inputs because bsr/bsf are very slow.
266 ; Generate a test and branch to handle zero inputs because bsr/bsf are very slow.
/external/icu/icu4c/source/test/perf/unisetperf/draft/
Dcontperf.bat8 rem types: slow Bv Bv0 B0
19 for %%t in (slow Bv Bv0 B0) do (
Dspan16perf.bat8 rem types: slow Bv Bv0 B0
19 for %%t in (slow Bv Bv0) do (
Dspan8perf.bat8 rem types: slow Bh bh Bv Bv0 B0 BvF Bvp BvpF L Bvl BvL
19 for %%t in (slow BvF BvpF Bvl BvL) do (
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dbitcast-i256.ll2 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx,-slow-unaligned-mem-32 | FileCheck %s -…
3 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx,+slow-unaligned-mem-32 | FileCheck %s -…
Dslow-incdec.ll2 ; RUN: llc -mtriple=i386-unknown-linux-gnu -mattr=-slow-incdec < %s | FileCheck -check-prefix=CHECK…
3 ; RUN: llc -mtriple=i386-unknown-linux-gnu -mattr=+slow-incdec < %s | FileCheck -check-prefix=CHECK…
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dmerge-store.ll1 ; RUN: llc < %s -mtriple=aarch64-unknown-unknown -mcpu=cyclone -mattr=+slow-misaligned-128store | F…
2 ; RUN: llc < %s -mtriple=aarch64-eabi -mattr=-slow-misaligned-128store | FileCheck %s --check-prefi…
26 ; unaligned 16-byte stores are slow. This test would infinite loop when
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Dregengine.inc48 #define slow sslow
60 #define slow lslow
94 static const char *slow(struct match *, const char *, const char *, sopno, sopno);
158 /* prescreening; this does wonders for this rather slow code */
199 endp = slow(m, m->coldp, stop, gf, gl);
243 endp = slow(m, m->coldp, endp-1, gf, gl);
354 rest = slow(m, sp, stp, ss, es);
357 tail = slow(m, rest, stop, es, stopst);
367 if (slow(m, sp, rest, ssub, esub) != NULL) {
379 rest = slow(m, sp, stp, ss, es);
[all …]
/external/llvm/lib/Support/
Dregengine.inc48 #define slow sslow
60 #define slow lslow
94 static const char *slow(struct match *, const char *, const char *, sopno, sopno);
158 /* prescreening; this does wonders for this rather slow code */
199 endp = slow(m, m->coldp, stop, gf, gl);
243 endp = slow(m, m->coldp, endp-1, gf, gl);
354 rest = slow(m, sp, stp, ss, es);
357 tail = slow(m, rest, stop, es, stopst);
367 if (slow(m, sp, rest, ssub, esub) != NULL) {
379 rest = slow(m, sp, stp, ss, es);
[all …]
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Dregengine.inc48 #define slow sslow
60 #define slow lslow
94 static const char *slow(struct match *, const char *, const char *, sopno, sopno);
158 /* prescreening; this does wonders for this rather slow code */
199 endp = slow(m, m->coldp, stop, gf, gl);
243 endp = slow(m, m->coldp, endp-1, gf, gl);
354 rest = slow(m, sp, stp, ss, es);
357 tail = slow(m, rest, stop, es, stopst);
367 if (slow(m, sp, rest, ssub, esub) != NULL) {
379 rest = slow(m, sp, stp, ss, es);
[all …]
/external/tensorflow/tensorflow/python/eager/memory_tests/
DBUILD26 "optonly", # The test is too slow in non-opt mode
47 "optonly", # The test is too slow in non-opt mode
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CodeGenPrepare/NVPTX/
Dbypass-slow-div-constant-numerator.ll6 ; When we bypass slow div with a constant numerator which fits into the bypass
20 ; When we try to bypass slow div with a constant numerator which *doesn't* fit
/external/v8/src/builtins/
Dbuiltins-iterator-gen.h76 TVariable<JSArray>* var_result, Label* slow);
78 TNode<Object> iterable, Label* slow);
Dbuiltins-iterator-gen.cc316 TVariable<JSArray>* var_result, Label* slow) { in FastIterableToList() argument
341 slow); in FastIterableToList()
362 &set_fast_call, slow); in FastIterableToList()
374 TNode<Context> context, TNode<Object> iterable, Label* slow) { in FastIterableToList() argument
376 FastIterableToList(context, iterable, &var_fast_result, slow); in FastIterableToList()
/external/catch2/docs/
DReadme.md31 * [Why are my tests slow to compile?](slow-compiles.md#top)
/external/bcc/tools/
Ddbslower_example.txt15 This traced two queries slower than 1ms, one of which is very slow: over 2
16 seconds. We can filter out the shorter ones and keep only the really slow ones:
27 This looks like a pattern -- we keep making this slow query every 2 seconds

12345678910>>...29