Home
last modified time | relevance | path

Searched refs:precision (Results 1 - 4 of 4) sorted by relevance

/device/soc/rockchip/rk2206/sdk_liteos/platform/system/
H A Dprintf.c74 // define the default floating point precision
309 // write if precision != 0 and value is != 0 in _ntoa_long()
345 // write if precision != 0 and value is != 0 in _ntoa_long_long()
443 // set default precision, if not set explicitly in _ftoa()
447 // limit precision to 9, cause a prec >= 10 can lead to overflow errors in _ftoa()
577 // default precision in _etoa()
621 i_flags |= FLAGS_PRECISION; // make sure _ftoa respects precision in _etoa()
688 unsigned int flags, width, precision, n; in vsnprintf_s() local
699 // format specifier? %[flags][width][.precision][length] in vsnprintf_s()
760 // evaluate precision fiel in vsnprintf_s()
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/
H A Dtimex.h23 long constant, precision, tolerance; member
/device/soc/rockchip/rk3568/hardware/codec/jpeg/src/
H A Dcodec_jpeg_helper.cpp153 uint8_t index = 0; // precision 1: 16bit, 0: 8bit, deault:0 in JpegDqtAssemble()
157 index = (index << 4) | i; // precision << 4 | tableid in JpegDqtAssemble()
160 CODEC_LOGE("assemble precision and tableid error"); in JpegDqtAssemble()
290 int8_t precision = decInfo.dataPrecision & 0xFF; in JpegSofAssemble() local
291 curPos = PutInt8(buffer, curPos, precision); in JpegSofAssemble()
293 CODEC_LOGE("assemble SOF precision error"); in JpegSofAssemble()
405 // precision in DessambleSof()
/device/soc/rockchip/rk3588/hardware/codec/jpeg/src/
H A Dcodec_jpeg_helper.cpp153 uint8_t index = 0; // precision 1: 16bit, 0: 8bit, deault:0 in JpegDqtAssemble()
157 index = (index << 4) | i; // precision << 4 | tableid in JpegDqtAssemble()
160 CODEC_LOGE("assemble precision and tableid error"); in JpegDqtAssemble()
290 int8_t precision = decInfo.dataPrecision & 0xFF; in JpegSofAssemble() local
291 curPos = PutInt8(buffer, curPos, precision); in JpegSofAssemble()
293 CODEC_LOGE("assemble SOF precision error"); in JpegSofAssemble()
405 // precision in DessambleSof()

Completed in 5 milliseconds