Searched refs:hex_float (Results 1 – 14 of 14) sorted by relevance
/external/deqp-deps/amber/src/ |
D | float16_helper.cc | 40 uint16_t FloatSign(const uint32_t hex_float) { in FloatSign() argument 41 return static_cast<uint16_t>(hex_float >> 31U); in FloatSign() 45 uint16_t FloatExponent(const uint32_t hex_float) { in FloatExponent() argument 46 uint32_t exponent_bits = ((hex_float >> 23U) & ((1U << 8U) - 1U)); in FloatExponent() 58 uint32_t FloatMantissa(const uint32_t hex_float) { in FloatMantissa() argument 59 return static_cast<uint32_t>(hex_float & ((1U << 23U) - 1U)); in FloatMantissa() 78 float* hex_float = reinterpret_cast<float*>(&hex); in HexFloat16ToFloat() local 79 return *hex_float; in HexFloat16ToFloat() 92 float* hex_float = reinterpret_cast<float*>(&hex); in HexFloat11ToFloat() local 93 return *hex_float; in HexFloat11ToFloat() [all …]
|
/external/llvm-project/clang/test/Lexer/ |
D | cxx-features.cpp | 77 #if check(hex_float, 0, 0, 0, 201603, 201603)
|
/external/deqp-deps/glslang/SPIRV/ |
D | CMakeLists.txt | 56 hex_float.h
|
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/ |
D | CMakeLists.txt | 56 hex_float.h
|
/external/deqp-deps/glslang/ |
D | BUILD.bazel | 177 "SPIRV/hex_float.h",
|
D | BUILD.gn | 121 "SPIRV/hex_float.h",
|
/external/angle/third_party/vulkan-deps/glslang/src/ |
D | BUILD.bazel | 179 "SPIRV/hex_float.h",
|
D | BUILD.gn | 121 "SPIRV/hex_float.h",
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | CMakeLists.txt | 220 ${CMAKE_CURRENT_SOURCE_DIR}/util/hex_float.h
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | CMakeLists.txt | 220 ${CMAKE_CURRENT_SOURCE_DIR}/util/hex_float.h
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/ |
D | CMakeLists.txt | 228 ${CMAKE_CURRENT_SOURCE_DIR}/util/hex_float.h
|
/external/deqp-deps/SPIRV-Tools/ |
D | BUILD.gn | 406 "source/util/hex_float.h",
|
/external/swiftshader/third_party/SPIRV-Tools/ |
D | BUILD.gn | 406 "source/util/hex_float.h",
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/ |
D | BUILD.gn | 470 "source/util/hex_float.h",
|