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

12 3 4 5 6 7 8 91011>>

  /external/tcpdump/
print-ipx.c 148 (void)printf("ipx-sap-nearest-req");
159 (void)printf("ipx-sap-nearest-resp");
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.5.1.js 45 product is computed and rounded to the nearest representable value using IEEE
46 754 round-to-nearest mode. If the magnitude is too large to represent,
11.6.3.js 48 magnitudes, the sum is computed and rounded to the nearest
49 representable value using IEEE 754 round-to-nearest mode. If the
11.5.2.js 46 rounded to the nearest representable value using IEEE 754 round-to-nearest mode. If the magnitude is too
  /external/webkit/WebCore/rendering/
RenderSVGInlineText.cpp 167 // end up returning the nearest offset in the last box, even if the
168 // nearest offset to your click is contained in another box.
  /frameworks/base/core/java/android/view/
FocusFinder.java 308 * of source to the edge nearest in the given direction of dest. If the
356 * Find the distance on the minor axis w.r.t the direction to the nearest
383 * Find the nearest touchable view to the specified view.
389 * @param deltas Offset from the <x, y> to the edge of the nearest view. Note that this array
391 * @return The nearest touchable view, or null if none exists.
  /packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/
GalaxyRS.java 31 import static android.renderscript.Sampler.Value.NEAREST;
231 samplerBuilder.setMin(NEAREST);
232 samplerBuilder.setMag(NEAREST);
  /bionic/libm/i387/
e_exp.S 56 * We may as well set the rounding mode to to-nearest and mask traps
npx.h 123 * round to nearest
  /bionic/libm/man/
ieee.3 178 Underflowed results round to the nearest
213 Underflowed results round to the nearest
243 Underflowed results round to the nearest
273 Underflowed results round to the nearest
remainder.3 70 is the integer nearest the exact value of
rint.3 61 functions return the integral value nearest to
  /bionic/libm/src/
e_log10.c 33 * mode must set to Round-to-Nearest.
s_remquo.c 23 * quotient, rounded to the nearest integer. We choose n=31 because
s_remquof.c 23 * quotient, rounded to the nearest integer. We choose n=31 because
  /cts/tools/vm-tests/src/dot/junit/opcodes/opc_throw/
Test_opc_throw.java 70 * @title Nearest matching catch must be executed in case of exception
  /dalvik/libcore/logging/src/main/java/java/util/logging/
LoggingMXBean.java 66 * level is inherited from the nearest non-null ancestor.
  /external/fdlibm/
e_log10.c 29 * mode must set to Round-to-Nearest.
  /external/jpeg/
jdsample.c 361 /* inptr0 points to nearest input row, inptr1 points to next nearest */
363 if (v == 0) /* next nearest is row above */
365 else /* next nearest is row below */
jquant2.c 571 * colors to the nearest color in the selected colormap.
574 * cache for the results of nearest-color searches. All colors within a
578 * indicates we haven't found the nearest color for that cell yet; the array
580 * nearest color for a cell, its colormap index plus one is recorded in the
584 * Our method of efficiently finding nearest colors is based on the "locally
599 * nearest colors for only the cells within a small subbox of the histogram.
649 * for the nearest entry to some cell(s) in the update box. The update box
793 /* This array holds the distance to the nearest-so-far color for each cell */
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/LexicalConventions/
7.7.3-1.js 30 using IEEE 754 round-to-nearest mode, to a reprentable
  /external/skia/include/core/
SkScalar.h 82 /** Rounds the SkScalar to the nearest integer value
116 /** Returns the product of a SkScalar and an int rounded to the nearest integer value
  /external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/
SDL_dlcompat.c 105 const char *dli_sname; /* Name of nearest symbol */
106 void *dli_saddr; /* Address of nearest symbol */
    [all...]
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/
HexStringParser.java 262 * The value is rounded up or down to the nearest infinitely precise result.
264 * then it should be rounded up to the nearest infinitely precise even.
  /packages/apps/Calendar/src/com/android/calendar/
AgendaByDayAdapter.java 308 * finds the nearest day (before or after) that has events and returns the
338 // We didn't find an exact match so take the nearest day that had

Completed in 586 milliseconds

12 3 4 5 6 7 8 91011>>