/external/fdlibm/ |
H A D | 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;
|
H A D | k_sin.c | 49 half = 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable 73 else return x-((z*(half*y-v*r)-y)-v*S1);
|
H A D | 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;
|
H A D | s_erf.c | 117 half= 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable 273 r += (x-half); 274 return half - r ;
|
H A D | e_rem_pio2.c | 73 half = 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable 125 n = (int) (t*invpio2+half);
|
/external/speex/libspeex/ |
H A D | 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);
|
/external/bluetooth/glib/glib/ |
H A D | 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;
|
H A D | 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;
|
/external/qemu/ |
H A D | 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/libvpx/vp8/common/ |
H A D | 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/ |
H A D | 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
|
/external/freetype/src/base/ |
H A D | 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/libvpx/vp8/common/arm/neon/ |
H A D | shortidct4x4llm_neon.asm | 30 ;it won't go out of range (13+16+1=30bits<32bits). This instruction gives the high half
|
H A D | sixtappredict4x4_neon.asm | 69 vswp d7, d8 ;discard 2nd half data after src_ptr[3] is done 133 vswp d7, d8 ;discard 2nd half data after src_ptr[3] is done 281 vswp d7, d8 ;discard 2nd half data after src_ptr[3] is done
|
/external/openssl/crypto/bn/asm/ |
H A D | co-586.pl | 201 local($b,$tot,$end,$half);
|
/external/openssl/crypto/bn/asm/x86/ |
H A D | comba.pl | 189 local($b,$tot,$end,$half);
|
/external/v8/src/ |
H A D | handles.cc | 506 while (int half = (right - left) / 2) { 507 if ((Smi::cast(line_ends_array->get(left + half)))->value() > code_pos) { 508 right -= half; 510 left += half;
|
/external/libvpx/vp8/encoder/ppc/ |
H A D | fdct_altivec.asm | 22 ;# in normalization (fwd is twice unitary, inv is half unitary)
|
H A D | variance_altivec.asm | 52 ;# can be used. Only have a half word signed
|
H A D | variance_subpixel_altivec.asm | 127 ;# can be used. Only have a half word signed
|
/external/openssl/crypto/sha/asm/ |
H A D | sha512-ia64.pl | 25 # reason lower 32 bits are deposited to upper half of 64-bit register 217 mux2 $t0=A,0x44 };; // copy lower half to upper 517 mux2 $t0=A,0x44 };; // copy lower half to upper
|
/external/icu4c/i18n/ |
H A D | decNumber.c | 4726 Int half; /* half to add to lower unit */ local 4727 half=*up & 0x01; 4729 if (!half) continue; 6952 Unit half=(Unit)powers[DECDPUN]>>1; local 6954 if (*up>=half) { 6955 if (*up>half) *residue=7; 6958 else { /* <half */ 7046 /* 5: rounding digit is exactly half-way */
|
/external/blktrace/btreplay/doc/ |
H A D | btreplay.tex | 506 divided by half resulting in a reduction of the execution time by
|
/external/dropbear/libtommath/ |
H A D | bn.tex | 987 The former will assign twice $a$ to $b$ while the latter will assign half $a$ to $b$. These functions are fast 1621 Generally to ensure a number is very likely to be prime you have to perform the Miller-Rabin with at least a half-dozen
|
/external/grub/docs/ |
H A D | texinfo.tex | 181 data-base data-bases eshell fall-ing half-way long-est man-u-script 4432 % Add extra space after the heading -- half of whatever came above it.
|