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

1 2 3 4 5 6 7 8 91011>>

  /external/bison/doc/figs/
example.y 2 exp: a ";" | b "."; label
  /external/e2fsprogs/intl/
plural.y 35 #include "plural-exp.h"
52 struct expression *exp;
146 %type <exp> exp
150 start: exp
158 exp: exp '?' exp ':' exp label
162 | exp '|' ex
    [all...]
  /external/chromium_org/v8/test/mjsunit/
math-exp-precision.js 28 // Tests that the --fast-math implementation of Math.exp() has
31 function exp(x) { function
32 return Math.exp(x);
35 var first_call_result = exp(Math.PI);
36 var second_call_result = exp(Math.PI);
52 var ex = exp(x);
62 var last_call_result = exp(Math.PI);
  /external/compiler-rt/test/asan/TestCases/
frexp_interceptor.cc 10 int *exp = (int*)malloc(sizeof(int)); local
11 free(exp);
12 double y = frexp(x, exp);
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
log2.cpp 170 Word16 exp; local
174 exp = norm_l(L_x);
175 result = L_x << exp;
176 Log2_norm(result, exp, pExponent, pFraction);
inv_sqrt.cpp 158 Word16 exp, i, a, tmp;
169 exp = norm_l (L_x);
170 L_x = L_shl (L_x, exp); // L_x is normalize
172 exp = sub (30, exp);
174 if ((exp & 1) == 0) // If exponent even -> shift right
178 exp = shr (exp, 1);
179 exp = add (exp, 1)
226 Word16 exp; local
239 L_x <<= exp; \/* L_x is normalize *\/ local
266 L_y >>= exp; \/* denormalization, exp always 0< exp < 31 *\/ local
    [all...]
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);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
scale.c 30 Word16 exp /* (i) : exponent: x = round(x << exp) */
35 if(exp > 0)
39 L_tmp = L_shl2(x[i], 16 + exp);
45 exp = -exp;
49 L_tmp >>= exp; local
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);
voicefac.c 37 Word16 tmp, exp, ener1, exp1, ener2, exp2; local
47 exp = norm_l(L_tmp);
48 tmp = extract_h(L_tmp << exp);
50 exp1 = exp1 - exp - 10; /* 10 -> gain_pit Q14 to Q9 */
58 exp = norm_s(gain_code);
59 tmp = gain_code << exp;
62 exp2 = exp2 - (exp + exp);
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtof.c 43 Long exp; local
52 k = strtodg(s, sp, fpi, &exp, bits);
61 u.L[0] = (bits[0] & 0x7fffff) | ((exp + 0x7f + 23) << 23);
strtord.c 36 ULtod(L, bits, exp, k) ULong *L; ULong *bits; Long exp; int k;
38 ULtod(ULong *L, ULong *bits, Long exp, int k)
55 L[_0] = (bits[1] & ~0x100000) | ((exp + 0x3ff + 52) << 20);
84 Long exp; local
93 k = strtodg(s, sp, fpi, &exp, bits);
94 ULtod((ULong*)d, bits, exp, k);
strtorQ.c 54 ULtoQ(L, bits, exp, k) ULong *L; ULong *bits; Long exp; int k;
56 ULtoQ(ULong *L, ULong *bits, Long exp, int k)
70 L[_0] = (bits[3] & ~0x10000) | ((exp + 0x3fff + 112) << 16);
108 Long exp; local
117 k = strtodg(s, sp, fpi, &exp, bits);
118 ULtoQ((ULong*)L, bits, exp, k);
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
UnwantedTokenException.java 44 String exp = ", expected "+expecting; local
46 exp = "";
49 return "UnwantedTokenException(found="+null+exp+")";
51 return "UnwantedTokenException(found="+token.getText()+exp+")";
  /external/bison/etc/
bench.pl.in 50 %type <val> exp input
61 exp { if (\$1 != 0) abort (); \$\$ = \$1; }
62 | input exp { if (\$2 != \$1 + 1) abort (); \$\$ = \$2; }
65 exp: label
175 %type <ival> exp
192 | exp '\\n' { USE (\$1); }
195 exp: label
197 | exp '=' exp
203 | exp '+' exp { \$\$ = \$1 + \$3;
    [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/
network_predictor_unittest.cc 37 float exp = pow(0.9999f, 1000); local
38 float value = 32.0f * exp + (1 - exp) * 40.0f;
  /external/chromium_org/v8/src/
checks.cc 17 static bool CheckEqualsStrict(volatile double* exp, volatile double* val) {
18 v8::internal::DoubleRepresentation exp_rep(*exp);
29 volatile double* exp = new double[1]; local
30 *exp = expected;
33 if (!CheckEqualsStrict(exp, val)) {
36 expected_source, value_source, *exp, *val);
38 delete[] exp;
47 volatile double* exp = new double[1]; local
48 *exp = expected;
51 if (CheckEqualsStrict(exp, val))
    [all...]
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
StemFunction.h 24 static Scalar exp(Scalar x, int) function in class:Eigen::StdStemFunctions
26 return std::exp(x);
  /external/fio/lib/
ieee754.c 15 long long sign, exp, significand; local
47 exp = shift + ((1 << (expbits - 1)) - 1); // shift + bias
50 return (sign << (bits - 1)) | (exp << (bits-expbits - 1)) | significand;
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
ex_ctrl.cpp 160 Word16 i, exp; local
191 exp = norm_s(excEnergy);
192 excEnergy = shl(excEnergy, exp, pOverflow);
195 t0 = L_shr(t0, sub(20, exp, pOverflow), pOverflow);
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
agc2_amr_wb.cpp 124 int16 i, exp; local
145 exp = normalize_amr_wb(s) - 1;
146 gain_out = amr_wb_round(s << exp);
167 exp -= i;
175 s = shr_int32(s, exp); /* add exponent */
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);
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaQuery.cpp 98 MediaQueryExp* exp = m_expressions->at(i).get(); local
100 if (key && *exp == *key)
103 key = exp;
  /external/chromium_org/third_party/icu/source/test/cintltst/
cposxtst.c 74 UChar exp[128]; local
80 u_uastrcpy(exp, DATA[i+2]);
90 if (u_strcmp(ustr, exp) != 0) {
91 log_err("FAIL: u_catgets => \"%s\", exp. \"%s\"\n",
96 log_err("FAIL: u_catgets => len=%d, exp. %d\n",
101 log_err("FAIL: u_catgets => %s, exp. %s\n",
  /external/deqp/framework/delibs/debase/
deInt32Test.c 73 int exp; local
108 deRcp32(val, &rcp, &exp);
111 DE_TEST_ASSERT(exp == numBits);
127 deRcp32(val, &rcp, &exp);
130 DE_TEST_ASSERT(exp == numBits);

Completed in 1699 milliseconds

1 2 3 4 5 6 7 8 91011>>