OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vty
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/CodeGen/
vector.c
11
typedef int
vty
__attribute((vector_size(16)));
typedef
12
int test2() {
vty
b; return b[2LL]; }
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
SkeletonControl.java
347
float
vty
= posBuf[idxPositions++];
local
357
rx += (mat.m00 * vtx + mat.m01 *
vty
+ mat.m02 * vtz + mat.m03) * weight;
358
ry += (mat.m10 * vtx + mat.m11 *
vty
+ mat.m12 * vtz + mat.m13) * weight;
359
rz += (mat.m20 * vtx + mat.m21 *
vty
+ mat.m22 * vtz + mat.m23) * weight;
462
float
vty
= posBuf[idxPositions++];
local
479
rx += (mat.m00 * vtx + mat.m01 *
vty
+ mat.m02 * vtz + mat.m03) * weight;
480
ry += (mat.m10 * vtx + mat.m11 *
vty
+ mat.m12 * vtz + mat.m13) * weight;
481
rz += (mat.m20 * vtx + mat.m21 *
vty
+ mat.m22 * vtz + mat.m23) * weight;
/external/skia/experimental/PdfViewer/src/
SkPdfRenderer.cpp
1037
SkPdfReal*
vty
= pdfContext->fPdfDoc->createReal(ty);
local
[
all
...]
/external/valgrind/VEX/priv/
guest_amd64_toIR.c
27073
IRType
vty
= scalar ? ty : getVexL(pfx) ? Ity_V256 : Ity_V128;
local
[
all
...]
Completed in 133 milliseconds