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

  /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/Target/AMDGPU/
AMDGPUInstCombineIntrinsic.cpp 239 APFloat Significand =
244 II, ConstantFP::get(II.getContext(), Significand));

Completed in 28 milliseconds