Home
last modified time | relevance | path

Searched refs:exponent_mask (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/sort/example/
Ddouble.cpp49 CAST_TYPE exponent_mask = 0x7ff00000; in main() local
50 exponent_mask <<= 32; in main()
62 if (!(float_mem_cast<DATA_TYPE, CAST_TYPE>(array[v]) & exponent_mask)) { in main()
/third_party/glslang/SPIRV/
Dhex_float.h308 static const uint_type exponent_mask =
320 (exponent_mask >> num_fraction_bits) - exponent_bias;
336 return static_cast<uint_type>((getBits() & exponent_mask) >>
428 exponent_mask);
597 (getBits() & exponent_mask) == exponent_mask && significand != 0;
601 (significand == 0 && (getBits() & exponent_mask) == exponent_mask));
607 (negate ? other_T::sign_mask : 0) | other_T::exponent_mask)));
622 (negate ? other_T::sign_mask : 0) | other_T::exponent_mask |
683 (bits & HF::exponent_mask) >> HF::num_fraction_bits);
1039 HF::exponent_mask);
/third_party/flutter/skia/third_party/externals/spirv-tools/source/util/
Dhex_float.h296 static const uint_type exponent_mask =
308 (exponent_mask >> num_fraction_bits) - exponent_bias;
324 return static_cast<uint_type>((getBits() & exponent_mask) >>
416 exponent_mask);
595 (getBits() & exponent_mask) == exponent_mask && significand != 0;
599 (significand == 0 && (getBits() & exponent_mask) == exponent_mask));
605 (negate ? other_T::sign_mask : 0) | other_T::exponent_mask)));
620 (negate ? other_T::sign_mask : 0) | other_T::exponent_mask |
681 (bits & HF::exponent_mask) >> HF::num_fraction_bits);
1037 HF::exponent_mask);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
Dhex_float.h341 static const uint_type exponent_mask =
353 (exponent_mask >> num_fraction_bits) - exponent_bias;
368 return static_cast<uint_type>((getBits() & exponent_mask) >>
460 exponent_mask);
667 (getBits() & exponent_mask) == exponent_mask && significand != 0;
671 (significand == 0 && (getBits() & exponent_mask) == exponent_mask));
677 (negate ? other_T::sign_mask : 0) | other_T::exponent_mask)));
692 (negate ? other_T::sign_mask : 0) | other_T::exponent_mask |
753 (bits & HF::exponent_mask) >> HF::num_fraction_bits);
1123 HF::exponent_mask);
/third_party/spirv-tools/source/util/
Dhex_float.h341 static const uint_type exponent_mask =
353 (exponent_mask >> num_fraction_bits) - exponent_bias;
368 return static_cast<uint_type>((getBits() & exponent_mask) >>
460 exponent_mask);
667 (getBits() & exponent_mask) == exponent_mask && significand != 0;
671 (significand == 0 && (getBits() & exponent_mask) == exponent_mask));
677 (negate ? other_T::sign_mask : 0) | other_T::exponent_mask)));
692 (negate ? other_T::sign_mask : 0) | other_T::exponent_mask |
753 (bits & HF::exponent_mask) >> HF::num_fraction_bits);
1109 HF::exponent_mask);
/third_party/skia/third_party/externals/spirv-tools/source/util/
Dhex_float.h341 static const uint_type exponent_mask =
353 (exponent_mask >> num_fraction_bits) - exponent_bias;
368 return static_cast<uint_type>((getBits() & exponent_mask) >>
460 exponent_mask);
667 (getBits() & exponent_mask) == exponent_mask && significand != 0;
671 (significand == 0 && (getBits() & exponent_mask) == exponent_mask));
677 (negate ? other_T::sign_mask : 0) | other_T::exponent_mask)));
692 (negate ? other_T::sign_mask : 0) | other_T::exponent_mask |
753 (bits & HF::exponent_mask) >> HF::num_fraction_bits);
1123 HF::exponent_mask);