Home
last modified time | relevance | path

Searched defs:precision (Results 1 – 17 of 17) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dobjfloat.c103 const int precision = 6; in float_print() local
105 const int precision = 7; in float_print() local
109 const int precision = 16; in float_print() local
A Dobjcomplex.c51 const int precision = 6; in complex_print() local
53 const int precision = 7; in complex_print() local
57 const int precision = 16; in complex_print() local
A Dobjstr.c1127 int precision = -1; in mp_obj_str_format_helper() local
/AliOS-Things-master/components/py_engine/tests/basics/
A Dstring_format2.py10 def test_fmt(conv, fill, alignment, sign, prefix, width, precision, type, arg): argument
/AliOS-Things-master/components/py_engine/tests/float/
A Dstring_format2.py11 def test_fmt(conv, fill, alignment, sign, prefix, width, precision, type, arg): argument
/AliOS-Things-master/components/jsoncpp/src/lib_json/
A Djson_tool.h120 Iter fixZerosInTheEnd(Iter begin, Iter end, unsigned int precision) { in fixZerosInTheEnd()
A Djson_writer.cpp128 unsigned int precision, PrecisionType precisionType) { in valueToString()
173 String valueToString(double value, unsigned int precision, in valueToString()
920 bool emitUTF8, unsigned int precision, PrecisionType precisionType) in BuiltStyledStreamWriter()
/AliOS-Things-master/components/sntp/src/
A Dsntp.c72 uint8_t precision; // Eight bits. Precision of the local clock. member
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/flatbuffers/include/flatbuffers/
A Dutil.h161 template<typename T> std::string FloatToString(T t, int precision) { in FloatToString()
/AliOS-Things-master/components/minilibc/libc/
A Dprintf.c619 unsigned int flags, width, precision, n; in _vsnprintf() local
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/
A Dtarith.c83 int precision = 5; in validation_ascii_to_fp() local
A Dpngvalid.c235 int precision) in safecatd()
9980 int precision = (outmax >= 1000 ? 6 : 3); in gamma_component_validate() local
/AliOS-Things-master/components/SDL2/src/image/
A DIMG_xcf.c145 Uint32 precision; member
/AliOS-Things-master/components/SDL2/src/stdlib/
A DSDL_string.c1408 int precision; member
/AliOS-Things-master/components/freetype/src/raster/
A Dftraster.c468 Int precision; member
/AliOS-Things-master/components/oss/src/external/json/
A Djsoncpp.cpp4305 JSONCPP_STRING valueToString(double value, bool useSpecialFloats, unsigned int precision) { in valueToString()
5079 unsigned int precision) in BuiltStyledStreamWriter()
/AliOS-Things-master/components/jsoncpp/src/test_lib_json/
A Dmain.cpp1958 JSONTEST_FIXTURE_LOCAL(ValueTest, precision) { in JSONTEST_FIXTURE_LOCAL() argument

Completed in 73 milliseconds