Definition at line 958 of file NAG.cpp.
959{
961 {
963 {
964 o <<
"(SLP is precompiled) " <<
newline;
965 }
968 {
969 return;
970 }
971 }
972
978 {
982 }
984 o <<
"INPUT (count = " <<
num_inputs <<
") nodes:\n";
987
989 {
994 break;
995 default:
997 {
1000 {
1002 o <<
"copy " <<
program->array[(++
i)++];
1003 break;
1005 {
1011 }
1012 break;
1014 o <<
"product " <<
program->array[
i + 1] <<
" "
1017 break;
1018 default:
1019 o <<
"BLA i=" <<
i++;
1020 }
1022 }
1026 {
1030 }
1031 }
1032}
bool is_relative_position
References cols_out, is_relative_position, newline, nodes, num_consts, num_inputs, program, rows_out, s, SLP_HEADER_LEN, slpCOMPILED, slpCOPY, slpCORRECTOR, slpEND, slpMULTIsum, slpPREDICTOR, and slpPRODUCT.
Referenced by StraightLineProgram::text_out().