/prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/machine/ |
ieee.h | 63 * float 1.0 x 2 . Thus, to represent 2 , we need one leading zero 112 * Floats whose exponent is zero are either zero (iff all fraction 113 * bits are zero) or subnormal values.
|
/system/core/adb/ |
adb_client.h | 39 * is zero, or more than one emulator connected (or if you use -s <serial>
|
/system/core/include/cutils/ |
misc.h | 26 * sz is non-zero, return the size of the file via sz.
|
/external/apache-http/src/org/apache/http/params/ |
HttpConnectionParams.java | 57 * timeout for waiting for data. A timeout value of zero is interpreted as an infinite 72 * timeout for waiting for data. A timeout value of zero is interpreted as an infinite 147 * from a close() of a TCP Socket. Enabling this option with a non-zero Integer 163 * Returns the timeout until a connection is etablished. A value of zero 164 * means the timeout is not used. The default value is zero. 177 * Sets the timeout until a connection is etablished. A value of zero 178 * means the timeout is not used. The default value is zero.
|
/external/bison/lib/ |
bbitset.h | 93 that the bitset is known to be zero, that a bit has been set 124 void (*zero) (bitset); member in struct:bitset_vtable 192 /* Return non-zero if bit BITNO in bitset SRC is set. */ 207 #define BITSET_ZERO_(DST) (DST)->b.vtable->zero (DST) 245 /* DST = (SRC1 & SRC2) | SRC3. Return non-zero if 252 /* DST = (SRC1 & ~SRC2) | SRC3. Return non-zero if 259 /* DST = (SRC1 | SRC2) & SRC3. Return non-zero if
|
getopt_.h | 120 On entry to `getopt', zero means this is the first call; initialize. 130 /* Callers store zero here to inhibit the error message `getopt' prints 143 zero. 156 option's `flag' field to zero and its `val' field to a nonzero 158 one). For long options that have a zero `flag' field, `getopt'
|
/external/grub/stage2/ |
start.S | 85 /* if zero, go to the start function */ 92 /* jump to chs_mode if zero */ 136 /* zero %eax */ 167 /* zero %edx */ 176 xorl %edx, %edx /* zero %edx */ 283 xorw %di, %di /* zero offset of destination addresses */ 284 xorw %si, %si /* zero offset of source addresses */
|
bios.c | 109 CYLINDER_OFFSET are counted from zero. */ 184 non-zero, otherwise zero. */ 266 correctly but returns zero. So if it is zero, compute
|
/frameworks/base/libs/utils/ |
Debug.cpp | 119 bool zero = true; local 122 if (!zero) valid = false; 124 zero = false; 130 if (zero) valid = false; 134 bool zero = true; local 137 if (!zero) valid = false; 139 zero = false;
|
/libcore/luni/src/main/java/java/lang/ |
StringToReal.java | 34 boolean zero; field in class:StringToReal.StringExponentPair 46 * integer value (or zero). The exponent will be used to calculate the 55 * integer value (or zero). The exponent will be used to calculate the 127 result.zero = true; 197 result.zero = true; 264 if (info.infinity || info.zero) { 305 if (info.infinity || info.zero) {
|
/bionic/libm/src/ |
e_jn.c | 24 * y0(0)=y1(0)=yn(n,0) = -inf with division by zero signal; 52 static const double zero = 0.00000000000000000000e+00; variable 78 b = zero; 117 b = zero; 167 for(t=zero, i = 2*(n+k); i>=m; i -= 2) t = one/(i/x-t); 176 * likely underflow to zero 221 if((ix|lx)==0) return -one/zero; 222 if(hx<0) return zero/zero; 230 if(ix==0x7ff00000) return zero; [all...] |
e_log.c | 84 static const double zero = 0.0; variable 98 return -two54/zero; /* log(+-0)=-inf */ 99 if (hx<0) return (x-x)/zero; /* log(-#) = NaN */ 111 if(f==zero) if(k==0) return zero; else {dk=(double)k;
|
s_log1p.c | 97 static const double zero = 0.0; variable 111 if(x==-1.0) return -two54/zero; /* log1p(-1)=+inf */ 115 if(two54+x>zero /* raise inexact */ 157 if(f==zero) if(k==0) return zero;
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
shortest-path.h | 82 Weight f_distance = Weight::Zero(); 96 distance->push_back(Weight::Zero()); 99 arc_parent.push_back(Arc(kNoLabel, kNoLabel, Weight::Zero(), kNoStateId)); 103 arc_parent.push_back(Arc(kNoLabel, kNoLabel, Weight::Zero(), kNoStateId)); 117 distance->push_back(Weight::Zero()); 120 arc_parent.push_back(Arc(kNoLabel, kNoLabel, Weight::Zero(), 137 if (ifst.Final(s) != Weight::Zero()) { 265 distance->push_back(Weight::Zero()); 289 pairs.push_back(Pair(kNoStateId, Weight::Zero())); 322 if (finalw != Weight::Zero()) { [all...] |
equivalent.h | 77 false : (fa.Final(UnMapState(s)) != Weight::Zero()); 194 if (arc.weight != Weight::Zero()) { // Zero-weight arcs 206 if (arc.weight != Weight::Zero()) { // Zero-weight arcs
|
/development/host/windows/usb/winusb/ |
adb_winusb_interface.h | 53 If refcount drops to zero as the result of this release, the object is
55 after this method returns even if returned value is not zero. We override
118 @param[in] endpoint_index Zero-based endpoint index. There are two
131 @param[in] endpoint_index Zero-based endpoint index. There are two
157 @param[in] endpoint_index Zero-based endpoint index.
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/ |
AttList.java | 100 * @param index The attribute index (zero-based). 116 * @param index The attribute index (zero-based). 130 * @param i The attribute index (zero-based). 143 * @param i The attribute index (zero-based) 156 * @param i The attribute index (zero-based)
|
/external/chromium/chrome/browser/sync/engine/ |
syncer_thread2_unittest.cc | 87 TimeDelta zero() { return TimeDelta::FromSeconds(0); } function in class:browser_sync::SyncerThread2Test 113 syncer_thread()->ScheduleNudge(zero(), NUDGE_SOURCE_LOCAL, nudge_types, 213 syncer_thread()->ScheduleNudge(zero(), NUDGE_SOURCE_LOCAL, model_types, 230 syncer_thread()->ScheduleNudge(zero(), NUDGE_SOURCE_LOCAL, model_types, 361 syncer_thread()->ScheduleNudge(zero(), NUDGE_SOURCE_LOCAL, model_types, 400 syncer_thread()->ScheduleNudge(zero(), NUDGE_SOURCE_LOCAL, types2, 415 syncer_thread()->ScheduleNudge(zero(), NUDGE_SOURCE_NOTIFICATION, types3, 437 syncer_thread()->ScheduleNudgeWithPayloads(zero(), NUDGE_SOURCE_LOCAL, 453 syncer_thread()->ScheduleNudgeWithPayloads(zero(), NUDGE_SOURCE_LOCAL, 480 syncer_thread()->ScheduleNudgeWithPayloads(zero(), NUDGE_SOURCE_LOCAL [all...] |
/external/fdlibm/ |
e_log.c | 83 static double zero = 0.0; variable 102 return -two54/zero; /* ieee_log(+-0)=-inf */ 103 if (hx<0) return (x-x)/zero; /* ieee_log(-#) = NaN */ 115 if(f==zero) if(k==0) return zero; else {dk=(double)k;
|
s_log1p.c | 97 static double zero = 0.0; variable 115 if(x==-1.0) return -two54/zero; /* ieee_log1p(-1)=+inf */ 119 if(two54+x>zero /* raise inexact */ 154 if(f==zero) if(k==0) return zero;
|
/external/kernel-headers/original/asm-x86/ |
atomic_32.h | 75 * true if the result is zero, or false for all 139 * and returns true if the result is zero, or false for all 160 * result is greater than or equal to zero. 228 * Returns non-zero if @v was not @u, and zero otherwise.
|
/external/openssl/crypto/bn/ |
bn_word.c | 99 /* actually this an error (division by zero) */ 134 /* degenerate case: w is zero */ 136 /* degenerate case: a is zero */ 178 /* degenerate case: w is zero */ 180 /* degenerate case: a is zero */
|
/external/pcre/doc/ |
pcrecallout.3 | 17 a number less than 256 after the letter C. The default value is zero. 149 is zero. When the callout precedes an opening parenthesis, the length is that 160 The external callout function returns an integer to PCRE. If the value is zero, 161 matching proceeds as normal. If the value is greater than zero, matching fails 164 zero, the match is abandoned, and \fBpcre_exec()\fP or \fBpcre_dfa_exec()\fP
|
/external/replicaisland/src/com/replica/replicaisland/ |
CameraSystem.java | 57 mCurrentCameraPosition.zero(); 60 mFocalPosition.zero(); 62 mPreInterpolateCameraPosition.zero(); 63 mTargetPosition.zero(); 150 mBias.zero();
|
/external/webkit/Source/WebCore/platform/audio/ |
Biquad.cpp | 260 void Biquad::setZeroPolePairs(const Complex &zero, const Complex &pole) 263 m_a1 = -2.0 * zero.real(); 265 double zeroMag = abs(zero); 276 Complex zero = Complex(1.0, 0.0) / pole; 277 setZeroPolePairs(zero, pole);
|