Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/X86/
H A Dbfloat-abi.c100 struct bfloat2float { struct
106 struct bfloat2float h2f(__bf16 a, __bf16 b, float c) { in h2f() argument
108 struct bfloat2float x; in h2f()
H A Dbfloat-half-abi.c100 struct bfloat2float { struct
106 struct bfloat2float h2f(__bf16 a, __bf16 b, float c) { in h2f() argument
108 struct bfloat2float x; in h2f()
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DFloat16bits.cpp128 float bfloat2float(uint16_t bfloatBits) { in bfloat2float() function
146 os << bfloat2float(d.bits); in operator <<()