Home
last modified time | relevance | path

Searched refs:half2float (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/X86/
H A Davx512fp16-abi.c101 struct half2float { struct
107 struct half2float h2f(_Float16 a, _Float16 b, float c) { in h2f() argument
109 struct half2float x; in h2f()
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DFloat16bits.cpp82 float half2float(uint16_t halfValue) { in half2float() function
141 os << half2float(f.bits); in operator <<()
/llvm-project-15.0.7/lldb/source/Core/
H A DDumpDataExtractor.cpp53 static float half2float(uint16_t half) { in half2float() function
691 f = half2float(half); in DumpDataExtractor()