Searched refs:between (Results 76 - 100 of 238) sorted by relevance

12345678910

/external/skia/tools/lua/
H A Dglyph-usage.lua150 io.write("/* runs of unique glyph IDs, with a -1 sentinel between different runs */\n")
/external/skqp/src/core/
H A DSkGeometry.cpp169 Solve for t, only if it fits between 0 < t < 1
1198 static bool between(SkScalar a, SkScalar b, SkScalar c) { function
1213 if (between(startY, src.fPts[1].fY, endY)) {
1217 if (!between(startY, midY, endY)) {
1222 if (!between(startY, dst[0].fPts[1].fY, dst[0].fPts[2].fY)) {
1223 // If the 1st control is not between the start and end, put it at the start.
1227 if (!between(dst[1].fPts[0].fY, dst[1].fPts[1].fY, endY)) {
1228 // If the 2nd control is not between the start and end, put it at the end.
1233 SkASSERT(between(startY, dst[0].fPts[1].fY, dst[0].fPts[2].fY));
1234 SkASSERT(between(ds
[all...]
H A DSkPath.cpp2886 static bool between(SkScalar a, SkScalar b, SkScalar c) { function
2915 return between(start.fX, x, end.fX) && x != end.fX;
3179 if (!between(pts[0].fY, y, pts[1].fY) && !between(pts[1].fY, y, pts[2].fY)
3180 && !between(pts[2].fY, y, pts[3].fY)) {
3183 if (!between(pts[0].fX, x, pts[1].fX) && !between(pts[1].fX, x, pts[2].fX)
3184 && !between(pts[2].fX, x, pts[3].fX)) {
3207 if (!between(pts[0].fY, y, pts[1].fY) && !between(pt
[all...]
/external/skqp/src/pathops/
H A DSkOpSpan.cpp175 if (between(min, s, max) && between(min, e, max)) {
H A DSkPathOpsQuad.cpp237 return between(fPts[0].fX, fPts[1].fX, fPts[2].fX);
241 return between(fPts[0].fY, fPts[1].fY, fPts[2].fY);
251 To find B, compute the point halfway between t1 and t2:
365 Solve for t, only if it fits between 0 < t < 1
H A DSkOpCoincidence.cpp306 if (!between(0, t, 1)) {
376 coincident pair. If so, check for a new coincident span between B-end/A ptT loop
617 SkASSERT(between(over1s->fT, tStart, over1e->fT));
618 SkASSERT(between(over1s->fT, tEnd, over1e->fT));
620 SkASSERT(between(over2s->fT, tStart, over2e->fT));
621 SkASSERT(between(over2s->fT, tEnd, over2e->fT));
929 && between(coin->oppPtTStart()->fT, oppT, coin->oppPtTEnd()->fT)) {
933 && between(coin->coinPtTStart()->fT, oppT, coin->coinPtTEnd()->fT)) {
/external/skqp/tools/lua/
H A Dglyph-usage.lua150 io.write("/* runs of unique glyph IDs, with a -1 sentinel between different runs */\n")
/external/swiftshader/third_party/LLVM/utils/
H A Dcodegen-diff92 between the code that B<llc> generated and the code that B<lli> generated.
/external/tensorflow/tensorflow/contrib/mpi/
H A DREADME.md48 The implementation takes over the responsibility for sending and receiving tensors between separate processes. This is facilitated by TensorFlow's ability to support different protocols. In this particular implementation, the standard gRPC library is used for all administrative operations while the MPI functions take over the tensor exchanges. On the sending side the tensors are placed in the standard waiting tables and nothing is changed there. On the receiving side the RecvFromRemoteAsync function is newly implemented and instead of requesting the data via gRPC the data is now requested via MPI calls.
66 The MPI processes identify each other using an MPI process ID. The TensorFlow gRPC processes identify each other using a name. During launch we create a mapping between the TensorFlow process name and the MPI process ID to allow the processes to communicate with the correct destinations when using MPI operations.
/external/walt/docs/
H A DDragLatency.md31 The red 'x' marks are points where the finger was at times _t<sub>i</sub>_ when the finger went into or out of the laser beam. The y distance between the two lines of x marks is roughly the thickness of the finger. For now consider only one of the lines, e.g. the upper one.
/external/doclava/res/assets/templates/
H A Dmacros.cs199 # between is an HTML string to include between each successive element.
203 def:show_annotations_list(obj, pre, between, post) ?><?cs
216 var:between ?><?cs
/external/libffi/src/x86/
H A Dwin32.S124 ;; Do not insert anything here between label and jump table.
255 ;; Do not insert anything here between the label and jump table.
364 ;; Do not insert anything here between the label and jump table.
450 ;; Do not insert anything here between the label and jump table.
610 # Do not insert anything here between the call and the jump table.
793 # Do not insert anything here between the call and the jump table.
948 # Do not insert anything here between the call and the jump table.
1083 # Do not insert anything here between the call and the jump table.
/external/llvm/test/MC/ARM/
H A Dltorg-darwin.s4 @ between darwin and linux. Any tests added here should have a matching
H A Dltorg.s4 @ between darwin and linux. Any tests added here should have a matching
/external/llvm/utils/
H A Dcodegen-diff92 between the code that B<llc> generated and the code that B<lli> generated.
/external/nanohttpd/
H A DREADME.md27 Edit `pom.xml`, and add this between \<dependencies\>:
117 * All header names are converted to lower case so they don't vary between browsers/clients.
/external/nanohttpd/src/site/markdown/
H A Dindex.md27 Edit `pom.xml`, and add this between \<dependencies\>:
117 * All header names are converted to lower case so they don't vary between browsers/clients.
/external/python/cpython2/Modules/_ctypes/libffi/src/x86/
H A Dwin32.S110 ;; Do not insert anything here between label and jump table.
231 ;; Do not insert anything here between the label and jump table.
341 ;; Do not insert anything here between the label and jump table.
423 ;; Do not insert anything here between the label and jump table.
580 # Do not insert anything here between the call and the jump table.
750 # Do not insert anything here between the call and the jump table.
906 # Do not insert anything here between the call and the jump table.
1035 # Do not insert anything here between the call and the jump table.
/external/python/cpython3/Modules/_ctypes/libffi/src/x86/
H A Dwin32.S110 ;; Do not insert anything here between label and jump table.
231 ;; Do not insert anything here between the label and jump table.
341 ;; Do not insert anything here between the label and jump table.
423 ;; Do not insert anything here between the label and jump table.
580 # Do not insert anything here between the call and the jump table.
750 # Do not insert anything here between the call and the jump table.
906 # Do not insert anything here between the call and the jump table.
1035 # Do not insert anything here between the call and the jump table.
/external/skia/tests/
H A DPathOpsTSectDebug.h43 if (between(test->fStartT, t, test->fEndT)) {
/external/skqp/tests/
H A DPathOpsTSectDebug.h43 if (between(test->fStartT, t, test->fEndT)) {
/external/valgrind/none/tests/
H A Dcmdline1.stdout.exp18 --child-silent-after-fork=no|yes omit child output between fork & exec? [no]
111 --merge-recursive-frames=<number> merge frames between identical
/external/skia/src/pathops/
H A DSkOpCoincidence.cpp306 if (!between(0, t, 1)) {
376 coincident pair. If so, check for a new coincident span between B-end/A ptT loop
617 SkASSERT(between(over1s->fT, tStart, over1e->fT));
618 SkASSERT(between(over1s->fT, tEnd, over1e->fT));
620 SkASSERT(between(over2s->fT, tStart, over2e->fT));
621 SkASSERT(between(over2s->fT, tEnd, over2e->fT));
929 && between(coin->oppPtTStart()->fT, oppT, coin->oppPtTEnd()->fT)) {
933 && between(coin->coinPtTStart()->fT, oppT, coin->coinPtTEnd()->fT)) {
/external/libavc/encoder/arm/
H A Dime_distortion_metrics_a9q.s28 @* between two macro/sub blocks of identical dimensions
54 @* @brief computes distortion (SAD) between 2 16x16 blocks (fast mode)
57 @* This functions computes SAD between 2 16x16 blocks. There is a provision
140 @* @brief computes distortion (SAD) between 2 16x8 blocks
144 @* This functions computes SAD between 2 16x8 blocks. There is a provision
222 @* @brief computes distortion (SAD) between 2 16x16 blocks with early exit
225 @* This functions computes SAD between 2 16x16 blocks. There is a provision
682 @* @brief computes distortion (SAD) between 2 16x16 blocks
685 @* This functions computes SAD between 2 16x16 blocks. There is a provision
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex105 \texttt{blktrace} run are used to determine the amount of time between
107 maintain the same time differential between IOs, but no guarantees as
114 As noted above, the time between IOs may not be accurately maintained
115 during replays. In addition the actual ordering of IOs \emph{between}
118 time kept between managing threads.)
139 time intervals between issues.}. To manage the size of the \emph{bunches},
195 \item Lack of IO timing accuracy -- additional time between IO bunches.

Completed in 1235 milliseconds

12345678910