Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/flatbuffers/include/flatbuffers/
A Dstl_emulation.h142 template <typename T> using is_unsigned = std::is_unsigned<T>; variable
155 template <typename T> using is_unsigned = std::tr1::is_unsigned<T>; variable
/AliOS-Things-master/components/py_engine/engine/py/
A Dobjarray.c265 STATIC int typecode_for_comparison(int typecode, bool *is_unsigned) { in typecode_for_comparison()
348 bool is_unsigned = false; in array_binary_op() local

Completed in 4 milliseconds