/external/bison/tests/ |
actions.at | 385 int ival; 394 ]m4_ifval([$6], [%type <ival> '(' 'x' 'y' ')' ';' thing line input END])[ 509 int c = ]AT_VAL[]m4_ifval([$6], [.ival])[ = counter++; [all...] |
named-refs.at | 42 semantic_value ival; 46 %token <ival> NUM "number" 47 %type <ival> exp 74 | exp[x] '+' { $<ival>$ = $x; } [l] exp[r] { $$ = $<ival>l + $r; } 128 (yylval).ival = read_signed_integer (); 207 int ival; 211 %token <ival> NUM "number" 212 %type <ival> exp 239 | exp[x] '+' { $<ival>$ = $x; } [l] exp[r] { $$ = $<ival>lo9 + $r; [all...] |
/external/lzma/CPP/Windows/ |
PropVariantConversions.cpp | 87 case VT_I2: return ConvertInt64ToString(prop.iVal);
|
/dalvik/vm/compiler/codegen/x86/libenc/ |
enc_base.h | 341 Operand(OpndSize size, long long ival, OpndExt ext = OpndExt_None) : 342 m_kind(OpndKind_Imm), m_size(size), m_ext(ext), m_imm64(ival) 349 Operand(int ival, OpndExt ext = OpndExt_None) : 350 m_kind(OpndKind_Imm), m_size(OpndSize_32), m_ext(ext), m_imm64(ival) 357 Operand(short ival, OpndExt ext = OpndExt_None) : 358 m_kind(OpndKind_Imm), m_size(OpndSize_16), m_ext(ext), m_imm64(ival) 366 Operand(char ival, OpndExt ext = OpndExt_None) : 367 m_kind(OpndKind_Imm), m_size(OpndSize_8), m_ext(ext), m_imm64(ival)
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
TextStream.cpp | 47 int ival = static_cast<int>(val); local 48 double dval = static_cast<double>(ival);
|
/external/opencv/ml/src/ |
mlnbayes.cpp | 338 int ival; local 367 ival = cls_labels->data.i[cls]; 371 results->data.i[k*rstep] = ival; 373 results->data.fl[k*rstep] = (float)ival; 376 value = (float)ival;
|
/external/skia/tests/ |
MathTest.cpp | 289 static void test_int2float(skiatest::Reporter* reporter, int ival) { 290 float x0 = (float)ival; 291 float x1 = SkIntToFloatCast(ival); 292 float x2 = SkIntToFloatCast_NoOverflowCheck(ival); 324 int ival = rand.nextU() & 0xFFFFFF; local 325 test_int2float(reporter, ival); 326 test_int2float(reporter, -ival);
|
/external/chromium_org/third_party/sqlite/src/src/ |
test_hexio.c | 351 sqlite3_int64 iVal; 360 nVal = getFts3Varint((char*)zBlob, (sqlite3_int64 *)(&iVal)); 361 Tcl_ObjSetVar2(interp, objv[2], 0, Tcl_NewWideIntObj(iVal), 0);
|
test_superlock.c | 288 int iVal = 0; /* Value to return */ 294 Tcl_GetIntFromObj(p->interp, Tcl_GetObjResult(p->interp), &iVal); 297 return iVal;
|
/external/chromium_org/ppapi/native_client/src/tools/ |
srpcgen.py | 74 'int32_t': ['i', 'int32_t', 'u.ival', ''], 78 'PP_Instance': ['i', 'PP_Instance', 'u.ival', ''], 79 'PP_Module': ['i', 'PP_Module', 'u.ival', ''], 80 'PP_Resource': ['i', 'PP_Resource', 'u.ival', ''],
|
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
nacl_subprocess.cc | 112 params->ins()[i]->u.ival = input;
|
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/ |
glcpp.h | 53 intmax_t ival; member in union:YYSTYPE
|
glcpp-parse.y | 83 _token_create_ival (void *ctx, int type, int ival); 165 %type <ival> expression INTEGER operator SPACE integer_constant 767 _token_create_ival (void *ctx, int type, int ival) 773 token->value.ival = ival; 916 if (node_a->token->value.ival != 917 node_b->token->value.ival) 950 ralloc_asprintf_rewrite_tail (out, len, "%" PRIiMAX, token->value.ival); [all...] |
/external/lzma/CPP/Common/ |
MyWindows.h | 160 SHORT iVal;
|
/external/mesa3d/src/glsl/glcpp/ |
glcpp.h | 53 intmax_t ival; member in union:YYSTYPE
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cnmdptst.c | 189 int32_t ival, ilval, p, v, lneed; local 249 ival = 0; 279 u_uastrcpy(uvalfor, valFormat[v+ival]); 281 log_verbose("FAIL: Expected %s ( %s )\n", valFormat[v+ival], u_austrcpy(tempMsgBug, uvalfor) ); 287 if (a != valParse[v+ival]) 288 log_err("FAIL: Expected: %e, Got: %g\n", valParse[v+ival], a); 319 log_err("FAIL: Expected : %e\n", valParse[v+ival]); 327 ival += val_length; [all...] |
/external/icu4c/test/cintltst/ |
cnmdptst.c | 189 int32_t ival, ilval, p, v, lneed; local 249 ival = 0; 279 u_uastrcpy(uvalfor, valFormat[v+ival]); 281 log_verbose("FAIL: Expected %s ( %s )\n", valFormat[v+ival], u_austrcpy(tempMsgBug, uvalfor) ); 287 if (a != valParse[v+ival]) 288 log_err("FAIL: Expected: %e, Got: %g\n", valParse[v+ival], a); 319 log_err("FAIL: Expected : %e\n", valParse[v+ival]); 327 ival += val_length; [all...] |
/external/stlport/test/unit/ |
num_facets_test.cpp | 91 int ival = 1234567890; local 93 fostr << ival; local
|
/ndk/tests/device/test-gnustl-full/unit/ |
num_facets_test.cpp | 91 int ival = 1234567890; local 93 fostr << ival; local
|
/ndk/tests/device/test-stlport/unit/ |
num_facets_test.cpp | 91 int ival = 1234567890; local 93 fostr << ival; local
|
/external/chromium_org/third_party/sqlite/src/test/ |
threadtest3.c | [all...] |
/external/svox/pico/lib/ |
picokdt.c | 858 picoos_uint32 iVal; 861 iVal = 0; 864 iVal |= ( (1) << i ); 872 return iVal; 879 picoos_uint32 v, b, iVal; 884 iVal = 0 [all...] |
/external/opencv/cxcore/src/ |
cxpersistence.cpp | 1005 int ival; local 1022 ival = (int)strtol( ptr, &endptr, 0 ); 1024 node->data.i = ival; 1893 int ival; local 3260 int ival = node->data.i; local 3303 int ival; local [all...] |
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/ |
tinyxml.cpp | 661 int TiXmlElement::QueryIntAttribute( const char* name, int* ival ) const 666 return attrib->QueryIntValue( ival ); 676 int ival = 0; local 677 int result = node->QueryIntValue( &ival ); 678 *value = (unsigned)ival; 710 int TiXmlElement::QueryIntAttribute( const std::string& name, int* ival ) const 715 return attrib->QueryIntValue( ival ); 1236 int TiXmlAttribute::QueryIntValue( int* ival ) const 1238 if ( TIXML_SSCANF( value.c_str(), "%d", ival ) == 1 ) [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineMulDivRem.cpp | 104 const APInt *IVal; 109 if (!match(Elt, m_APInt(IVal)) || !IVal->isPowerOf2()) 111 Elts.push_back(ConstantInt::get(Elt->getType(), IVal->logBase2())); 134 const APInt *IVal; 137 match(C1, m_APInt(IVal))) 143 if (match(C1, m_APInt(IVal)) && IVal->isPowerOf2()) 145 NewCst = ConstantInt::get(NewOp->getType(), IVal->logBase2()); [all...] |