HomeSort by relevance Sort by last modified time
    Searched full:tend (Results 26 - 50 of 371) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/freetype/src/autofit/
afcjk.h 44 * CJK glyphs tend to fill the square. So we have both vertical and
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afcjk.h 44 * CJK glyphs tend to fill the square. So we have both vertical and
  /external/llvm/docs/CommandGuide/
llvm-diff.rst 33 which tend to stop any downstream changes from being detected.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/s390/
zarch-zEC12.s 8 tend
  /external/skia/tests/
PathOpsTestCommon.cpp 143 const double tEnd = i1 < ts.count() ? ts[i1] : 1;
146 SkDCubic part = cubic.subDivide(tStart, tEnd);
159 tStart = tEnd;
  /bionic/libm/upstream-freebsd/lib/msun/src/
k_tanf.c 51 * non-sequential machines (the lowest degree terms tend to be ready
  /cts/hostsidetests/systemui/src/android/host/systemui/
BaseTileServiceTest.java 103 // All of the status bar commands tend to have animations associated
  /dalvik/dx/src/com/android/dx/ssa/
SetFactory.java 31 * sets are kept per basic block until phi placement and tend to be,
  /external/caliper/caliper/src/main/java/com/google/caliper/worker/
Allocation.java 34 // While particular lists of STEs can have a lot of variety within a benchmark there don't tend
  /external/chromium-trace/catapult/third_party/Paste/docs/
StyleGuide.txt 72 Don't use single quotes (''') -- they tend to cause problems in
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SetFactory.java 31 * sets are kept per basic block until phi placement and tend to be,
  /external/llvm/docs/HistoricalNotes/
2000-12-06-MeetingSummary.txt 68 is that it would tend to splinter that 'standard' LLVM definition.
  /external/skia/site/dev/contrib/
c++11.md 42 Internal Google projects tend to support C++11 completely, including the
  /external/strace/
HACKING-scripts 31 is because ioctls tend to have a lot of define indirection, and the ioctlent0.h
  /frameworks/base/core/java/android/os/health/
PidHealthStats.java 27 * tend to be more useful in debugging rogue processes than in gathering
  /frameworks/base/libs/hwui/renderstate/
OffscreenBufferPool.h 39 * texture.width/.height are actual allocated texture size. Texture will tend to be larger than the
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/
package-info.java 19 * Games tend to have custom user interfaces, but media applications may benefit from a common set of
  /external/skia/src/pathops/
SkOpAngle.cpp 67 bugOut.printf("%s [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g"
68 " < [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g"
69 " < [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g ", __FUNCTION__,
87 bugOut.printf("%s [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g"
88 " < [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g"
89 " < [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g ", __FUNCTION__,
416 double tEnd = index ? rh->fComputedEnd->t() : this->fComputedEnd->t();
421 if (!approximately_between_orderable(tStart, testT, tEnd)) {
428 limited[index] = approximately_equal_orderable(t, tEnd);
674 double tEnd = angle->fEnd->t()
    [all...]
SkOpCoincidence.cpp 59 static void t_range(const SkOpPtT* overS, const SkOpPtT* overE, double tStart, double tEnd,
62 double start = 0 < denom ? tStart : tEnd;
63 double end = 0 < denom ? tEnd : tStart;
174 const SkOpPtT* over2s, const SkOpPtT* over2e, double tStart, double tEnd,
178 t_range(over1s, over1e, tStart, tEnd, coinPtTStart, coinPtTEnd, &coinTs, &coinTe);
179 t_range(over2s, over2e, tStart, tEnd, oppPtTStart, oppPtTEnd, &oppTs, &oppTe);
  /external/clang/test/CodeGen/
builtins-systemz.c 70 // CHECK: call i32 @llvm.s390.tend()
124 // CHECK: call i32 @llvm.s390.tend()
  /external/zlib/src/doc/
txtvsbin.txt 70 The second observation is that most of the binary files tend to contain
74 labeled as textual, because the files that are genuinely binary tend to
  /libcore/ojluni/src/main/java/java/util/
DoubleSummaryStatistics.java 145 * @apiNote Values sorted by increasing absolute magnitude tend to yield
205 * @apiNote Values sorted by increasing absolute magnitude tend to yield
  /packages/apps/EmergencyInfo/res/values-hu/
strings.xml 88 <string name="emergency_contacts_title" msgid="5462202017417821030">"Vészhelyzetben értesítend?"</string>
90 <string name="remove_contact" msgid="6934983445723096759">"<xliff:g id="CONTACT_NAME">%1$s</xliff:g> eltávolítása a vészhelyzet esetén értesítend?k közül?"</string>
  /external/autotest/client/cros/
power_status.py     [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
AbstractIntegrator.java 229 * @param tEnd final integration time
237 final double[] y, final double[] yDot, final double tEnd)
328 isLastStep = isLastStep || MathUtils.equals(currentT, tEnd, 1);

Completed in 1468 milliseconds

12 3 4 5 6 7 8 91011>>