Searched refs:OutputComplex32 (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/flang/runtime/ |
D | io-api.h | 246 bool IONAME(OutputComplex32)(Cookie, float, float);
|
D | io-api.cpp | 975 bool IONAME(OutputComplex32)(Cookie cookie, float r, float i) { in IONAME() argument
|
/external/llvm-project/flang/unittests/Runtime/ |
D | hello.cpp | 105 if (!IONAME(OutputComplex32)(cookie, z[j], z[j + 1])) { in listInputTest()
|
/external/llvm-project/flang/lib/Lower/ |
D | IO.cpp | 60 mkIOKey(OutputComplex64), mkIOKey(OutputComplex32), mkIOKey(OutputAscii), 207 ? getIORuntimeFunc<mkIOKey(OutputComplex32)>(loc, builder) in getOutputFunc()
|