/external/eigen/unsupported/Eigen/src/MoreVectorization/ |
MathFunctions.h | 25 _EIGEN_DECLARE_CONST_Packet4f(half, 0.5); 27 _EIGEN_DECLARE_CONST_Packet4f(3half, 1.5); 48 //so first compare with half
|
/external/skia/src/opts/ |
SkBlurImage_opts_SSE2.cpp | 50 const __m128i half = _mm_set1_epi32(1 << 23); local 75 result = _mm_add_epi32(result, half);
|
SkBlurImage_opts_neon.cpp | 44 const uint32x4_t half = vdupq_n_u32(1 << 23); local 56 // ( half+sumA*scale half+sumR*scale half+sumG*scale half+sumB*scale ) 57 uint32x4_t result = vmlaq_u32(half, sum, scale);
|
/frameworks/rs/cpu_ref/linkloader/include/ |
ELFTypes.h | 125 typedef detail::ELFHalf half; typedef in struct:ELFPrimitiveTypes 146 typedef detail::ELFHalf half; typedef in struct:ELFPrimitiveTypes 187 typedef typename ELFPrimitiveTypes<BITWIDTH>::half half_t; \ 205 typedef ELFPrimitiveTypes<BITWIDTH>::half half_t; \
|
/external/qemu/ |
charpipe.c | 29 * each half of the channel has its own object and buffer, and 70 /* this models each half of the charpipe */ 453 CharPipeHalf* half; local 455 half = cp->a; 456 if (half->peer != NULL) 457 charpipehalf_poll(half); 459 half = cp->b; 460 if (half->peer != NULL) 461 charpipehalf_poll(half);
|
/external/chromium_org/third_party/skia/src/effects/ |
SkBlurImageFilter.cpp | 76 uint32_t half = 1 << 23; local 91 *dptr = SkPackARGB32((sumA * scale + half) >> 24, 92 (sumR * scale + half) >> 24, 93 (sumG * scale + half) >> 24, 94 (sumB * scale + half) >> 24);
|
SkBlurMask.cpp | 44 * *dptr = (sum * scale + half) >> 24; 48 * *dptr = (sum * scale + half) >> 24; 52 * *dptr = (sum * scale + half) >> 24; 59 * *dptr = (sum * scale + half) >> 24; 64 * *dptr = (sum * scale + half) >> 24; 69 * *dptr = (sum * scale + half) >> 24; 86 uint32_t half = 1 << 23; local 98 *dptr = (sum * scale + half) >> 24; \ 127 *dptr = (sum * scale + half) >> 24; \ 156 *dptr = (sum * scale + half) >> 24; 289 uint32_t half = 1 << 23; local [all...] |
/external/skia/src/effects/ |
SkBlurImageFilter.cpp | 76 uint32_t half = 1 << 23; local 91 *dptr = SkPackARGB32((sumA * scale + half) >> 24, 92 (sumR * scale + half) >> 24, 93 (sumG * scale + half) >> 24, 94 (sumB * scale + half) >> 24);
|
SkBlurMask.cpp | 44 * *dptr = (sum * scale + half) >> 24; 48 * *dptr = (sum * scale + half) >> 24; 52 * *dptr = (sum * scale + half) >> 24; 59 * *dptr = (sum * scale + half) >> 24; 64 * *dptr = (sum * scale + half) >> 24; 69 * *dptr = (sum * scale + half) >> 24; 86 uint32_t half = 1 << 23; local 98 *dptr = (sum * scale + half) >> 24; \ 127 *dptr = (sum * scale + half) >> 24; \ 156 *dptr = (sum * scale + half) >> 24; 289 uint32_t half = 1 << 23; local [all...] |
/external/eigen/Eigen/src/Core/arch/SSE/ |
MathFunctions.h | 27 _EIGEN_DECLARE_CONST_Packet4f(half, 0.5f); 107 _EIGEN_DECLARE_CONST_Packet4f(half, 0.5f); 182 _EIGEN_DECLARE_CONST_Packet4f(half, 0.5f); 283 _EIGEN_DECLARE_CONST_Packet4f(half, 0.5f); 370 Packet4f half = pmul(_x, pset1<Packet4f>(.5f)); local 376 x = pmul(x, psub(pset1<Packet4f>(1.5f), pmul(half, pmul(x,x))));
|
/external/chromium_org/third_party/skia/src/utils/ |
SkCullPoints.cpp | 215 const SkScalar half = SK_ScalarHalf; local 217 SkRect r = SkRect::MakeXYWH(x - half, y - half, one, one);
|
/external/skia/src/utils/ |
SkCullPoints.cpp | 215 const SkScalar half = SK_ScalarHalf; local 217 SkRect r = SkRect::MakeXYWH(x - half, y - half, one, one);
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
TimeBar.java | 161 int half = mScrubber.getWidth() / 2; local 162 int max = mProgressBar.right - half; 163 int min = mProgressBar.left - half;
|
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/ |
GenericWaveRS.java | 84 int half = outlen / 2; local 86 mPointData[i*8] = i - half; // start point X (Y set later) 89 mPointData[i*8+4] = i - half; // end point X (Y set later)
|
/libcore/luni/src/main/java/java/util/concurrent/ |
PriorityBlockingQueue.java | 357 int half = n >>> 1; // loop while a non-leaf local 358 while (k < half) { 378 int half = n >>> 1; local 379 while (k < half) { 401 int half = (n >>> 1) - 1; local 404 for (int i = half; i >= 0; i--) 408 for (int i = half; i >= 0; i--)
|
/external/eigen/Eigen/src/Core/products/ |
SelfadjointMatrixMatrix.h | 169 Index half = (std::min)(end_k,j2); local 170 for(Index k=k2; k<half; k++) 176 if(half==j2 && half<k2+rows) 182 half--; 185 for(Index k=half+1; k<k2+rows; k++)
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_lgamma_r.c | 91 half= 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable 275 r = half*y+p/q; 291 r = (x-half)*(t-one)+w;
|
e_lgammaf_r.c | 24 half= 5.0000000000e-01, /* 0x3f000000 */ variable 208 r = half*y+p/q; 224 r = (x-half)*(t-one)+w;
|
s_erf.c | 116 half= 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable 264 r += (x-half); 265 return half - r ;
|
s_erff.c | 24 half= 5.0000000000e-01, /* 0x3F000000 */ variable 173 r += (x-half); 174 return half - r ;
|
/external/chromium_org/third_party/freetype/src/base/ |
fttrigon.c | 381 FT_Int32 half = (FT_Int32)1L << ( shift - 1 ); local 384 vec->x = ( v.x + half + FT_SIGN_LONG( v.x ) ) >> shift; 385 vec->y = ( v.y + half + FT_SIGN_LONG( v.y ) ) >> shift;
|
/external/fdlibm/ |
e_lgamma_r.c | 90 half= 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable 282 r = half*y+p/q; 298 r = (x-half)*(t-one)+w;
|
s_erf.c | 117 half= 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable 273 r += (x-half); 274 return half - r ;
|
/external/freetype/src/base/ |
fttrigon.c | 381 FT_Int32 half = (FT_Int32)1L << ( shift - 1 ); local 384 vec->x = ( v.x + half + FT_SIGN_LONG( v.x ) ) >> shift; 385 vec->y = ( v.y + half + FT_SIGN_LONG( v.y ) ) >> shift;
|
/external/chromium_org/v8/test/webkit/fast/regex/ |
toString.js | 81 // The first half of this checks that: 84 // The second half checks that:
|