/external/nist-sip/java/gov/nist/core/ |
LexerCore.java | 99 Integer val = Integer.valueOf(value); local 100 currentLexer.put(name, val); 101 if (!globalSymbolTable.containsKey(val)) 102 globalSymbolTable.put(val, name);
|
/external/opencv/cv/src/ |
cvemd.cpp | 68 float val; member in struct:CvNode1D 76 float val; member in struct:CvNode2D 305 float val = xp->val; local 313 total_cost += (double)val * state.cost[i][j]; 315 ((float*)(flow->data.ptr + flow->step*ci))[cj] = val; 522 float val; local 525 val = dist_func( signature1 + ci * (dims + 1) + 1, 532 val = cost[cost_step*ci + cj]; 534 state->cost[i][j] = val; [all...] |
cvfloodfill.cpp | 523 int idx, val[1]; local 526 (((val[0] = img[i], 528 DIFF_INT_C1( val, img - curstep + (i-1))) || 530 DIFF_INT_C1( val, img - curstep + i )) || 532 DIFF_INT_C1( val, img - curstep + (i+1) )))) 540 ((val[0] = img[i], 541 DIFF_INT_C1( val, img + (i-1) )) || 543 DIFF_INT_C1( val, img - curstep + (i-1) ))) || 545 DIFF_INT_C1( val, img - curstep + i )) || 547 DIFF_INT_C1( val, img - curstep + (i+1) ))) 611 int idx, val[3]; local 830 float val[1]; local 919 float val[3]; local [all...] |
cvstereobm.cpp | 156 int val = ((curr[0]*5 + curr[1] + prev[0] + next[0])*scale_g - sum*scale_s) >> 10; local 157 dptr[0] = tab[val + OFS]; 162 val = ((curr[x]*4 + curr[x-1] + curr[x+1] + prev[x] + next[x])*scale_g - sum*scale_s) >> 10; 163 dptr[x] = tab[val + OFS]; 167 val = ((curr[x]*5 + curr[x-1] + prev[x] + next[x])*scale_g - sum*scale_s) >> 10; 168 dptr[x] = tab[val + OFS];
|
cvsubdivision2d.cpp | 398 double val = (a.x * a.x + a.y * a.y) * cvTriangleArea( b, c, pt ); local 399 val -= (b.x * b.x + b.y * b.y) * cvTriangleArea( a, c, pt ); 400 val += (c.x * c.x + c.y * c.y) * cvTriangleArea( a, b, pt ); 401 val -= (pt.x * pt.x + pt.y * pt.y) * cvTriangleArea( a, b, c ); 403 return val > FLT_EPSILON ? 1 : val < -FLT_EPSILON ? -1 : 0;
|
/external/opencv/cvaux/src/ |
cvlevmarprojbandle.cpp | 549 double val = cvmGet(matrW, currImage * 12 + i, currPoint * 4 + currRow); local 550 fprintf(file,"%lf ",val); 617 double val = cvmGet(jacProjErr, currImage * 12 + currRow, 0); local 618 fprintf(file,"%lf\n",val); 720 double val = cvmGet(jacPointErr, currPoint * 4 + currRow, 0); local 721 fprintf(file,"%lf\n",val); 1537 double val; local [all...] |
/external/opencv/cxcore/src/ |
cxconvert.cpp | 968 double val = shift; local [all...] |
cxswitcher.cpp | 135 unsigned long val = 0, sz = sizeof(val); local 140 if( RegQueryValueEx( key, "~MHz", 0, 0, (uchar*)&val, &sz ) >= 0 ) 141 cpu_info->frequency = (double)val;
|
/external/opencv/ml/src/ |
mlem.cpp | 256 double val = sample_data[i] - mean_k[i]; local 257 cur += val*val*w0; 268 double val = diff.data.db[i]; local 269 cur += val*val*w[i]; 288 CV_CALL( cvConvertScale( &expo, _probs, 1./cvSum( &expo ).val[0] )); 464 cvSetIdentity( covs[i], cvScalar(cvTrace(w).val[0]/dims) ); 809 d = cvTrace(*covs).val[0]/dims; 890 d = cvTrace(covs[k]).val[0]/(double)dims 1012 double val = _sample.data.db[j] - _mean.data.db[j]; local [all...] |
/external/opencv/otherlibs/highgui/ |
bitstrm.cpp | 236 int val; local 244 val = *((uchar*)current); 246 return val; 287 int val; local 291 val = current[0] + (current[1] << 8); 296 val = GetByte(); 297 val|= GetByte() << 8; 299 return val; 306 int val; local 310 val = current[0] + (current[1] << 8) 328 int val; local 347 int val; local 445 int val; local 547 int val; local 655 int val = src[k] >>huff_val_shift; local 1071 int val = src[k] >> huff_val_shift; local 1098 int val = src[k] >> huff_val_shift; local [all...] |
/external/openssl/crypto/asn1/ |
asn_mime.c | 90 static int asn1_output_data(BIO *out, BIO *data, ASN1_VALUE *val, int flags, 115 int i2d_ASN1_bio_stream(BIO *out, ASN1_VALUE *val, BIO *in, int flags, 122 bio = BIO_new_NDEF(out, val, it); 142 ASN1_item_i2d_bio(it, out, val); 148 static int B64_write_ASN1(BIO *out, ASN1_VALUE *val, BIO *in, int flags, 162 r = i2d_ASN1_bio_stream(out, val, in, flags, it); 171 int PEM_write_bio_ASN1_stream(BIO *out, ASN1_VALUE *val, BIO *in, int flags, 177 r = B64_write_ASN1(out, val, in, flags, it); 185 ASN1_VALUE *val; local 191 val = ASN1_item_d2i_bio(it, bio, NULL) 439 ASN1_VALUE *val; local [all...] |
/external/openssl/ssl/ |
t1_enc.c | 1151 unsigned char *val = NULL; local [all...] |
/external/oprofile/gui/ |
oprof_start.cpp | 100 val(0), 213 descr.val = event->val; 317 string const val = split(str, '='); local 326 vector<string> parts = separate_token(val, ':');
|
/dalvik/dx/etc/ |
jasmin.jar | |
/art/compiler/dex/portable/ |
mir_to_gbc.cc | 70 void MirConverter::SetVregOnValue(::llvm::Value* val, int s_reg) { 76 ::llvm::Value* args[] = { table_slot, val }; 81 void MirConverter::DefineValueOnly(::llvm::Value* val, int s_reg) { 88 placeholder->replaceAllUsesWith(val); 89 val->takeName(placeholder); 90 llvm_values_.Put(s_reg, val); 96 void MirConverter::DefineValue(::llvm::Value* val, int s_reg) { 97 DefineValueOnly(val, s_reg); 98 SetVregOnValue(val, s_reg); 479 ::llvm::Value* val = GetLLVMValue(info->args[i].orig_sreg) local 1908 ::llvm::Value* val; local 1948 ::llvm::Value* val = ::llvm::dyn_cast< ::llvm::Value>(inst); local [all...] |
/art/disassembler/ |
disassembler_arm.cc | 378 uint32_t val = 0x80 | (imm12 & 0x7F); local 380 return (val >> rotate) | (val << (32 - rotate)); [all...] |
/art/runtime/ |
dex_file.cc | 1069 int32_t val = 0; local 1080 uint32_t val = 0; local 1096 int64_t val = 0; local 1107 uint64_t val = 0; local [all...] |
stack.h | 238 void SetVReg(size_t i, int32_t val) { 241 *reinterpret_cast<int32_t*>(vreg) = val; 249 void SetVRegFloat(size_t i, float val) { 252 *reinterpret_cast<float*>(vreg) = val; 260 void SetVRegLong(size_t i, int64_t val) { 265 *reinterpret_cast<unaligned_int64*>(vreg) = val; 274 void SetVRegDouble(size_t i, double val) { 279 *reinterpret_cast<unaligned_double*>(vreg) = val; 289 void SetVRegReference(size_t i, mirror::Object* val) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { 292 VerifyObject(val); 583 uint32_t val; local 595 uint64_t val; local [all...] |
/art/test/046-reflect/src/ |
Main.java | 330 String val = (String) field.get(instance); local 331 System.out.println(" Constant test value is " + val);
|
/bionic/libc/dns/resolv/ |
res_debug.c | 772 unsigned long val; local 778 val = mantissa * poweroften[exponent]; 780 (void) sprintf(retbuf, "%lu.%.2lu", val/100, val%100); [all...] |
/bionic/libc/kernel/uapi/drm/ |
via_drm.h | 136 __u32 val; member in struct:_drm_via_futex
|
/bootable/recovery/minzip/ |
Zip.c | 192 unsigned int val; local 199 val = get4LE(pArchive->addr); 200 if (val == ENDSIG) { 203 } else if (val != LOCSIG) { 204 LOGV("Not a Zip archive (found 0x%08x)\n", val); [all...] |
/cts/tests/tests/database/src/android/database/cts/ |
DatabaseUtilsTest.java | 614 int val; local 619 val = (val1 << 4) | val2; 620 result[i] = (byte)val;
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/ |
RawConverter.java | 743 float val = array[0]; local [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
ComputeTest.java | 719 void setUpAllocation(Allocation a, int val) { 725 arr[i] = val; 730 void checkAllocation(Allocation a, int val) { 737 assertTrue(arr[i] == val); 752 int val = 5; local 753 setUpAllocation(in, val); 755 checkAllocation(out, -val);
|