Searched refs:unsigned_integer (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/ |
D | Type_Names_Suite.py | 118 class unsigned_integer(aetools.ComponentItem): class 301 unsigned_integer._superclassnames = [] 302 unsigned_integer._privpropdict = { 304 unsigned_integer._privelemdict = { 410 'magn' : unsigned_integer,
|
D | __init__.py | 150 getbaseclasses(unsigned_integer) 345 'magn' : unsigned_integer,
|
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Finder/ |
D | __init__.py | 104 getbaseclasses(StdSuites.Type_Names_Suite.unsigned_integer) 179 'magn' : StdSuites.Type_Names_Suite.unsigned_integer,
|
/external/v8/src/arm/ |
D | disasm-arm.cc | 1761 bool unsigned_integer = (instr->Bit(16) == 0); in DecodeVCVTBetweenFloatingPointAndInteger() local 1764 if (unsigned_integer) { in DecodeVCVTBetweenFloatingPointAndInteger() 1770 if (unsigned_integer) { in DecodeVCVTBetweenFloatingPointAndInteger() 1777 bool unsigned_integer = (instr->Bit(7) == 0); in DecodeVCVTBetweenFloatingPointAndInteger() local 1780 if (unsigned_integer) { in DecodeVCVTBetweenFloatingPointAndInteger() 1786 if (unsigned_integer) { in DecodeVCVTBetweenFloatingPointAndInteger()
|
D | simulator-arm.cc | 3690 int32_t Simulator::ConvertDoubleToInt(double val, bool unsigned_integer, in ConvertDoubleToInt() argument 3695 unsigned_integer ? static_cast<uint32_t>(val) : static_cast<int32_t>(val); in ConvertDoubleToInt() 3697 inv_op_vfp_flag_ = get_inv_op_vfp_flag(mode, val, unsigned_integer); in ConvertDoubleToInt() 3699 double abs_diff = unsigned_integer in ConvertDoubleToInt() 3706 result = VFPConversionSaturate(val, unsigned_integer); in ConvertDoubleToInt() 3764 bool unsigned_integer = (instr->Bit(16) == 0); in DecodeVCVTBetweenFloatingPointAndInteger() local 3770 int32_t temp = ConvertDoubleToInt(val, unsigned_integer, mode); in DecodeVCVTBetweenFloatingPointAndInteger() 3776 bool unsigned_integer = (instr->Bit(7) == 0); in DecodeVCVTBetweenFloatingPointAndInteger() local 3784 if (unsigned_integer) { in DecodeVCVTBetweenFloatingPointAndInteger() 3791 if (unsigned_integer) { in DecodeVCVTBetweenFloatingPointAndInteger()
|
D | simulator-arm.h | 318 int32_t ConvertDoubleToInt(double val, bool unsigned_integer,
|
/external/toolchain-utils/dejagnu/gdb_baseline/ |
D | x86_64-cros-linux-gnu | 15087 …pression for ptr2.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.unsigned_integer 15088 …pression for ptr2.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.unsigned_integer
|
D | i686-pc-linux-gnu | 14784 …pression for ptr2.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.unsigned_integer 14785 …pression for ptr2.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.unsigned_integer
|
D | armv7a-cros-linux-gnueabi | 14714 …pression for ptr2.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.unsigned_integer 14715 …pression for ptr2.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.unsigned_integer
|