Home
last modified time | relevance | path

Searched refs:hex_float (Results 1 – 14 of 14) sorted by relevance

/external/deqp-deps/amber/src/
Dfloat16_helper.cc40 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/
Dcxx-features.cpp77 #if check(hex_float, 0, 0, 0, 201603, 201603)
/external/deqp-deps/glslang/SPIRV/
DCMakeLists.txt56 hex_float.h
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DCMakeLists.txt56 hex_float.h
/external/deqp-deps/glslang/
DBUILD.bazel177 "SPIRV/hex_float.h",
DBUILD.gn121 "SPIRV/hex_float.h",
/external/angle/third_party/vulkan-deps/glslang/src/
DBUILD.bazel179 "SPIRV/hex_float.h",
DBUILD.gn121 "SPIRV/hex_float.h",
/external/deqp-deps/SPIRV-Tools/source/
DCMakeLists.txt220 ${CMAKE_CURRENT_SOURCE_DIR}/util/hex_float.h
/external/swiftshader/third_party/SPIRV-Tools/source/
DCMakeLists.txt220 ${CMAKE_CURRENT_SOURCE_DIR}/util/hex_float.h
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/
DCMakeLists.txt228 ${CMAKE_CURRENT_SOURCE_DIR}/util/hex_float.h
/external/deqp-deps/SPIRV-Tools/
DBUILD.gn406 "source/util/hex_float.h",
/external/swiftshader/third_party/SPIRV-Tools/
DBUILD.gn406 "source/util/hex_float.h",
/external/angle/third_party/vulkan-deps/spirv-tools/src/
DBUILD.gn470 "source/util/hex_float.h",