/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
D | mlmath.h | 22 #define round(x)(((double)((long long)((x)>0?(x)+.5:(x)-.5)))) argument 23 #define roundf(x)(((float )((long long)((x)>0?(x)+.5f:(x)-.5f)))) argument 50 #define sqrt(x) ml_sqrt(x) argument 51 #define log(x) ml_log(x) argument 52 #define asin(x) ml_asin(x) argument 53 #define atan(x) ml_atan(x) argument 54 #define atan2(x,y) ml_atan2(x,y) argument 55 #define ceil(x) ml_ceil(x) argument 56 #define floor(x) ml_floor(x) argument 57 #define fabs(x) (((x)<0)?-(x):(x)) argument [all …]
|
/hardware/invensense/60xx/mlsdk/platform/include/ |
D | mlmath.h | 34 #define round(x)(((double)((long long)((x)>0?(x)+.5:(x)-.5)))) argument 35 #define roundf(x)(((float )((long long)((x)>0?(x)+.5f:(x)-.5f)))) argument 62 #define sqrt(x) ml_sqrt(x) argument 63 #define log(x) ml_log(x) argument 64 #define asin(x) ml_asin(x) argument 65 #define atan(x) ml_atan(x) argument 66 #define atan2(x,y) ml_atan2(x,y) argument 67 #define ceil(x) ml_ceil(x) argument 68 #define floor(x) ml_floor(x) argument 69 #define fabs(x) (((x)<0)?-(x):(x)) argument [all …]
|
/hardware/invensense/60xx/libsensors_iio/software/core/driver/include/ |
D | mlmath.h | 22 #define round(x)(((double)((long long)((x)>0?(x)+.5:(x)-.5)))) argument 23 #define roundf(x)(((float )((long long)((x)>0?(x)+.5f:(x)-.5f)))) argument 50 #define sqrt(x) ml_sqrt(x) argument 51 #define log(x) ml_log(x) argument 52 #define asin(x) ml_asin(x) argument 53 #define atan(x) ml_atan(x) argument 54 #define atan2(x,y) ml_atan2(x,y) argument 55 #define ceil(x) ml_ceil(x) argument 56 #define floor(x) ml_floor(x) argument 57 #define fabs(x) (((x)<0)?-(x):(x)) argument [all …]
|
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/ |
D | AKFS_Math.h | 32 #define AKFS_SIN(x) sin(x) argument 33 #define AKFS_COS(x) cos(x) argument 34 #define AKFS_ASIN(x) asin(x) argument 35 #define AKFS_ACOS(x) acos(x) argument 36 #define AKFS_ATAN2(y, x) atan2((y), (x)) argument 37 #define AKFS_SQRT(x) sqrt(x) argument 39 #define AKFS_SIN(x) sinf(x) argument 40 #define AKFS_COS(x) cosf(x) argument 41 #define AKFS_ASIN(x) asinf(x) argument 42 #define AKFS_ACOS(x) acosf(x) argument [all …]
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
D | OMX_DebugMem.h | 34 #define malloc(x) OMX_DebugMem_malloc(x,__FILE__,__FUNCTION__,__LINE__) argument 36 #define realloc(x,s) OMX_DebugMem_realloc(x,s,__FILE__,__FUNCTION__,__LINE__) argument 37 #define free(x) OMX_DebugMem_free(x,__FILE__,__FUNCTION__ ,__LINE__) argument 38 #define validate(x) OMX_DebugMem_validate(x, __FILE__,__FUNCTION__ ,__LINE__) argument 41 #define validate(x) argument
|
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
D | OMX_DebugMem.h | 58 #define malloc(x) OMX_DebugMem_malloc(x,__FILE__,__FUNCTION__,__LINE__) argument 60 #define realloc(x,s) OMX_DebugMem_realloc(x,s,__FILE__,__FUNCTION__,__LINE__) argument 61 #define free(x) OMX_DebugMem_free(x,__FILE__,__FUNCTION__ ,__LINE__) argument 62 #define validate(x) OMX_DebugMem_validate(x, __FILE__,__FUNCTION__ ,__LINE__) argument 65 #define validate(x) argument
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/exynos/ |
D | Exynos_OMX_Macros.h | 37 #define ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) argument 38 #define ALIGN_TO_16B(x) ((((x) + (1 << 4) - 1) >> 4) << 4) argument 39 #define ALIGN_TO_32B(x) ((((x) + (1 << 5) - 1) >> 5) << 5) argument 40 #define ALIGN_TO_128B(x) ((((x) + (1 << 7) - 1) >> 7) << 7) argument 41 #define ALIGN_TO_8KB(x) ((((x) + (1 << 13) - 1) >> 13) << 13) argument
|
/hardware/libhardware_legacy/ |
D | qemu.h | 91 # define QEMU_FALLBACK(x) \ argument 96 # define QEMU_FALLBACK_VOID(x) \ argument 104 # define QEMU_FALLBACK(x) ((void)0) argument 105 # define QEMU_FALLBACK_VOID(x) ((void)0) argument
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/ |
D | perf.h | 120 #define PERF_IsComplete(x) ((x) & PERF_BoundaryComplete) argument 121 #define PERF_IsStarted(x) (!PERF_IsComplete(x)) argument 143 #define PERF_GetSendRecv(x) ((x) & PERF_FlagSent) argument 144 #define PERF_GetXferSendRecv(x) ((x) & (PERF_FlagSendFlags | PERF_FlagXfering)) argument 145 #define PERF_GetFrameBuffer(x) PERF_IsFrame(x) argument 146 #define PERF_GetMultipleSingle(x) PERF_IsMultiple(x) argument 148 #define PERF_IsFrame(x) ((x) & PERF_FlagFrame) argument 149 #define PERF_IsBuffer(x) (!PERF_IsFrame(x)) argument 150 #define PERF_IsSending(x) ((x) & PERF_FlagSending) argument 151 #define PERF_IsReceived(x) (!PERF_IsSending(x)) argument [all …]
|
/hardware/ti/omap3/dspbridge/inc/ |
D | _dbpriv.h | 41 #define DSP_ValidWritePtr(x , y) ((x)==NULL) argument 42 #define DSP_ValidReadPtr(x, y) ((x)==NULL) argument
|
D | memdefs.h | 56 #define TO_VIRTUAL_UNCACHED(x) x argument 57 #define INTREG_TO_VIRTUAL_UNCACHED(x) x argument
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
D | _dbpriv.h | 41 #define DSP_ValidWritePtr(x , y) ((x)==NULL) argument 42 #define DSP_ValidReadPtr(x, y) ((x)==NULL) argument
|
D | memdefs.h | 56 #define TO_VIRTUAL_UNCACHED(x) x argument 57 #define INTREG_TO_VIRTUAL_UNCACHED(x) x argument
|
/hardware/invensense/60xx/mlsdk/mllite/ |
D | mlMathFunc.c | 37 void inv_filter_long(struct filter_long *state, long x) in inv_filter_long() 254 unsigned char *inv_int32_to_big8(long x, unsigned char *big8) in inv_int32_to_big8() 266 long x; in inv_big8_to_int32() local 273 unsigned char *inv_int16_to_big8(short x, unsigned char *big8) in inv_int16_to_big8() 280 void inv_matrix_det_inc(float *a, float *b, int *n, int x, int y) in inv_matrix_det_inc() 295 void inv_matrix_det_incd(double *a, double *b, int *n, int x, int y) in inv_matrix_det_incd()
|
/hardware/samsung_slsi/exynos5/include/ |
D | exynos_format.h | 79 #define ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) argument 80 #define ALIGN_TO_32B(x) ((((x) + (1 << 5) - 1) >> 5) << 5) argument 81 #define ALIGN_TO_128B(x) ((((x) + (1 << 7) - 1) >> 7) << 7) argument 82 #define ALIGN_TO_8KB(x) ((((x) + (1 << 13) - 1) >> 13) << 13) argument
|
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/ |
D | ml_math_func.c | 398 unsigned char *inv_int32_to_big8(long x, unsigned char *big8) in inv_int32_to_big8() 410 long x; in inv_big8_to_int32() local 419 short x; in inv_big8_to_int16() local 427 short x; in inv_little8_to_int16() local 433 unsigned char *inv_int16_to_big8(short x, unsigned char *big8) in inv_int16_to_big8() 440 void inv_matrix_det_inc(float *a, float *b, int *n, int x, int y) in inv_matrix_det_inc() 455 void inv_matrix_det_incd(double *a, double *b, int *n, int x, int y) in inv_matrix_det_incd() 654 double inv_vector_norm(const float *x) in inv_vector_norm()
|
/hardware/qcom/display/msm8974/libgralloc/ |
D | gr.h | 41 inline size_t roundUpToPageSize(size_t x) { in roundUpToPageSize() 45 inline size_t ALIGN(size_t x, size_t align) { in ALIGN()
|
/hardware/qcom/display/msm8960/libgralloc/ |
D | gr.h | 41 inline size_t roundUpToPageSize(size_t x) { in roundUpToPageSize() 45 inline size_t ALIGN(size_t x, size_t align) { in ALIGN()
|
/hardware/qcom/display/msm8x26/libgralloc/ |
D | gr.h | 41 inline size_t roundUpToPageSize(size_t x) { in roundUpToPageSize() 45 inline size_t ALIGN(size_t x, size_t align) { in ALIGN()
|
/hardware/samsung_slsi/exynos5/libmemtrack/ |
D | mali.c | 26 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) argument 27 #define min(x, y) ((x) < (y) ? (x) : (y)) argument
|
/hardware/qcom/display/msm8960/libmemtrack/ |
D | kgsl.c | 27 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) argument 28 #define min(x, y) ((x) < (y) ? (x) : (y)) argument
|
/hardware/qcom/display/msm8974/libmemtrack/ |
D | kgsl.c | 27 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) argument 28 #define min(x, y) ((x) < (y) ? (x) : (y)) argument
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
D | ml_math_func.c | 398 unsigned char *inv_int32_to_big8(long x, unsigned char *big8) in inv_int32_to_big8() 410 long x; in inv_big8_to_int32() local 419 short x; in inv_big8_to_int16() local 427 short x; in inv_little8_to_int16() local 433 unsigned char *inv_int16_to_big8(short x, unsigned char *big8) in inv_int16_to_big8() 440 void inv_matrix_det_inc(float *a, float *b, int *n, int x, int y) in inv_matrix_det_inc() 455 void inv_matrix_det_incd(double *a, double *b, int *n, int x, int y) in inv_matrix_det_incd() 654 double inv_vector_norm(const float *x) in inv_vector_norm()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmutils.h | 47 #define bcm_ismask(x) (bcm_ctype[(int)(unsigned char)(x)]) argument 603 #define LIMIT_TO_RANGE(x, min, max) \ argument 609 #define LIMIT_TO_MAX(x, max) \ argument 615 #define LIMIT_TO_MIN(x, min) \ argument 619 #define CEIL(x, y) (((x) + ((y) - 1)) / (y)) argument 620 #define ROUNDUP(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) argument 621 #define ISALIGNED(a, x) (((uintptr)(a) & ((x) - 1)) == 0) argument 626 #define ISPOWEROF2(x) ((((x) - 1) & (x)) == 0) argument 685 #define MODDEC(x, bound) MUX((x) == 0, (bound) - 1, (x) - 1) argument 686 #define MODINC(x, bound) MUX((x) == (bound) - 1, 0, (x) + 1) argument [all …]
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/ |
D | perf_rt.c | 321 double x = (dRate->tn ? (dRate->tx ? ((1e6 * dRate->tn) / dRate->tx) : 1e6) : 0.); in count_temporal_rate() local 367 double x = 1e-6 * dDelay->x / dDelay->n; in count_delay() local 835 double x = me->dUptime->x / me->dUptime->n; in __rt_Done() local 871 double x = me->dRate[i].x * 1e-6 / me->dRate[i].n; in __rt_Done() local
|