HomeSort by relevance Sort by last modified time
    Searched refs:v0 (Results 451 - 475 of 2869) sorted by null

<<11121314151617181920>>

  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Ray.java 99 * @param v0
107 // public boolean intersect(Vector3f v0,Vector3f v1,Vector3f v2){
108 // return intersectWhere(v0, v1, v2, null);
128 * @param v0
139 public boolean intersectWhere(Vector3f v0, Vector3f v1, Vector3f v2,
141 return intersects(v0, v1, v2, loc, false, false);
168 * @param v0
179 public boolean intersectWherePlanar(Vector3f v0, Vector3f v1, Vector3f v2,
181 return intersects(v0, v1, v2, loc, true, false);
187 * @param v0
    [all...]
  /external/mesa3d/src/gallium/auxiliary/indices/
u_indices_gen.py 106 def vert( intype, outtype, v0 ):
108 return '(' + outtype + ')(' + v0 + ')'
110 return '(' + outtype + ')in[' + v0 + ']'
112 def point( intype, outtype, ptr, v0 ):
113 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';'
115 def line( intype, outtype, ptr, v0, v1 ):
116 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';'
119 def tri( intype, outtype, ptr, v0, v1, v2 ):
120 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';'
124 def do_point( intype, outtype, ptr, v0 )
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
d3d11gears.hlsl.vs.h 51 dcl_input v0.xyzw
58 mul r0.xyz, v0.yyyy, cb0[5].xyzx
59 mad r0.xyz, cb0[4].xyzx, v0.xxxx, r0.xyzx
60 mad r0.xyz, cb0[6].xyzx, v0.zzzz, r0.xyzx
61 mad r0.xyz, cb0[7].xyzx, v0.wwww, r0.xyzx
  /external/libvpx/libvpx/vp8/encoder/ppc/
encodemb_altivec.asm 34 vspltisw v0, 0
44 vperm v1, v1, v0, v5
46 vmrghb v3, v0, v1 ;# unpack high src to short
47 vmrghb v4, v0, v2 ;# unpack high pred to short
58 vperm v1, v1, v0, v5
60 vmrghb v3, v0, v1 ;# unpack high src to short
61 vmrglb v4, v0, v2 ;# unpack high pred to short
81 vperm v1, v1, v0, v5
83 vmrghb v3, v0, v1 ;# unpack high src to short
84 vmrghb v4, v0, v2 ;# unpack high pred to shor
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct/d/
T_invoke_direct_14.d 29 const v0, 999
40 const v0, 111
54 if-ne v0, v4, Label30
62 const v0, 1
63 return v0
65 const v0, 0
66 return v0
T_invoke_direct_21.d 29 const v0, 999
40 const v0, 111
54 if-ne v0, v4, Label30
62 const v0, 1
63 return v0
65 const v0, 0
66 return v0
T_invoke_direct_24.d 29 const v0, 999
40 const v0, 111
54 if-ne v0, v4, Label30
62 const v0, 1
63 return v0
65 const v0, 0
66 return v0
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct_range/d/
T_invoke_direct_range_14.d 29 const v0, 999
40 const v0, 111
54 if-ne v0, v4, Label30
62 const v0, 1
63 return v0
65 const v0, 0
66 return v0
T_invoke_direct_range_21.d 29 const v0, 999
40 const v0, 111
54 if-ne v0, v4, Label30
62 const v0, 1
63 return v0
65 const v0, 0
66 return v0
T_invoke_direct_range_24.d 29 const v0, 999
40 const v0, 111
54 if-ne v0, v4, Label30
62 const v0, 1
63 return v0
65 const v0, 0
66 return v0
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget/d/
T_sget_1.d 25 const/4 v0, 5
26 sput v0, dot.junit.opcodes.sget.d.T_sget_1.i1 I
28 const/16 v0, 10
29 sput v0, dot.junit.opcodes.sget.d.T_sget_1.p1 I
31 const/16 v0, 20
32 sput v0, dot.junit.opcodes.sget.d.T_sget_1.pvt1 I
40 invoke-direct {v0}, java/lang/Object/<init>()V
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_boolean/d/
T_sget_boolean_1.d 25 const/4 v0, 1
26 sput-boolean v0, dot.junit.opcodes.sget_boolean.d.T_sget_boolean_1.i1 Z
28 const/16 v0, 1
29 sput-boolean v0, dot.junit.opcodes.sget_boolean.d.T_sget_boolean_1.p1 Z
31 const/16 v0, 1
32 sput-boolean v0, dot.junit.opcodes.sget_boolean.d.T_sget_boolean_1.pvt1 Z
40 invoke-direct {v0}, java/lang/Object/<init>()V
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_byte/d/
T_sget_byte_1.d 25 const v0, 77
26 sput-byte v0, dot.junit.opcodes.sget_byte.d.T_sget_byte_1.i1 B
28 const v0, 77
29 sput-byte v0, dot.junit.opcodes.sget_byte.d.T_sget_byte_1.p1 B
31 const v0, 77
32 sput-byte v0, dot.junit.opcodes.sget_byte.d.T_sget_byte_1.pvt1 B
40 invoke-direct {v0}, java/lang/Object/<init>()V
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_char/d/
T_sget_char_1.d 25 const v0, 77
26 sput-char v0, dot.junit.opcodes.sget_char.d.T_sget_char_1.i1 C
28 const v0, 77
29 sput-char v0, dot.junit.opcodes.sget_char.d.T_sget_char_1.p1 C
31 const v0, 77
32 sput-char v0, dot.junit.opcodes.sget_char.d.T_sget_char_1.pvt1 C
40 invoke-direct {v0}, java/lang/Object/<init>()V
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_object/d/
T_sget_object_1.d 25 const v0, 0
26 sput-object v0, dot.junit.opcodes.sget_object.d.T_sget_object_1.i1 Ljava/lang/Object;
28 const v0, 0
29 sput-object v0, dot.junit.opcodes.sget_object.d.T_sget_object_1.p1 Ljava/lang/Object;
31 const v0, 0
32 sput-object v0, dot.junit.opcodes.sget_object.d.T_sget_object_1.pvt1 Ljava/lang/Object;
40 invoke-direct {v0}, java/lang/Object/<init>()V
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_short/d/
T_sget_short_1.d 25 const v0, 32000
26 sput-short v0, dot.junit.opcodes.sget_short.d.T_sget_short_1.i1 S
28 const v0, 32000
29 sput-short v0, dot.junit.opcodes.sget_short.d.T_sget_short_1.p1 S
31 const v0, 32000
32 sput-short v0, dot.junit.opcodes.sget_short.d.T_sget_short_1.pvt1 S
40 invoke-direct {v0}, java/lang/Object/<init>()V
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_wide/d/
T_sget_wide_1.d 25 const-wide v0, 12345679890123
26 sput-wide v0, dot.junit.opcodes.sget_wide.d.T_sget_wide_1.i1 J
28 const-wide v0, 10
29 sput-wide v0, dot.junit.opcodes.sget_wide.d.T_sget_wide_1.p1 J
31 const-wide v0, 20
32 sput-wide v0, dot.junit.opcodes.sget_wide.d.T_sget_wide_1.pvt1 J
40 invoke-direct {v0}, java/lang/Object/<init>()V
  /dalvik/vm/compiler/template/mips/
TEMPLATE_DOUBLE_TO_INT_VFP.S 21 move t0, v0
22 li v0, ~0x80000000 # return maxint (7fffffff)
31 move t0, v0
32 li v0, 0x80000000 # return minint (80000000)
41 move t0, v0 # zero == no
42 li v0, 0
  /dalvik/vm/mterp/mips/
OP_DOUBLE_TO_INT.S 22 move t0, v0
23 li v0, ~0x80000000 # return maxint (7fffffff)
32 move t0, v0
33 li v0, 0x80000000 # return minint (80000000)
42 move t0, v0 # zero == no
43 li v0, 0
binflop.S 35 $instr # v0 = result
36 SET_VREG(v0, rOBJ) # vAA <- v0
  /external/opencv/cv/src/
cvgeometry.cpp 211 CvPoint v0, v; local
217 v0 = v;
220 if( (v0.y <= ip.y && v.y <= ip.y) ||
221 (v0.y > ip.y && v.y > ip.y) ||
222 (v0.x < ip.x && v.x < ip.x) )
224 if( ip.y == v.y && (ip.x == v.x || (ip.y == v0.y &&
225 ((v0.x <= ip.x && ip.x <= v.x) || (v.x <= ip.x && ip.x <= v0.x)))) )
230 dist = (ip.y - v0.y)*(v.x - v0.x) - (ip.x - v0.x)*(v.y - v0.y)
242 CvPoint2D32f v0, v; local
    [all...]
  /bionic/libc/arch-mips/bionic/
_setjmp.S 64 dli v0, 0xACEDBADE # sigcontext magic number
66 li v0, 0xACEDBADE # sigcontext magic number
68 REG_S v0, SC_REGS+ZERO*REGSZ(a0)
78 REG_L v0, GPOFF(sp)
79 REG_S v0, SC_REGS+GP*REGSZ(a0)
80 PTR_ADDU v0, sp, FRAMESZ
81 REG_S v0, SC_REGS+SP*REGSZ(a0)
85 li v0, 1 # be nice if we could tell
86 REG_S v0, SC_FPUSED(a0) # sc_fpused = 1
87 cfc1 v0, $3
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
t_dd_triemit.h 39 VERTEX *v0,
50 PRINT_VERTEX(v0);
56 COPY_DWORDS( j, vb, vertsize, v0 );
63 VERTEX *v0,
74 PRINT_VERTEX(v0);
80 COPY_DWORDS( j, vb, vertsize, v0 );
91 VERTEX *v0,
101 PRINT_VERTEX(v0);
106 COPY_DWORDS( j, vb, vertsize, v0 );
114 VERTEX *v0,
    [all...]
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_triemit.h 39 VERTEX *v0,
50 PRINT_VERTEX(v0);
56 COPY_DWORDS( j, vb, vertsize, v0 );
63 VERTEX *v0,
74 PRINT_VERTEX(v0);
80 COPY_DWORDS( j, vb, vertsize, v0 );
91 VERTEX *v0,
101 PRINT_VERTEX(v0);
106 COPY_DWORDS( j, vb, vertsize, v0 );
114 VERTEX *v0,
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/add_double/d/
T_add_double_6.d 22 invoke-direct {v0}, java/lang/Object/<init>()V
28 move v0, v5
32 add-double v0, v0, v2

Completed in 453 milliseconds

<<11121314151617181920>>