Home
last modified time | relevance | path

Searched refs:high (Results 1 – 25 of 26) sorted by relevance

12

/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/DSP/Source/BasicMathFunctions/
Darm_clip_f32.c66 float32_t high, in arm_clip_f32() argument
74 vecHigh = vdupq_n_f32(high); in arm_clip_f32()
126 float32_t high, in arm_clip_f32() argument
131 if (pSrc[i] > high) in arm_clip_f32()
132 pDst[i] = high; in arm_clip_f32()
Darm_clip_q15.c56 q15_t high, in arm_clip_q15() argument
64 vecHigh = vdupq_n_s16(high); in arm_clip_q15()
116 q15_t high, in arm_clip_q15() argument
121 if (pSrc[i] > high) in arm_clip_q15()
122 pDst[i] = high; in arm_clip_q15()
Darm_clip_q31.c56 q31_t high, in arm_clip_q31() argument
64 vecHigh = vdupq_n_s32(high); in arm_clip_q31()
116 q31_t high, in arm_clip_q31() argument
121 if (pSrc[i] > high) in arm_clip_q31()
122 pDst[i] = high; in arm_clip_q31()
Darm_clip_q7.c56 q7_t high, in arm_clip_q7() argument
64 vecHigh = vdupq_n_s8(high); in arm_clip_q7()
116 q7_t high, in arm_clip_q7() argument
121 if (pSrc[i] > high) in arm_clip_q7()
122 pDst[i] = high; in arm_clip_q7()
Darm_clip_f16.c58 float16_t high, in arm_clip_f16() argument
66 vecHigh = vdupq_n_f16(high); in arm_clip_f16()
121 float16_t high, in arm_clip_f16() argument
126 if (pSrc[i] > high) in arm_clip_f16()
127 pDst[i] = high; in arm_clip_f16()
/hal_nxp-3.6.0/s32/drivers/s32k3/BaseNXP/src/
DOsIf_Timer_System_Internal_Systick.c100 #define SYSTICK_DELTA_OUTER(high, low, max) ((max) - ((high) - (low))) argument
101 #define SYSTICK_DELTA_INNER(high, low) ((high) - (low)) argument
/hal_nxp-3.6.0/s32/drivers/s32k1/BaseNXP/src/
DOsIf_Timer_System_Internal_Systick.c106 #define SYSTICK_DELTA_OUTER(high, low, max) ((max) - ((high) - (low))) argument
107 #define SYSTICK_DELTA_INNER(high, low) ((high) - (low)) argument
/hal_nxp-3.6.0/s32/drivers/s32ze/BaseNXP/src/
DOsIf_Timer_System_Internal_Systick.c106 #define SYSTICK_DELTA_OUTER(high, low, max) ((max) - ((high) - (low))) argument
107 #define SYSTICK_DELTA_INNER(high, low) ((high) - (low)) argument
DOsIf_Timer_System_Internal_GenericTimer.c120 #define GENERICTIMER_DELTA_OUTER(high, low, max) ((max) - ((high) - (low))) argument
121 #define GENERICTIMER_DELTA_INNER(high, low) ((high) - (low)) argument
/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/DSP/Include/dsp/
Dbasic_math_functions.h708 float32_t high,
724 q31_t high,
740 q15_t high,
756 q7_t high,
Dbasic_math_functions_f16.h159 float16_t high,
/hal_nxp-3.6.0/mcux/mcux-sdk/scripts/kconfig/
Dkconfiglib.py3498 for low, high, cond in sym.ranges:
3500 depend_on(sym, high)
3668 cur.ranges = [(low, high, self._make_and(cond, dep))
3669 for low, high, cond in cur.ranges]
3805 for low, high, _ in sym.ranges:
3807 not num_ok(high, sym.orig_type):
3814 high.name_and_loc))
4330 high = int(high_expr.str_value, base) if \
4343 if has_active_range and not low <= user_val <= high:
4351 num2str(low), num2str(high)))
[all …]
Dguiconfig.py1338 for low, high, cond in sym.ranges:
1340 return "Range: {}-{}".format(low.str_value, high.str_value)
Dmenuconfig.py3113 for low, high, cond in sym.ranges:
3115 return "Range: {}-{}".format(low.str_value, high.str_value)
/hal_nxp-3.6.0/mcux/mcux-sdk/
DREADME.md28 * Open-source peripheral drivers that provide stateless, high-performance, easy-to-use APIs
29 * Drivers for communication peripherals also include high-level transactional APIs for high-perform…
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/sdhc/
Dfsl_sdhc.h954 static inline void SDHC_SetCardDetectTestLevel(SDHC_Type *base, bool high) in SDHC_SetCardDetectTestLevel() argument
956 if (high) in SDHC_SetCardDetectTestLevel()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lcdif/
Dfsl_lcdif.h165 uint32_t high; /*!< High part of the look up table. */ member
Dfsl_lcdif.c293 base->DISPLAYDITHERTABLEHIGH0 = config->high; in LCDIF_SetDitherConfig()
/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/NN/Include/
Darm_nnsupportfunctions.h69 int32_t high; member
743 mult.word.high = 0; in arm_nn_doubling_high_mult_no_sat()
/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/device/
Dusb_device.h69 #error For high speed, USB_CONTROL_MAX_PACKET_SIZE must be 64!!!
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/usdhc/
Dfsl_usdhc.h1106 static inline void USDHC_AssertHardwareReset(USDHC_Type *base, bool high) in USDHC_AssertHardwareReset() argument
1108 if (high) in USDHC_AssertHardwareReset()
/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/
DREADME.md21 This subfolder includes the USB PHY driver. The USB PHY driver is only used for USB high speed port…
/hal_nxp-3.6.0/mcux/mcux-sdk/middleware/mmcau/asm-cm0p/src/
Dmmcau_aes_functions.s74 push {r3-r7} @ store high regs
899 pop {r3-r7} @ restore high regs
970 push {r4} @ store high reg
1198 pop {r4} @ restore high reg
1266 push {r4} @ store high reg
1514 pop {r4} @ restore high reg
Dmmcau_sha256_functions.s142 push {r0-r2, r3-r7} @ store *input, num_blks, *output, high regs
534 pop {r3-r7} @ restore high regs
/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/DSP/
DREADME.md129 If you use cmake, it is easy since high level options are defined and they will select the right co…

12