HomeSort by relevance Sort by last modified time
    Searched refs:exp (Results 101 - 125 of 352) sorted by null

1 2 3 45 6 7 8 91011>>

  /ndk/build/platforms/android-5/arch-x86/usr/include/sys/
cdefs.h 1 /* $NetBSD: cdefs.h,v 1.58 2004/12/11 05:59:00 christos Exp $ */
310 #define __predict_true(exp) __builtin_expect((exp) != 0, 1)
311 #define __predict_false(exp) __builtin_expect((exp) != 0, 0)
313 #define __predict_true(exp) (exp)
314 #define __predict_false(exp) (exp)
  /ndk/build/platforms/android-8/arch-arm/usr/include/sys/
cdefs.h 1 /* $NetBSD: cdefs.h,v 1.58 2004/12/11 05:59:00 christos Exp $ */
310 #define __predict_true(exp) __builtin_expect((exp) != 0, 1)
311 #define __predict_false(exp) __builtin_expect((exp) != 0, 0)
313 #define __predict_true(exp) (exp)
314 #define __predict_false(exp) (exp)
  /ndk/build/platforms/android-8/arch-x86/usr/include/sys/
cdefs.h 1 /* $NetBSD: cdefs.h,v 1.58 2004/12/11 05:59:00 christos Exp $ */
310 #define __predict_true(exp) __builtin_expect((exp) != 0, 1)
311 #define __predict_false(exp) __builtin_expect((exp) != 0, 0)
313 #define __predict_true(exp) (exp)
314 #define __predict_false(exp) (exp)
  /bionic/libm/sparc64/
_fpmath.h 27 * $FreeBSD: src/lib/libc/sparc64/_fpmath.h,v 1.5 2005/03/07 04:55:22 das Exp $
34 unsigned int exp :15; member in struct:IEEEl2bits::__anon537
  /system/extras/tests/bionic/libstdc++/
test_cmath.cpp 55 using ::exp;
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/functions/
Function2Args.java 144 public void setExpression(Expression exp)
146 exp.exprSetParent(Function2Args.this);
147 m_arg1 = exp;
Function3Args.java 142 public void setExpression(Expression exp)
144 exp.exprSetParent(Function3Args.this);
145 m_arg2 = exp;
FunctionOneArg.java 145 public void setExpression(Expression exp)
147 exp.exprSetParent(this);
148 m_arg0 = exp;
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/operations/
UnaryOperation.java 142 public void setExpression(Expression exp)
144 exp.exprSetParent(this);
145 m_right = exp;
  /external/icu4c/test/cintltst/
cposxtst.c 72 UChar exp[128]; local
78 u_uastrcpy(exp, DATA[i+2]);
88 if (u_strcmp(ustr, exp) != 0) {
89 log_err("FAIL: u_catgets => \"%s\", exp. \"%s\"\n",
94 log_err("FAIL: u_catgets => len=%d, exp. %d\n",
99 log_err("FAIL: u_catgets => %s, exp. %s\n",
  /external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/
pvamrwb_math_op.h 81 int16 * exp /* (i/o) : exponent (value = frac x 2^exponent) */
91 int16 * exp /* (o) : exponent of result (0..+30) */
103 int16 exp, /* (i) : norm_l (L_x) */
dec_gain2_amr_wb.cpp 187 int16 i, tmp, exp, frac, gcode0, exp_gcode0, qua_ener, gcode_inov; local
206 L_tmp = Dot_product12(code, code, L_subfr, &exp);
207 exp -= 24; /* exp: -18 (code in Q9), -6 (/L_subfr) */
209 one_ov_sqrt_norm(&L_tmp, &exp);
211 gcode_inov = extract_h(shl_int32(L_tmp, exp - 3)); /* g_code_inov in Q12 */
377 int32_to_dpf(*gain_cod, &exp, &frac);
378 L_tmp = mul_32by16(exp, frac, gcode_inov);
393 amrwb_log_2(L_tmp, &exp, &frac);
394 exp -= 11
    [all...]
isf_extrapolation.cpp 123 int16 exp, exp2, hi, lo; local
153 exp = norm_s(tmp);
156 IsfDiff[i] = shl_int16(IsfDiff[i], exp);
158 mean = shl_int16(mean, exp);
227 exp = norm_s(tmp);
228 exp--;
229 tmp <<= exp; local
232 exp = exp2 - exp;
237 IsfDiff[i - (M - 1)] = shl_int16(tmp, exp);
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
pvamrwb_math_op.h 81 int16 * exp /* (i/o) : exponent (value = frac x 2^exponent) */
91 int16 * exp /* (o) : exponent of result (0..+30) */
103 int16 exp, /* (i) : norm_l (L_x) */
dec_gain2_amr_wb.cpp 187 int16 i, tmp, exp, frac, gcode0, exp_gcode0, qua_ener, gcode_inov; local
206 L_tmp = Dot_product12(code, code, L_subfr, &exp);
207 exp -= 24; /* exp: -18 (code in Q9), -6 (/L_subfr) */
209 one_ov_sqrt_norm(&L_tmp, &exp);
211 gcode_inov = extract_h(shl_int32(L_tmp, exp - 3)); /* g_code_inov in Q12 */
377 int32_to_dpf(*gain_cod, &exp, &frac);
378 L_tmp = mul_32by16(exp, frac, gcode_inov);
393 amrwb_log_2(L_tmp, &exp, &frac);
394 exp -= 11
    [all...]
isf_extrapolation.cpp 123 int16 exp, exp2, hi, lo; local
153 exp = norm_s(tmp);
156 IsfDiff[i] = shl_int16(IsfDiff[i], exp);
158 mean = shl_int16(mean, exp);
227 exp = norm_s(tmp);
228 exp--;
229 tmp <<= exp; local
232 exp = exp2 - exp;
237 IsfDiff[i - (M - 1)] = shl_int16(tmp, exp);
    [all...]
  /external/opencore/codecs_v2/audio/aac/dec/src/
trans4m_freq_2_time_fxp.cpp 53 Modified structure of code so exp is not tested before it
94 - Eliminated extra IF when computing the rounding, so when exp ==0
97 - Added condition when exp > 16 (for long windows)
101 with exp > 16 condition. This avoid code duplication for both cases.
576 Int exp; local
618 exp = imdct_fxp(
636 if (exp < 16)
656 Int shift = exp + 15 - SCALING;
709 shift = exp + 15 - SCALING;
740 exp -= SCALING
1580 Int exp; local
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacdec/
trans4m_freq_2_time_fxp.cpp 53 Modified structure of code so exp is not tested before it
94 - Eliminated extra IF when computing the rounding, so when exp ==0
97 - Added condition when exp > 16 (for long windows)
101 with exp > 16 condition. This avoid code duplication for both cases.
576 Int exp; local
618 exp = imdct_fxp(
636 if (exp < 16)
656 Int shift = exp + 15 - SCALING;
709 shift = exp + 15 - SCALING;
740 exp -= SCALING
1580 Int exp; local
    [all...]
  /external/v8/test/mjsunit/
div-mod.js 46 var exp;
51 for (exp = -1024; exp <= 1024; exp += 8) {
52 divmod(div_func, mod_func, Math.pow(2, exp), divisor);
53 divmod(div_func, mod_func, 0.9999999 * Math.pow(2, exp), divisor);
54 divmod(div_func, mod_func, 1.0000001 * Math.pow(2, exp), divisor);
57 for (exp = 0; exp <= 32; exp++)
    [all...]
  /external/skia/src/core/
SkFloat.cpp 44 int exp = get_unsigned_exp(packed) - EXP_BIAS - shift; local
47 if (exp >= 0)
49 if (exp > 8) // overflow
52 value <<= exp; local
56 exp = -exp;
57 if (exp > 23) // underflow
60 value >>= exp; local
142 int exp; local
149 exp = exp_a
230 int exp = get_unsigned_exp(packed); local
    [all...]
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/
agc.cpp 653 Word16 i, exp;
665 exp = sub (norm_l (s), 1);
666 gain_out = pv_round (L_shl (s, exp));
679 exp = sub (exp, i);
687 s = L_shr (s, exp); // add exponent
749 Word16 exp; local
768 exp = norm_l(s) - 1;
770 L_temp = L_shl(s, exp, pOverflow);
789 exp -= i
972 Word16 exp; local
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
agc.cpp 653 Word16 i, exp;
665 exp = sub (norm_l (s), 1);
666 gain_out = pv_round (L_shl (s, exp));
679 exp = sub (exp, i);
687 s = L_shr (s, exp); // add exponent
749 Word16 exp; local
768 exp = norm_l(s) - 1;
770 L_temp = L_shl(s, exp, pOverflow);
789 exp -= i
972 Word16 exp; local
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/
FilterExprIterator.java 177 public void setExpression(Expression exp)
179 exp.exprSetParent(FilterExprIterator.this);
180 m_expr = exp;
  /dalvik/libnativehelper/include/nativehelper/
JNIHelp.h 149 #define TEMP_FAILURE_RETRY(exp) ({ \
150 typeof (exp) _rc; \
152 _rc = (exp); \
  /system/core/libpixelflinger/
fixed.cpp 95 const int32_t exp = lz - 16; local
96 if (exp <= 0) x >>= -exp>>1;
97 else x <<= (exp>>1) + (exp & 1);
98 if (exp & 1) {
142 // = 2^(y*log2(x*(2^exp)*(2^-exp))))
143 // = 2^(y*(log2(X)-exp))
144 // = 2^(log2(X)*y - y*exp)
147 int32_t exp = gglClz(x) - 16; local
163 p >>= exp; local
    [all...]

Completed in 1266 milliseconds

1 2 3 45 6 7 8 91011>>