HomeSort by: relevance | last modified time | path
    Searched refs:Significand (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUInstCombineIntrinsic.cpp 239 APFloat Significand =
244 II, ConstantFP::get(II.getContext(), Significand));
  /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...]
  /src/external/apache2/llvm/dist/llvm/lib/Support/
APFloat.cpp 48 /* Assumed in hexadecimal significand parsing, and conversion to
63 /* Number of bits in the significand. This includes the integer
362 return createError("Significand has no digits");
376 structure D. Exponent is appropriate if the significand is
377 treated as an integer, and normalizedExponent if the significand
418 return createError("Invalid character in significand");
420 return createError("Significand has no digits");
422 return createError("Significand has no digits");
733 significand.parts = new integerPart[count];
738 delete [] significand.parts
    [all...]

Completed in 20 milliseconds