Home
last modified time | relevance | path

Searched refs:s (Results 1 – 25 of 129) sorted by relevance

123456

/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/QuaternionMathFunctions/
Darm_rotation2quaternion_f32.c84 float32_t s; in arm_rotation2quaternion_f32() local
105 s = 1.0 / doubler; in arm_rotation2quaternion_f32()
107 q1 = vmulq_n_f32(q1,s); in arm_rotation2quaternion_f32()
108 q2 = vmulq_n_f32(q2,s); in arm_rotation2quaternion_f32()
119 s = 1.0 / doubler; in arm_rotation2quaternion_f32()
121 q1 = vmulq_n_f32(q1,s); in arm_rotation2quaternion_f32()
122 q2 = vmulq_n_f32(q2,s); in arm_rotation2quaternion_f32()
133 s = 1.0 / doubler; in arm_rotation2quaternion_f32()
135 q1 = vmulq_n_f32(q1,s); in arm_rotation2quaternion_f32()
136 q2 = vmulq_n_f32(q2,s); in arm_rotation2quaternion_f32()
[all …]
/hal_nxp-3.5.0/mcux/mcux-sdk/components/log/
Dfsl_component_log.h76 #define LOG_FILE_NAME_INTERCEPT(s, n) \ argument
77 ((sizeof(s) >= (n)) && (((s)[sizeof(s) - (n)] == '/') || ((s)[sizeof(s) - (n)] == '\\'))) ? \
78 ((s) + sizeof(s) - ((n)-1))
79 #define LOG_FILE_NAME_RECURSIVE(f, s, n) \ argument
80 …f(s, n) : f(s, n + 1) : f(s, n + 2) : f(s, n + 3) : f(s, n + 4) : f(s, n + 5) : f(s, n + 6) : f(s,…
81 #define LOG_FILE_NAME_SET(f, f1, s, n) \ argument
82 f(f1, s, n) \
83 : f(f1, s, n + 8) \
84 : f(f1, s, n + 16) \
85 … : f(f1, s, n + 24) : f(f1, s, n + 32) : f(f1, s, n + 40) : f(f1, s, n + 48) : f(f1, s, n + 56)
/hal_nxp-3.5.0/mcux/mcux-sdk/scripts/kconfig/
Dmenuconfig.py1407 s = " and ".join(enabled_modes) + " mode enabled"
1408 _safe_addstr(_bot_sep_win, 0, max(term_width - len(s) - 2, 0), s)
1470 for s in split_path[1:]:
1472 _safe_addstr(_path_win, s)
1581 s = sc.str_value
1584 s = _input_dialog(
1586 s, _range_info(sc))
1588 if s is None:
1592 s = s.strip()
1596 if sc.orig_type == HEX and not s.startswith(("0x", "0X")):
[all …]
Dguiconfig.py637 def _set_status(s): argument
640 _status_label["text"] = s
799 s = "*** {} ***".format(node.prompt[0])
801 s = node.prompt[0]
812 s += " (NEW)"
816 s = "<{}>".format(node.item.name)
821 s = standard_sc_expr_str(node.item)
827 s += ": " + sym.str_value
829 s = "({}) {}".format(sym.str_value, s)
840 s += " ({})".format(sym_node.prompt[0])
[all …]
Dkconfiglib.py1958 def eval_string(self, s): argument
1983 self._tokens = self._tokenize("if " + s)
1985 self._line = s
2335 def _tokenize(self, s): argument
2347 self._line = s # Used for error reporting
2350 match = _command_match(s)
2352 if s.isspace() or s.lstrip().startswith("#"):
2365 if s.strip(" \t\n-") == "help":
2371 self._parse_assignment(s)
2379 while i < len(s):
[all …]
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Include/dsp/
Dnone.h249 q31_t r, s, t, u; in __QADD8() local
252 s = __SSAT(((((q31_t)x << 16) >> 24) + (((q31_t)y << 16) >> 24)), 8) & (int32_t)0x000000FF; in __QADD8()
256 return ((uint32_t)((u << 24) | (t << 16) | (s << 8) | (r ))); in __QADD8()
267 q31_t r, s, t, u; in __QSUB8() local
270 s = __SSAT(((((q31_t)x << 16) >> 24) - (((q31_t)y << 16) >> 24)), 8) & (int32_t)0x000000FF; in __QSUB8()
274 return ((uint32_t)((u << 24) | (t << 16) | (s << 8) | (r ))); in __QSUB8()
286 q31_t r = 0, s = 0; in __QADD16() local
289 s = __SSAT(((((q31_t)x ) >> 16) + (((q31_t)y ) >> 16)), 16) & (int32_t)0x0000FFFF; in __QADD16()
291 return ((uint32_t)((s << 16) | (r ))); in __QADD16()
302 q31_t r, s; in __SHADD16() local
[all …]
/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/mmcau/
DREADME.txt25 |-- mmcau_aes_functions.s
26 |-- mmcau_des_functions.s
27 |-- mmcau_md5_functions.s
28 |-- mmcau_sha1_functions.s
29 `-- mmcau_sha256_functions.s
42 |-- mmcau_aes_functions.s
43 |-- mmcau_des_functions.s
44 |-- mmcau_md5_functions.s
45 |-- mmcau_sha1_functions.s
46 `-- mmcau_sha256_functions.s
[all …]
Dset_middleware_mmcau.cmake11 ${CMAKE_CURRENT_LIST_DIR}/./asm-cm0p/src/mmcau_aes_functions.s
12 ${CMAKE_CURRENT_LIST_DIR}/./asm-cm0p/src/mmcau_des_functions.s
13 ${CMAKE_CURRENT_LIST_DIR}/./asm-cm0p/src/mmcau_md5_functions.s
14 ${CMAKE_CURRENT_LIST_DIR}/./asm-cm0p/src/mmcau_sha1_functions.s
15 ${CMAKE_CURRENT_LIST_DIR}/./asm-cm0p/src/mmcau_sha256_functions.s
21 ${CMAKE_CURRENT_LIST_DIR}/./asm-cm4-cm7/src/mmcau_aes_functions.s
22 ${CMAKE_CURRENT_LIST_DIR}/./asm-cm4-cm7/src/mmcau_des_functions.s
23 ${CMAKE_CURRENT_LIST_DIR}/./asm-cm4-cm7/src/mmcau_md5_functions.s
24 ${CMAKE_CURRENT_LIST_DIR}/./asm-cm4-cm7/src/mmcau_sha1_functions.s
25 ${CMAKE_CURRENT_LIST_DIR}/./asm-cm4-cm7/src/mmcau_sha256_functions.s
/hal_nxp-3.5.0/mcux/mcux-sdk/utilities/debug_console/str/
Dfsl_str.c82 static uint32_t ScanIgnoreWhiteSpace(const char **s);
170 static uint32_t PrintGetPrecision(const char **s, va_list *ap, bool *valid_precision_width) in PrintGetPrecision() argument
172 const char *p = *s; in PrintGetPrecision()
223 *s = p; in PrintGetPrecision()
382 static uint32_t PrintCheckFlags(const char **s) in PrintCheckFlags() argument
384 const char *p = *s; in PrintCheckFlags()
414 *s = p; in PrintCheckFlags()
423 static uint32_t PrintGetLengthFlag(const char **s) in PrintGetLengthFlag() argument
425 const char *p = *s; in PrintGetLengthFlag()
458 *s = p; in PrintGetLengthFlag()
[all …]
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMXRT595S/xtensa/gdbio/
Dspecs23 # The %O suffix on the start and end files indicates that the system's
25 # The %s suffix tells the compiler driver to search for the file in the
29 crt1-boards%O%s crti%O%s crtbegin%O%s _sharedvectors%O%s _vectors%O%s
32 crtend%O%s crtn%O%s
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMXRT685S/xtensa/gdbio/
Dspecs23 # The %O suffix on the start and end files indicates that the system's
25 # The %s suffix tells the compiler driver to search for the file in the
29 crt1-boards%O%s crti%O%s crtbegin%O%s _sharedvectors%O%s _vectors%O%s
32 crtend%O%s crtn%O%s
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMXRT685S/xtensa/min-rt/
Dspecs23 # The %O suffix on the start and end files indicates that the system's
25 # The %s suffix tells the compiler driver to search for the file in the
29 crt1-boards%O%s crti%O%s crtbegin%O%s _sharedvectors%O%s _vectors%O%s
32 crtend%O%s crtn%O%s
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMXRT685S/xtensa/sim/
Dspecs23 # The %O suffix on the start and end files indicates that the system's
25 # The %s suffix tells the compiler driver to search for the file in the
29 crt1-sim%O%s crti%O%s crtbegin%O%s _sharedvectors%O%s _vectors%O%s
32 crtend%O%s crtn%O%s
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMXRT685S/xtensa_lowmem/gdbio/
Dspecs23 # The %O suffix on the start and end files indicates that the system's
25 # The %s suffix tells the compiler driver to search for the file in the
29 crt1-boards%O%s crti%O%s crtbegin%O%s _sharedvectors%O%s _vectors%O%s
32 crtend%O%s crtn%O%s
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMXRT685S/xtensa_lowmem/min-rt/
Dspecs23 # The %O suffix on the start and end files indicates that the system's
25 # The %s suffix tells the compiler driver to search for the file in the
29 crt1-boards%O%s crti%O%s crtbegin%O%s _sharedvectors%O%s _vectors%O%s
32 crtend%O%s crtn%O%s
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMXRT685S/xtensa_lowmem/sim/
Dspecs23 # The %O suffix on the start and end files indicates that the system's
25 # The %s suffix tells the compiler driver to search for the file in the
29 crt1-sim%O%s crti%O%s crtbegin%O%s _sharedvectors%O%s _vectors%O%s
32 crtend%O%s crtn%O%s
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMXRT595S/xtensa/min-rt/
Dspecs23 # The %O suffix on the start and end files indicates that the system's
25 # The %s suffix tells the compiler driver to search for the file in the
29 crt1-boards%O%s crti%O%s crtbegin%O%s _sharedvectors%O%s _vectors%O%s
32 crtend%O%s crtn%O%s
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMXRT595S/xtensa/sim/
Dspecs23 # The %O suffix on the start and end files indicates that the system's
25 # The %s suffix tells the compiler driver to search for the file in the
29 crt1-sim%O%s crti%O%s crtbegin%O%s _sharedvectors%O%s _vectors%O%s
32 crtend%O%s crtn%O%s
/hal_nxp-3.5.0/mcux/mcux-sdk/utilities/str/
Dfsl_str.c43 static uint32_t ScanIgnoreWhiteSpace(const char **s);
131 static uint32_t PrintGetPrecision(const char **s, va_list *ap, bool *valid_precision_width) in PrintGetPrecision() argument
133 const char *p = *s; in PrintGetPrecision()
184 *s = p; in PrintGetPrecision()
343 static uint32_t PrintCheckFlags(const char **s) in PrintCheckFlags() argument
345 const char *p = *s; in PrintCheckFlags()
375 *s = p; in PrintCheckFlags()
384 static uint32_t PrintGetLengthFlag(const char **s) in PrintGetLengthFlag() argument
386 const char *p = *s; in PrintGetLengthFlag()
437 *s = p; in PrintGetLengthFlag()
[all …]
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/FilteringFunctions/
Darm_biquad_cascade_df2T_f32.c205 float32x4_t t1,t2,t3,t4,b1V,b2V,a1V,a2V,s; in arm_biquad_cascade_df2T_f32() local
249 s = dV.val[0]; in arm_biquad_cascade_df2T_f32()
250 YnV = s; in arm_biquad_cascade_df2T_f32()
252 s = vextq_f32(zeroV,dV.val[0],3); in arm_biquad_cascade_df2T_f32()
253 YnV = vmlaq_f32(YnV, t1, s); in arm_biquad_cascade_df2T_f32()
255 s = vextq_f32(zeroV,dV.val[0],2); in arm_biquad_cascade_df2T_f32()
256 YnV = vmlaq_f32(YnV, t2, s); in arm_biquad_cascade_df2T_f32()
258 s = vextq_f32(zeroV,dV.val[0],1); in arm_biquad_cascade_df2T_f32()
259 YnV = vmlaq_f32(YnV, t3, s); in arm_biquad_cascade_df2T_f32()
263 s = vextq_f32(XnV,YnV,3); in arm_biquad_cascade_df2T_f32()
[all …]
/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/docs/issdk/SensorFusion/SensorFusion API Reference Manual/
Dhtml_custom.css102 -webkit-transition: text-shadow 0.5s linear;
103 -moz-transition: text-shadow 0.5s linear;
104 -ms-transition: text-shadow 0.5s linear;
105 /*-o-transition: text-shadow 0.5s linear;*/
106 -o-tarnsition: text-shadow 0.5s linear;
107 transition: text-shadow 0.5s linear;
270 -webkit-transition-duration: 0.5s;
272 -moz-transition-duration: 0.5s;
274 -ms-transition-duration: 0.5s;
276 -o-transition-duration: 0.5s;
[all …]
/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/docs/issdk/ISSDK API Reference Manual/
Dissdk_stylesheet.css36 -webkit-transition: text-shadow 0.5s linear;
37 -moz-transition: text-shadow 0.5s linear;
38 -ms-transition: text-shadow 0.5s linear;
39 -o-transition: text-shadow 0.5s linear;
40 transition: text-shadow 0.5s linear;
200 -webkit-transition-duration: 0.5s;
202 -moz-transition-duration: 0.5s;
204 -ms-transition-duration: 0.5s;
206 -o-transition-duration: 0.5s;
208 transition-duration: 0.5s;
[all …]
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/DistanceFunctions/
Darm_sokalmichener_distance.c63 float32_t r,s; in arm_sokalmichener_distance() local
68 s = 1.0*(cff + ctt); in arm_sokalmichener_distance()
70 return(r / (s+r)); in arm_sokalmichener_distance()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/css_pkc/doc/html/
Ddoxygen.css40 -webkit-transition: text-shadow 0.5s linear;
41 -moz-transition: text-shadow 0.5s linear;
42 -ms-transition: text-shadow 0.5s linear;
43 -o-transition: text-shadow 0.5s linear;
44 transition: text-shadow 0.5s linear;
230 -webkit-transition-duration: 0.5s;
232 -moz-transition-duration: 0.5s;
234 -ms-transition-duration: 0.5s;
236 -o-transition-duration: 0.5s;
238 transition-duration: 0.5s;
[all …]
/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/mmcau/asm-cm0p/src/
Dmmcau_des_functions.s5 # FILE NAME : mmcau_des_functions.s
130 # load the 64-bit key into the CAU's CA0/CA1 regs
223 # load the 64-bit key into the CAU's CA0/CA1 regs

123456