Home
last modified time | relevance | path

Searched defs:is_unsigned (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/chre/external/flatbuffers/include/flatbuffers/
H A Dstl_emulation.h145 template <typename T> using is_unsigned = std::is_unsigned<T>; variable
158 template <typename T> using is_unsigned = std::tr1::is_unsigned<T>; variable
/aosp12/art/compiler/optimizing/
H A Dloop_optimization.cc225 /*out*/ bool* is_unsigned) { in IsNarrowerOperands()
246 /*out*/ bool* is_unsigned) { in IsNarrowerOperand()
1518 bool is_unsigned = false; in VectorizeUse() local
1555 bool is_unsigned = false; in VectorizeUse() local
2092 bool is_unsigned = false; in VectorizeHalvingAddIdiom() local
2166 bool is_unsigned = false; in VectorizeSADIdiom() local
2239 bool is_unsigned = false; in VectorizeDotProdIdiom() local
H A Dnodes_vector.h224 static DataType::Type ToProperType(DataType::Type type, bool is_unsigned) { in ToProperType()
/aosp12/system/update_engine/scripts/update_payload/
H A Dcommon.py86 def IntPackingFmtStr(size, is_unsigned): argument
H A Dpayload.py38 def _ReadInt(file_obj, size, is_unsigned, hasher=None): argument
H A Dtest_utils.py56 def _WriteInt(file_obj, size, is_unsigned, val): argument