HomeSort by relevance Sort by last modified time
    Searched refs:exp (Results 26 - 50 of 1090) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/traceline/traceline/
logging.h 11 #define CHECK(exp, ...) \
12 if (!(exp)) { \
13 printf("FAILED CHECK: %s\n %s:%d\n", #exp, __FILE__, __LINE__); \
  /bionic/libm/
fpmath.h 27 * $FreeBSD: src/lib/libc/include/fpmath.h,v 1.3 2005/02/06 03:23:31 das Exp $
38 unsigned int exp :8; member in struct:IEEEf2bits::__anon741
42 unsigned int exp :8;
57 unsigned int exp :11; member in struct:IEEEd2bits::__anon742
63 unsigned int exp :11;
67 unsigned int exp :11;
isinf.c 44 return (u.bits.exp == 2047 && u.bits.manl == 0 && u.bits.manh == 0);
53 return (u.bits.exp == 255 && u.bits.man == 0);
64 return (u.bits.exp == 32767 && u.bits.manl == 0 && u.bits.manh == 0);
66 return (u.bits.exp == 2047 && u.bits.manl == 0 && u.bits.manh == 0);
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_frexpl.c 44 switch (u.bits.exp) {
50 *ex = u.bits.exp - 0x4200;
51 u.bits.exp = 0x3ffe;
57 *ex = u.bits.exp - 0x3ffe;
58 u.bits.exp = 0x3ffe;
e_sqrtl.c 45 u.bits.exp++;
61 u.bits.exp--;
88 if (u.bits.exp == LDBL_MAX_EXP * 2 - 1)
92 if ((u.bits.manh | u.bits.manl | u.bits.exp) == 0)
101 if (u.bits.exp == 0) {
112 if ((u.bits.exp - 0x3ffe) & 1) { /* n is odd. */
113 k += u.bits.exp - 0x3fff; /* 2k = n - 1. */
114 u.bits.exp = 0x3fff; /* u.e in [1,2). */
116 k += u.bits.exp - 0x4000; /* 2k = n - 2. */
117 u.bits.exp = 0x4000; /* u.e in [2,4). *
    [all...]
s_isnan.c 42 return (u.bits.exp == 2047 && (u.bits.manl != 0 || u.bits.manh != 0));
52 return (u.bits.exp == 255 && u.bits.man != 0);
62 return (u.bits.exp == 32767 && (u.bits.manl != 0 || u.bits.manh != 0));
  /libcore/luni/src/main/java/java/math/
Multiplication.java 101 * @param exp a positive {@code long} exponent
102 * @return {@code val * 10<sup>exp</sup>}
104 static BigInteger multiplyByTenPow(BigInteger val, long exp) {
105 // PRE: exp >= 0
106 return ((exp < tenPows.length)
107 ? multiplyByPositiveInt(val, tenPows[(int)exp])
108 : val.multiply(powerOf10(exp)));
115 * @param exp the exponent of power of ten, it must be positive.
116 * @return a {@code BigInteger} with value {@code 10<sup>exp</sup>}.
118 static BigInteger powerOf10(long exp) {
    [all...]
  /external/kernel-headers/original/linux/nfsd/
export.h 74 #define EX_SECURE(exp) (!((exp)->ex_flags & NFSEXP_INSECURE_PORT))
75 #define EX_ISSYNC(exp) (!((exp)->ex_flags & NFSEXP_ASYNC))
76 #define EX_RDONLY(exp) ((exp)->ex_flags & NFSEXP_READONLY)
77 #define EX_NOHIDE(exp) ((exp)->ex_flags & NFSEXP_NOHIDE)
78 #define EX_WGATHER(exp) ((exp)->ex_flags & NFSEXP_GATHERED_WRITES
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
log2.c 40 * PURPOSE: Computes log2(L_x, exp), where L_x is positive and
41 * normalized, and exp is the normalisation exponent
58 Word16 exp, /* (i) : norm_l (L_x) */
71 *exponent = (30 - exp);
104 Word16 exp; local
106 exp = norm_l(L_x);
107 Log2_norm ((L_x << exp), exp, exponent, fraction);
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
calc_en.cpp 158 Word16 i, exp, tmp;
175 exp = norm_l(s);
176 frac_en[0] = extract_h(L_shl(s, exp));
177 exp_en[0] = sub(15, exp);
185 exp = norm_l(s);
186 frac_en[1] = extract_h(L_shl(s, exp));
187 exp_en[1] = sub(15, exp);
194 exp = norm_l(s);
195 frac_en[2] = extract_h(L_shl(s, exp));
196 exp_en[2] = sub(16-14, exp);
284 Word16 exp; \/* nunmber of '0's or '1's before MSB != 0 *\/ local
612 Word16 exp; \/* number of '0's or '1's before MSB != 0 *\/ local
802 Word16 exp; local
    [all...]
qgain475.cpp 410 Word16 g_code, exp, frac, tmp;
439 Log2 (L_deposit_l (g_code), &exp, &frac); // Log2(x Q12) = log2(x) + 12
440 exp = sub(exp, 12);
443 qua_ener_MR122 = add (tmp, shl (exp, 10));
445 L_tmp = Mpy_32_16(exp, frac, 24660); // 24660 Q12 ~= 6.0206 = 20*log10(2)
485 Word16 exp; local
519 Log2((Word32) g_code, &exp, &frac, pOverflow);
520 exp -= 12;
523 qua_ener_MR122 = exp << 10
703 Word16 exp; local
1185 Word16 exp; local
1258 sf1_frac_target_en >>= exp; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
math_op.h 33 Word16 * exp /* (i/o) : exponent (value = frac x 2^exponent) */
45 Word16 * exp /* (o) : exponent of result (0..+30) */
52 Word16 * exp /* (o) : exponent of result (0..+30) */
log2.h 55 Word16 exp, /* (i) : norm_l (L_x) */
  /pdk/apps/CameraITS/tests/
test_3a.py 25 sens, exp, gains, xform, focus = cam.do_3a(rect, rect, rect)
26 print "AE: sensitivity %d, exposure %dms" % (sens, exp/1000000)
30 assert(exp > 0)
  /system/core/include/cutils/
fs.h 29 #define TEMP_FAILURE_RETRY(exp) ({ \
30 typeof (exp) _rc; \
32 _rc = (exp); \
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
UnwantedTokenException.js 16 var exp = ", expected "+this.expecting;
18 exp = "";
21 return "UnwantedTokenException(found="+exp+")";
23 return "UnwantedTokenException(found="+this.token.getText()+exp+")";
  /bionic/libm/mips/
_fpmath.h 35 unsigned int exp :11; member in struct:IEEEl2bits::__anon747
39 unsigned int exp :11;
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
voice_factor.cpp 127 int16 i, tmp, exp, ener1, exp1, ener2, exp2; local
133 exp = normalize_amr_wb(L_tmp);
135 tmp = (int16)((L_tmp << exp) >> 16);
137 exp1 -= (exp + 10); /* 10 -> gain_pit Q14 to Q9 */
141 exp = norm_s(gain_code);
142 tmp = shl_int16(gain_code, exp);
145 exp2 -= (exp << 1);
pvamrwb_math_op.cpp 52 int32 frac, int16 exp : L_32 = frac << exp-31 (normalised format)
281 int16 exp; local
284 exp = normalize_amr_wb(L_x);
285 L_x <<= exp; /* L_x is normalized */ local
286 exp = 31 - exp;
288 one_ov_sqrt_norm(&L_x, &exp);
290 L_y = shl_int32(L_x, exp); /* denormalization */
300 if value is negative or zero, result is 1 (frac=7fffffff, exp=0)
389 int16 exp, i, a, tmp; local
544 int16 exp; local
547 Lg2_normalized(shl_int32(L_x, exp), exp, exponent, fraction); local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
pow2.cpp 130 Word16 exp, i, a, tmp;
143 exp = sub (30, exponent);
144 L_x = L_shr_r (L_x, exp);
182 Word16 exp, i, a, tmp; local
198 exp = sub(30, exponent, pOverflow);
199 L_x = L_shr_r(L_x, exp, pOverflow);
  /libcore/luni/src/main/native/
NetFd.h 58 #define NET_FAILURE_RETRY(fd, exp) ({ \
59 typeof (exp) _rc; \
61 _rc = (exp); \
  /system/core/include/utils/
Compat.h 57 #define TEMP_FAILURE_RETRY(exp) ({ \
58 typeof (exp) _rc; \
60 _rc = (exp); \
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
log2_norm.h 107 Word16 exp, /* (i) : norm_l (L_x) */
  /external/e2fsprogs/intl/
plural.c 54 #include "plural-exp.h"
70 struct expression *exp; member in union:__anon17432
228 "start", "exp", 0
1008 if (yyvsp[0].exp == NULL)
1010 ((struct parse_args *) arg)->res = yyvsp[0].exp;
1016 yyval.exp = new_exp_3 (qmop, yyvsp[-4].exp, yyvsp[-2].exp, yyvsp[0].exp);
1022 yyval.exp = new_exp_2 (lor, yyvsp[-2].exp, yyvsp[0].exp)
1346 const char *exp = *pexp; local
    [all...]
  /external/libsepol/tests/
debug.h 27 extern void display_expr(policydb_t * p, cond_expr_t * exp, FILE * fp);

Completed in 369 milliseconds

12 3 4 5 6 7 8 91011>>