Home
last modified time | relevance | path

Searched refs:next_wt (Results 1 – 6 of 6) sorted by relevance

/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/alberta/src/Common/
H A Dperiodic.c89 goto next_wt; in _AI_wall_trafo_vertex_orbit()
93 next_wt: in _AI_wall_trafo_vertex_orbit()
/dports/math/octave-forge-fuzzy-logic-toolkit/fuzzy-logic-toolkit/inst/
H A Dwritefis.m251 next_wt = fis.rule(i).weight; variable
281 if (is_int (next_wt))
282 fprintf (fid, "(%d) : ", next_wt);
284 fprintf (fid, "(%.4f) : ", next_wt);
/dports/audio/libxmp/libxmp-4.5.0/src/
H A Dmed_extras.c267 next_wt: in libxmp_med_play_extras()
285 goto next_wt; in libxmp_med_play_extras()
/dports/emulators/mess/mame-mame0226/3rdparty/bimg/3rdparty/astc/
H A Dastc_compress_symbolic.cpp138 int next_wt = qat->next_quantized_value[current_wt]; in realign_weights() local
139 if (next_wt == current_wt) in realign_weights()
141 uq_plane1_weights[i] = qat->unquantized_value_flt[next_wt]; in realign_weights()
147 current_wt = next_wt; in realign_weights()
201 int next_wt = qat->next_quantized_value[current_wt]; in realign_weights() local
202 if (next_wt == current_wt) in realign_weights()
204 uq_plane2_weights[i] = qat->unquantized_value_flt[next_wt]; in realign_weights()
210 current_wt = next_wt; in realign_weights()
/dports/emulators/mame/mame-mame0226/3rdparty/bimg/3rdparty/astc/
H A Dastc_compress_symbolic.cpp138 int next_wt = qat->next_quantized_value[current_wt]; in realign_weights() local
139 if (next_wt == current_wt) in realign_weights()
141 uq_plane1_weights[i] = qat->unquantized_value_flt[next_wt]; in realign_weights()
147 current_wt = next_wt; in realign_weights()
201 int next_wt = qat->next_quantized_value[current_wt]; in realign_weights() local
202 if (next_wt == current_wt) in realign_weights()
204 uq_plane2_weights[i] = qat->unquantized_value_flt[next_wt]; in realign_weights()
210 current_wt = next_wt; in realign_weights()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/strings/
H A Dctype-uca.cc4172 uint16 next_wt = *(wbeg + UCA900_DISTANCE_BETWEEN_WEIGHTS); in modify_all_zh_pages() local
4178 my_wc_t ch = convert_implicit_to_ch(*wbeg, next_wt); in modify_all_zh_pages()