HomeSort by: relevance | last modified time | path
    Searched defs:significand (Results 1 - 7 of 7) sorted by relevancy

  /src/lib/libm/arch/i387/
s_significand.S 12 ENTRY(significand) function
  /src/lib/libm/src/
s_significand.c 19 * significand(x) computes just
28 significand(double x) function
  /src/external/gpl3/gcc/dist/libgcc/config/arm/
fp16.c 33 /* Significand precision in explicitly stored bits. */
34 unsigned long long significand; member in struct:format
43 23 /* significand. */
52 52 /* significand. */
67 unsigned long long point = 1ULL << fmt->significand;
78 aexp = (a >> fmt->significand) & mask;
88 return sign | 0x7e00 | (mantissa >> (fmt->significand - 10));
98 /* Decimal point is immediately after the significand. */
161 return sign | (((aexp + 14) << 10) + (mantissa >> (fmt->significand - 10)));
  /src/external/gpl3/gcc.old/dist/libgcc/config/arm/
fp16.c 33 /* Significand precision in explicitly stored bits. */
34 unsigned long long significand; member in struct:format
43 23 /* significand. */
52 52 /* significand. */
67 unsigned long long point = 1ULL << fmt->significand;
78 aexp = (a >> fmt->significand) & mask;
88 return sign | 0x7e00 | (mantissa >> (fmt->significand - 10));
98 /* Decimal point is immediately after the significand. */
161 return sign | (((aexp + 14) << 10) + (mantissa >> (fmt->significand - 10)));
  /src/sys/compat/linux/arch/i386/
linux_machdep.h 104 unsigned short significand[4]; member in struct:linux_libc_fpreg
  /src/sys/compat/linux32/arch/amd64/
linux32_signal.h 128 unsigned short significand[4]; member in struct:linux32_libc_fpreg
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APFloat.h 107 /// signed exponent, and the significand as an array of integer parts. After
110 /// significand is set as an explicit integer bit. For denormals the most
113 /// significant bit of the significand set. The sign of zeroes and infinities
114 /// is significant; the exponent and significand of such numbers is not stored,
117 /// significand are deterministic, although not really meaningful, and preserved
122 /// by encoding Signaling NaNs with the first bit of its trailing significand as
489 /// \name Significand operations.
505 /// Return true if the significand excluding the integral bit is all ones.
507 /// Return true if the significand excluding the integral bit is all zeros.
574 /// The significand must be at least one bit wider than the target precision
578 } significand; member in class:llvm::detail::final
    [all...]

Completed in 23 milliseconds