/external/fdlibm/ |
s_erf.c | 117 half= 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable 273 r += (x-half); 274 return half - r ;
|
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;
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
TimeBar.java | 175 int half = scrubber.getWidth() / 2; local 176 int max = progressBar.right - half; 177 int min = progressBar.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)
|
/bionic/libm/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 | 25 half= 5.0000000000e-01, /* 0x3f000000 */ variable 209 r = half*y+p/q; 225 r = (x-half)*(t-one)+w;
|
/external/bluetooth/glib/glib/ |
guniprop.c | 1188 int half = (start + end) / 2; local 1189 if (ch == casefold_table[half].ch) 1191 g_string_append (result, casefold_table[half].data); 1194 else if (half == start) 1196 else if (ch > casefold_table[half].ch) 1197 start = half; 1199 end = half; [all...] |
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/ |
ByteArrayAnnotatedOutput.java | 222 int half = (int) value; local 223 data[writeAt] = (byte) half; 224 data[writeAt + 1] = (byte) (half >> 8); 225 data[writeAt + 2] = (byte) (half >> 16); 226 data[writeAt + 3] = (byte) (half >> 24); 228 half = (int) (value >> 32); 229 data[writeAt + 4] = (byte) half; 230 data[writeAt + 5] = (byte) (half >> 8); 231 data[writeAt + 6] = (byte) (half >> 16); 232 data[writeAt + 7] = (byte) (half >> 24) [all...] |
/external/webkit/Source/WebCore/rendering/ |
RenderThemeChromiumWin.cpp | 723 IntRect half = rect; local 727 half.setHeight(rect.height() / 2); 729 ThemePainter upPainter(info.context, half); 738 half.setY(rect.y() + rect.height() / 2); 740 ThemePainter downPainter(info.context, half);
|
/external/webkit/Source/WebKit/win/ |
FullscreenVideoController.cpp | 148 float half = static_cast<float>(m_buttonSize) / 2; local 149 points[0].setX(m_rect.location().x() + m_buttonPosition + half); 152 points[1].setY(m_rect.location().y() + half); 153 points[2].setX(m_rect.location().x() + m_buttonPosition + half); 156 points[3].setY(m_rect.location().y() + half); 531 // height / 4 (which is actually half of font height /2), which positions the center of
|
/libcore/luni/src/main/java/java/util/concurrent/ |
PriorityBlockingQueue.java | 355 int half = n >>> 1; // loop while a non-leaf local 356 while (k < half) { 374 int half = n >>> 1; local 375 while (k < half) { 396 int half = (n >>> 1) - 1; local 399 for (int i = half; i >= 0; i--) 403 for (int i = half; i >= 0; i--) [all...] |
ScheduledThreadPoolExecutor.java | 866 int half = size >>> 1; local [all...] |
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/ |
Visualization5RS.java | 102 int half = outlen / 2; local 104 mPointData[i*8] = i - half; // start point X (Y set later) 107 mPointData[i*8+4] = i - half; // end point X (Y set later)
|
/system/core/sh/ |
expand.c | 1289 int half; local 1294 half = len >> 1; 1296 for (n = half ; --n >= 0 ; ) { 1300 q->next = NULL; /* terminate first half of list */ 1301 q = msort(list, half); /* sort first half of list */ 1302 p = msort(p, len - half); /* sort second half */
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/ |
VertexBuffer.java | 232 * For the {@link Format#Half} type, {@link ByteBuffer}s should 237 * Half precision floating point. 240 Half(2), 499 if (format == Format.Half) 587 * Converts single floating-point data to {@link Format#Half half} floating-point data. 597 format = Format.Half; 608 short half = FastMath.convertFloatToHalf(f); local 609 halfData.putShort(half); 629 case Half [all...] |
/external/valgrind/main/none/tests/ppc32/ |
round.c | 176 double half = (double)denorm_small/2; local 177 double qtr = half/2; 178 double D_hi = (double)*base + half + qtr; 179 double D_lo = (double)*base + half - qtr; 389 double qtr, half, fA, fB, fD; local 404 half = (double)whole/2; 405 qtr = half/2; 431 fB = s*(4+q)*half; 434 fA = s*(4+q)*half;
|
/external/valgrind/main/none/tests/ppc64/ |
round.c | 176 double half = (double)denorm_small/2; local 177 double qtr = half/2; 178 double D_hi = (double)*base + half + qtr; 179 double D_lo = (double)*base + half - qtr; 389 double qtr, half, fA, fB, fD; local 404 half = (double)whole/2; 405 qtr = half/2; 431 fB = s*(4+q)*half; 434 fA = s*(4+q)*half;
|
/external/icu4c/i18n/ |
decNumber.c | 4740 Int half; \/* half to add to lower unit *\/ local 6973 Unit half=(Unit)powers[DECDPUN]>>1; local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
com.ibm.icu_4.2.1.v20100412.jar | |