Home
last modified time | relevance | path

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

/external/llvm-project/flang/runtime/
Dio-api.h245 bool IONAME(InputReal64)(Cookie, double &);
Dio-api.cpp967 bool IONAME(InputReal64)(Cookie cookie, double &x) { in IONAME() argument
/external/llvm-project/flang/unittests/Runtime/
Dhello.cpp179 IONAME(InputReal64)(cookie, u.x); in realInTest()
/external/llvm-project/flang/lib/Lower/
DIO.cpp59 mkIOKey(InputReal32), mkIOKey(OutputReal64), mkIOKey(InputReal64),
276 : getIORuntimeFunc<mkIOKey(InputReal64)>(loc, builder); in getInputFunc()
280 : getIORuntimeFunc<mkIOKey(InputReal64)>(loc, builder); in getInputFunc()