Lines Matching defs:IODEF
24 Cookie IODEF(BeginExternalListOutput)(
30 enum Iostat IODEF(EndIoStatement)(Cookie cookie) {
46 bool IODEF(OutputInteger8)(Cookie cookie, std::int8_t n) {
50 bool IODEF(OutputInteger16)(Cookie cookie, std::int16_t n) {
54 bool IODEF(OutputInteger32)(Cookie cookie, std::int32_t n) {
58 bool IODEF(OutputInteger64)(Cookie cookie, std::int64_t n) {
63 bool IODEF(OutputInteger128)(Cookie cookie, common::int128_t n) {
80 bool IODEF(OutputReal32)(Cookie cookie, float x) {
84 bool IODEF(OutputReal64)(Cookie cookie, double x) {
111 bool IODEF(OutputComplex32)(Cookie cookie, float re, float im) {
115 bool IODEF(OutputComplex64)(Cookie cookie, double re, double im) {
119 bool IODEF(OutputAscii)(Cookie cookie, const char *x, std::size_t length) {
134 bool IODEF(OutputLogical)(Cookie cookie, bool truth) {