Home
last modified time | relevance | path

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

/external/deqp-deps/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);
/external/angle/third_party/vulkan-deps/glslang/src/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);
/external/angle/third_party/vulkan-deps/spirv-tools/src/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);
/external/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);
1109 HF::exponent_mask);
/external/deqp-deps/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);
/external/tensorflow/tensorflow/lite/micro/
Dmicro_string.cc125 const uint32_t exponent_mask = 0x7f800000; in FastFloatToBufferLeft() local
132 ((u & exponent_mask) >> exponent_shift) - exponent_bias; in FastFloatToBufferLeft()
/external/vixl/src/
Dutils-vixl.cc171 uint16_t exponent_mask = exponent_max << 10; in Float16Classify() local
174 uint16_t exponent = (bits & exponent_mask) >> 10; in Float16Classify()
/external/fmtlib/include/fmt/
Dformat-inl.h1134 const uint64_t exponent_mask = (~0ULL >> 1) & ~significand_mask; in assign() local
1140 static_cast<int>((u & exponent_mask) >> float_significand_size); in assign()
2186 int exponent = static_cast<int>((br & exponent_mask<T>()) >>
Dformat.h1273 constexpr typename dragonbox::float_info<T>::carrier_uint exponent_mask() {
1961 uint mask = exponent_mask<floaty>();
/external/igt-gpu-tools/tests/
Dperf.c1205 uint32_t exponent_mask = (1 << (exponent + 1)) - 1; in read_2_oa_reports() local
1280 report[0], report[1], exponent_mask); in read_2_oa_reports()