Searched defs:ival (Results 26 - 50 of 53) sorted by relevance

123

/external/iproute2/misc/
H A Difstat.c61 __u32 ival[MAXS]; member in struct:ifstat_ent
109 memcpy(&n->ival, RTA_DATA(tb[IFLA_STATS]), sizeof(n->ival));
112 n->val[i] = n->ival[i];
190 n->ival[i] = (__u32)n->val[i];
444 if ((long)(h1->ival[i] - n->ival[i]) < 0) {
445 memset(n->ival, 0, sizeof(n->ival));
451 unsigned long incr = h1->ival[
[all...]
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp.h53 intmax_t ival; member in union:YYSTYPE
/external/skia/tests/
H A DMathTest.cpp264 static void test_int2float(skiatest::Reporter* reporter, int ival) { argument
265 float x0 = (float)ival;
266 float x1 = SkIntToFloatCast(ival);
267 float x2 = SkIntToFloatCast_NoOverflowCheck(ival);
299 int ival = rand.nextU() & 0xFFFFFF; local
300 test_int2float(reporter, ival);
301 test_int2float(reporter, -ival);
/external/stlport/src/
H A Dnum_get_float.cpp330 uint64 ival; member in union:_Double_rep
337 uint64 &value = drep.ival; /* Value develops as follows:
/external/svox/pico/lib/
H A Dpicopal.c182 picopal_int32 ival; local
194 ival = va_arg(args,int);
195 picopal_sprintf(buf,(picopal_char *)"%i",ival);
H A Dpicotok.c676 picoos_int32 ival; local
881 tok_getParamIntVal(tok->markupParams,KWF0Beg,& ival,& paramFound);
905 tok_getParamIntVal(tok->markupParams,KWF0Beg,& ival,& paramFound);
/external/opencv/cxcore/src/
H A Dcxcmp.cpp708 int ival = 0; local
780 ival = cvRound(value);
786 if( ival < minval )
788 else if( ival > maxval )
804 IPPI_CALL( icvCompareC_8u_C1R_p( src1->data.ptr, src1_step, (uchar)ival,
809 IPPI_CALL( icvCompareC_16s_C1R_p( src1->data.s, src1_step, (short)ival,
826 dst_step, size, &ival ));
H A Dcxutils.cpp940 int ival = cvRound(val), idelta = cvRound(delta); local
942 if( fabs(val - ival) < DBL_EPSILON &&
946 for( j = 0; j < cols; j++, ival += idelta )
947 idata[j] = ival;
H A Dcxpersistence.cpp1005 int ival; local
1022 ival = (int)strtol( ptr, &endptr, 0 );
1024 node->data.i = ival;
1893 int ival; local
1907 ival = (int)strtol( ptr, &endptr, 0 );
1909 elem->data.i = ival;
3260 int ival = node->data.i; local
3265 *(uchar*)data = CV_CAST_8U(ival);
3269 *(char*)data = CV_CAST_8S(ival);
3272 *(ushort*)data = CV_CAST_16U(ival);
3303 int ival; local
[all...]
/external/fio/
H A Doptions.c1335 { .ival = "none",
1339 { .ival = "exclusive",
1344 .ival = "readwrite",
1373 { .ival = "read",
1377 { .ival = "write",
1381 { .ival = "trim",
1385 { .ival = "randread",
1389 { .ival = "randwrite",
1393 { .ival = "randtrim",
1397 { .ival
3972 add_opt_posval(const char *optname, const char *ival, const char *help) argument
3991 del_opt_posval(const char *optname, const char *ival) argument
[all...]
/external/opencv/ml/src/
H A Dmlboost.cpp1369 int ival = cvRound(val); local
1370 if( ival != val )
1377 if( ival < cmap[c] )
1379 else if( ival > cmap[c] )
1385 if( c < 0 || ival != cmap[c] )
H A Dmltree.cpp2963 int ival = cvRound(val); local
2964 if( ival != val )
2971 if( ival < cmap[c] )
2973 else if( ival > cmap[c] )
2979 if( c < 0 || ival != cmap[c] )
/external/tinyxml2/
H A Dtinyxml2.cpp417 int ival = 0; local
418 if ( ToInt( str, &ival )) {
419 *value = (ival==0) ? false : true;
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglcpp-parse.c160 _token_create_ival (void *ctx, int type, int ival);
1929 _glcpp_parser_skip_stack_push_if (parser, & (yylsp[(1) - (3)]), (yyvsp[(2) - (3)].ival));
1938 _glcpp_parser_skip_stack_change_if (parser, & (yylsp[(1) - (3)]), "elif", (yyvsp[(2) - (3)].ival));
1948 parser->new_line_number = (yyvsp[(2) - (3)].ival);
1952 (yyvsp[(2) - (3)].ival));
1962 parser->new_line_number = (yyvsp[(2) - (4)].ival);
1964 parser->new_source_number = (yyvsp[(3) - (4)].ival);
1968 (yyvsp[(2) - (4)].ival), (yyvsp[(3) - (4)].ival));
2166 add_builtin_define (parser, "__VERSION__", (yyvsp[(2) - (3)].ival));
3234 _token_create_ival(void *ctx, int type, int ival) argument
[all...]
/external/chromium_org/v8/src/mips/
H A Dsimulator-mips.cc1607 int32_t ival; // zero or one integer parameters local
1610 GetFpArgs(&dval0, &dval1, &ival);
1626 FUNCTION_ADDR(generic_target), dval0, ival);
1659 dresult = target(dval0, ival);
/external/chromium_org/v8/src/mips64/
H A Dsimulator-mips64.cc1669 int32_t ival; // zero or one integer parameters local
1672 GetFpArgs(&dval0, &dval1, &ival);
1688 FUNCTION_ADDR(generic_target), dval0, ival);
1721 dresult = target(dval0, ival);
/external/chromium_org/third_party/bintrees/bintrees/
H A Dcwalker.c3764 Py_ssize_t ival; local
3767 ival = PyInt_AsSsize_t(x);
3769 return ival;
3772 static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) { argument
3774 if (ival <= LONG_MAX)
3775 return PyInt_FromLong((long)ival);
3777 unsigned char *bytes = (unsigned char *) &ival;
3782 return PyInt_FromSize_t(ival);
H A Dqavltree.c3367 Py_ssize_t ival; local
3370 ival = PyInt_AsSsize_t(x);
3372 return ival;
3375 static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) { argument
3377 if (ival <= LONG_MAX)
3378 return PyInt_FromLong((long)ival);
3380 unsigned char *bytes = (unsigned char *) &ival;
3385 return PyInt_FromSize_t(ival);
H A Dqbintree.c3362 Py_ssize_t ival; local
3365 ival = PyInt_AsSsize_t(x);
3367 return ival;
3370 static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) { argument
3372 if (ival <= LONG_MAX)
3373 return PyInt_FromLong((long)ival);
3375 unsigned char *bytes = (unsigned char *) &ival;
3380 return PyInt_FromSize_t(ival);
H A Dqrbtree.c3364 Py_ssize_t ival; local
3367 ival = PyInt_AsSsize_t(x);
3369 return ival;
3372 static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) { argument
3374 if (ival <= LONG_MAX)
3375 return PyInt_FromLong((long)ival);
3377 unsigned char *bytes = (unsigned char *) &ival;
3382 return PyInt_FromSize_t(ival);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnumfmtst.cpp369 int32_t ival = 0, ilval = 0; local
382 if (s != valFormat[v+ival])
383 errln((UnicodeString)"FAIL: Expected " + valFormat[v+ival]);
414 (uprv_fabs(a - valParse[v+ival]) / a > (2*DBL_EPSILON))) ||
415 (!useEpsilon && a != valParse[v+ival]))
417 errln((UnicodeString)"FAIL: Expected " + valParse[v+ival]);
422 errln((UnicodeString)" should be (" + s.length() + " chars) -> " + valParse[v+ival]);
454 ival += val_length;
/external/chromium_org/v8/src/arm/
H A Dsimulator-arm.cc1718 int32_t ival; // zero or one integer parameters local
1721 GetFpArgs(&dval0, &dval1, &ival);
1737 FUNCTION_ADDR(generic_target), dval0, ival);
1775 dresult = target(dval0, ival);
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp373 int32_t ival = 0, ilval = 0; local
386 if (s != valFormat[v+ival])
387 errln((UnicodeString)"FAIL: Expected " + valFormat[v+ival]);
418 (uprv_fabs(a - valParse[v+ival]) / a > (2*DBL_EPSILON))) ||
419 (!useEpsilon && a != valParse[v+ival]))
421 errln((UnicodeString)"FAIL: Expected " + valParse[v+ival]);
426 errln((UnicodeString)" should be (" + s.length() + " chars) -> " + valParse[v+ival]);
458 ival += val_length;
/external/chromium_org/third_party/libxslt/libxslt/
H A DxsltInternals.h238 int ival; /* integer value storage */ member in union:_xsltRuntimeExtra::__anon13403
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp229 //! Returns true iff every element of `ival` contains the corresponding element of `value`.
231 bool contains (const typename Traits<T>::IVal& ival, const T& value) argument
233 return Traits<T>::doContains(ival, value);
238 void printIVal (const FloatFormat& fmt, const typename Traits<T>::IVal& ival, ostream& os) argument
240 Traits<T>::doPrintIVal(fmt, ival, os);
244 string intervalToString (const FloatFormat& fmt, const typename Traits<T>::IVal& ival) argument
247 printIVal<T>(fmt, ival, oss);
305 static Interval doConvert (const FloatFormat& fmt, const IVal& ival) argument
307 return fmt.convert(ival);
320 const Interval& ival,
319 doPrintIVal(const FloatFormat& fmt, const Interval& ival, ostream& os) argument
344 doPrintIVal(const FloatFormat&, const Interval& ival, ostream& os) argument
369 doPrintIVal(const FloatFormat&, const Interval& ival, ostream& os) argument
405 doContains(const IVal& ival, const T& value) argument
414 doPrintIVal(const FloatFormat& fmt, const IVal ival, ostream& os) argument
[all...]

Completed in 1025 milliseconds

123