Home
last modified time | relevance | path

Searched refs:nor (Results 1 – 25 of 929) sorted by relevance

12345678910>>...38

/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/shapebuilders/
DBoxShapeBuilder.java84 …Vector3 nor = tmpV1.set(corner000).lerp(corner110, 0.5f).sub(tmpV2.set(corner001).lerp(corner111, … in build() local
85 builder.rect(corner000, corner010, corner110, corner100, nor); in build()
86 builder.rect(corner011, corner001, corner101, corner111, nor.scl(-1)); in build()
87nor = tmpV1.set(corner000).lerp(corner101, 0.5f).sub(tmpV2.set(corner010).lerp(corner111, 0.5f)).n… in build()
88 builder.rect(corner001, corner000, corner100, corner101, nor); in build()
89 builder.rect(corner010, corner011, corner111, corner110, nor.scl(-1)); in build()
90nor = tmpV1.set(corner000).lerp(corner011, 0.5f).sub(tmpV2.set(corner100).lerp(corner111, 0.5f)).n… in build()
91 builder.rect(corner001, corner011, corner010, corner000, nor); in build()
92 builder.rect(corner100, corner110, corner111, corner101, nor.scl(-1)); in build()
DArrowShapeBuilder.java44 Vector3 up = obtainV3().set(end).sub(begin).nor(); in build()
47 forward.crs(up).nor(); in build()
48 Vector3 left = obtainV3().set(up).crs(forward).nor(); in build()
49 Vector3 direction = obtainV3().set(end).sub(begin).nor(); in build()
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/
DFirstPersonCameraController.java74 tmp.set(camera.direction).crs(camera.up).nor(); in touchDragged()
86 tmp.set(camera.direction).nor().scl(deltaTime * velocity); in update()
90 tmp.set(camera.direction).nor().scl(-deltaTime * velocity); in update()
94 tmp.set(camera.direction).crs(camera.up).nor().scl(-deltaTime * velocity); in update()
98 tmp.set(camera.direction).crs(camera.up).nor().scl(deltaTime * velocity); in update()
102 tmp.set(camera.up).nor().scl(deltaTime * velocity); in update()
106 tmp.set(camera.up).nor().scl(-deltaTime * velocity); in update()
DMeshPartBuilder.java98 public short vertex (Vector3 pos, Vector3 nor, Color col, Vector2 uv); in vertex() argument
213 public VertexInfo set (Vector3 pos, Vector3 nor, Color col, Vector2 uv) { in set() argument
216 if ((hasNormal = nor != null) == true) normal.set(nor); in set()
252 public VertexInfo setNor (Vector3 nor) { in setNor() argument
253 if ((hasNormal = nor != null) == true) normal.set(nor); in setNor()
/external/vboot_reference/scripts/image_signing/
Dfirmware_boot.sh47 dd if=${input} of=nor.bin bs=1 skip=${rw_b_offset} count=${rw_b_size}
53 dd if=nor.bin of=bad.bin conv=notrunc bs=1 count=65536
58 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset}
59 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset}
70 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset}
77 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset}
82 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset}
89 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset}
/external/llvm/test/MC/Mips/
Dinstalias-imm-expanding.s132 nor $4, $5, 0
134 # CHECK: nor $4, $4, $5 # encoding: [0x27,0x20,0x85,0x00]
135 nor $4, $5, 1
137 # CHECK: nor $4, $4, $5 # encoding: [0x27,0x20,0x85,0x00]
138 nor $4, $5, 0x8000
140 # CHECK: nor $4, $4, $5 # encoding: [0x27,0x20,0x85,0x00]
141 nor $4, $5, -0x8000
143 # CHECK: nor $4, $4, $5 # encoding: [0x27,0x20,0x85,0x00]
144 nor $4, $5, 0x10000
146 # CHECK: nor $4, $4, $5 # encoding: [0x27,0x20,0x85,0x00]
[all …]
Dmicromips-alu-instructions.s34 # CHECK-EL: nor $9, $6, $7 # encoding: [0xe6,0x00,0xd0,0x4a]
71 # CHECK-EB: nor $9, $6, $7 # encoding: [0x00,0xe6,0x4a,0xd0]
106 nor $9, $6, $7
107 nor $7, $8, $zero
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/
DHeightField.java217 …v01.normal.set(v01.position).sub(v00.position).nor().crs(tmpV1.set(v11.position).sub(v01.position)… in updateSharp()
218 …v10.normal.set(v10.position).sub(v11.position).nor().crs(tmpV1.set(v00.position).sub(v10.position)… in updateSharp()
278 out.add(tmpV7.set(top).sub(center).nor().crs(tmpV8.set(center).sub(left).nor()).nor()); in getWeightedNormalAt()
282 out.add(tmpV7.set(left).sub(center).nor().crs(tmpV8.set(center).sub(bottom).nor()).nor()); in getWeightedNormalAt()
286 out.add(tmpV7.set(bottom).sub(center).nor().crs(tmpV8.set(center).sub(right).nor()).nor()); in getWeightedNormalAt()
290 out.add(tmpV7.set(right).sub(center).nor().crs(tmpV8.set(center).sub(top).nor()).nor()); in getWeightedNormalAt()
296 out.set(magnitude).nor(); in getWeightedNormalAt()
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/environment/
DDirectionalLight.java41 if (direction != null) this.direction.set(direction).nor(); in set()
47 if (direction != null) this.direction.set(direction).nor(); in set()
53 this.direction.set(dirX, dirY, dirZ).nor(); in set()
59 this.direction.set(dirX, dirY, dirZ).nor(); in set()
DSpotLight.java75 if (direction != null) this.direction.set(direction).nor(); in set()
86 if (direction != null) this.direction.set(direction).nor(); in set()
97 this.direction.set(dirX, dirY, dirZ).nor(); in set()
108 this.direction.set(dirX, dirY, dirZ).nor(); in set()
116 direction.set(target).sub(position).nor(); in setTarget()
/external/snakeyaml/src/test/resources/pyyaml/
Dspec-06-01.data2 # neither content nor indentation.
12 # Still by two # content nor
13 Still by two # content nor
/external/llvm/test/YAMLParser/
Dspec-06-01.test4 # neither content nor indentation.
14 # Still by two # content nor
15 Still by two # content nor
/external/libgsm/
DNOTICE5 removed and that neither the authors nor the Technische Universitaet Berlin
7 software for any purpose nor are held responsible for any defects of
27 the authors nor the Technische Universitaet Berlin are
29 of this software for any purpose nor are held responsible
/external/parameter-framework/support/android/asio/
Dasio_defines.txt63 // bionic doesn't implement eventfd nor timerfd
69 // We are not using asio for iostream, nor serial ports, nor posix file
70 // descriptiors, nor with unix sockets
/external/libxml2/result/schemas/
Dderivation-ok-restriction-2-1-1_0_0.err2 …al complex type, attribute use 'barC_1': Neither a matching attribute use, nor a matching wildcard…
3 …al complex type, attribute use 'barC_2': Neither a matching attribute use, nor a matching wildcard…
4 …al complex type, attribute use 'barD_1': Neither a matching attribute use, nor a matching wildcard…
5 …al complex type, attribute use 'barD_2': Neither a matching attribute use, nor a matching wildcard…
/external/libgdx/gdx/src/com/badlogic/gdx/math/
DPlane.java50 this.normal.set(normal).nor(); in Plane()
59 this.normal.set(normal).nor(); in Plane()
80 normal.set(point1).sub(point2).crs(point2.x-point3.x, point2.y-point3.y, point2.z-point3.z).nor(); in set()
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/
DCamera.java77 tmpVec.set(x, y, z).sub(position).nor(); in lookAt()
101 tmpVec.set(direction).crs(up).nor(); in normalizeUp()
102 up.set(tmpVec).crs(direction).nor(); in normalizeUp()
255 ray.direction.sub(ray.origin).nor(); in getPickRay()
/external/llvm/test/MC/Mips/msa/
Dtest_vec.s7 # CHECK: nor.v $w7, $w31, $w0 # encoding: [0x78,0x40,0xf9,0xde]
15 nor.v $w7, $w31, $w0
/external/autotest/client/deps/webgl_mpd/src/resources/
DJ3DI.js432 var vtx, nor, tex;
436 nor = vtx;
442 nor = parseInt(f[2]) - 1;
476 if (nor * 3 + 2 < normal.length) {
477 x = normal[nor*3];
478 y = normal[nor*3+1];
479 z = normal[nor*3+2];
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/influencers/
DDynamicsModifier.java46 accellerationChannel.data[accelOffset +ParticleChannels.ZOffset]).nor(), in update()
47 axisY = TMP_V2.set(TMP_V1).crs(Vector3.Y).nor().crs(TMP_V1).nor(), in update()
48 axisX = TMP_V3.set(axisY).crs(axisZ).nor(); in update()
329 .nor().scl(strength); in update()
374 TMP_V3.set(cosTheta *sinPhi, cosPhi, sinTheta*sinPhi).nor().scl(strength); in update()
425 .nor().scl(strength); in update()
462 …TMP_V3.set(MathUtils.random(-1, 1f), MathUtils.random(-1, 1f), MathUtils.random(-1, 1f)).nor().scl… in update()
/external/valgrind/none/tests/mips64/
Dlogical_instructions.stdout.exp2566 nor $t0, $t1, $t2 :: rd 0x4e08bf4b, rs 0x0, rt 0xffffffffb1f740b4
2567 nor $s0, $s1, $s2 :: rd 0x5d591399e4542854, rs 0x12bd6aa, rt 0xa2a6ec661ba84121
2568 nor $t0, $t1, $t2 :: rd 0x4ac9a2fc, rs 0x0, rt 0xffffffffb5365d03
2569 nor $s0, $s1, $s2 :: rd 0x9e806098202d5484, rs 0x7e876382d2ab13, rt 0x614d9b445f12236b
2570 nor $t0, $t1, $t2 :: rd 0x46088401, rs 0x9823b6e, rt 0xffffffffb8757bda
2571 nor $s0, $s1, $s2 :: rd 0x401000202082a208, rs 0x976d6e9ac31510f3, rt 0x3baa99471f6d4d75
2572 nor $t0, $t1, $t2 :: rd 0x42089902, rs 0xd4326d9, rt 0xffffffffbcb4666d
2573 nor $s0, $s1, $s2 :: rd 0x83108005094800, rs 0xb7746d775ad6a5fb, rt 0x680cce5fb236b666
2574 nor $t0, $t1, $t2 :: rd 0x4c088903, rs 0x130476dc, rt 0xffffffffa2f33668
2575 nor $s0, $s1, $s2 :: rd 0xa5031b10190840e8, rs 0x42b0c0a28677b502, rt 0x58ec644d6481af17
[all …]
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
DVector2dTest.java42 private Vector2 sum = new Vector2().add(Vector2.X).add(Vector2.Y).nor();
101 lerpTarget.set(-1.0f + MathUtils.random(2.0f), -1.0f + MathUtils.random(2.0f)).nor(); in render()
110 lerpTarget2.set(-1.0f + MathUtils.random(2.0f), -1.0f + MathUtils.random(2.0f)).nor(); in render()
/external/autotest/client/tests/sparse/
Dcontrol9 (although it could be used as a front-end for one) nor is it a
16 analysis. It's not a tokenizer, nor is it some generic context-free
/external/speex/
DNOTICE25 - Neither the name of the Xiph.org Foundation nor the names of its
45 removed and that neither the authors nor the Technische Universitaet Berlin
47 software for any purpose nor are held responsible for any defects of
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/utils/
DPerspectiveCamController.java79 if (tmpV.set(point).nor().dot(yAxis) < 0.9999f) { in touchDragged()
80 xAxis.set(cam.direction).crs(yAxis).nor(); in touchDragged()

12345678910>>...38