HomeSort by relevance Sort by last modified time
    Searched full:difference (Results 276 - 300 of 6236) sorted by null

<<11121314151617181920>>

  /external/compiler-rt/lib/arm/
subsf3vfp.S 15 // Returns the difference between two single precision floating point numbers
  /external/iproute2/include/linux/
if_addr.h 18 * It makes no difference for normally configured broadcast interfaces,
  /external/jdiff/src/jdiff/
APIDiff.java 28 /* The overall percentage difference between the two APIs. */
  /external/jsr305/ri/src/main/java/javax/annotation/concurrent/
Immutable.java 27 * the difference.
  /external/kernel-headers/original/linux/
if_addr.h 19 * It makes no difference for normally configured broadcast interfaces,
  /external/libvpx/libvpx/vp8/encoder/x86/
subtract_sse2.asm 193 movdqa [rdi], xmm0 ; store difference
194 movdqa [rdi +16], xmm2 ; store difference
227 movdqa [rdi], xmm0 ; store difference
228 movdqa [rdi +16], xmm2 ; store difference
  /external/llvm/test/MC/X86/
gnux32-dwarf-gen.s 8 # assembler, looking at the difference between the x32 ABI and default x86-64
  /external/openfst/src/script/
Makefile.am 6 concat.cc connect.cc convert.cc decode.cc determinize.cc difference.cc \
  /external/openssl/crypto/des/times/
usparc.cc 5 I believe the difference is tied up in optimisation that the compiler
  /external/qemu/slirp/
main.h 24 * Get the difference in 2 times from updtim()
  /external/qemu/slirp-android/
main.h 25 * Get the difference in 2 times from updtim()
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
LVC_MixSoft_1St_2i_D16C31_SAT.c 62 pInstance1->Current = pInstance1->Target; /* Difference is not significant anymore. Make them equal. */
82 pInstance2->Current = pInstance2->Target; /* Difference is not significant anymore. Make them equal. */
126 pInstance1->Current = pInstance1->Target; /* Difference is not significant anymore. Make them equal. */
140 pInstance2->Current = pInstance2->Target; /* Difference is not significant anymore. Make them equal. */
Shift_Sat_v32xv32.c 47 if( (b>>val) != a ) /* if overflow occured, right shift will show difference*/
  /packages/apps/Email/res/xml/
authenticator_alternate.xml 23 <!-- The only difference from authenticator.xml is android:label. -->
  /packages/apps/Mms/src/org/w3c/dom/smil/
SMILLayoutElement.java 12 * Difference to the original copy of this file:
SMILRegionElement.java 12 * Difference to the original copy of this file:
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cm4000_cs.h 26 * On 32bit this will make no difference. With 64bit kernels, it will make
jbd.h 203 int difference = (x - y); local
204 return (difference > 0);
209 int difference = (x - y); local
210 return (difference >= 0);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cm4000_cs.h 26 * On 32bit this will make no difference. With 64bit kernels, it will make
jbd.h 203 int difference = (x - y); local
204 return (difference > 0);
209 int difference = (x - y); local
210 return (difference >= 0);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cm4000_cs.h 26 * On 32bit this will make no difference. With 64bit kernels, it will make
jbd.h 203 int difference = (x - y); local
204 return (difference > 0);
209 int difference = (x - y); local
210 return (difference >= 0);
  /external/chromium_org/courgette/
ensemble_create.cc 122 // This is a quick hack to avoid the problem by prohibiting a big difference in
177 // more nuanced, returning early if the measured difference is greater than
196 size_t difference = difference_estimator.Measure(old_base, new_subject); local
200 << " --> " << difference
203 if (difference == 0) {
210 if (difference < best_difference) {
211 best_difference = difference;
  /external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
NavCalculator.java 204 * Computes the difference in meridional parts for two latitudes in minutes
208 * @return difference in minutes
234 * Computes the difference in meridional parts for a perfect sphere between
238 * @return difference in meridional parts between lat1 and lat2 in minutes
370 * Computes the difference in Longitude between two positions and assigns the
374 * @return difference in longitude
411 * Computes the difference in Longitude between two positions and assigns the
415 * @return difference in longitude
444 * Compute the difference in latitude between two positions
447 * @return difference in latitud
    [all...]
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
math_agree.rs 65 rsDebug("ULP difference", dist);
81 rsDebug("ULP difference .x", dist.x);
82 rsDebug("ULP difference .y", dist.y);
103 rsDebug("ULP difference .x", dist.x);
104 rsDebug("ULP difference .y", dist.y);
105 rsDebug("ULP difference .z", dist.z);
131 rsDebug("ULP difference .x", dist.x);
132 rsDebug("ULP difference .y", dist.y);
133 rsDebug("ULP difference .z", dist.z);
134 rsDebug("ULP difference .w", dist.w)
    [all...]

Completed in 1599 milliseconds

<<11121314151617181920>>