Home
last modified time | relevance | path

Searched defs:d2f (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/CodeGen/
H A Darm-float-helpers.c174 float d2f(double a) { return (float)a; } in d2f() function
/llvm-project/lldb/unittests/Instruction/RISCV/
H A DTestRISCVEmulator.cpp686 auto d2f = this->Decode(0x4010F0D3); in TEST_F() local