/hal_rpi_pico-latest/src/host/hardware_divider/include/hardware/ |
D | divider.h | 114 inline static uint32_t to_quotient_u32(divmod_result_t r) { in to_quotient_u32() 124 inline static int32_t to_quotient_s32(divmod_result_t r) { in to_quotient_s32() 136 inline static uint32_t to_remainder_u32(divmod_result_t r) { in to_remainder_u32() 148 inline static int32_t to_remainder_s32(divmod_result_t r) { in to_remainder_s32()
|
/hal_rpi_pico-latest/src/rp2_common/pico_stdio_rtt/SEGGER/RTT/ |
D | SEGGER_RTT.c | 540 unsigned r; in _GetAvailWriteSpace() local 1450 int r; in SEGGER_RTT_GetKey() local 1477 int r; in SEGGER_RTT_WaitKey() local 1502 int r; in SEGGER_RTT_HasKey() local 1682 int r; in SEGGER_RTT_ConfigUpBuffer() local 1734 int r; in SEGGER_RTT_ConfigDownBuffer() local 1777 int r; in SEGGER_RTT_SetNameUpBuffer() local 1812 int r; in SEGGER_RTT_SetNameDownBuffer() local 1848 int r; in SEGGER_RTT_SetFlagsUpBuffer() local 1884 int r; in SEGGER_RTT_SetFlagsDownBuffer() local [all …]
|
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/ |
D | cmsis_armclang.h | 124 #define __CMSIS_GCC_OUT_REG(r) "=l" (r) argument 125 #define __CMSIS_GCC_RW_REG(r) "+l" (r) argument 126 #define __CMSIS_GCC_USE_REG(r) "l" (r) argument 128 #define __CMSIS_GCC_OUT_REG(r) "=r" (r) argument 129 #define __CMSIS_GCC_RW_REG(r) "+r" (r) argument 130 #define __CMSIS_GCC_USE_REG(r) "r" (r) argument
|
D | cmsis_clang.h | 129 #define __CMSIS_GCC_OUT_REG(r) "=l" (r) argument 130 #define __CMSIS_GCC_RW_REG(r) "+l" (r) argument 131 #define __CMSIS_GCC_USE_REG(r) "l" (r) argument 133 #define __CMSIS_GCC_OUT_REG(r) "=r" (r) argument 134 #define __CMSIS_GCC_RW_REG(r) "+r" (r) argument 135 #define __CMSIS_GCC_USE_REG(r) "r" (r) argument
|
D | cmsis_gcc.h | 129 #define __CMSIS_GCC_OUT_REG(r) "=l" (r) argument 130 #define __CMSIS_GCC_RW_REG(r) "+l" (r) argument 131 #define __CMSIS_GCC_USE_REG(r) "l" (r) argument 133 #define __CMSIS_GCC_OUT_REG(r) "=r" (r) argument 134 #define __CMSIS_GCC_RW_REG(r) "+r" (r) argument 135 #define __CMSIS_GCC_USE_REG(r) "r" (r) argument
|
D | cmsis_armclang_ltm.h | 165 #define __CMSIS_GCC_OUT_REG(r) "=l" (r) argument 166 #define __CMSIS_GCC_USE_REG(r) "l" (r) argument 168 #define __CMSIS_GCC_OUT_REG(r) "=r" (r) argument 169 #define __CMSIS_GCC_USE_REG(r) "r" (r) argument
|
D | cmsis_iccarm.h | 576 uint32_t r = v; in __RBIT() local
|
/hal_rpi_pico-latest/src/common/pico_divider_headers/include/pico/ |
D | divider.h | 54 divmod_result_t r = hw_divider_divmod_s32(a, b); in divmod_s32s32_rem() local 89 divmod_result_t r = hw_divider_divmod_u32(a, b); in divmod_u32u32_rem() local
|
/hal_rpi_pico-latest/src/rp2_common/hardware_divider/include/hardware/ |
D | divider.h | 198 inline static uint32_t to_quotient_u32(divmod_result_t r) { in to_quotient_u32() 208 inline static int32_t to_quotient_s32(divmod_result_t r) { in to_quotient_s32() 220 inline static uint32_t to_remainder_u32(divmod_result_t r) { in to_remainder_u32() 232 inline static int32_t to_remainder_s32(divmod_result_t r) { in to_remainder_s32()
|
/hal_rpi_pico-latest/test/pico_float_test/ |
D | m33.c | 20 static void checkf(ui32 r,ui32 t) { in checkf() 29 static void checkd(ui64 r,ui64 t) { in checkd()
|
/hal_rpi_pico-latest/test/pico_divider_test/ |
D | pico_divider_test.c | 16 void test_mulib_divu64u64(ui64*y,ui64*x,ui64*q,ui64*r) { in test_mulib_divu64u64() 19 void test_mulib_divs64s64( i64*y, i64*x, i64*q, i64*r) { in test_mulib_divs64s64() 105 ui64 q,r; in test_divu64u64() local 125 i64 q,r; in test_divs64s64() local
|
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/m-profile/ |
D | cmsis_tiarmclang_m.h | 160 #define __CMSIS_GCC_OUT_REG(r) "=l" (r) argument 161 #define __CMSIS_GCC_RW_REG(r) "+l" (r) argument 162 #define __CMSIS_GCC_USE_REG(r) "l" (r) argument 164 #define __CMSIS_GCC_OUT_REG(r) "=r" (r) argument 165 #define __CMSIS_GCC_RW_REG(r) "+r" (r) argument 166 #define __CMSIS_GCC_USE_REG(r) "r" (r) argument
|
D | cmsis_iccarm_m.h | 604 uint32_t r = v; in __RBIT() local
|
/hal_rpi_pico-latest/src/rp2_common/pico_rand/include/pico/ |
D | rand.h | 180 uint64_t r[2]; member
|
/hal_rpi_pico-latest/src/rp2_common/pico_float/ |
D | float_math.c | 498 int quo=0,q,r=0,s; in frem_0() local
|
/hal_rpi_pico-latest/src/rp2_common/pico_double/ |
D | double_math.c | 544 int quo=0,q,r=0,s; in drem_0() local
|