Searched refs:loopCnt (Results 1 – 6 of 6) sorted by relevance
/third_party/cmsis/CMSIS/DSP/Source/MatrixFunctions/ |
D | arm_mat_inverse_f64.c | 66 uint32_t i, rowCnt, flag = 0U, j, loopCnt, k,l; /* loop counters */ local 154 loopCnt = numCols; 159 while (loopCnt > 0U) 361 loopCnt--; 371 uint32_t i, rowCnt, flag = 0U, j, loopCnt, l; /* loop counters */ 459 loopCnt = numCols; 464 while (loopCnt > 0U) 613 loopCnt--;
|
D | arm_mat_inverse_f32.c | 88 uint32_t i, rowCnt, flag = 0U, j, loopCnt, l; /* loop counters */ in arm_mat_inverse_f32() local 184 loopCnt = numCols; in arm_mat_inverse_f32() 189 while (loopCnt > 0U) in arm_mat_inverse_f32() 540 loopCnt--; in arm_mat_inverse_f32() 585 uint32_t i, rowCnt, flag = 0U, j, loopCnt, k, l; /* loop counters */ in arm_mat_inverse_f32() local 674 loopCnt = numCols; in arm_mat_inverse_f32() 679 while (loopCnt > 0U) in arm_mat_inverse_f32() 949 loopCnt--; in arm_mat_inverse_f32() 990 uint32_t i, rowCnt, flag = 0U, j, loopCnt, k,l; /* loop counters */ local 1078 loopCnt = numCols; [all …]
|
D | arm_mat_inverse_f16.c | 70 uint32_t i, rowCnt, flag = 0U, j, loopCnt, l; /* loop counters */ in arm_mat_inverse_f16() local 166 loopCnt = numCols; in arm_mat_inverse_f16() 171 while (loopCnt > 0U) in arm_mat_inverse_f16() 522 loopCnt--; in arm_mat_inverse_f16() 566 uint32_t i, rowCnt, flag = 0U, j, loopCnt, k,l; /* loop counters */ in arm_mat_inverse_f16() local 654 loopCnt = numCols; in arm_mat_inverse_f16() 659 while (loopCnt > 0U) in arm_mat_inverse_f16() 858 loopCnt--; in arm_mat_inverse_f16()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
D | IslamicTest.java | 835 int loopCnt = 25; in TestIslamicUmAlQura() local 838 for(int x=1; x<=loopCnt; x++) { in TestIslamicUmAlQura() 844 if(day != (initDay + loopCnt - 1) || month != IslamicCalendar.RABI_2 || year != 1434) in TestIslamicUmAlQura() 845 errln("invalid values for RABI_2 date after roll of " + loopCnt); in TestIslamicUmAlQura()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | IslamicTest.java | 832 int loopCnt = 25; in TestIslamicUmAlQura() local 835 for(int x=1; x<=loopCnt; x++) { in TestIslamicUmAlQura() 841 if(day != (initDay + loopCnt - 1) || month != IslamicCalendar.RABI_2 || year != 1434) in TestIslamicUmAlQura() 842 errln("invalid values for RABI_2 date after roll of " + loopCnt); in TestIslamicUmAlQura()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | caltest.cpp | 3344 int32_t loopCnt = 25; in TestIslamicUmAlQura() local 3349 for(int x=1; x<=loopCnt; x++) { in TestIslamicUmAlQura() 3358 if(day != (initDay + loopCnt - 1) || month != IslamicCalendar::RABI_2 || year != 1434) in TestIslamicUmAlQura() 3359 errln("invalid values for RABI_2 date after roll of %d", loopCnt); in TestIslamicUmAlQura()
|