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

1 2

  /bionic/libm/src/
e_cosh.c 42 static const double one = 1.0, half=0.5, huge = 1.0e300; variable
69 return half*t+half/t;
72 /* |x| in [22, log(maxdouble)] return half*exp(|x|) */
73 if (ix < 0x40862E42) return half*__ieee754_exp(fabs(x));
79 w = __ieee754_exp(half*fabs(x));
80 t = half*w;
e_coshf.c 23 static const float one = 1.0, half=0.5, huge = 1.0e30; variable
48 return half*t+half/t;
51 /* |x| in [9, log(maxfloat)] return half*exp(|x|) */
52 if (ix < 0x42b17217) return half*__ieee754_expf(fabsf(x));
56 w = __ieee754_expf(half*fabsf(x));
57 t = half*w;
k_sin.c 52 half = 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable
69 else return x-((z*(half*y-v*r)-y)-v*S1);
e_rem_pio2f.c 56 half = 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable
74 n = (int32_t) (t*invpio2+half);
e_rem_pio2.c 66 half = 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable
114 n = (int32_t) (t*invpio2+half);
s_erf.c 117 half= 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable
265 r += (x-half);
266 return half - r ;
s_erff.c 25 half= 5.0000000000e-01, /* 0x3F000000 */ variable
174 r += (x-half);
175 return half - r ;
  /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);
e_rem_pio2.c 73 half = 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable
125 n = (int) (t*invpio2+half);
s_erf.c 117 half= 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable
273 r += (x-half);
274 return half - r ;
  /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);
  /frameworks/base/media/libmedia/
fixedfft.cpp 23 * half of the twiddle factors are stored. Although there are still ways to make
97 static inline int32_t half(int32_t a) function
124 int32_t x = half(v[i]);
125 int32_t y = half(v[i + p]);
135 int32_t x = half(v[i]);
151 v[m] = half(v[m]);
154 int32_t x = half(v[i]);
155 int32_t z = half(v[n - i]);
157 x = half(x + (z ^ 0xFFFF));
  /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...]
  /frameworks/compile/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/freetype/src/base/
fttrigon.c 267 /* Get the vector into the right half plane */
436 FT_Int32 half = (FT_Int32)1L << ( shift - 1 ); local
439 vec->x = ( v.x + half + FT_SIGN_LONG( v.x ) ) >> shift;
440 vec->y = ( v.y + half + FT_SIGN_LONG( v.y ) ) >> shift;
  /external/bluetooth/glib/glib/
gunidecomp.c 179 int half = (start + end) / 2; local
180 if (ch == decomp_table[half].ch)
186 offset = decomp_table[half].compat_offset;
188 offset = decomp_table[half].canon_offset;
192 offset = decomp_table[half].canon_offset;
199 else if (half == start)
201 else if (ch > decomp_table[half].ch)
202 start = half;
204 end = half;
  /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/webkit/Source/WebCore/rendering/mathml/
RenderMathMLOperator.cpp 222 int half = (m_stretchHeight - gGlyphHeight) / 2; local
223 if (half <= gGlyphHeight) {
225 createGlyph(stretchyCharacters[index].topGlyph, half, gTopGlyphTopAdjust);
231 int remaining = half - gGlyphHeight;
245 // The remaining is the top half minus the middle glyph height.
246 remaining = half - gGlyphHeight;
  /system/media/wilhelm/tests/sandbox/
intbufq.c 66 frame_t half[HALF_FRAMES]; variable
165 half[i].left = sine[i].left;
166 half[i].right = sawtooth[i].right / 2;
197 buffer = half;
198 size = sizeof(half);
  /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 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...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
Kube.java 34 int half = 0x08000; local
39 GLColor orange = new GLColor(one, half, 0);
  /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 88 int half = outlen / 2; local
90 mPointData[i*8] = i - half; // start point X (Y set later)
93 mPointData[i*8+4] = i - half; // end point X (Y set later)

Completed in 317 milliseconds

1 2