OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rind
(Results
1 - 3
of
3
) sorted by null
/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
TournamentSelection.java
87
int
rind
= GeneticAlgorithm.getRandomGenerator().nextInt(chromosomes.size());
local
88
tournamentPopulation.addChromosome(chromosomes.get(
rind
));
90
chromosomes.remove(
rind
);
/external/speex/libspeex/
cb_search.c
167
int
rind
;
local
170
rind
= best_index;
171
if (
rind
>=shape_cb_size)
174
rind
-=shape_cb_size;
176
res = resp+
rind
*subvect_size;
188
e[subvect_size*i+j]=SHL32(EXTEND32(shape_cb[
rind
*subvect_size+j]),SIG_SHIFT-5);
191
e[subvect_size*i+j]=NEG32(SHL32(EXTEND32(shape_cb[
rind
*subvect_size+j]),SIG_SHIFT-5));
195
e[subvect_size*i+j]=sign*0.03125*shape_cb[
rind
*subvect_size+j];
203
int
rind
;
local
205
rind
= best_index
426
int
rind
;
local
474
int
rind
;
local
[
all
...]
/external/mesa3d/src/mesa/drivers/osmesa/
osmesa.c
75
GLint
rInd
, gInd, bInd, aInd;/*< index offsets for RGBA formats */
134
(DST)[osmesa->
rInd
] = R; \
617
GLint
rind
, gind, bind, aind;
local
620
rind
= gind = bind = aind = 0;
626
rind
= 0;
638
rind
= 2;
647
rind
= 1;
656
rind
= 0;
665
rind
= 2;
675
rind
= 0; /* not used *
[
all
...]
Completed in 451 milliseconds