Home
last modified time | relevance | path

Searched refs:OP_BUFFER_SIZE (Results 1 – 18 of 18) sorted by relevance

/dports/math/adol-c/ADOL-C-2.7.2/ADOL-C/examples/additional_examples/sparse/
H A Djacpatexam.cpp189 op_buf_size = tape_stats[OP_BUFFER_SIZE]; in main()
190 loc_buf_size = tape_stats[OP_BUFFER_SIZE]; in main()
191 con_buf_size = tape_stats[OP_BUFFER_SIZE]; in main()
216 op_buf_size = tape_stats[OP_BUFFER_SIZE]; in main()
217 loc_buf_size = tape_stats[OP_BUFFER_SIZE]; in main()
218 con_buf_size = tape_stats[OP_BUFFER_SIZE]; in main()
/dports/math/adol-c/ADOL-C-2.7.2/ADOL-C/examples/additional_examples/lighthouse/
H A Dcubic.cpp118 fprintf(stdout," operations buffer size %zu\n",tape_stats[OP_BUFFER_SIZE]); in main()
129 fprintf(stdout," operations buffer size %zu\n",tape_stats[OP_BUFFER_SIZE]); in main()
H A Dcubic-iter-2.cpp75 fprintf(stdout," operations buffer size %zu\n",tape_stats[OP_BUFFER_SIZE]); in main()
H A Dcubic-iter.cpp78 fprintf(stdout," operations buffer size %zu\n",tape_stats[OP_BUFFER_SIZE]); in main()
H A Dcubic-2.cpp97 fprintf(stdout," operations buffer size %zu\n",tape_stats[OP_BUFFER_SIZE]); in main()
/dports/math/adol-c/ADOL-C-2.7.2/ADOL-C/include/adolc/
H A Dtaping.h28 OP_BUFFER_SIZE, /* # of operations per buffer == OBUFSIZE (usrparms.h) */ enumerator
/dports/math/adol-c/ADOL-C-2.7.2/ADOL-C/src/
H A Dtaping.c1069 malloc(ADOLC_CURRENT_TAPE_INFOS.stats[OP_BUFFER_SIZE] * in initTapeBuffers()
1082 ADOLC_CURRENT_TAPE_INFOS.stats[OP_BUFFER_SIZE]; in initTapeBuffers()
1360 fprintf(stream, "Operation buffer size: %10zu\n", stats[OP_BUFFER_SIZE]); in printTapeStats()
1554 number = MIN_ADOLC(ADOLC_CURRENT_TAPE_INFOS.stats[OP_BUFFER_SIZE], in init_for_sweep()
1671 ADOLC_CURRENT_TAPE_INFOS.stats[OP_BUFFER_SIZE]) * in init_rev_sweep()
1672 ADOLC_CURRENT_TAPE_INFOS.stats[OP_BUFFER_SIZE]; in init_rev_sweep()
1676 ADOLC_CURRENT_TAPE_INFOS.stats[OP_BUFFER_SIZE] ; in init_rev_sweep()
1908 number = MIN_ADOLC(ADOLC_CURRENT_TAPE_INFOS.stats[OP_BUFFER_SIZE], in get_op_block_f()
1936 number = ADOLC_CURRENT_TAPE_INFOS.stats[OP_BUFFER_SIZE]; in get_op_block_r()
H A Dtape_handling.cpp502 newTapeInfos->stats[OP_BUFFER_SIZE] = in initNewTape()
1080 ADOLC_CURRENT_TAPE_INFOS.stats[OP_BUFFER_SIZE] = obs; in trace_on()
/dports/math/adol-c/ADOL-C-2.7.2/ADOL-C/examples/additional_examples/lufact/
H A DLUdet.cpp126 fprintf(stdout," operations buffer size %zu\n",tape_stats[OP_BUFFER_SIZE]); in main()
H A DLUsolve.cpp132 fprintf(stdout," operations buffer size %zu\n",tape_stats[OP_BUFFER_SIZE]); in main()
/dports/math/adol-c/ADOL-C-2.7.2/ADOL-C/examples/additional_examples/scal/
H A Dscalexam.cpp148 fprintf(stdout," operations buffer size %zu\n",tape_stats[OP_BUFFER_SIZE]); in main()
/dports/math/adol-c/ADOL-C-2.7.2/ADOL-C/examples/additional_examples/speelpenning/
H A Dspeelpenning.cpp86 fprintf(stdout," operations buffer size %zu\n",tape_stats[OP_BUFFER_SIZE]); in main()
/dports/math/adol-c/ADOL-C-2.7.2/ADOL-C/examples/additional_examples/detexam/
H A Ddetexam-old.cpp139 fprintf(stdout," operations buffer size %zu\n",tape_stats[OP_BUFFER_SIZE]); in main()
H A Ddetexam.cpp157 fprintf(stdout," operations buffer size %zu\n",tape_stats[OP_BUFFER_SIZE]); in main()
/dports/math/adol-c/ADOL-C-2.7.2/ADOL-C/examples/additional_examples/ode/
H A Dvgenodemain.cpp163 fprintf(stdout," operations buffer size %zu\n",tape_stats[OP_BUFFER_SIZE]); in main()
/dports/math/adol-c/ADOL-C-2.7.2/ADOL-C/swig/
H A Dadolc-numpy-for.i53 …print( 'OP_BUFFER_SIZE = ', s[OP_BUFFER_SIZE]) # /* # of operations per buffer == OBUFSIZE (us…
/dports/math/adol-c/ADOL-C-2.7.2/ADOL-C/examples/additional_examples/timing/
H A Dsgenmain.cpp276 fprintf(stdout," operations buffer size %zu\n",tape_stats[OP_BUFFER_SIZE]); in main()
H A Dvgenmain.cpp273 fprintf(stdout," operations buffer size %zu\n",tape_stats[OP_BUFFER_SIZE]); in main()