HomeSort by relevance Sort by last modified time
    Searched full:near (Results 1 - 25 of 1796) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
relax.s 3 bl near
5 bl near
  /frameworks/rs/java/tests/Refocus/src/com/android/rs/test/image/
RangeLinearDepthTransform.java 15 private final float near; field in class:RangeLinearDepthTransform
18 public RangeLinearDepthTransform(float near, float far) {
19 this.near = near;
25 return near;
41 (int) ((value - near) / (far - near) * 255f)));
46 return near + (far - near) * Math.max(0, Math.min(255, value)) / 255f;
RangeInverseDepthTransform.java 14 private final float near; field in class:RangeInverseDepthTransform
17 public RangeInverseDepthTransform(float near, float far) {
18 this.near = near;
24 return near;
40 (int) ((far - near * far / value) / (far - near) * 255f)));
45 return (far * near) / (far - (far - near) *
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
attr-pid-opts-mpid-near.d 2 #name: C6X PID attribute, -mpid=near
3 #as: -mpid=near
9 Tag_ABI_PID: Data addressing position-independent, GOT near DP
attr-pid-directive-1.d 9 Tag_ABI_PID: Data addressing position-independent, GOT near DP
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/image/
RangeInverseDepthTransform.java 28 private final float near; field in class:RangeInverseDepthTransform
31 public RangeInverseDepthTransform(float near, float far) {
32 this.near = near;
38 return near;
54 (int) ((far - near * far / value) / (far - near) * 255f)));
59 return (far * near) / (far - (far - near) *
RangeLinearDepthTransform.java 29 private final float near; field in class:RangeLinearDepthTransform
32 public RangeLinearDepthTransform(float near, float far) {
33 this.near = near;
39 return near;
55 (int) ((value - near) / (far - near) * 255f)));
60 return near + (far - near) * Math.max(0, Math.min(255, value)) / 255f;
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug140.go 25 bug140.go:6: syntax error near L1
26 bug140.go:7: syntax error near L2
  /prebuilts/go/linux-x86/test/fixedbugs/
bug140.go 25 bug140.go:6: syntax error near L1
26 bug140.go:7: syntax error near L2
  /external/clang/test/Sema/
attr-section.c 13 __attribute__((section("NEAR,x"))) int n1; // expected-error {{'section' attribute only applies to functions and global variables}}
14 __attribute__((section("NEAR,x"))) static int n2; // ok.
21 enum __attribute__((section("NEAR,x"))) e { one }; // expected-error {{'section' attribute only applies to functions and global variables}}
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
intel-expr.s 32 .word near, far
35 .word near, far
38 .word near, far
  /external/valgrind/none/tests/s390x/
rounding-5.stdout.exp 1 setting FPC rounding mode to [-> near]
10 setting FPC rounding mode to [-> near]
19 setting FPC rounding mode to [-> near]
28 setting FPC rounding mode to [-> near]
37 setting FPC rounding mode to [-> near]
46 setting FPC rounding mode to [-> near]
rounding-1.stdout.exp 1 cfdbr [->near/even] -2147483648.500000 -> -2147483648 cc = 1
  /frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
ProximityClassifier.java 25 * the proximity sensor showing the near state during the whole gesture
73 * @param near is the sensor showing the near state right now
76 private void update(boolean near, long timestampNano) {
80 // if the state before was near then add the difference of the current time and
86 // if the new state is near, set mNearStartTimeNano equal to this moment.
87 if (near) {
91 mNear = near;
  /development/samples/training/threadsample/res/drawable/
imagenotqueued.xml 4 <!-- opaque near black -->
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/nios2/
illegal.l 3 .*illegal.s:8: Error: expecting \( near 0x1000
5 .*illegal.s:9: Error: expecting \) near r5
6 .*illegal.s:10: Error: expecting \( near 0x1000r5\)
8 .*illegal.s:11: Error: expecting \( near 0x1000,r5
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
attr-pid-11.d 11 Tag_ABI_PID: Data addressing position-independent, GOT near DP
attr-pid-12.d 11 Tag_ABI_PID: Data addressing position-independent, GOT near DP
attr-pid-21.d 11 Tag_ABI_PID: Data addressing position-independent, GOT near DP
shared-nopic.d 2 #as: -mlittle-endian -mdsbt -mpid=near
  /external/boringssl/win-x86/crypto/bn/
bn-586.asm 24 jnc NEAR L$000maw_non_sse2
30 jmp NEAR L$001maw_sse2_entry
92 jz NEAR L$003maw_sse2_exit
95 jnz NEAR L$002maw_sse2_unrolled
108 jnz NEAR L$004maw_sse2_loop
127 jz NEAR L$005maw_finish
206 jnz NEAR L$006maw_loop
210 jnz NEAR L$007maw_finish2
211 jmp NEAR L$008maw_end
223 jz NEAR L$008maw_en
    [all...]
  /external/libpcap/msdos/
ndis_0.asm 23 @&name label near
54 EXTRN _NdisSystemRequest : near
55 EXTRN _NdisRequestConfirm : near
56 EXTRN _NdisTransmitConfirm : near
57 EXTRN _NdisReceiveLookahead : near
58 EXTRN _NdisIndicationComplete : near
59 EXTRN _NdisReceiveChain : near
60 EXTRN _NdisStatusProc : near
61 EXTRN _NdisAllocStack : near
62 EXTRN _NdisFreeStack : near
    [all...]
  /external/boringssl/win-x86/crypto/aes/
aesni-x86.asm 36 jnz NEAR L$000enc1_loop_1
61 jnz NEAR L$001dec1_loop_2
87 jnz NEAR L$002enc2_loop
112 jnz NEAR L$003dec2_loop
140 jnz NEAR L$004enc3_loop
170 jnz NEAR L$005dec3_loop
204 jnz NEAR L$006enc4_loop
240 jnz NEAR L$007dec4_loop
268 jmp NEAR L$008_aesni_encrypt6_inner
288 jnz NEAR L$009enc6_loo
    [all...]
  /system/core/debuggerd/x86/
machine.cpp 37 dump_memory(log, backtrace, static_cast<uintptr_t>(r.eax), "memory near eax:");
38 dump_memory(log, backtrace, static_cast<uintptr_t>(r.ebx), "memory near ebx:");
39 dump_memory(log, backtrace, static_cast<uintptr_t>(r.ecx), "memory near ecx:");
40 dump_memory(log, backtrace, static_cast<uintptr_t>(r.edx), "memory near edx:");
41 dump_memory(log, backtrace, static_cast<uintptr_t>(r.esi), "memory near esi:");
42 dump_memory(log, backtrace, static_cast<uintptr_t>(r.edi), "memory near edi:");
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/shadows/utils/
AABBNearFarAnalyzer.java 28 /** Compute near and far plane based on renderable providers passed in constructor. Renderable providers array should contains only
32 /** Near and far initialization before computation. You should put the same values as the main camera */
99 camera.near = AABBNearFarAnalyzer.CAMERA_NEAR;
116 float near = distance - radius; local
119 if (near <= 0) near = CAMERA_NEAR;
122 camera.near = near;

Completed in 1551 milliseconds

1 2 3 4 5 6 7 8 91011>>