HomeSort by relevance Sort by last modified time
    Searched defs:half (Results 1 - 25 of 32) 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 ;
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/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 ;
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;
  /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));
  /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;
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/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);
  /system/media/opensles/tests/sandbox/
intbufq.c 65 frame_t half[HALF_FRAMES]; variable
164 half[i].left = sine[i].left;
165 half[i].right = sawtooth[i].right / 2;
196 buffer = half;
197 size = sizeof(half);
  /dalvik/dx/src/com/android/dx/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...]
  /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);
  /external/libvpx/vp8/common/
boolcoder.h 337 uint32 half() const function in struct:bool_coder
395 raw((bool)(val & m), half());
443 v += v + (raw(half()) ? 1 : 0);
  /external/webkit/WebKit/win/
FullscreenVideoController.cpp 144 float half = static_cast<float>(m_buttonSize) / 2; local
145 points[0].setX(m_rect.location().x() + m_buttonPosition + half);
148 points[1].setY(m_rect.location().y() + half);
149 points[2].setX(m_rect.location().x() + m_buttonPosition + half);
152 points[3].setY(m_rect.location().y() + half);
447 // height / 4 (which is actually half of font height /2), which positions the center of

Completed in 443 milliseconds

1 2