Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGen/X86/
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()
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()
/llvm-project/clang/test/CodeGen/RISCV/
H A Dbfloat-abi.c375 struct bfloat2float { struct
425 struct bfloat2float h2f(__bf16 a, __bf16 b, float c) { in h2f()
426 struct bfloat2float x; in h2f()
376 abfloat2float global() argument
377 bbfloat2float global() argument
378 cbfloat2float global() argument
/llvm-project/mlir/lib/ExecutionEngine/
H A DFloat16bits.cpp131 float bfloat2float(uint16_t bfloatBits) { in bfloat2float() function
149 os << bfloat2float(d.bits); in operator <<()