/toolchain/binutils/binutils-2.25/gas/testsuite/gas/nios2/ |
nor.s | 1 # Source file used to test the nor instruction 4 nor r6,r8,r10
|
nor.d | 2 #name: NIOS2 nor 4 # Test the nor instruction 9 0+0000 <[^>]*> 428c303a nor r6,r8,r10
|
or.s | 1 # Source file used to test the nor instruction
|
xor.s | 1 # Source file used to test the nor instruction
|
or.d | 4 # Test the nor instruction
|
xor.d | 4 # Test the nor instruction
|
ctl.s | 1 # Source file used to test the nor instruction
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
and.s | 11 # nor, or, and xor are handled by the same code. There is a special 12 # case for nor, so we test all variants. 14 nor $4,$5,0 15 nor $4,$5,1 16 nor $4,$5,0x8000 17 nor $4,$5,-0x8000 18 nor $4,$5,0x10000 19 nor $4,$5,0x1a5a5
|
and.d | 21 0+002c <[^>]*> nor a0,a0,zero 23 0+0034 <[^>]*> nor a0,a0,zero 25 0+003c <[^>]*> nor a0,a0,zero 27 0+0044 <[^>]*> nor a0,a1,at 29 0+004c <[^>]*> nor a0,a1,at 32 0+0058 <[^>]*> nor a0,a1,at
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/nds32/ |
to-16bit-v3.s | 8 nor $r0, $r0, $r0 label 9 nor $r7, $r7, $r7 label
|
/toolchain/binutils/binutils-2.25/bfd/hosts/ |
i386mach3.h | 37 FIXME!! UPAGES is neither 2 nor 16
|
i860mach3.h | 39 FIXME!! UPAGES is neither 2 nor 16
|
pc532mach.h | 37 #error UPAGES is neither 2 nor 16
|
/external/vboot_reference/scripts/image_signing/ |
firmware_boot.sh | 47 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/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/environment/ |
DirectionalLight.java | 41 if (direction != null) this.direction.set(direction).nor();
47 if (direction != null) this.direction.set(direction).nor();
53 this.direction.set(dirX, dirY, dirZ).nor();
59 this.direction.set(dirX, dirY, dirZ).nor();
|
SpotLight.java | 75 if (direction != null) this.direction.set(direction).nor(); 86 if (direction != null) this.direction.set(direction).nor(); 97 this.direction.set(dirX, dirY, dirZ).nor(); 108 this.direction.set(dirX, dirY, dirZ).nor(); 116 direction.set(target).sub(position).nor();
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/ |
FirstPersonCameraController.java | 74 tmp.set(camera.direction).crs(camera.up).nor();
86 tmp.set(camera.direction).nor().scl(deltaTime * velocity);
90 tmp.set(camera.direction).nor().scl(-deltaTime * velocity);
94 tmp.set(camera.direction).crs(camera.up).nor().scl(-deltaTime * velocity);
98 tmp.set(camera.direction).crs(camera.up).nor().scl(deltaTime * velocity);
102 tmp.set(camera.up).nor().scl(deltaTime * velocity);
106 tmp.set(camera.up).nor().scl(-deltaTime * velocity);
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/shapebuilders/ |
BoxShapeBuilder.java | 84 Vector3 nor = tmpV1.set(corner000).lerp(corner110, 0.5f).sub(tmpV2.set(corner001).lerp(corner111, 0.5f)).nor(); local 85 builder.rect(corner000, corner010, corner110, corner100, nor); 86 builder.rect(corner011, corner001, corner101, corner111, nor.scl(-1)); 87 nor = tmpV1.set(corner000).lerp(corner101, 0.5f).sub(tmpV2.set(corner010).lerp(corner111, 0.5f)).nor(); 88 builder.rect(corner001, corner000, corner100, corner101, nor); 89 builder.rect(corner010, corner011, corner111, corner110, nor.scl(-1)); 90 nor = tmpV1.set(corner000).lerp(corner011, 0.5f).sub(tmpV2.set(corner100).lerp(corner111, 0.5f)).nor(); [all...] |
ArrowShapeBuilder.java | 44 Vector3 up = obtainV3().set(end).sub(begin).nor(); 47 forward.crs(up).nor(); 48 Vector3 left = obtainV3().set(up).crs(forward).nor(); 49 Vector3 direction = obtainV3().set(end).sub(begin).nor();
|
/external/llvm/lib/Support/ |
ThreadLocal.cpp | 47 #warning Neither LLVM_ON_UNIX nor LLVM_ON_WIN32 set in Support/ThreadLocal.cpp
|
/prebuilts/go/darwin-x86/src/os/ |
sticky_bsd.go | 9 // According to sticky(8), neither open(2) nor mkdir(2) will create
|
/prebuilts/go/linux-x86/src/os/ |
sticky_bsd.go | 9 // According to sticky(8), neither open(2) nor mkdir(2) will create
|
/external/libgdx/gdx/src/com/badlogic/gdx/math/ |
Plane.java | 50 this.normal.set(normal).nor();
59 this.normal.set(normal).nor();
80 normal.set(point1).sub(point2).crs(point2.x-point3.x, point2.y-point3.y, point2.z-point3.z).nor();
method
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/ |
HeightField.java | 217 v01.normal.set(v01.position).sub(v00.position).nor().crs(tmpV1.set(v11.position).sub(v01.position).nor()); 218 v10.normal.set(v10.position).sub(v11.position).nor().crs(tmpV1.set(v00.position).sub(v10.position).nor()); 264 // out.set(-sx * yScale, 2f * xScale, sy*yScale*xScale / zScale).nor(); 278 out.add(tmpV7.set(top).sub(center).nor().crs(tmpV8.set(center).sub(left).nor()).nor()); 282 out.add(tmpV7.set(left).sub(center).nor().crs(tmpV8.set(center).sub(bottom).nor()).nor()) [all...] |
/external/clang/test/SemaTemplate/ |
instantiate-call.cpp | 28 expected-error {{neither visible in the template definition nor found by argument-dependent lookup}}
|