Home
last modified time | relevance | path

Searched refs:truepos (Results 1 – 7 of 7) sorted by relevance

/dports/math/octave-forge-ltfat/ltfat/thirdparty/Playrec/
H A Dltfatresample.c194 truepos = (ii + outSpos) * oneOverRatio - rp->inPos;\ in resample_execute_polynomial()
195 highpos = ceil(truepos);\ in resample_execute_polynomial()
196 x = truepos - (highpos - 1);\ in resample_execute_polynomial()
200 double truepos, x; in resample_execute_polynomial() local
239 truepos = (ii + outSpos) * oneOverRatio - rp->inPos; in resample_execute_polynomial()
240 x = truepos - zz; in resample_execute_polynomial()
/dports/math/py-mathics/Mathics3-2.2.0/mathics/builtin/
H A Dlists.py5644 truepos = pos
5645 if truepos < 0:
5646 truepos = l + truepos
5648 truepos = truepos - 1
5649 if truepos < 0 or truepos >= l:
5658 truepos = pos[0]
5663 if truepos < 0:
5664 truepos = truepos + l
5665 if truepos < 0:
5668 leaves = leaves[:truepos] + (newleaf,) + leaves[truepos + 1 :]
[all …]
H A Dlists-next.py5642 truepos = pos
5643 if truepos < 0:
5644 truepos = l + truepos
5646 truepos = truepos - 1
5647 if truepos < 0 or truepos >= l:
5656 truepos = pos[0]
5661 if truepos < 0:
5662 truepos = truepos + l
5663 if truepos < 0:
5666 leaves = leaves[:truepos] + (newleaf,) + leaves[truepos + 1 :]
[all …]
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_or.c927 int truepos /**< position of operand that is fixed to TRUE */ in analyzeConflictZero() argument
939 assert(0 <= truepos && truepos < consdata->nvars); in analyzeConflictZero()
940 assert(SCIPvarGetLbLocal(consdata->vars[truepos]) > 0.5); in analyzeConflictZero()
946 SCIP_CALL( SCIPaddConflictBinvar(scip, consdata->vars[truepos]) ); in analyzeConflictZero()
/dports/games/xglk/xglk/
H A Dxg_win_textbuf.c146 long *truepos);
1062 long *truepos) in find_pos_by_loc() argument
1070 *truepos = -1; in find_pos_by_loc()
1119 *truepos = thisline->pos + curword->pos; in find_pos_by_loc()
1148 *truepos = thisline->pos + curword->pos; in find_pos_by_loc()
1191 *truepos = curline->pos + curword->pos + ix; /* jx */ in find_pos_by_loc()
1200 *truepos = curline->pos + curword->pos; in find_pos_by_loc()
1210 *truepos = curline->pos + curword->pos; in find_pos_by_loc()
/dports/math/py-cryptominisat/cryptominisat-5.8.0/src/
H A Dyals.c346 struct { int64_t search, neg, falsepos, truepos; } sig; member
1723 yals->stats.sig.truepos++; in yals_cache_assignment()
3191 sum = s->sig.falsepos + s->sig.truepos; in yals_stats()
/dports/math/cryptominisat/cryptominisat-5.8.0/src/
H A Dyals.c346 struct { int64_t search, neg, falsepos, truepos; } sig; member
1723 yals->stats.sig.truepos++; in yals_cache_assignment()
3191 sum = s->sig.falsepos + s->sig.truepos; in yals_stats()