HomeSort by relevance Sort by last modified time
    Searched full:significant (Results 101 - 125 of 2519) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/compiler-rt/lib/builtins/
floatuntidf.c 33 int sd = N - __clzti2(a); /* number of significant digits */
58 ++a; /* round - this step may add a significant bit */
floatuntisf.c 33 int sd = N - __clzti2(a); /* number of significant digits */
58 ++a; /* round - this step may add a significant bit */
floatuntixf.c 35 int sd = N - __clzti2(a); /* number of significant digits */
60 ++a; /* round - this step may add a significant bit */
  /external/compiler-rt/test/builtins/Unit/
ffsti2_test.c 19 // Returns: the index of the least significant 1-bit in a, or
20 // the value zero if a is zero. The least significant bit is index one.
  /external/kernel-headers/original/uapi/linux/
v4l2-mediabus.h 23 * transferred over the bus: "LE" means that the least significant bits are
24 * transferred first, "BE" means that the most significant bits are transferred
  /external/markdown/docs/
release-2.0.txt 5 making. We have rewritten significant portions of the code, dramatically
24 summary of the significant changes:
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_syncobj.c 36 * which may end up being a significant overhead. In other tests of removing
37 * gratuitous batchbuffer syncs in Mesa, it hasn't appeared to be a significant
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
LVC_MixInSoft_D16C31_SAT.c 58 pInstance->Current = pInstance->Target; /* Difference is not significant anymore. Make them equal. */
100 pInstance->Current = pInstance->Target; /* Difference is not significant anymore. Make them equal. */
LVC_MixSoft_1St_D16C31_SAT.c 58 pInstance->Current = pInstance->Target; /* Difference is not significant anymore. Make them equal. */
100 pInstance->Current = pInstance->Target; /* Difference is not significant anymore. Make them equal. */
  /hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
v4l2-mediabus.h 23 * transferred over the bus: "LE" means that the least significant bits are
24 * transferred first, "BE" means that the most significant bits are transferred
  /libcore/luni/src/main/java/java/util/
UUID.java 62 * The 64 most significant bits of the UUID.
64 * The 64 least significant bits of the UUID.
205 * The 64 least significant bits of the UUID.
207 * @return the 64 least significant bits.
215 * The 64 most significant bits of the UUID.
217 * @return the 64 most significant bits.
310 * is based upon the value of the bits from most significant to least
311 * significant.
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_lrint.c 43 * significant bits than 'type'. Hence, we bend over backwards for the
  /development/samples/devbytes/telephony/SmsSampleProject/SmsSample/src/main/java/com/example/android/smssample/service/
MessagingService.java 27 * preferable to handle these in a service in case there is significant work to do which may exceed
  /external/bison/src/
closure.h 44 significant). CLOSURE places there the indices of all items which
  /external/chromium_org/base/system_monitor/
system_monitor.h 57 // be copied. Any significant addition to this class is blocked on
  /external/chromium_org/chrome/browser/sync/test/integration/
updated_progress_marker_checker.cc 35 // sync session complete or other significant event from the
  /external/chromium_org/net/spdy/
hpack_output_stream.h 58 // ends on the most significant nth bit. Guaranteed to be < 8.
  /external/chromium_org/third_party/skia/include/gpu/
GrGlyph.h 55 // two most significant fraction bits from fixed-point
  /external/chromium_org/third_party/x86inc/
LICENSE 30 ; has significant usefulness outside of x264 and we want it to be available
  /external/chromium_org/tools/cr/cr/commands/
sync.py 16 The only significant thing it adds is that the environment is set up so that
  /external/chromium_org/ui/events/
event_switches.cc 24 // significant amount of wobble when moving a finger in a straight line. This
  /external/jemalloc/include/jemalloc/internal/
prng.h 24 * unsigned lg_range : (0..32], number of least significant bits to return.
  /external/jpeg/
maktjpeg.st 22 .C[-wsig] ; warn if significant digits may be lost
  /external/libgsm/man/
gsm_print.3 26 of significant bits packed into 33 bytes.
  /external/libxml2/include/libxml/
xmlsave.h 37 XML_SAVE_WSNONSIG = 1<<7 /* format with non-significant whitespace */

Completed in 862 milliseconds

1 2 3 45 6 7 8 91011>>