Searched refs:exp (Results 26 - 50 of 596) sorted by relevance

1234567891011>>

/external/e2fsprogs/intl/
H A Dplural.c54 #include "plural-exp.h"
70 struct expression *exp; member in union:__anon20454
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
1318 FREE_EXPRESSION(struct expression *exp) argument
1346 const char *exp = *pexp; local
[all...]
/external/libcxx/test/support/
H A Dhexfloat.h27 hexfloat(long long m1, unsigned long long m0, int exp) argument
32 std::__clz(m0)/4*4)), exp);
/external/libsepol/tests/
H A Ddebug.h27 extern void display_expr(policydb_t * p, cond_expr_t * exp, FILE * fp);
/external/libgsm/src/
H A Drpe.c228 word exp, mant; local
233 exp = 0;
234 if (xmaxc > 15) exp = SASR(xmaxc, 3) - 1;
235 mant = xmaxc - (exp << 3);
238 exp = -4;
244 exp--;
249 assert( exp >= -4 && exp <= 6 );
252 *exp_out = exp;
268 word exp, man local
349 APCM_inverse_quantization(xMc,mant,exp,xMp), register word * xMc, word mant, word exp, register word * xMp argument
460 word mant, exp; local
481 word exp, mant; local
[all...]
/external/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/
H A Deval.pass.cpp63 double x_mean = std::exp(d.m() + sqr(d.s())/2);
64 double x_var = (std::exp(sqr(d.s())) - 1) * std::exp(2*d.m() + sqr(d.s()));
65 double x_skew = (std::exp(sqr(d.s())) + 2) *
66 std::sqrt((std::exp(sqr(d.s())) - 1));
67 double x_kurtosis = std::exp(4*sqr(d.s())) + 2*std::exp(3*sqr(d.s())) +
68 3*std::exp(2*sqr(d.s())) - 6;
105 double x_mean = std::exp(d.m() + sqr(d.s())/2);
106 double x_var = (std::exp(sq
[all...]
H A Deval_param.pass.cpp65 double x_mean = std::exp(p.m() + sqr(p.s())/2);
66 double x_var = (std::exp(sqr(p.s())) - 1) * std::exp(2*p.m() + sqr(p.s()));
67 double x_skew = (std::exp(sqr(p.s())) + 2) *
68 std::sqrt((std::exp(sqr(p.s())) - 1));
69 double x_kurtosis = std::exp(4*sqr(p.s())) + 2*std::exp(3*sqr(p.s())) +
70 3*std::exp(2*sqr(p.s())) - 6;
108 double x_mean = std::exp(p.m() + sqr(p.s())/2);
109 double x_var = (std::exp(sq
[all...]
/external/bison/etc/
H A Dbench.pl.in50 %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 '
[all...]
/external/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/
H A DAndroid.mk17 test_makefile := external/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/Android.mk
19 test_name := numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/io
23 test_name := numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/param_copy
27 test_name := numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/eval
31 test_name := numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/min
35 test_name := numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/ctor_param
39 test_name := numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/copy
43 test_name := numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/param_types
47 test_name := numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/get_param
51 test_name := numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/set_para
[all...]
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_atomic.h50 #define atomic_cmpset_int(dst, exp, src) InterlockedCompareExchange((LPLONG)dst, src, exp)
57 #define atomic_cmpset_int(dst, exp, src) OSAtomicCompareAndSwapIntBarrier(exp, src, (int *)dst)
108 * if (*dst == exp) *dst = src (all 32 bit words)
113 #define atomic_cmpset_int(dst, exp, src) __sync_bool_compare_and_swap(dst, exp, src)
160 * if (*dst == exp) *dst = src (all 32 bit words)
165 #define atomic_cmpset_int(dst, exp, src) AO_compare_and_swap((AO_t*)dst, exp, sr
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Dtranscendentals.js48 assertTrue(Math.exp(x) != Math.exp(y));
/external/llvm/utils/release/
H A DfindRegressions-nightly.py10 (tp, exp) = ('compileTime_', 'executeTime_')
58 test[fname][exp + n] = float(t[2].strip('\r\n'))
60 print test[fname][exp + n]
106 if d_old[t].has_key(exp + x):
107 if not d_new[t].has_key(exp + x):
108 print t + " *** REGRESSION (" + exp + x + ")\n"
111 if d_new[t].has_key(exp + x):
112 print t + " * NEW PASS (" + exp + x + ")\n"
/external/valgrind/main/none/tests/amd64/
H A Daes.c75 V128 exp; local
91 expand(&exp, s_exp);
92 assert (0 == memcmp(&res, &exp, 16));
107 V128 exp; local
123 expand(&exp, s_exp);
124 assert (0 == memcmp(&res, &exp, 16));
139 V128 exp; local
155 expand(&exp, s_exp);
156 assert (0 == memcmp(&res, &exp, 16));
171 V128 exp; local
203 V128 exp; local
234 V128 exp; local
[all...]
/external/fio/
H A Dtickmarks.c19 int exp; /* exponent of x */ local
22 exp = floor(log10(x));
23 f = x / pow(10.0, exp);
26 return 1.0 * pow(10.0, exp);
28 return 2.0 * pow(10.0, exp);
30 return 5.0 * pow(10.0, exp);
31 return 10.0 * pow(10.0, exp);
34 return 1.0 * pow(10.0, exp);
36 return 2.0 * pow(10.0, exp);
38 return 5.0 * pow(10.0, exp);
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DUnwantedTokenException.cs84 string exp = ", expected " + expected;
86 exp = "";
89 return "UnwantedTokenException(found=" + null + exp + ")";
91 return "UnwantedTokenException(found=" + Token.Text + exp + ")";
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DUnwantedTokenException.cs97 string exp = ", expected " + expected;
100 exp = "";
104 return "UnwantedTokenException(found=" + null + exp + ")";
106 return "UnwantedTokenException(found=" + Token.Text + exp + ")";
/external/chromium_org/third_party/webrtc/base/
H A Dexp_filter.h33 // y(k) = min(alpha_^ exp * y(k-1) + (1 - alpha_^ exp) * sample, max_).
34 float Apply(float exp, float sample);
/external/eigen/unsupported/doc/examples/
H A DMatrixExponential.cpp15 std::cout << "The matrix exponential of A is:\n" << A.exp() << "\n\n";
H A DMatrixFunction.cpp8 return std::exp(x);
/external/libpng/contrib/tools/
H A Dintgamma.sh70 /* The 'exp()' case must invert the above, taking a 20-bit fixed point
80 * To deal with this the following exp() function works out the exponent of the
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXNumber.java156 // int exp = 0;
160 // exp = Integer.parseInt(s.substring(e + 1));
242 // if (exp == 0)
261 // if (exp >= decimalLen)
262 // return sign + wholePart + decimalPart + zeros(exp - decimalLen);
264 // if (exp > 0)
265 // return sign + wholePart + decimalPart.substring(0, exp) + "."
266 // + decimalPart.substring(exp);
268 // return sign + "0." + zeros(-1 - exp) + wholePart + decimalPart;
316 int exp
[all...]
/external/oprofile/module/x86/
H A Dop_rtc.c61 unsigned int exp, freq; local
77 exp = 0;
78 while (target > (1 << exp) + ((1 << exp) >> 1))
79 exp++;
80 freq = 16 - exp;
87 sysctl_parms.ctr[0].count = sysctl.ctr[0].count = 1 << exp;
/external/deqp/framework/common/
H A DtcuFloatFormat.cpp100 int exp = 0; local
101 const double frac = deFractExp(deAbs(x), &exp);
111 --exp;
114 exp = m_minExp;
117 exp = de::max(exp, m_minExp);
120 const double oneULP = deLdExp(1.0, exp - m_fractionBits);
131 //! for subnormals it is less and for values of exp where 2^exp is too
133 int FloatFormat::exponentShift (int exp) cons
143 int exp = 0; local
204 int exp = 0; local
236 int exp = 0; local
[all...]
/external/deqp/framework/delibs/debase/
H A DdeInt32Test.c73 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);
/external/chromium_org/third_party/webrtc/video_engine/
H A Doveruse_frame_detector.cc84 float exp = sample_ms / kSampleDiffMs; local
85 exp = std::min(exp, kMaxExp);
86 filtered_samples_->Apply(exp, sample_ms);
87 filtered_variance_->Apply(exp, (sample_ms - filtered_samples_->filtered()) *
125 float exp = diff_last_sample_ms / kSampleDiffMs; local
126 exp = std::min(exp, kMaxExp);
127 filtered_encode_time_ms_->Apply(exp, encode_time_ms);
168 float exp local
175 float exp = diff_last_sample_ms / kSampleDiffMs; local
291 float exp = static_cast<float>(diff_last_process_ms) / kProcessIntervalMs; local
348 float exp = static_cast<float>(diff_last_sample_ms) / kProcessIntervalMs; local
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.h219 const UnicodeString& exp, UBool rt=TRUE);
222 const char *exp, UBool rt=TRUE) {
223 expect(fmt, n, UnicodeString(exp, ""), rt);
227 const UnicodeString& exp, UBool rt, UErrorCode errorCode);
230 const char *exp, UBool rt, UErrorCode errorCode) {
231 expect(fmt, n, UnicodeString(exp, ""), rt, errorCode);
235 const UnicodeString& exp, UErrorCode errorCode) {
236 expect(fmt, n, exp, TRUE, errorCode);
240 const char *exp, UErrorCode errorCode) {
241 expect(fmt, n, UnicodeString(exp, ""), TRU
221 expect(NumberFormat& fmt, const Formattable& n, const char *exp, UBool rt=TRUE) argument
229 expect(NumberFormat* fmt, const Formattable& n, const char *exp, UBool rt, UErrorCode errorCode) argument
234 expect(NumberFormat* fmt, const Formattable& n, const UnicodeString& exp, UErrorCode errorCode) argument
239 expect(NumberFormat* fmt, const Formattable& n, const char *exp, UErrorCode errorCode) argument
265 expectPat(DecimalFormat& fmt, const char *exp) argument
[all...]

Completed in 763 milliseconds

1234567891011>>