OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:twoi
(Results
1 - 2
of
2
) sorted by null
/external/apache-commons-math/src/main/java/org/apache/commons/math/transform/
FastHadamardTransformer.java
185
final int
twoI
= 2 * i;
186
yCurrent[i] = yPrevious[
twoI
] + yPrevious[
twoI
+ 1];
191
final int
twoI
= 2 * i;
192
yCurrent[i] = yPrevious[
twoI
- n] - yPrevious[
twoI
- n + 1];
236
final int
twoI
= 2 * i;
237
yCurrent[i] = yPrevious[
twoI
] + yPrevious[
twoI
+ 1];
242
final int
twoI
= 2 * i
[
all
...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_setup.c
256
LLVMValueRef
twoi
= lp_build_const_int32(gallivm, 2);
local
260
shuffles[0] =
twoi
;
263
shuffles[3] =
twoi
;
267
shuffles[1] =
twoi
;
268
shuffles[2] =
twoi
;
274
shuffles[0] =
twoi
;
299
shuffles[0] =
twoi
;
318
z2_new = LLVMBuildExtractElement(b, z0z1z2,
twoi
, "");
319
attribv[0] = LLVMBuildInsertElement(b, attribv[0], z0_new,
twoi
, "");
320
attribv[1] = LLVMBuildInsertElement(b, attribv[1], z1_new,
twoi
, "");
[
all
...]
Completed in 705 milliseconds