HomeSort by relevance Sort by last modified time
    Searched refs:half (Results 1 - 25 of 230) sorted by null

1 2 3 4 5 6 7 8 910

  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
BitmapsRectActivity.java 57 final float half = mBitmap1.getHeight() / 2.0f; local
58 mSrcRect = new Rect((int) fourth, (int) (half - half / 2.0f),
59 (int) (fourth + fourth), (int) (half + half / 2.0f));
60 mDstRect = new RectF(fourth, half - half / 2.0f, fourth + fourth, half + half / 2.0f);
61 mDstRect2 = new RectF(fourth, half - half / 2.0f
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
binary_search.hpp 43 typename traits::difference_type half; local
47 half = len >> 1;
49 std::advance(middle, half);
53 len = len - half - 1;
56 len = half;
68 typename traits::difference_type half; local
72 half = len >> 1;
74 std::advance(middle, half);
78 len = len - half - 1;
81 len = half;
93 typename traits::difference_type half; local
118 typename traits::difference_type half; local
143 typename traits::difference_type half; local
175 typename traits::difference_type half; local
    [all...]
  /external/fdlibm/
e_cosh.c 38 static const double one = 1.0, half=0.5, huge = 1.0e300; variable
40 static double one = 1.0, half=0.5, huge = 1.0e300; variable
72 return half*t+half/t;
75 /* |x| in [22, ieee_log(maxdouble)] return half*ieee_exp(|x|) */
76 if (ix < 0x40862E42) return half*__ieee754_exp(ieee_fabs(x));
82 w = __ieee754_exp(half*ieee_fabs(x));
83 t = half*w;
k_sin.c 49 half = 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable
73 else return x-((z*(half*y-v*r)-y)-v*S1);
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_cosh.c 41 static const double one = 1.0, half=0.5, huge = 1.0e300; variable
67 return half*t+half/t;
70 /* |x| in [22, log(maxdouble)] return half*exp(|x|) */
71 if (ix < 0x40862E42) return half*__ieee754_exp(fabs(x));
e_coshf.c 22 static const float one = 1.0, half=0.5, huge = 1.0e30; variable
47 return half*t+half/t;
50 /* |x| in [9, log(maxfloat)] return half*exp(|x|) */
51 if (ix < 0x42b17217) return half*__ieee754_expf(fabsf(x));
k_sin.c 51 half = 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable
69 else return x-((z*(half*y-v*r)-y)-v*S1);
  /external/llvm/test/MC/Sparc/
sparc-directives.s 8 ! SPARC32: .half 1024
9 ! SPARC64: .half 1024
10 .half 1024
  /external/eigen/test/
sparseLM.cpp 38 int half = n/2; local
39 VectorBlock<const VectorType> u(uv, 0, half);
40 VectorBlock<const VectorType> v(uv, half, half);
44 for (int i = 0; i < half; i++)
65 int half = n/2; local
66 VectorBlock<const VectorType> u(uv, 0, half);
67 VectorBlock<const VectorType> v(uv, half, half);
72 for (int i = 0; i < half; i++
90 int half = n\/2; local
    [all...]
denseLM.cpp 39 int half = n/2; local
40 VectorBlock<const VectorType> u(uv, 0, half);
41 VectorBlock<const VectorType> v(uv, half, half);
44 for (int i = 0; i < half; i++)
64 int half = n/2; local
65 VectorBlock<const VectorType> u(uv, 0, half);
66 VectorBlock<const VectorType> v(uv, half, half);
70 for (int i = 0; i < half; i++
85 int half = n\/2; local
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/util/
SorterTemplate.java 147 int half = len / 2; local
148 int mid= lo + half;
151 len = len - half -1;
153 len = half;
162 int half = len / 2; local
163 int mid = lo + half;
165 len = half;
168 len = len - half -1;
  /libcore/luni/src/main/java/java/util/concurrent/
ThreadLocalRandom.java 136 // half (which makes a difference only if odd).
140 long half = n >>> 1; local
141 long nextn = ((bits & 2) == 0) ? half : n - half;
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
tcmalloc_large_unittest.cc 125 // Test sizes at half of size_t.
129 const size_t half = (zero - 2) / 2 + 1; local
131 TryAllocMightFail(half - i);
132 TryAllocMightFail(half + i);
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
tcmalloc_large_unittest.cc 125 // Test sizes at half of size_t.
129 const size_t half = (zero - 2) / 2 + 1; local
131 TryAllocMightFail(half - i);
132 TryAllocMightFail(half + i);
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
k_sinl.c 24 half = 0.5; variable
58 else return x-((z*(half*y-v*r)-y)-v*S1);
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/arm64/
ComplexToRealFixup.S 96 #define half v0.2s define
157 fmov half, #0.5
188 fmul dT0,dT0,half[0]
189 fmul dT1,dT1,half[0]
211 fmul dX1r,qT0,half[0]
212 fmul dX1i,qT1,half[0]
222 fmul dX0r,qT2,half[0]
223 fmul dX0i,qT3,half[0]
armSP_FFTInv_CCSToR_F32_preTwiddleRadix2_s.S 114 #define half v13.2s define
118 fmov half, 0.5
143 fmul dY0, dY0, half[0]
144 fmul dY1, dY1, half[0]
204 fmul dT2, dT2, half[0]
205 fmul dT3, dT3, half[0]
207 fmul dT0, dT0, half[0]
208 fmul dT1, dT1, half[0]
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/armv7/
armSP_FFTInv_CCSToR_F32_preTwiddleRadix2_unsafe_s.S 97 //@ half = 0.5
98 #define half s15 define
106 @// Initialize half now.
109 vmov.f32 half, N @// half = 0.5
158 vmul.f32 x0r, half
159 vmul.f32 x0i, half
207 vmul.f32 y1r, half
208 vmul.f32 y1i, half
209 vmul.f32 st4, half
    [all...]
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
armSP_FFTInv_CCSToR_F32_preTwiddleRadix2_unsafe_s.S 121 #define half D13.F32 define
138 VMOV half, 0.5
164 VMUL dY0, dY0, half[0]
165 VMUL dY1, dY1, half[0]
222 VMUL dT2, dT2, half[0]
223 VMUL dT3, dT3, half[0]
225 VMUL dT0, dT0, half[0]
226 VMUL dT1, dT1, half[0]
omxSP_FFTFwd_RToCCS_F32_Sfs_s.S 129 #define half d0.f32 define
300 VMOV half, #0.5
331 VMUL dT0,dT0,half[0]
332 VMUL dT1,dT1,half[0]
349 VMUL dX1r,qT0,half[0]
350 VMUL dX1i,qT1,half[0]
360 VMUL dX0r,qT2,half[0]
361 VMUL dX0i,qT3,half[0]
  /system/media/audio_utils/
fixedfft.cpp 23 * half of the twiddle factors are stored. Although there are still ways to make
101 static inline int32_t half(int32_t a) function
128 int32_t x = half(v[i]);
129 int32_t y = half(v[i + p]);
139 int32_t x = half(v[i]);
155 v[m] = half(v[m]);
158 int32_t x = half(v[i]);
159 int32_t z = half(v[n - i]);
161 x = half(x + (z ^ 0xFFFF));
  /external/speex/libspeex/
vq_sse.h 41 __m128 half; local
44 half = _mm_set_ps1(.5f);
50 __m128 d = _mm_mul_ps(E[i], half);
80 __m128 half; local
83 half = _mm_set_ps1(.5f);
  /dalvik/dexgen/src/com/android/dexgen/util/
ByteArrayAnnotatedOutput.java 211 int half = (int) value; local
212 data[writeAt] = (byte) half;
213 data[writeAt + 1] = (byte) (half >> 8);
214 data[writeAt + 2] = (byte) (half >> 16);
215 data[writeAt + 3] = (byte) (half >> 24);
217 half = (int) (value >> 32);
218 data[writeAt + 4] = (byte) half;
219 data[writeAt + 5] = (byte) (half >> 8);
220 data[writeAt + 6] = (byte) (half >> 16);
221 data[writeAt + 7] = (byte) (half >> 24)
    [all...]
  /dalvik/dx/src/com/android/dx/util/
ByteArrayAnnotatedOutput.java 223 int half = (int) value; local
224 data[writeAt] = (byte) half;
225 data[writeAt + 1] = (byte) (half >> 8);
226 data[writeAt + 2] = (byte) (half >> 16);
227 data[writeAt + 3] = (byte) (half >> 24);
229 half = (int) (value >> 32);
230 data[writeAt + 4] = (byte) half;
231 data[writeAt + 5] = (byte) (half >> 8);
232 data[writeAt + 6] = (byte) (half >> 16);
233 data[writeAt + 7] = (byte) (half >> 24)
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/util/
ByteArrayAnnotatedOutput.java 220 int half = (int) value; local
221 data[writeAt] = (byte) half;
222 data[writeAt + 1] = (byte) (half >> 8);
223 data[writeAt + 2] = (byte) (half >> 16);
224 data[writeAt + 3] = (byte) (half >> 24);
226 half = (int) (value >> 32);
227 data[writeAt + 4] = (byte) half;
228 data[writeAt + 5] = (byte) (half >> 8);
229 data[writeAt + 6] = (byte) (half >> 16);
230 data[writeAt + 7] = (byte) (half >> 24)
    [all...]

Completed in 1830 milliseconds

1 2 3 4 5 6 7 8 910