/external/fdlibm/ |
e_atanh.c | 41 static double zero = 0.0; variable 59 return x/zero; 60 if(ix<0x3e300000&&(huge+x)>zero) return x; /* x<2**-28 */
|
e_remainder.c | 26 static const double zero = 0.0; variable 28 static double zero = 0.0; variable 60 if (((hx-hp)|(lx-lp))==0) return zero*x;
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/ |
DHGexParameters.java | 43 * be set to zero. 96 * @return the maximum group length, may be <code>zero</code> if 107 * @return minimum group length, may be <code>zero</code> if
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
CollectionCreationTester.java | 20 import static com.google.common.collect.testing.features.CollectionSize.ZERO; 39 @CollectionSize.Require(absent = ZERO) 47 @CollectionSize.Require(absent = ZERO)
|
ListAddAllTester.java | 20 import static com.google.common.collect.testing.features.CollectionSize.ZERO; 38 @CollectionSize.Require(absent = ZERO) 46 @CollectionSize.Require(absent = ZERO)
|
SetAddAllTester.java | 20 import static com.google.common.collect.testing.features.CollectionSize.ZERO; 38 @CollectionSize.Require(absent = ZERO) 55 @CollectionSize.Require(absent = ZERO)
|
SetAddTester.java | 21 import static com.google.common.collect.testing.features.CollectionSize.ZERO; 39 @CollectionSize.Require(absent = ZERO) 46 @CollectionSize.Require(absent = ZERO)
|
/external/jmonkeyengine/engine/src/core/com/jme3/effect/influencers/ |
DefaultParticleInfluencer.java | 15 * The direction may vary a little if the velocity variation is non zero. 51 oc.write(startVelocity, "startVelocity", Vector3f.ZERO); 58 startVelocity = (Vector3f) ic.readSavable("startVelocity", Vector3f.ZERO.clone());
|
/external/llvm/test/MC/Mips/ |
mips-expansions.s | 8 # CHECK: ori $5, $zero, 123 # encoding: [0x7b,0x00,0x05,0x34] 9 # CHECK: addiu $6, $zero, -2345 # encoding: [0xd7,0xf6,0x06,0x24] 12 # CHECK: addiu $4, $zero, 20 # encoding: [0x14,0x00,0x04,0x24]
|
/external/openssh/ |
xmalloc.c | 33 fatal("xmalloc: zero size"); 46 fatal("xcalloc: zero size"); 63 fatal("xrealloc: zero size");
|
/external/oprofile/daemon/liblegacy/ |
opd_image.h | 47 /** non zero if this image must be profiled */ 70 * Decrement reference count of image, if reference count is zero flush and 84 * hash list. Note than at creation reference count is zero, it's caller
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
shortest-distance.h | 115 distance_->push_back(Weight::Zero()); 116 rdistance_.push_back(Weight::Zero()); 134 distance_->push_back(Weight::Zero()); 135 rdistance_.push_back(Weight::Zero()); 140 rdistance_[s] = Weight::Zero(); 145 if (!arc_filter_(arc) || arc.weight == Weight::Zero()) 148 distance_->push_back(Weight::Zero()); 149 rdistance_.push_back(Weight::Zero()); 156 (*distance_)[arc.nextstate] = Weight::Zero(); 157 rdistance_[arc.nextstate] = Weight::Zero(); [all...] |
/external/valgrind/main/helgrind/tests/ |
bar_bad.c | 36 /* initialise a barrier with a zero count */ 37 fprintf(stderr, "\ninitialise a barrier with zero count\n"); 74 some reason. Zero-fill seems to work ok on amd64-linux (glibc
|
/external/valgrind/main/none/tests/ |
mmap_fcntl_bug.c | 36 err(1, "zero offset from initial differs from 123 (TEST FAILED)"); 51 errx(1, "zero offset from initial after mmap differs from 123 (TEST FAILED)"); 73 fprintf(stderr, "Child exited with zero (TEST PASSED).\n");
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
omxVCM4P10_DecodeCoeffsToPairCAVLC.c | 40 * [in] sMaxNumCoeff Maximum number of non-zero coefficients in current 42 * [in] sVLCSelect VLC table selector, obtained from number of non-zero 45 * table 9-5, except its value can??t be less than zero.
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
omxVCM4P10_DecodeCoeffsToPairCAVLC.c | 40 * [in] sMaxNumCoeff Maximum number of non-zero coefficients in current 42 * [in] sVLCSelect VLC table selector, obtained from number of non-zero 45 * table 9-5, except its value can??t be less than zero.
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
DHPrivateKeySpecTest.java | 42 BigInteger[] xs = {new BigInteger("-1000000000000"), BigInteger.ZERO, 44 BigInteger[] ps = {new BigInteger("-1000000000000"), BigInteger.ZERO, 46 BigInteger[] gs = {new BigInteger("-1000000000000"), BigInteger.ZERO,
|
DHPublicKeySpecTest.java | 42 BigInteger[] ys = {new BigInteger("-1000000000000"), BigInteger.ZERO, 44 BigInteger[] ps = {new BigInteger("-1000000000000"), BigInteger.ZERO, 46 BigInteger[] gs = {new BigInteger("-1000000000000"), BigInteger.ZERO,
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_utilities_random.h | 34 Random Number generator. Initialize with non-zero 35 integer value r. A double between zero and one is 51 Random Number generator. Initialize with non-zero
|
/packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/ |
db_utilities_random.h | 34 Random Number generator. Initialize with non-zero 35 integer value r. A double between zero and one is 51 Random Number generator. Initialize with non-zero
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_utilities_random.h | 34 Random Number generator. Initialize with non-zero 35 integer value r. A double between zero and one is 51 Random Number generator. Initialize with non-zero
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/ |
ainstr_fm.h | 55 unsigned int share_id[4]; /* share id - zero = no sharing */ 75 * * = zero or more 103 __u32 share_id[4]; /* share id - zero = no sharing */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/ |
ainstr_fm.h | 55 unsigned int share_id[4]; /* share id - zero = no sharing */ 75 * * = zero or more 103 __u32 share_id[4]; /* share id - zero = no sharing */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
ainstr_fm.h | 58 unsigned int share_id[4]; /* share id - zero = no sharing */ 78 * * = zero or more 106 __u32 share_id[4]; /* share id - zero = no sharing */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/ |
ainstr_fm.h | 55 unsigned int share_id[4]; /* share id - zero = no sharing */ 75 * * = zero or more 103 __u32 share_id[4]; /* share id - zero = no sharing */
|