Home
last modified time | relevance | path

Searched refs:N (Results 1 – 6 of 6) sorted by relevance

/hal_rpi_pico-latest/test/pico_divider_test/
Dpico_divider_test.c274 const int N = 1000; in perf_test() local
276 for (int i = 0; i < N; i++) { in perf_test()
290 const int N = 1000; in perf_test() local
292 for (int i = 0; i < N; i++) { in perf_test()
308 const int N = 1000; in perf_test() local
310 for (int i = 0; i < N; i++) { in perf_test()
324 const int N = 1000; in perf_test() local
326 for (int i = 0; i < N; i++) { in perf_test()
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/
Dcore_cm0plus.h219 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
270 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
Dcore_cm33.h349 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
409 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
/hal_rpi_pico-latest/tools/pioasm/
Dparser.yy220 …_STATUS { error(@0, "expected 'txfifo < N', 'rxfifo < N' or 'irq set N'"); }
/hal_rpi_pico-latest/tools/pioasm/gen/
Dparser.cpp81 # define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
83 if (N) \
86 (Current).end = YYRHSLOC (Rhs, N).end; \
2189 #define YYCASE_(N, S) \ in yysyntax_error_() argument
2190 case N: \ in yysyntax_error_()
/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_fma_dcp.S88 …eors r6,r6,r5 @ set N if mn has opposite sign to a, i.e. if the operation is essenti…