/device/soc/winnermicro/wm800/board/include/arch/xt804/csi_core/ |
D | csi_gcc.h | 1200 __ALWAYS_STATIC_INLINE int32_t __SSAT(int32_t x, uint32_t y) in __SSAT() 1465 __ALWAYS_STATIC_INLINE uint32_t __SSAT16(int32_t x, const uint32_t y) in __SSAT16() 1486 __ALWAYS_STATIC_INLINE uint32_t __USAT16(uint32_t x, const uint32_t y) in __USAT16() 1513 __ALWAYS_STATIC_INLINE uint32_t __QADD8(uint32_t x, uint32_t y) in __QADD8() 1542 __ALWAYS_STATIC_INLINE uint32_t __UQADD8(uint32_t x, uint32_t y) in __UQADD8() 1569 __ALWAYS_STATIC_INLINE uint32_t __SADD8(uint32_t x, uint32_t y) in __SADD8() 1596 __ALWAYS_STATIC_INLINE uint32_t __UADD8(uint32_t x, uint32_t y) in __UADD8() 1625 __ALWAYS_STATIC_INLINE uint32_t __QSUB8(uint32_t x, uint32_t y) in __QSUB8() 1654 __ALWAYS_STATIC_INLINE uint32_t __UQSUB8(uint32_t x, uint32_t y) in __UQSUB8() 1681 __ALWAYS_STATIC_INLINE uint32_t __SSUB8(uint32_t x, uint32_t y) in __SSUB8() [all …]
|
/device/qemu/SmartL_E802/liteos_m/board/hals/csky_driver/include/ |
D | csi_gcc.h | 1228 __ALWAYS_STATIC_INLINE int32_t __SSAT(int32_t x, uint32_t y) in __SSAT() 1501 __ALWAYS_STATIC_INLINE uint32_t __SSAT16(int32_t x, const uint32_t y) in __SSAT16() 1522 __ALWAYS_STATIC_INLINE uint32_t __USAT16(uint32_t x, const uint32_t y) in __USAT16() 1549 __ALWAYS_STATIC_INLINE uint32_t __QADD8(uint32_t x, uint32_t y) in __QADD8() 1578 __ALWAYS_STATIC_INLINE uint32_t __UQADD8(uint32_t x, uint32_t y) in __UQADD8() 1605 __ALWAYS_STATIC_INLINE uint32_t __SADD8(uint32_t x, uint32_t y) in __SADD8() 1632 __ALWAYS_STATIC_INLINE uint32_t __UADD8(uint32_t x, uint32_t y) in __UADD8() 1661 __ALWAYS_STATIC_INLINE uint32_t __QSUB8(uint32_t x, uint32_t y) in __QSUB8() 1690 __ALWAYS_STATIC_INLINE uint32_t __UQSUB8(uint32_t x, uint32_t y) in __UQSUB8() 1717 __ALWAYS_STATIC_INLINE uint32_t __SSUB8(uint32_t x, uint32_t y) in __SSUB8() [all …]
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/ |
D | tgmath.h | 53 #define __RETCAST_2(x, y) ( \ argument 58 #define __RETCAST_3(x, y, z) ( \ argument 71 #define __RETCAST_2(x, y) argument 72 #define __RETCAST_3(x, y, z) argument 86 #define __tg_real_2_1(fun, x, y) (__RETCAST(x)( \ argument 91 #define __tg_real_2(fun, x, y) (__RETCAST_2(x, y)( \ argument 116 #define __tg_real_remquo(x, y, z) (__RETCAST_2(x, y)( \ argument 121 #define __tg_real_fma(x, y, z) (__RETCAST_3(x, y, z)( \ argument 126 #define __tg_real_complex_pow(x, y) (__RETCAST_2(x, y)( \ argument 213 #define atan2(x,y) __tg_real_2(atan2, (x), (y)) argument [all …]
|
D | complex.h | 119 #define __CMPLX(x, y, t) ((t)(x) + _Imaginary_I*(t)(y)) argument 121 #define __CMPLX(x, y, t) (+(_Complex t){ (t)(x), (t)(y) }) argument 123 #define __CMPLX(x, y, t) (__builtin_complex((t)(x), (t)(y))) argument 125 #define CMPLX(x, y) __CMPLX(x, y, double) argument 126 #define CMPLXF(x, y) __CMPLX(x, y, float) argument 127 #define CMPLXL(x, y) __CMPLX(x, y, long double) argument
|
D | math.h | 112 #define isunordered(x,y) (isnan((x)) ? ((void)(y),1) : isnan((y))) argument 134 #define __tg_pred_2(x, y, p) ( \ argument 139 #define isless(x, y) __tg_pred_2(x, y, __isless) argument 140 #define islessequal(x, y) __tg_pred_2(x, y, __islessequal) argument 141 #define islessgreater(x, y) __tg_pred_2(x, y, __islessgreater) argument 142 #define isgreater(x, y) __tg_pred_2(x, y, __isgreater) argument 143 #define isgreaterequal(x, y) __tg_pred_2(x, y, __isgreaterequal) argument
|
/device/soc/hpmicro/sdk/hpm_sdk/middleware/hpm_mcl/inc/ |
D | hpm_motor_math.h | 109 #define HPM_MOTOR_MATH_MUL(x, y) ((((int64_t)x)*y)>>HPM_SOFT_Q_N) argument 110 #define HPM_MOTOR_MATH_DIV(x, y) ((((int64_t)x)<<HPM_SOFT_Q_N)/y) argument 111 #define HPM_MOTOR_MATH_ATAN2(x, y) atan2f(x, y) argument 117 #define HPM_MOTOR_MATH_MUL(x, y) hpm_dsp_hw_mul_q(x, y) argument 118 #define HPM_MOTOR_MATH_DIV(x, y) hpm_dsp_hw_div_q(x, y) argument 119 #define HPM_MOTOR_MATH_ATAN2(x, y) hpm_dsp_hw_atan2_q(x, y) argument 126 #define HPM_MOTOR_MATH_MUL(x, y) hpm_dsp_hw_mul_fp(x, y) argument 127 #define HPM_MOTOR_MATH_DIV(x, y) hpm_dsp_hw_div_fp(x, y) argument 128 #define HPM_MOTOR_MATH_ATAN2(x, y) hpm_dsp_hw_atan2_fp(x, y) argument 135 #define HPM_MOTOR_MATH_MUL(x, y) (x*y) argument [all …]
|
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/include/common/ |
D | bk_generic.h | 30 #define MAX(x, y) (((x) > (y)) ? (x) : (y)) argument 34 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) argument 38 #define max(x, y) (((x) > (y)) ? (x) : (y)) argument 42 #define min(x, y) (((x) < (y)) ? (x) : (y)) argument 45 #define min3(x, y, z) ({ \ argument 54 #define max3(x, y, z) ({ \ argument 69 #define min_t(type, x, y) ({ \ argument 74 #define max_t(type, x, y) ({ \ argument 98 #define __round_mask(x, y) ((__typeof__(x))((y)-1)) argument 99 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) argument [all …]
|
/device/soc/hpmicro/sdk/hpm_sdk/middleware/hpm_mcl/src/ |
D | hpm_motor_math.c | 37 HPM_MOTOR_MATH_TYPE hpm_dsp_hw_mul_q(HPM_MOTOR_MATH_TYPE x, HPM_MOTOR_MATH_TYPE y) in hpm_dsp_hw_mul_q() 48 HPM_MOTOR_MATH_TYPE hpm_dsp_hw_div_q(HPM_MOTOR_MATH_TYPE x, HPM_MOTOR_MATH_TYPE y) in hpm_dsp_hw_div_q() 68 HPM_MOTOR_MATH_TYPE hpm_dsp_hw_atan2_q(HPM_MOTOR_MATH_TYPE x, HPM_MOTOR_MATH_TYPE y) in hpm_dsp_hw_atan2_q() 89 HPM_MOTOR_MATH_TYPE hpm_dsp_hw_mul_fp(HPM_MOTOR_MATH_TYPE x, HPM_MOTOR_MATH_TYPE y) in hpm_dsp_hw_mul_fp() 96 HPM_MOTOR_MATH_TYPE hpm_dsp_hw_div_fp(HPM_MOTOR_MATH_TYPE x, HPM_MOTOR_MATH_TYPE y) in hpm_dsp_hw_div_fp() 108 HPM_MOTOR_MATH_TYPE hpm_dsp_hw_atan2_fp(HPM_MOTOR_MATH_TYPE x, HPM_MOTOR_MATH_TYPE y) in hpm_dsp_hw_atan2_fp()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/adapt/ |
D | hi_math_adapt.h | 38 #define cmp(x, y) (((x) == (y)) ? 0 : (((x) > (y)) ? 1 : (-1))) argument 48 #define hi_max2(x, y) ((x) > (y) ? (x) : (y)) argument 49 #define hi_min2(x, y) ((x) < (y) ? (x) : (y)) argument 50 #define hi_max3(x, y, z) ((x) > (y) ? hi_max2(x, z) : hi_max2(y, z)) argument 51 #define hi_min3(x, y, z) ((x) < (y) ? hi_min2(x, z) : hi_min2(y, z)) argument 52 #define median(x, y, z) (((x) + (y) + (z) - hi_max3(x, y, z)) - hi_min3(x, y, z)) argument 53 #define mean2(x, y) (((x) + (y)) >> 1) argument 156 #define yuv(y, u, v) ((((y) & 0x03ff) << 20) | (((u) & 0x03ff) << 10) | ((v) & 0x03ff)) argument 167 #define yuv_8bit(y, u, v) ((((y) & 0xff) << 16) | (((u) & 0xff) << 8) | ((v) & 0xff)) argument 189 hi_u16 y, u, v; in rgb2_yuv() local [all …]
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/ |
D | hi_math.h | 37 #define CMP(x, y) (((x) == (y)) ? 0 : (((x) > (y)) ? 1 : (-1))) argument 47 #define MAX2(x, y) ((x) > (y) ? (x) : (y)) argument 48 #define MIN2(x, y) ((x) < (y) ? (x) : (y)) argument 49 #define MAX3(x, y, z) ((x) > (y) ? MAX2(x, z) : MAX2(y, z)) argument 50 #define MIN3(x, y, z) ((x) < (y) ? MIN2(x, z) : MIN2(y, z)) argument 51 #define MEDIAN(x, y, z) (((x) + (y) + (z) - MAX3(x, y, z)) - MIN3(x, y, z)) argument 52 #define MEAN2(x, y) (((x) + (y)) >> 1) argument 159 #define YUV(y, u, v) ((((y) & 0x03ff) << 20) | (((u) & 0x03ff) << 10) | ((v) & 0x03ff)) argument 170 #define YUV_8BIT(y, u, v) ((((y) & 0xff) << 16) | (((u) & 0xff) << 8) | ((v) & 0xff)) argument 193 HI_U16 y, u, v; in Rgb2Yuv() local [all …]
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
D | hi_math.h | 34 #define CMP(x, y) (((x) == (y)) ? 0 : (((x) > (y)) ? 1 : (-1))) argument 44 #define MAX2(x, y) ((x) > (y) ? (x) : (y)) argument 45 #define MIN2(x, y) ((x) < (y) ? (x) : (y)) argument 46 #define MAX3(x, y, z) ((x) > (y) ? MAX2(x, z) : MAX2(y, z)) argument 47 #define MIN3(x, y, z) ((x) < (y) ? MIN2(x, z) : MIN2(y, z)) argument 48 #define MEDIAN(x, y, z) (((x) + (y) + (z) - MAX3(x, y, z)) - MIN3(x, y, z)) argument 49 #define MEAN2(x, y) (((x) + (y)) >> 1) argument 156 #define YUV(y, u, v) ((((y) & 0x03ff) << 20) | (((u) & 0x03ff) << 10) | ((v) & 0x03ff)) argument 167 #define YUV_8BIT(y, u, v) ((((y) & 0xff) << 16) | (((u) & 0xff) << 8) | ((v) & 0xff)) argument 190 HI_U16 y, u, v; in Rgb2Yuv() local [all …]
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/adapt/ |
D | hi_math_adapt.h | 35 #define cmp(x, y) (((x) == (y)) ? 0 : (((x) > (y)) ? 1 : (-1))) argument 45 #define hi_max2(x, y) ((x) > (y) ? (x) : (y)) argument 46 #define hi_min2(x, y) ((x) < (y) ? (x) : (y)) argument 47 #define hi_max3(x, y, z) ((x) > (y) ? hi_max2(x, z) : hi_max2(y, z)) argument 48 #define hi_min3(x, y, z) ((x) < (y) ? hi_min2(x, z) : hi_min2(y, z)) argument 49 #define median(x, y, z) (((x) + (y) + (z) - hi_max3(x, y, z)) - hi_min3(x, y, z)) argument 50 #define mean2(x, y) (((x) + (y)) >> 1) argument 153 #define yuv(y, u, v) ((((y) & 0x03ff) << 20) | (((u) & 0x03ff) << 10) | ((v) & 0x03ff)) argument 164 #define yuv_8bit(y, u, v) ((((y) & 0xff) << 16) | (((u) & 0xff) << 8) | ((v) & 0xff)) argument 186 hi_u16 y, u, v; in rgb2_yuv() local [all …]
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/adapt/ |
D | hi_math_adapt.h | 35 #define cmp(x, y) (((x) == (y)) ? 0 : (((x) > (y)) ? 1 : (-1))) argument 45 #define hi_max2(x, y) ((x) > (y) ? (x) : (y)) argument 46 #define hi_min2(x, y) ((x) < (y) ? (x) : (y)) argument 47 #define hi_max3(x, y, z) ((x) > (y) ? hi_max2(x, z) : hi_max2(y, z)) argument 48 #define hi_min3(x, y, z) ((x) < (y) ? hi_min2(x, z) : hi_min2(y, z)) argument 49 #define median(x, y, z) (((x) + (y) + (z) - hi_max3(x, y, z)) - hi_min3(x, y, z)) argument 50 #define mean2(x, y) (((x) + (y)) >> 1) argument 153 #define yuv(y, u, v) ((((y) & 0x03ff) << 20) | (((u) & 0x03ff) << 10) | ((v) & 0x03ff)) argument 164 #define yuv_8bit(y, u, v) ((((y) & 0xff) << 16) | (((u) & 0xff) << 8) | ((v) & 0xff)) argument 186 hi_u16 y, u, v; in rgb2_yuv() local [all …]
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
D | hi_math.h | 34 #define CMP(x, y) (((x) == (y)) ? 0 : (((x) > (y)) ? 1 : (-1))) argument 44 #define MAX2(x, y) ((x) > (y) ? (x) : (y)) argument 46 #define MIN2(x, y) ((x) < (y) ? (x) : (y)) argument 48 #define MAX3(x, y, z) ((x) > (y) ? MAX2(x, z) : MAX2(y, z)) argument 49 #define MIN3(x, y, z) ((x) < (y) ? MIN2(x, z) : MIN2(y, z)) argument 50 #define MEDIAN(x, y, z) (((x) + (y) + (z) - MAX3(x, y, z)) - MIN3(x, y, z)) argument 51 #define MEAN2(x, y) (((x) + (y)) >> 1) argument 158 #define YUV(y, u, v) ((((y) & 0x03ff) << 20) | (((u) & 0x03ff) << 10) | ((v) & 0x03ff)) argument 169 #define YUV_8BIT(y, u, v) ((((y) & 0xff) << 16) | (((u) & 0xff) << 8) | ((v) & 0xff)) argument 192 HI_U16 y, u, v; in Rgb2Yuv() local [all …]
|
/device/soc/amlogic/a311d/soc/amlogic/ge2d/ |
D | fillrect.c | 24 static void _fillrect(struct ge2d_context_s *wq, int x, int y, int w, int h, unsigned int color, in… in _fillrect() 59 void fillrect(struct ge2d_context_s *wq, int x, int y, int w, int h, unsigned int color) in fillrect() 65 void fillrect_noblk(struct ge2d_context_s *wq, int x, int y, int w, int h, unsigned int color) in fillrect_noblk()
|
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/v4l2_dev/src/fw/ |
D | acamera_math.h | 31 #define div64_u64( x, y ) ( ( x ) / ( y ) ) argument 32 #define div64_s64( x, y ) ( ( x ) / ( y ) ) argument 75 uint16_t x, y; member 80 uint32_t x, y; member
|
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/subdev/lens/src/fw/ |
D | acamera_math.h | 31 #define div64_u64( x, y ) ( ( x ) / ( y ) ) argument 32 #define div64_s64( x, y ) ( ( x ) / ( y ) ) argument 75 uint16_t x, y; member 80 uint32_t x, y; member
|
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/subdev/iq/src/fw/ |
D | acamera_math.h | 31 #define div64_u64( x, y ) ( ( x ) / ( y ) ) argument 32 #define div64_s64( x, y ) ( ( x ) / ( y ) ) argument 75 uint16_t x, y; member 80 uint32_t x, y; member
|
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/subdev/sensor/src/fw/ |
D | acamera_math.h | 32 #define div64_u64( x, y ) ( ( x ) / ( y ) ) argument 33 #define div64_s64( x, y ) ( ( x ) / ( y ) ) argument 76 uint16_t x, y; member 81 uint32_t x, y; member
|
/device/soc/esp/esp32/components/bt/host/bluedroid/external/sbc/plc/ |
D | sbc_plc.c | 57 float y; in SqrtByCarmack() member 92 static float CrossCorrelation(int16_t *x, int16_t *y){ in CrossCorrelation() 118 static int PatternMatch(int16_t *y){ in PatternMatch() 143 static float AmplitudeMatch(int16_t *y, int16_t bestmatch) { in AmplitudeMatch()
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/crypto/ |
D | sha256-internal.c | 69 #define RORc(x, y) \ argument 72 #define Ch(x,y,z) (z ^ (x & (y ^ z))) argument 73 #define Maj(x,y,z) (((x | y) & z) | (x & y)) argument 81 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) argument
|
/device/soc/winnermicro/wm800/board/platform/arch/xt804/libc/liteos/math/ |
D | copysignl.c | 19 long double copysignl(long double x, long double y) in copysignl() 24 long double copysignl(long double x, long double y) in copysignl()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/external/sbc/decoder/srce/ |
D | synthesis-dct8.c | 52 #define SCALE(x, y) (((x) + (1 <<((y)-1))) >> (y)) argument 87 #define FLOAT_BUTTERFLY(x,y) x += y; y = x - (y*2); OI_ASSERT(VALID_INT32(x)); OI_ASSERT(VALID_INT3… in float_dct2_8() argument 89 #define FLOAT_SCALE(x, y) (((x) / (double)(1 << (y)))) in float_dct2_8() argument 213 #define BUTTERFLY(x,y) x += y; y = x - (y<<1); in dct2_8() argument
|
/device/board/isoftstone/yangfan/kernel/src/driv/gpu/rockchip/ |
D | rockchip_drm_display_pattern.c | 20 unsigned char y; member 118 unsigned int y; in fill_smpte_yuv_planar() local 187 unsigned int y; in fill_smpte_rgb16() local 248 unsigned int y; in fill_smpte_rgb24() local 309 unsigned int y; in fill_smpte_rgb32() local
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
D | mali_malisw.h | 39 #define MIN(x, y) ((x) < (y) ? (x) : (y)) argument 53 #define MAX(x, y) ((x) < (y) ? (y) : (x)) argument
|