Home
last modified time | relevance | path

Searched refs:Div (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/trace/SEGGER/
A DSEGGER_RTT_printf.c138 unsigned Div; in _PrintUnsigned() local
186 Div = v / Digit; in _PrintUnsigned()
187 …if (Div < Base) { // Is our divider big enough to extract the highest digit from value? => … in _PrintUnsigned()
197 Div = v / Digit; in _PrintUnsigned()
198 v -= Div * Digit; in _PrintUnsigned()
199 _StoreChar(pBufferDesc, _aV2C[Div]); in _PrintUnsigned()
A DSEGGER_SYSVIEW.c1004 unsigned int Div; in _PrintUnsigned() local
1048 Div = v / Digit; in _PrintUnsigned()
1049 …if (Div < Base) { // Is our divider big enough to extract the highest digit from value? => … in _PrintUnsigned()
1059 Div = v / Digit; in _PrintUnsigned()
1060 v -= Div * Digit; in _PrintUnsigned()
1061 _StoreChar(pBufferDesc, _aV2C[Div]); in _PrintUnsigned()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/
A Ddiv.h74 inline void Div(const ArithmeticParams& params, in Div() function
86 inline void Div(const ArithmeticParams& params, in Div() function
219 inline void Div(const ArithmeticParams& params, in Div() function
A Dlegacy_reference_ops.h635 inline void Div(const T* input1_data, const Dims<4>& input1_dims, in Div() function
642 Div(op_params, DimsToShape(input1_dims), input1_data, in Div()
/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/uart/
A Dymodem.c122 uint32_t i, Div = 1000000000, j = 0, Status = 0; in Int2Str() local
125 str[j++] = (intnum / Div) + 48; in Int2Str()
127 intnum = intnum % Div; in Int2Str()
128 Div /= 10; in Int2Str()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/
A Drtl8721d_flash.h352 _LONG_CALL_ u32 FLASH_ClockDiv(u8 Div);
353 _LONG_CALL_ u32 FLASH_CalibrationNew(FLASH_InitTypeDef* FLASH_InitStruct, u8 SpicBitMode, u8 Div, u…
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A DTestImageFilter.c173 FUNC(Div), in main()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/
A Dlegacy_optimized_ops.h54 using reference_ops::Div;
A Doptimized_ops.h82 using reference_ops::Div;

Completed in 58 milliseconds