Searched refs:flag (Results 1 – 5 of 5) sorted by relevance
/cmsis-dsp-latest/Source/MatrixFunctions/ |
D | arm_mat_inverse_f32.c | 100 uint32_t selectedRow,pivotRow,i, rowNb, rowCnt, flag = 0U, j,column; /* loop counters */ in arm_mat_inverse_f32() local 192 flag = 0; in arm_mat_inverse_f32() 232 flag = 1U; in arm_mat_inverse_f32() 240 if ((flag != 1U) && (pivot == 0.0f)) in arm_mat_inverse_f32() 283 if ((flag != 1U) && (pivot == 0.0f)) in arm_mat_inverse_f32()
|
D | arm_mat_inverse_f64.c | 65 uint32_t selectedRow,pivotRow,i, rowNb, rowCnt, flag = 0U, j,column; /* loop counters */ in arm_mat_inverse_f64() local 157 flag = 0; in arm_mat_inverse_f64() 198 flag = 1U; in arm_mat_inverse_f64() 204 if ((flag != 1U) && (pivot == 0.0)) in arm_mat_inverse_f64() 247 if ((flag != 1U) && (pivot == 0.0)) in arm_mat_inverse_f64()
|
D | arm_mat_inverse_f16.c | 67 uint32_t selectedRow,pivotRow,i, rowNb, rowCnt, flag = 0U, j,column; /* loop counters */ in arm_mat_inverse_f16() local 159 flag = 0; in arm_mat_inverse_f16() 201 flag = 1U; in arm_mat_inverse_f16() 207 if ((flag != 1U) && ((_Float16)pivot == 0.0f16)) in arm_mat_inverse_f16() 250 if ((flag != 1U) && ((_Float16)pivot == 0.0f16)) in arm_mat_inverse_f16()
|
/cmsis-dsp-latest/ |
D | README.md | 202 You need to build with `-D__GNUC_PYTHON__` on the compiler command line. This flag was introduced f… 204 When this flag is enabled, CMSIS-DSP is defining a few macros used in the library for compiler port… 233 If the flag `ARM_DSP_CONFIG_TABLES` is still set, you'll now get a compilation error to remind you …
|
/cmsis-dsp-latest/Documentation/Doxygen/ |
D | dsp.dxy.in | 193 # using the -I flag. 537 # This flag is only useful for Objective-C code. If set to YES, local methods, 545 # If this flag is set to YES, the members of anonymous namespaces will be 554 # If this flag is set to YES, the name of an unnamed parameter in a declaration 833 # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag 858 # set to YES then this flag will automatically be disabled. See also 866 # undocumented enumeration values. If EXTRACT_ALL is set to YES then this flag 1618 # The GENERATE_CHI flag controls if a separate .chi index file is generated 1631 # The BINARY_TOC flag controls whether a binary table of contents is generated 1639 # The TOC_EXPAND flag can be set to YES to add extra items for group members to
|