HomeSort by relevance Sort by last modified time
    Searched defs:exp (Results 151 - 175 of 875) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Operation.java 160 public void setExpression(Expression exp)
162 exp.exprSetParent(Operation.this);
163 m_left = exp;
190 public void setExpression(Expression exp)
192 exp.exprSetParent(this);
193 m_right = exp;
  /external/cn-cbor/src/
cn-encoder.c 129 int exp = (u32.u >> 23) & 0xff; local
131 if (exp == 0 && mant == 0)
133 else if (exp >= 113 && exp <= 142) /* normalized */
134 s16 += ((exp - 112) << 10) + (mant >> 13);
135 else if (exp >= 103 && exp < 113) { /* denorm, exp16 = 0 */
136 if (mant & ((1 << (126 - exp)) - 1))
138 s16 += ((mant + 0x800000) >> (126 - exp));
139 } else if (exp == 255 && mant == 0) { /* Inf *
    [all...]
  /external/deqp/framework/common/
tcuFloat.hpp 215 const StorageType exp = (isShorthandZero || isDenormOrZero) ? StorageType(0) : StorageType(exponent + ExponentBias); local
219 DE_ASSERT(exp >> ExponentBits == 0);
221 return Float(StorageType(s | (exp << MantissaBits) | (mantissa & ((StorageType(1)<<MantissaBits)-1))));
  /external/deqp/modules/gles3/functional/
es3fShaderPackingFunctionTests.cpp 563 const int exp = rnd.getInt(minExp, maxExp); local
566 v[c] = tcu::Float32::construct(s, exp ? exp : 1 /* avoid denormals */, (1u<<23) | mantissa).asFloat();
669 const int exp = rnd.getInt(minExp, maxExp); local
671 const deUint16 value = tcu::Float16::construct(s, exp ? exp : 1 /* avoid denorm */, (deUint16)((1u<<10) | mantissa)).bits();
  /external/deqp/modules/gles31/functional/
es31fSeparateShaderTests.cpp 205 string exp = input.name; local
216 exp = string() + "(" + getDataTypeName(floatType) + "(" + exp + ") / 255.0" + ")";
229 oss << "hsv(vec3(" << exp << ", 1.0, 1.0))"; local
232 oss << "hsv(vec3(" << exp << ", 1.0))"; local
235 oss << "vec4(" << exp << ", 1.0)"; local
238 oss << exp; local
250 oss << "hsv(vec3(determinant(" << exp << ")))"; local
255 exp = "transpose(" + exp + ")"
261 oss << "hsv(" << exp << ")"; local
    [all...]
  /external/dnsmasq/src/
lease.c 351 time_t exp = now + (time_t)len; local
355 exp = 0;
359 if (exp != lease->expires)
362 lease->expires = exp;
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixExponential.h 62 * approximant of \f$ \exp(A) \f$ around \f$ A = 0 \f$.
79 * approximant of \f$ \exp(A) \f$ around \f$ A = 0 \f$.
97 * approximant of \f$ \exp(A) \f$ around \f$ A = 0 \f$.
118 * approximant of \f$ \exp(A) \f$ around \f$ A = 0 \f$.
140 * approximant of \f$ \exp(A) \f$ around \f$ A = 0 \f$.
165 * approximant of \f$ \exp(A) \f$ around \f$ A = 0 \f$.
203 * approximant of \f$ \exp(2^{-\mbox{squarings}}M) \f$ around \f$ M = 0 \f$, where \f$ M \f$
384 * of MatrixBase::exp() and most of the time this is the only way it is used.
424 const MatrixExponentialReturnValue<Derived> MatrixBase<Derived>::exp() const function in class:Eigen::MatrixBase
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
BigNumberFormatTest.java 134 String exp = "AA*^#,##0.00ZZ"; local
137 expectPat(fmt, exp);
156 private void expectPat(DecimalFormat fmt, String exp) {
158 if (pat.equals(exp)) {
161 errln("FAIL \"" + pat + "\", expected \"" + exp + '"');
304 String exp = null, exps[] = null; local
318 exp = (String) expo;
333 exps == null ? exp : exps[i]);
347 private void expect(NumberFormat fmt, Number n, String exp) {
350 if (saw.equals(exp)) {
425 String exp = DATA[i+1]; local
    [all...]
NumberFormatRegressionTest.java 73 String exp = "11.10.00"; local
104 if (!outString.equals(exp)) {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
TextTrieMapTest.java 306 Object[] exp; local
308 exp = (Object[])expected;
310 exp = new Object[]{expected};
313 boolean[] found = new boolean[exp.length];
316 for (int i = 0; i < exp.length; i++) {
317 if (eql(exp[i], val)) {
322 for (int i = 0; i < exp.length; i++) {
324 errln("FAIL: The search result does not contain " + exp[i]);
  /external/icu/icu4c/source/test/cintltst/
cdtdptst.c 310 UChar *pattern, *tzID, *exp; local
340 exp=(UChar*)malloc(sizeof(UChar) * (strlen(expStr) + 1) );
341 u_uastrcpy(exp, expStr);
344 if(u_strncmp(dateString, exp, (int32_t)strlen(expStr)) !=0)
349 free(exp);
spreptst.c 574 char exp[MAX_BUFFER_SIZE]={'\0'}; local
577 int32_t expLen = unescapeData(expected, (int32_t)strlen(expected), exp, MAX_BUFFER_SIZE, &status);
584 if(strcmp(exp, dest)!=0){
  /external/icu/icu4c/source/test/intltest/
astrotst.cpp 408 double exp = -3444.; local
409 if (jd == exp) {
415 ", expected " + exp);
dcfmapts.cpp 584 UnicodeString exp; local
596 exp = testData[i].expectedOutput;
597 verifyString(message, resultStr, exp);
600 exp.remove();
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
BigNumberFormatTest.java 131 String exp = "AA*^#,##0.00ZZ"; local
134 expectPat(fmt, exp);
153 private void expectPat(DecimalFormat fmt, String exp) {
155 if (pat.equals(exp)) {
158 errln("FAIL \"" + pat + "\", expected \"" + exp + '"');
301 String exp = null, exps[] = null; local
315 exp = (String) expo;
330 exps == null ? exp : exps[i]);
344 private void expect(NumberFormat fmt, Number n, String exp) {
347 if (saw.equals(exp)) {
422 String exp = DATA[i+1]; local
    [all...]
NumberFormatRegressionTest.java 70 String exp = "11.10.00"; local
101 if (!outString.equals(exp)) {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
TextTrieMapTest.java 303 Object[] exp; local
305 exp = (Object[])expected;
307 exp = new Object[]{expected};
310 boolean[] found = new boolean[exp.length];
313 for (int i = 0; i < exp.length; i++) {
314 if (eql(exp[i], val)) {
319 for (int i = 0; i < exp.length; i++) {
321 errln("FAIL: The search result does not contain " + exp[i]);
  /external/libnetfilter_conntrack/src/expect/
api.c 18 * \defgroup exp Expect object handling
30 struct nf_expect *exp; local
32 exp = malloc(sizeof(struct nf_expect));
33 if (!exp)
36 memset(exp, 0, sizeof(struct nf_expect));
38 return exp;
43 * \param exp pointer to the expectation object
45 void nfexp_destroy(struct nf_expect *exp)
47 assert(exp != NULL);
48 free(exp);
    [all...]
  /external/libnl/lib/netfilter/
exp.c 2 * lib/netfilter/exp.c Conntrack Expectation
18 * @defgroup exp Expectation
30 #include <netlink/netfilter/exp.h>
77 static int exp_parse_ip(struct nfnl_exp *exp, int tuple, struct nlattr *attr)
91 err = nfnl_exp_set_src(exp, tuple, addr);
100 err = nfnl_exp_set_dst(exp, tuple, addr);
109 err = nfnl_exp_set_src(exp, tuple, addr);
118 err = nfnl_exp_set_dst(exp, tuple, addr);
132 static int exp_parse_proto(struct nfnl_exp *exp, int tuple, struct nlattr *attr)
144 nfnl_exp_set_l4protonum(exp, tuple, nla_get_u8(tb[CTA_PROTO_NUM]))
226 struct nfnl_exp *exp; local
297 struct nfnl_exp *exp; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_float.c 331 * magic number has exponent new exp bias + (new exp bias - old exp bias),
342 * if exp was max (== NaN or Inf) set new exp to max (keep mantissa),
343 * so a simple "or" will do (because exp adjust will leave mantissa intact)
363 /* for denormal (or zero), add (== or) magic exp to mantissa (== srcabs) (as int)
466 LLVMValueRef shift, scale, bias, exp; local
481 exp = lp_build_shr(&u32_bld, src, shift);
484 * scale factor is 2 ^ (exp - bias
    [all...]
  /external/pdfium/xfa/fxfa/fm2js/
cxfa_fmparser.cpp 733 std::unique_ptr<CXFA_FMSimpleExpression> exp = local
735 if (!exp)
738 expressions.push_back(std::move(exp));
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
buffer_liveness_test.cc 106 // param --> negate -> exp -> log
113 auto exp = builder.AddInstruction( local
116 HloInstruction::CreateUnary(vec_, HloOpcode::kLog, exp));
127 EXPECT_FALSE(InstructionsMayInterfere(*liveness, param, exp));
131 EXPECT_FALSE(InstructionsMayInterfere(*liveness, negate, exp));
133 EXPECT_FALSE(InstructionsMayInterfere(*liveness, exp, negate));
134 EXPECT_FALSE(InstructionsMayInterfere(*liveness, exp, log));
136 EXPECT_FALSE(InstructionsMayInterfere(*liveness, log, exp));
139 EXPECT_TRUE(InstructionsMayInterfere(*liveness, exp, exp));
160 auto exp = builder.AddInstruction( local
207 auto exp = builder.AddInstruction( local
243 auto exp = builder.AddInstruction( local
285 auto exp = builder.AddInstruction( local
369 auto exp = builder.AddInstruction( local
    [all...]
hlo_computation_test.cc 461 // | .... exp
467 // There is a control dependency from 'add' to 'exp'.
477 auto exp = builder.AddInstruction( local
480 HloInstruction::CreateBinary(r0f32_, HloOpcode::kMultiply, add, exp));
482 HloInstruction::CreateUnary(r0f32_, HloOpcode::kCopy, exp));
488 TF_CHECK_OK(add->AddControlDependencyTo(exp));
495 EXPECT_TRUE(reachability->IsReachable(constant1, exp));
503 EXPECT_TRUE(reachability->IsReachable(constant2, exp));
507 EXPECT_FALSE(reachability->IsReachable(exp, constant1));
508 EXPECT_FALSE(reachability->IsReachable(exp, constant2))
    [all...]
hlo_cost_analysis_test.cc 63 // Create a computation for a unary user function: x => exp(x + 0.5)
68 builder.Exp(builder.Add(x, half));
85 // Create a computation for a sigmoid function: x => 1 / (1 + exp(-x))
90 builder.Div(one, builder.Add(one, builder.Exp(builder.Neg(x))));
180 // add contributes to 10 flops and exp contributes to 10 transcendental ops.
345 // exp = Exp(add)
346 // mul = Mul(exp, C3)
363 auto exp = builder.AddInstruction( local
366 HloInstruction::CreateBinary(r2f32, HloOpcode::kMultiply, exp, c3))
    [all...]
hlo_rematerialization_test.cc 333 // F32[1024] exp = exp(rng)
335 // // tanh + exp
337 // F32[1024] add_1 = add(rng, add(exp, add_0)) // LIVE: add_1 + add_0 +
338 // // rng + tanh + exp
341 // // rng + tanh + exp
351 auto exp = builder.AddInstruction( local
358 vec1024_shape_, HloOpcode::kAdd, exp, add_0))));

Completed in 816 milliseconds

1 2 3 4 5 67 8 91011>>