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

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/lib/
libm.so 
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/lib/
libm.so 
  /development/ndk/platforms/android-3/arch-arm/symbols/
libm.so.functions.txt 205 significand
  /development/ndk/platforms/android-9/arch-mips/symbols/
libm.so.functions.txt 157 significand
  /development/ndk/platforms/android-9/arch-x86/symbols/
libm.so.functions.txt 170 significand
  /external/chromium_org/sandbox/linux/services/
android_i386_ucontext.h 18 unsigned short significand[4]; member in struct:_libc_fpreg
  /external/chromium_org/third_party/angle_dx11/tests/preprocessor_tests/
number_test.cpp 107 str.push_back(std::tr1::get<0>(GetParam())); // significand [0-9].
135 char significand = std::tr1::get<0>(GetParam()); local
136 if (significand != '\0')
137 str.push_back(significand);
  /external/clang/test/Lexer/
hexfloat.cpp 4 double e = 0x.p0; //expected-error{{hexadecimal floating constants require a significand}}
  /external/compiler-rt/lib/
muldf3.c 68 // Or in the implicit significand bit. (If we fell through from the
74 // Get the significand of a*b. Before multiplying the significands, shift
85 // Normalize the significand, adjust exponent if needed.
102 // Otherwise, shift the significand of the result so that the round
mulsf3.c 68 // Or in the implicit significand bit. (If we fell through from the
74 // Get the significand of a*b. Before multiplying the significands, shift
85 // Normalize the significand, adjust exponent if needed.
94 // need to shift the significand.
  /external/guava/guava/src/com/google/common/math/
DoubleUtils.java 51 // The mask for the significand, according to the {@link
132 long significand = Double.doubleToRawLongBits(x) & SIGNIFICAND_MASK; local
133 return Double.longBitsToDouble(significand | ONE_BITS);
171 * If signifRounded == 2^53, we'd need to set all of the significand bits to zero and add 1 to
  /external/v8/test/cctest/
test-double.cc 148 // 1.5 does not have a significand of the form 2^p (for some p).
157 // 1.0 does have a significand of the form 2^p (for some p).
168 // min-value does not have a significand of the form 2^p (for some p).
181 // Even though the significand is of the form 2^p (for some p), its boundaries
200 // max-value does not have a significand of the form 2^p (for some p).

Completed in 1004 milliseconds

1 23 4 5 6 7 8 91011>>