Searched refs:Div (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/trace/SEGGER/ |
A D | SEGGER_RTT_printf.c | 138 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 D | SEGGER_SYSVIEW.c | 1004 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 D | div.h | 74 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 D | legacy_reference_ops.h | 635 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 D | ymodem.c | 122 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 D | rtl8721d_flash.h | 352 _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 D | TestImageFilter.c | 173 FUNC(Div), in main()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/ |
A D | legacy_optimized_ops.h | 54 using reference_ops::Div;
|
A D | optimized_ops.h | 82 using reference_ops::Div;
|
Completed in 58 milliseconds