File indexing completed on 2025-02-21 10:05:33
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017 { "B_2_B", FC_B_2_B, &d_u_bool, 1, {&d_u_bool,} },
0018 { "BOOL", FC_B_2_B, &d_u_bool, 1, {&d_u_bool,} },
0019 { "LOGICAL", FC_B_2_B, &d_u_bool, 1, {&d_u_bool,} },
0020 { "B_2_U", FC_B_2_U, &d_u_UInt32, 1, {&d_u_bool,} },
0021 { "UINT", FC_B_2_U, &d_u_UInt32, 1, {&d_u_bool,} },
0022 { "B_2_LU", FC_B_2_LU, &d_u_UInt64, 1, {&d_u_bool,} },
0023 { "ULONG", FC_B_2_LU, &d_u_UInt64, 1, {&d_u_bool,} },
0024 { "B_2_I", FC_B_2_I, &d_u_Int32, 1, {&d_u_bool,} },
0025 { "INT", FC_B_2_I, &d_u_Int32, 1, {&d_u_bool,} },
0026 { "B_2_LI", FC_B_2_LI, &d_u_Int64, 1, {&d_u_bool,} },
0027 { "LONG", FC_B_2_LI, &d_u_Int64, 1, {&d_u_bool,} },
0028 { "B_2_F", FC_B_2_F, &d_u_Float32, 1, {&d_u_bool,} },
0029 { "REAL", FC_B_2_F, &d_u_Float32, 1, {&d_u_bool,} },
0030 { "FLOAT", FC_B_2_F, &d_u_Float32, 1, {&d_u_bool,} },
0031 { "B_2_LF", FC_B_2_LF, &d_u_Float64, 1, {&d_u_bool,} },
0032 { "DOUBLE", FC_B_2_LF, &d_u_Float64, 1, {&d_u_bool,} },
0033 { "U_2_B", FC_U_2_B, &d_u_bool, 1, {&d_u_UInt32,} },
0034 { "BOOL", FC_U_2_B, &d_u_bool, 1, {&d_u_UInt32,} },
0035 { "LOGICAL", FC_U_2_B, &d_u_bool, 1, {&d_u_UInt32,} },
0036 { "U_2_U", FC_U_2_U, &d_u_UInt32, 1, {&d_u_UInt32,} },
0037 { "UINT", FC_U_2_U, &d_u_UInt32, 1, {&d_u_UInt32,} },
0038 { "U_2_LU", FC_U_2_LU, &d_u_UInt64, 1, {&d_u_UInt32,} },
0039 { "ULONG", FC_U_2_LU, &d_u_UInt64, 1, {&d_u_UInt32,} },
0040 { "U_2_I", FC_U_2_I, &d_u_Int32, 1, {&d_u_UInt32,} },
0041 { "INT", FC_U_2_I, &d_u_Int32, 1, {&d_u_UInt32,} },
0042 { "U_2_LI", FC_U_2_LI, &d_u_Int64, 1, {&d_u_UInt32,} },
0043 { "LONG", FC_U_2_LI, &d_u_Int64, 1, {&d_u_UInt32,} },
0044 { "U_2_F", FC_U_2_F, &d_u_Float32, 1, {&d_u_UInt32,} },
0045 { "REAL", FC_U_2_F, &d_u_Float32, 1, {&d_u_UInt32,} },
0046 { "FLOAT", FC_U_2_F, &d_u_Float32, 1, {&d_u_UInt32,} },
0047 { "U_2_LF", FC_U_2_LF, &d_u_Float64, 1, {&d_u_UInt32,} },
0048 { "DOUBLE", FC_U_2_LF, &d_u_Float64, 1, {&d_u_UInt32,} },
0049 { "LU_2_B", FC_LU_2_B, &d_u_bool, 1, {&d_u_UInt64,} },
0050 { "BOOL", FC_LU_2_B, &d_u_bool, 1, {&d_u_UInt64,} },
0051 { "LOGICAL", FC_LU_2_B, &d_u_bool, 1, {&d_u_UInt64,} },
0052 { "LU_2_U", FC_LU_2_U, &d_u_UInt32, 1, {&d_u_UInt64,} },
0053 { "UINT", FC_LU_2_U, &d_u_UInt32, 1, {&d_u_UInt64,} },
0054 { "LU_2_LU", FC_LU_2_LU, &d_u_UInt64, 1, {&d_u_UInt64,} },
0055 { "ULONG", FC_LU_2_LU, &d_u_UInt64, 1, {&d_u_UInt64,} },
0056 { "LU_2_I", FC_LU_2_I, &d_u_Int32, 1, {&d_u_UInt64,} },
0057 { "INT", FC_LU_2_I, &d_u_Int32, 1, {&d_u_UInt64,} },
0058 { "LU_2_LI", FC_LU_2_LI, &d_u_Int64, 1, {&d_u_UInt64,} },
0059 { "LONG", FC_LU_2_LI, &d_u_Int64, 1, {&d_u_UInt64,} },
0060 { "LU_2_F", FC_LU_2_F, &d_u_Float32, 1, {&d_u_UInt64,} },
0061 { "REAL", FC_LU_2_F, &d_u_Float32, 1, {&d_u_UInt64,} },
0062 { "FLOAT", FC_LU_2_F, &d_u_Float32, 1, {&d_u_UInt64,} },
0063 { "LU_2_LF", FC_LU_2_LF, &d_u_Float64, 1, {&d_u_UInt64,} },
0064 { "DOUBLE", FC_LU_2_LF, &d_u_Float64, 1, {&d_u_UInt64,} },
0065 { "I_2_B", FC_I_2_B, &d_u_bool, 1, {&d_u_Int32,} },
0066 { "BOOL", FC_I_2_B, &d_u_bool, 1, {&d_u_Int32,} },
0067 { "LOGICAL", FC_I_2_B, &d_u_bool, 1, {&d_u_Int32,} },
0068 { "I_2_U", FC_I_2_U, &d_u_UInt32, 1, {&d_u_Int32,} },
0069 { "UINT", FC_I_2_U, &d_u_UInt32, 1, {&d_u_Int32,} },
0070 { "I_2_LU", FC_I_2_LU, &d_u_UInt64, 1, {&d_u_Int32,} },
0071 { "ULONG", FC_I_2_LU, &d_u_UInt64, 1, {&d_u_Int32,} },
0072 { "I_2_I", FC_I_2_I, &d_u_Int32, 1, {&d_u_Int32,} },
0073 { "INT", FC_I_2_I, &d_u_Int32, 1, {&d_u_Int32,} },
0074 { "I_2_LI", FC_I_2_LI, &d_u_Int64, 1, {&d_u_Int32,} },
0075 { "LONG", FC_I_2_LI, &d_u_Int64, 1, {&d_u_Int32,} },
0076 { "I_2_F", FC_I_2_F, &d_u_Float32, 1, {&d_u_Int32,} },
0077 { "REAL", FC_I_2_F, &d_u_Float32, 1, {&d_u_Int32,} },
0078 { "FLOAT", FC_I_2_F, &d_u_Float32, 1, {&d_u_Int32,} },
0079 { "I_2_LF", FC_I_2_LF, &d_u_Float64, 1, {&d_u_Int32,} },
0080 { "DOUBLE", FC_I_2_LF, &d_u_Float64, 1, {&d_u_Int32,} },
0081 { "LI_2_B", FC_LI_2_B, &d_u_bool, 1, {&d_u_Int64,} },
0082 { "BOOL", FC_LI_2_B, &d_u_bool, 1, {&d_u_Int64,} },
0083 { "LOGICAL", FC_LI_2_B, &d_u_bool, 1, {&d_u_Int64,} },
0084 { "LI_2_U", FC_LI_2_U, &d_u_UInt32, 1, {&d_u_Int64,} },
0085 { "UINT", FC_LI_2_U, &d_u_UInt32, 1, {&d_u_Int64,} },
0086 { "LI_2_LU", FC_LI_2_LU, &d_u_UInt64, 1, {&d_u_Int64,} },
0087 { "ULONG", FC_LI_2_LU, &d_u_UInt64, 1, {&d_u_Int64,} },
0088 { "LI_2_I", FC_LI_2_I, &d_u_Int32, 1, {&d_u_Int64,} },
0089 { "INT", FC_LI_2_I, &d_u_Int32, 1, {&d_u_Int64,} },
0090 { "LI_2_LI", FC_LI_2_LI, &d_u_Int64, 1, {&d_u_Int64,} },
0091 { "LONG", FC_LI_2_LI, &d_u_Int64, 1, {&d_u_Int64,} },
0092 { "LI_2_F", FC_LI_2_F, &d_u_Float32, 1, {&d_u_Int64,} },
0093 { "REAL", FC_LI_2_F, &d_u_Float32, 1, {&d_u_Int64,} },
0094 { "FLOAT", FC_LI_2_F, &d_u_Float32, 1, {&d_u_Int64,} },
0095 { "LI_2_LF", FC_LI_2_LF, &d_u_Float64, 1, {&d_u_Int64,} },
0096 { "DOUBLE", FC_LI_2_LF, &d_u_Float64, 1, {&d_u_Int64,} },
0097 { "F_2_B", FC_F_2_B, &d_u_bool, 1, {&d_u_Float32,} },
0098 { "BOOL", FC_F_2_B, &d_u_bool, 1, {&d_u_Float32,} },
0099 { "LOGICAL", FC_F_2_B, &d_u_bool, 1, {&d_u_Float32,} },
0100 { "F_2_U", FC_F_2_U, &d_u_UInt32, 1, {&d_u_Float32,} },
0101 { "UINT", FC_F_2_U, &d_u_UInt32, 1, {&d_u_Float32,} },
0102 { "F_2_LU", FC_F_2_LU, &d_u_UInt64, 1, {&d_u_Float32,} },
0103 { "ULONG", FC_F_2_LU, &d_u_UInt64, 1, {&d_u_Float32,} },
0104 { "F_2_I", FC_F_2_I, &d_u_Int32, 1, {&d_u_Float32,} },
0105 { "INT", FC_F_2_I, &d_u_Int32, 1, {&d_u_Float32,} },
0106 { "F_2_LI", FC_F_2_LI, &d_u_Int64, 1, {&d_u_Float32,} },
0107 { "LONG", FC_F_2_LI, &d_u_Int64, 1, {&d_u_Float32,} },
0108 { "F_2_F", FC_F_2_F, &d_u_Float32, 1, {&d_u_Float32,} },
0109 { "REAL", FC_F_2_F, &d_u_Float32, 1, {&d_u_Float32,} },
0110 { "FLOAT", FC_F_2_F, &d_u_Float32, 1, {&d_u_Float32,} },
0111 { "F_2_LF", FC_F_2_LF, &d_u_Float64, 1, {&d_u_Float32,} },
0112 { "DOUBLE", FC_F_2_LF, &d_u_Float64, 1, {&d_u_Float32,} },
0113 { "LF_2_B", FC_LF_2_B, &d_u_bool, 1, {&d_u_Float64,} },
0114 { "BOOL", FC_LF_2_B, &d_u_bool, 1, {&d_u_Float64,} },
0115 { "LOGICAL", FC_LF_2_B, &d_u_bool, 1, {&d_u_Float64,} },
0116 { "LF_2_U", FC_LF_2_U, &d_u_UInt32, 1, {&d_u_Float64,} },
0117 { "UINT", FC_LF_2_U, &d_u_UInt32, 1, {&d_u_Float64,} },
0118 { "LF_2_LU", FC_LF_2_LU, &d_u_UInt64, 1, {&d_u_Float64,} },
0119 { "ULONG", FC_LF_2_LU, &d_u_UInt64, 1, {&d_u_Float64,} },
0120 { "LF_2_I", FC_LF_2_I, &d_u_Int32, 1, {&d_u_Float64,} },
0121 { "INT", FC_LF_2_I, &d_u_Int32, 1, {&d_u_Float64,} },
0122 { "LF_2_LI", FC_LF_2_LI, &d_u_Int64, 1, {&d_u_Float64,} },
0123 { "LONG", FC_LF_2_LI, &d_u_Int64, 1, {&d_u_Float64,} },
0124 { "LF_2_F", FC_LF_2_F, &d_u_Float32, 1, {&d_u_Float64,} },
0125 { "REAL", FC_LF_2_F, &d_u_Float32, 1, {&d_u_Float64,} },
0126 { "FLOAT", FC_LF_2_F, &d_u_Float32, 1, {&d_u_Float64,} },
0127 { "LF_2_LF", FC_LF_2_LF, &d_u_Float64, 1, {&d_u_Float64,} },
0128 { "DOUBLE", FC_LF_2_LF, &d_u_Float64, 1, {&d_u_Float64,} },