Searched refs:significand (Results 1 - 25 of 75) sorted by relevance

123

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
H A Dsigcontext32.h11 unsigned short significand[4]; member in struct:_fpreg
16 unsigned short significand[4]; member in struct:_fpxreg
H A Dsigcontext.h57 unsigned short significand[4]; member in struct:_fpreg
62 unsigned short significand[4]; member in struct:_fpxreg
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
H A Dsigcontext32.h11 unsigned short significand[4]; member in struct:_fpreg
16 unsigned short significand[4]; member in struct:_fpxreg
H A Dsigcontext.h57 unsigned short significand[4]; member in struct:_fpreg
62 unsigned short significand[4]; member in struct:_fpxreg
/prebuilts/ndk/current/sources/third_party/shaderc/third_party/glslang/SPIRV/
H A Dhex_float.h295 // immediately to the left of the significand.
346 // Returns just the significand bits from the value.
372 uint_type significand = getSignificandBits(); local
374 significand = static_cast<uint_type>(significand << 1);
376 significand &= fraction_encode_mask;
377 return significand;
384 // Note this assumes EVERY significand is normalized, and has an implicit
388 // since subnormals do not have an implicit leading 1 in the significand.
389 // The significand i
395 setFromSignUnbiasedExponentAndNormalizedSignificand( bool negative, int_type exponent, uint_type significand, bool round_denorm_up) argument
440 incrementSignificand(uint_type significand, uint_type to_increment, bool* carry) argument
505 uint_type significand = getNormalizedSignificand(); local
579 uint_type significand = getSignificandBits(); local
[all...]
/prebuilts/ndk/current/sources/third_party/shaderc/third_party/spirv-tools/source/util/
H A Dhex_float.h283 // immediately to the left of the significand.
334 // Returns just the significand bits from the value.
360 uint_type significand = getSignificandBits(); local
362 significand = static_cast<uint_type>(significand << 1);
364 significand &= fraction_encode_mask;
365 return significand;
372 // Note this assumes EVERY significand is normalized, and has an implicit
376 // since subnormals do not have an implicit leading 1 in the significand.
377 // The significand i
383 setFromSignUnbiasedExponentAndNormalizedSignificand( bool negative, int_type exponent, uint_type significand, bool round_denorm_up) argument
428 incrementSignificand(uint_type significand, uint_type to_increment, bool* carry) argument
503 uint_type significand = getNormalizedSignificand(); local
577 uint_type significand = getSignificandBits(); local
[all...]
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
H A Dhex_float.h295 // immediately to the left of the significand.
346 // Returns just the significand bits from the value.
372 uint_type significand = getSignificandBits(); local
374 significand = static_cast<uint_type>(significand << 1);
376 significand &= fraction_encode_mask;
377 return significand;
384 // Note this assumes EVERY significand is normalized, and has an implicit
388 // since subnormals do not have an implicit leading 1 in the significand.
389 // The significand i
395 setFromSignUnbiasedExponentAndNormalizedSignificand( bool negative, int_type exponent, uint_type significand, bool round_denorm_up) argument
440 incrementSignificand(uint_type significand, uint_type to_increment, bool* carry) argument
505 uint_type significand = getNormalizedSignificand(); local
579 uint_type significand = getSignificandBits(); local
[all...]
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/util/
H A Dhex_float.h283 // immediately to the left of the significand.
334 // Returns just the significand bits from the value.
360 uint_type significand = getSignificandBits(); local
362 significand = static_cast<uint_type>(significand << 1);
364 significand &= fraction_encode_mask;
365 return significand;
372 // Note this assumes EVERY significand is normalized, and has an implicit
376 // since subnormals do not have an implicit leading 1 in the significand.
377 // The significand i
383 setFromSignUnbiasedExponentAndNormalizedSignificand( bool negative, int_type exponent, uint_type significand, bool round_denorm_up) argument
428 incrementSignificand(uint_type significand, uint_type to_increment, bool* carry) argument
503 uint_type significand = getNormalizedSignificand(); local
577 uint_type significand = getSignificandBits(); local
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
H A Dsigcontext.h30 unsigned short significand[4]; member in struct:_fpreg
36 unsigned short significand[4]; member in struct:_fpxreg
H A Dmathcalls.h213 __MATHCALL (significand,, (_Mdouble_ __x));
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
H A Ducontext.h87 unsigned short int significand[4]; member in struct:_libc_fpreg
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
H A Ducontext.h96 unsigned short int significand[4]; member in struct:_libc_fpxreg
204 unsigned short int significand[4]; member in struct:_libc_fpreg
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
H A Dmathcalls.h213 __MATHCALL (significand,, (_Mdouble_ __x));
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
H A DAPFloat.h106 /// signed exponent, and the significand as an array of integer parts. After
109 /// significand is set as an explicit integer bit. For denormals the most
112 /// significant bit of the significand set. The sign of zeroes and infinities
113 /// is significant; the exponent and significand of such numbers is not stored,
116 /// significand are deterministic, although not really meaningful, and preserved
121 /// by encoding Signaling NaNs with the first bit of its trailing significand as
477 /// Return true if the significand excluding the integral bit is all ones.
479 /// Return true if the significand excluding the integral bit is all zeros.
540 /// The significand must be at least one bit wider than the target precision.
544 } significand; member in class:llvm::detail::final
[all...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
H A DAPFloat.h106 /// signed exponent, and the significand as an array of integer parts. After
109 /// significand is set as an explicit integer bit. For denormals the most
112 /// significant bit of the significand set. The sign of zeroes and infinities
113 /// is significant; the exponent and significand of such numbers is not stored,
116 /// significand are deterministic, although not really meaningful, and preserved
121 /// by encoding Signaling NaNs with the first bit of its trailing significand as
483 /// Return true if the significand excluding the integral bit is all ones.
485 /// Return true if the significand excluding the integral bit is all zeros.
546 /// The significand must be at least one bit wider than the target precision.
550 } significand; member in class:llvm::detail::final
[all...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
H A DAPFloat.h106 /// signed exponent, and the significand as an array of integer parts. After
109 /// significand is set as an explicit integer bit. For denormals the most
112 /// significant bit of the significand set. The sign of zeroes and infinities
113 /// is significant; the exponent and significand of such numbers is not stored,
116 /// significand are deterministic, although not really meaningful, and preserved
121 /// by encoding Signaling NaNs with the first bit of its trailing significand as
483 /// Return true if the significand excluding the integral bit is all ones.
485 /// Return true if the significand excluding the integral bit is all zeros.
546 /// The significand must be at least one bit wider than the target precision.
550 } significand; member in class:llvm::detail::final
[all...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
H A DAPFloat.h106 /// signed exponent, and the significand as an array of integer parts. After
109 /// significand is set as an explicit integer bit. For denormals the most
112 /// significant bit of the significand set. The sign of zeroes and infinities
113 /// is significant; the exponent and significand of such numbers is not stored,
116 /// significand are deterministic, although not really meaningful, and preserved
121 /// by encoding Signaling NaNs with the first bit of its trailing significand as
483 /// Return true if the significand excluding the integral bit is all ones.
485 /// Return true if the significand excluding the integral bit is all zeros.
546 /// The significand must be at least one bit wider than the target precision.
550 } significand; member in class:llvm::detail::final
[all...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
H A DAPFloat.h106 /// signed exponent, and the significand as an array of integer parts. After
109 /// significand is set as an explicit integer bit. For denormals the most
112 /// significant bit of the significand set. The sign of zeroes and infinities
113 /// is significant; the exponent and significand of such numbers is not stored,
116 /// significand are deterministic, although not really meaningful, and preserved
121 /// by encoding Signaling NaNs with the first bit of its trailing significand as
483 /// Return true if the significand excluding the integral bit is all ones.
485 /// Return true if the significand excluding the integral bit is all zeros.
546 /// The significand must be at least one bit wider than the target precision.
550 } significand; member in class:llvm::detail::final
[all...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
H A DAPFloat.h106 /// signed exponent, and the significand as an array of integer parts. After
109 /// significand is set as an explicit integer bit. For denormals the most
112 /// significant bit of the significand set. The sign of zeroes and infinities
113 /// is significant; the exponent and significand of such numbers is not stored,
116 /// significand are deterministic, although not really meaningful, and preserved
121 /// by encoding Signaling NaNs with the first bit of its trailing significand as
483 /// Return true if the significand excluding the integral bit is all ones.
485 /// Return true if the significand excluding the integral bit is all zeros.
546 /// The significand must be at least one bit wider than the target precision.
550 } significand; member in class:llvm::detail::final
[all...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
H A DAPFloat.h106 /// signed exponent, and the significand as an array of integer parts. After
109 /// significand is set as an explicit integer bit. For denormals the most
112 /// significant bit of the significand set. The sign of zeroes and infinities
113 /// is significant; the exponent and significand of such numbers is not stored,
116 /// significand are deterministic, although not really meaningful, and preserved
121 /// by encoding Signaling NaNs with the first bit of its trailing significand as
483 /// Return true if the significand excluding the integral bit is all ones.
485 /// Return true if the significand excluding the integral bit is all zeros.
546 /// The significand must be at least one bit wider than the target precision.
550 } significand; member in class:llvm::detail::final
[all...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
H A DAPFloat.h106 /// signed exponent, and the significand as an array of integer parts. After
109 /// significand is set as an explicit integer bit. For denormals the most
112 /// significant bit of the significand set. The sign of zeroes and infinities
113 /// is significant; the exponent and significand of such numbers is not stored,
116 /// significand are deterministic, although not really meaningful, and preserved
121 /// by encoding Signaling NaNs with the first bit of its trailing significand as
477 /// Return true if the significand excluding the integral bit is all ones.
479 /// Return true if the significand excluding the integral bit is all zeros.
540 /// The significand must be at least one bit wider than the target precision.
544 } significand; member in class:llvm::detail::final
[all...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
H A DAPFloat.h106 /// signed exponent, and the significand as an array of integer parts. After
109 /// significand is set as an explicit integer bit. For denormals the most
112 /// significant bit of the significand set. The sign of zeroes and infinities
113 /// is significant; the exponent and significand of such numbers is not stored,
116 /// significand are deterministic, although not really meaningful, and preserved
121 /// by encoding Signaling NaNs with the first bit of its trailing significand as
483 /// Return true if the significand excluding the integral bit is all ones.
485 /// Return true if the significand excluding the integral bit is all zeros.
546 /// The significand must be at least one bit wider than the target precision.
550 } significand; member in class:llvm::detail::final
[all...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
H A DAPFloat.h106 /// signed exponent, and the significand as an array of integer parts. After
109 /// significand is set as an explicit integer bit. For denormals the most
112 /// significant bit of the significand set. The sign of zeroes and infinities
113 /// is significant; the exponent and significand of such numbers is not stored,
116 /// significand are deterministic, although not really meaningful, and preserved
121 /// by encoding Signaling NaNs with the first bit of its trailing significand as
483 /// Return true if the significand excluding the integral bit is all ones.
485 /// Return true if the significand excluding the integral bit is all zeros.
546 /// The significand must be at least one bit wider than the target precision.
550 } significand; member in class:llvm::detail::final
[all...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
H A DAPFloat.h106 /// signed exponent, and the significand as an array of integer parts. After
109 /// significand is set as an explicit integer bit. For denormals the most
112 /// significant bit of the significand set. The sign of zeroes and infinities
113 /// is significant; the exponent and significand of such numbers is not stored,
116 /// significand are deterministic, although not really meaningful, and preserved
121 /// by encoding Signaling NaNs with the first bit of its trailing significand as
483 /// Return true if the significand excluding the integral bit is all ones.
485 /// Return true if the significand excluding the integral bit is all zeros.
546 /// The significand must be at least one bit wider than the target precision.
550 } significand; member in class:llvm::detail::final
[all...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
H A DAPFloat.h106 /// signed exponent, and the significand as an array of integer parts. After
109 /// significand is set as an explicit integer bit. For denormals the most
112 /// significant bit of the significand set. The sign of zeroes and infinities
113 /// is significant; the exponent and significand of such numbers is not stored,
116 /// significand are deterministic, although not really meaningful, and preserved
121 /// by encoding Signaling NaNs with the first bit of its trailing significand as
483 /// Return true if the significand excluding the integral bit is all ones.
485 /// Return true if the significand excluding the integral bit is all zeros.
546 /// The significand must be at least one bit wider than the target precision.
550 } significand; member in class:llvm::detail::final
[all...]

Completed in 216 milliseconds

123