Home
last modified time | relevance | path

Searched refs:LOC_BUFFER_SIZE (Results 1 – 17 of 17) sorted by relevance

/dports/math/adol-c/ADOL-C-2.7.2/ADOL-C/examples/additional_examples/lighthouse/
H A Dcubic.cpp119 fprintf(stdout," locations buffer size %zu\n",tape_stats[LOC_BUFFER_SIZE]); in main()
130 fprintf(stdout," locations buffer size %zu\n",tape_stats[LOC_BUFFER_SIZE]); in main()
H A Dcubic-iter-2.cpp76 fprintf(stdout," locations buffer size %zu\n",tape_stats[LOC_BUFFER_SIZE]); in main()
H A Dcubic-iter.cpp79 fprintf(stdout," locations buffer size %zu\n",tape_stats[LOC_BUFFER_SIZE]); in main()
H A Dcubic-2.cpp98 fprintf(stdout," locations buffer size %zu\n",tape_stats[LOC_BUFFER_SIZE]); in main()
/dports/math/adol-c/ADOL-C-2.7.2/ADOL-C/include/adolc/
H A Dtaping.h35 LOC_BUFFER_SIZE, /* # of locations per buffer == LBUFSIZE (usrparms.h) */ enumerator
/dports/math/adol-c/ADOL-C-2.7.2/ADOL-C/src/
H A Dtaping.c1084 ADOLC_CURRENT_TAPE_INFOS.stats[LOC_BUFFER_SIZE]; in initTapeBuffers()
1361 fprintf(stream, "Location buffer size: %10zu\n", stats[LOC_BUFFER_SIZE]); in printTapeStats()
1583 number = MIN_ADOLC(ADOLC_CURRENT_TAPE_INFOS.stats[LOC_BUFFER_SIZE], in init_for_sweep()
1607 while (numLocsForStats >= ADOLC_CURRENT_TAPE_INFOS.stats[LOC_BUFFER_SIZE]) in init_for_sweep()
1610 numLocsForStats -= ADOLC_CURRENT_TAPE_INFOS.stats[LOC_BUFFER_SIZE]; in init_for_sweep()
1704 ADOLC_CURRENT_TAPE_INFOS.stats[LOC_BUFFER_SIZE]) * in init_rev_sweep()
1705 ADOLC_CURRENT_TAPE_INFOS.stats[LOC_BUFFER_SIZE]; in init_rev_sweep()
1709 ADOLC_CURRENT_TAPE_INFOS.stats[LOC_BUFFER_SIZE]; in init_rev_sweep()
2018 number = MIN_ADOLC(ADOLC_CURRENT_TAPE_INFOS.stats[LOC_BUFFER_SIZE], in get_loc_block_f()
2046 number = ADOLC_CURRENT_TAPE_INFOS.stats[LOC_BUFFER_SIZE]; in get_loc_block_r()
[all …]
H A Dtape_handling.cpp504 newTapeInfos->stats[LOC_BUFFER_SIZE] = in initNewTape()
1081 ADOLC_CURRENT_TAPE_INFOS.stats[LOC_BUFFER_SIZE] = lbs; in trace_on()
/dports/math/adol-c/ADOL-C-2.7.2/ADOL-C/examples/additional_examples/lufact/
H A DLUdet.cpp127 fprintf(stdout," locations buffer size %zu\n",tape_stats[LOC_BUFFER_SIZE]); in main()
H A DLUsolve.cpp133 fprintf(stdout," locations buffer size %zu\n",tape_stats[LOC_BUFFER_SIZE]); in main()
/dports/math/adol-c/ADOL-C-2.7.2/ADOL-C/examples/additional_examples/scal/
H A Dscalexam.cpp149 fprintf(stdout," locations buffer size %zu\n",tape_stats[LOC_BUFFER_SIZE]); in main()
/dports/math/adol-c/ADOL-C-2.7.2/ADOL-C/examples/additional_examples/speelpenning/
H A Dspeelpenning.cpp87 fprintf(stdout," locations buffer size %zu\n",tape_stats[LOC_BUFFER_SIZE]); in main()
/dports/math/adol-c/ADOL-C-2.7.2/ADOL-C/examples/additional_examples/detexam/
H A Ddetexam-old.cpp140 fprintf(stdout," locations buffer size %zu\n",tape_stats[LOC_BUFFER_SIZE]); in main()
H A Ddetexam.cpp158 fprintf(stdout," locations buffer size %zu\n",tape_stats[LOC_BUFFER_SIZE]); in main()
/dports/math/adol-c/ADOL-C-2.7.2/ADOL-C/examples/additional_examples/ode/
H A Dvgenodemain.cpp164 fprintf(stdout," locations buffer size %zu\n",tape_stats[LOC_BUFFER_SIZE]); in main()
/dports/math/adol-c/ADOL-C-2.7.2/ADOL-C/swig/
H A Dadolc-numpy-for.i60 …print( 'LOC_BUFFER_SIZE = ', s[LOC_BUFFER_SIZE]) # /* # of locations per buffer == LBUFSIZE (us…
/dports/math/adol-c/ADOL-C-2.7.2/ADOL-C/examples/additional_examples/timing/
H A Dsgenmain.cpp277 fprintf(stdout," locations buffer size %zu\n",tape_stats[LOC_BUFFER_SIZE]); in main()
H A Dvgenmain.cpp274 fprintf(stdout," locations buffer size %zu\n",tape_stats[LOC_BUFFER_SIZE]); in main()