Home
last modified time | relevance | path

Searched refs:trip (Results 1 – 25 of 105) sorted by relevance

12345

/external/libchrome/base/strings/
Dsys_string_conversions_unittest.cc174 std::wstring trip = SysNativeMBToWide(SysWideToNativeMB(wide)); in TEST() local
175 EXPECT_EQ(wide.size(), trip.size()); in TEST()
176 EXPECT_EQ(wide, trip); in TEST()
182 std::wstring trip = SysNativeMBToWide(WideToUTF8(wide)); in TEST() local
183 EXPECT_EQ(wide.size(), trip.size()); in TEST()
184 EXPECT_EQ(wide, trip); in TEST()
189 std::wstring trip = UTF8ToWide(SysWideToNativeMB(wide)); in TEST() local
190 EXPECT_EQ(wide.size(), trip.size()); in TEST()
191 EXPECT_EQ(wide, trip); in TEST()
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DCodeMangler.java328 void trip(boolean trip) { in processFile() argument
329 if (!tripped & trip) { in processFile()
337 State push(int lc, String line, boolean trip) { in processFile() argument
342 ret.emit = this.emit & trip; in processFile()
343 ret.tripped = trip; in processFile()
449 state.trip(true); in processFile()
534 state.trip(eval); in processFile()
/external/llvm/test/Transforms/LoopVectorize/X86/
Dvect.omp.force.small-tc.ll1 …8.0 -mcpu=corei7-avx -debug-only=loop-vectorize -stats -S -vectorizer-min-trip-count=21 2>&1 | Fil…
24 ; This loop will be vectorized, although the trip count is below the threshold, but vectorization i…
50 ; This loop will not be vectorized as the trip count is below the threshold.
Dunroll-small-loops.ll9 ; We don't unroll this loop because it has a small constant trip count.
43 ; trip count.
Dmin-trip-count-switch.ll1 ; RUN: opt < %s -loop-vectorize -force-vector-interleave=1 -vectorizer-min-trip-count=1 -force-vec…
/external/llvm/test/Analysis/ScalarEvolution/
D2008-11-18-Stride1.ll7 ; ScalarEvolution can't compute a trip count because it doesn't know if
9 ; be teaching it how to use a more elaborate trip count computation.
Dtrip-count3.ll3 ; ScalarEvolution can't compute a trip count because it doesn't know if
5 ; be teaching it how to use a more elaborate trip count computation.
D2011-10-04-ConstEvolve.ll6 ; Just check that it actually ran trip count analysis.
Davoid-smax-0.ll5 ; We don't want to use a max in the trip count expression in
Dsle.ll4 ; this loop has a finite trip count.
/external/llvm/test/Transforms/LoopUnroll/
Dscevunroll.ll3 ; Unit tests for loop unrolling using ScalarEvolution to compute trip counts.
34 ; case, the computed trip count based on a canonical IV is *not* for a
99 ; a known trip count, regardless of the early exit trip counts. The
Dhigh-cost-trip-count-computation.ll5 ;; Check that we don't emit expensive instructions to compute trip
/external/nanopb-c/tests/basic_buffer/
DSConscript1 # Build and run a basic round-trip test using memory buffer encoding.
/external/llvm/test/Feature/
Dweirdnames.ll9 @"\\03foo" = global float 0x3FB99999A0000000 ; Make sure funny char gets round trip
/external/nanopb-c/tests/basic_stream/
DSConscript1 # Build and run a basic round-trip test using direct stream encoding.
/external/llvm/test/Transforms/IndVarSimplify/
Dpr24952.ll21 ; %be.cond deliberately 'false' -- we want want the trip count to be 0.
Dlftr-udiv-tripcount.ll5 ; It is okay to do LFTR on this loop even though the trip count is a
Dtripcount_infinite.ll1 ; These tests have an infinite trip count. We obviously shouldn't remove the
/external/llvm/test/Transforms/PlaceSafepoints/
Dfinite-loops.ll3 ;; RUN: opt %s -place-safepoints -spp-counted-loop-trip-width=32 -S | FileCheck %s
4 ;; RUN: opt %s -place-safepoints -spp-counted-loop-trip-width=64 -S | FileCheck %s -check-prefix=CO…
/external/llvm/test/Transforms/LoopDeletion/
Dmultiple-exit-conditions.ll4 ; it can't represent the exact trip count as an expression. That's
/external/llvm/test/CodeGen/AArch64/
Darm64-fixed-point-scalar-cvt-dagcombine.ll4 ; extract_vector_elt of a conversion, which saves a round trip of copies
/external/llvm/test/DebugInfo/Generic/
D2009-11-05-DeadGlobalVariable.ll2 ; Here variable bar is optimized away. Do not trip over while trying to generate debug info.
/external/llvm/test/Transforms/LoopUnroll/PowerPC/
Da2-high-cost-trip-count-computation.ll5 ;; Check that we do emit expensive instructions to compute trip
/external/iputils/doc/
Dping.sgml65 Adaptive ping. Interpacket interval adapts to round-trip time, so that
390 prints network round trip time, which can be different
436 ``pinged''. Round-trip times and packet loss statistics are computed.
438 loss calculation, although the round trip time of these packets is used
439 in calculating the minimum/average/maximum round-trip time numbers.
489 a timestamp which it uses in the computation of round trip times.
490 If the data space is shorter, no round trip times are given.
577 will be 255 minus the number of routers in the round-trip path.
/external/llvm/test/Transforms/LoopUnroll/AArch64/
Druntime-loop.ll3 ; Tests for unrolling loops with run-time trip counts

12345