Home
last modified time | relevance | path

Searched refs:left (Results 1 – 11 of 11) sorted by relevance

/cmsis-dsp-3.7.0-3.6.0/Documentation/Doxygen/style_template/
Dextra_stylesheet.css103 --label-left-top-border-color: #5373B4;
280 --label-left-top-border-color: #4665A2;
469 text-align: left;
531 padding-left: 2em;
582 text-align: left;
602 text-align:left;
661 /* margin-left: 12px;
686 margin-left: 0;
698 border-left: 1px solid var(--nav-splitbar-color);
753 margin-left: 3%;
[all …]
Dsearch.css26 margin-left: 5px;
40 #MSearchBox .left {
125 left: 0; top: 0;
132 -webkit-border-top-left-radius: 4px;
134 -webkit-border-bottom-left-radius: 4px;
141 padding-left: 2px;
158 padding-left: 6px;
188 left: 0; top: 0;
206 padding-left: 1ex;
220 padding-left: 3ex; padding-bottom: .5em
[all …]
Dextra_navtree.css36 border-left-width: 5px;
37 margin-left:-10px; /*correction to place selection border on the edge screen edge */
51 padding-left:0px;
67 padding-left:6px;
75 /*correction for the larger box border on the left (10px-5px) */
77 margin-left:5px;
87 padding-left: 10px; /*correction to add space before the first arrow in nav-tree */
104 left: 0px;
Dextra_tabs.css39 float: left;
/cmsis-dsp-3.7.0-3.6.0/Source/DistanceFunctions/
Darm_jensenshannon_distance_f16.c150 _Float16 left, right,sum, tmp; in arm_jensenshannon_distance_f16() local
154 left = 0.0f16; in arm_jensenshannon_distance_f16()
159 left += (_Float16)rel_entr(pA[i], tmp); in arm_jensenshannon_distance_f16()
164 sum = left + right; in arm_jensenshannon_distance_f16()
Darm_jensenshannon_distance_f32.c223 float32_t left, right,sum, result, tmp; in arm_jensenshannon_distance_f32() local
226 left = 0.0f; in arm_jensenshannon_distance_f32()
231 left += rel_entr(pA[i], tmp); in arm_jensenshannon_distance_f32()
236 sum = left + right; in arm_jensenshannon_distance_f32()
/cmsis-dsp-3.7.0-3.6.0/Testing/cmsis_build/RTE/Device/SSE-300-MPS3/
Dfvp_sse300_mps3_s.sct32 * executable region makes it only used the space left over by the ER_CODE
/cmsis-dsp-3.7.0-3.6.0/Testing/cmsis_build/RTE/Device/SSE-310-MPS3/
Dcorstone310_mps3_s.sct32 * executable region makes it only used the space left over by the ER_CODE
/cmsis-dsp-3.7.0-3.6.0/Examples/cmsis_build/RTE/Device/SSE-300-MPS3/
Dfvp_sse300_mps3_s.sct32 * executable region makes it only used the space left over by the ER_CODE
/cmsis-dsp-3.7.0-3.6.0/Documentation/Doxygen/
Ddsp.dxy.in68 # left blank the current directory will be used.
137 # text. Otherwise, the brief description is used as-is. If left blank, the
177 # Stripping is only done if one of the specified strings matches the left-hand
179 # If left blank the directory from which doxygen is run is used as the path to
190 # header file to include in order to use a class. If left blank only the name of
798 # tag is left empty.
903 # messages should be written. If left blank the output is written to standard
959 # If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp,
1096 # *.h) to filter out the source-files in the directories. If left blank all
1355 # each generated HTML page. If the tag is left blank doxygen will generate a
[all …]
/cmsis-dsp-3.7.0-3.6.0/PythonWrapper/examples/
DNoise suppression.ipynb1417 …k if the background noise is too small because there won't be enough bits left to estimate the noi…