Home
last modified time | relevance | path

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

/external/llvm-project/flang/runtime/
Dio-api.h242 bool IONAME(OutputReal32)(Cookie, float);
Dio-api.cpp943 bool IONAME(OutputReal32)(Cookie cookie, float x) { in IONAME() argument
/external/llvm-project/flang/lib/Lower/
DIO.cpp58 mkIOKey(OutputInteger64), mkIOKey(InputInteger), mkIOKey(OutputReal32),
203 ? getIORuntimeFunc<mkIOKey(OutputReal32)>(loc, builder) in getOutputFunc()