HomeSort by relevance Sort by last modified time
    Searched full:significand (Results 126 - 150 of 313) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
float.h 35 /* Number of base-FLT_RADIX digits in the significand, p. */
203 /* Number of base-FLT_RADIX digits in the significand, p. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
float.h 36 /* Number of base-FLT_RADIX digits in the significand, p. */
204 /* Number of base-FLT_RADIX digits in the significand, p. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/
float.h 35 /* Number of base-FLT_RADIX digits in the significand, p. */
203 /* Number of base-FLT_RADIX digits in the significand, p. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/
float.h 36 /* Number of base-FLT_RADIX digits in the significand, p. */
204 /* Number of base-FLT_RADIX digits in the significand, p. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
float.h 35 /* Number of base-FLT_RADIX digits in the significand, p. */
164 /* Number of base-FLT_RADIX digits in the significand, p. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/
float.h 35 /* Number of base-FLT_RADIX digits in the significand, p. */
203 /* Number of base-FLT_RADIX digits in the significand, p. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/
float.h 35 /* Number of base-FLT_RADIX digits in the significand, p. */
203 /* Number of base-FLT_RADIX digits in the significand, p. */
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/
float.h 35 /* Number of base-FLT_RADIX digits in the significand, p. */
203 /* Number of base-FLT_RADIX digits in the significand, p. */
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include/
float.h 36 /* Number of base-FLT_RADIX digits in the significand, p. */
204 /* Number of base-FLT_RADIX digits in the significand, p. */
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
float.h 35 /* Number of base-FLT_RADIX digits in the significand, p. */
203 /* Number of base-FLT_RADIX digits in the significand, p. */
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
float.h 36 /* Number of base-FLT_RADIX digits in the significand, p. */
204 /* Number of base-FLT_RADIX digits in the significand, p. */
  /external/chromium_org/third_party/sqlite/src/src/
util.c 266 /* sign * significand * (10 ^ (esign * exponent)) */
267 int sign = 1; /* sign of significand */
268 i64 s = 0; /* significand */
284 /* get sign of significand */
295 /* copy max significant digits to significand */
301 /* skip non-significant significand digits
309 /* copy digits from after decimal to significand
355 /* if 0 significand */
368 /* adjust the sign of significand */
371 /* if exponent, scale significand as appropriat
    [all...]
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-amd64-linux.c 181 //:: if ( !st->significand[0] &&
182 //:: !st->significand[1] &&
183 //:: !st->significand[2] &&
184 //:: !st->significand[3] ) {
191 //:: if ( st->significand[3] & 0x8000 ) {
sigframe-x86-linux.c 205 //:: if ( !st->significand[0] &&
206 //:: !st->significand[1] &&
207 //:: !st->significand[2] &&
208 //:: !st->significand[3] ) {
215 //:: if ( st->significand[3] & 0x8000 ) {
  /external/guava/guava/src/com/google/common/math/
DoubleMath.java 167 long significand = getSignificand(x); local
168 BigInteger result = BigInteger.valueOf(significand).shiftLeft(exponent - SIGNIFICAND_BITS);
  /bionic/tests/
math_test.cpp 939 TEST(math, significand) {
940 ASSERT_FLOAT_EQ(0.0, significand(0.0));
941 ASSERT_FLOAT_EQ(1.2, significand(1.2));
942 ASSERT_FLOAT_EQ(1.5375, significand(12.3));
  /external/clang/test/CodeGen/
builtins.c 144 // significand bit-patterns that are offset by three bits (because
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
haskell.php 80 'significand', 'scaleFloat', 'isNaN', 'isInfinite',
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
float.h 38 /* Number of base-FLT_RADIX digits in the significand, p. */
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
float.h 38 /* Number of base-FLT_RADIX digits in the significand, p. */
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_os2.h 540 ULONG losig; /* Low 32-bits of the significand. */
541 ULONG hisig; /* High 32-bits of the significand. */
  /external/chromium_org/v8/tools/
generate-ten-powers.scm 188 "// significand, a 16-bit signed binary exponent, and a 16-bit\n"
190 "// { significand, binary_exponent, decimal_exponent }.\n"
  /external/v8/tools/
generate-ten-powers.scm 188 "// significand, a 16-bit signed binary exponent, and a 16-bit\n"
190 "// { significand, binary_exponent, decimal_exponent }.\n"
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
real.h 123 /* The radix of the exponent and digits of the significand. */
126 /* Size of the significand in digits of radix B. */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
real.h 123 /* The radix of the exponent and digits of the significand. */
126 /* Size of the significand in digits of radix B. */

Completed in 1961 milliseconds

1 2 3 4 56 7 8 91011>>