/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_vecmathlib_common_4.h | 42 ASTCENC_SIMD_INLINE bool any(vmask4 a) in any() 50 ASTCENC_SIMD_INLINE bool all(vmask4 a) in all() 119 ASTCENC_SIMD_INLINE vint4 clamp(int minv, int maxv, vint4 a) in clamp() 127 ASTCENC_SIMD_INLINE int hadd_rgb_s(vint4 a) in hadd_rgb_s() 198 ASTCENC_SIMD_INLINE vfloat4 min(vfloat4 a, float b) in min() 208 ASTCENC_SIMD_INLINE vfloat4 max(vfloat4 a, float b) in max() 219 ASTCENC_SIMD_INLINE vfloat4 clamp(float minv, float maxv, vfloat4 a) in clamp() 231 ASTCENC_SIMD_INLINE vfloat4 clampz(float maxv, vfloat4 a) in clampz() 242 ASTCENC_SIMD_INLINE vfloat4 clampzo(vfloat4 a) in clampzo() 251 ASTCENC_SIMD_INLINE float hmin_s(vfloat4 a) in hmin_s() [all …]
|
D | astcenc_vecmathlib_avx2_8.h | 240 __m128i a = _mm_set1_epi32(*p); in load1() local 347 ASTCENC_SIMD_INLINE unsigned int mask(vmask8 a) in mask() 355 ASTCENC_SIMD_INLINE bool any(vmask8 a) in any() 363 ASTCENC_SIMD_INLINE bool all(vmask8 a) in all() 471 template <int s> ASTCENC_SIMD_INLINE vint8 lsl(vint8 a) in lsl() 479 template <int s> ASTCENC_SIMD_INLINE vint8 asr(vint8 a) in asr() 487 template <int s> ASTCENC_SIMD_INLINE vint8 lsr(vint8 a) in lsr() 495 ASTCENC_SIMD_INLINE vint8 min(vint8 a, vint8 b) in min() 503 ASTCENC_SIMD_INLINE vint8 max(vint8 a, vint8 b) in max() 511 ASTCENC_SIMD_INLINE vint8 hmin(vint8 a) in hmin() [all …]
|
D | astcenc_vecmathlib_none_4.h | 404 ASTCENC_SIMD_INLINE unsigned int mask(vmask4 a) in mask() 540 template <int s> ASTCENC_SIMD_INLINE vint4 lsl(vint4 a) in lsl() 551 template <int s> ASTCENC_SIMD_INLINE vint4 lsr(vint4 a) in lsr() 567 template <int s> ASTCENC_SIMD_INLINE vint4 asr(vint4 a) in asr() 578 ASTCENC_SIMD_INLINE vint4 min(vint4 a, vint4 b) in min() 589 ASTCENC_SIMD_INLINE vint4 max(vint4 a, vint4 b) in max() 600 ASTCENC_SIMD_INLINE vint4 hmin(vint4 a) in hmin() 610 ASTCENC_SIMD_INLINE vint4 hmax(vint4 a) in hmax() 620 ASTCENC_SIMD_INLINE int hadd_s(vint4 a) in hadd_s() 628 ASTCENC_SIMD_INLINE void storea(vint4 a, int* p) in storea() [all …]
|
D | astcenc_vecmathlib_sse_4.h | 421 ASTCENC_SIMD_INLINE unsigned int mask(vmask4 a) in mask() 532 template <int s> ASTCENC_SIMD_INLINE vint4 lsl(vint4 a) in lsl() 540 template <int s> ASTCENC_SIMD_INLINE vint4 lsr(vint4 a) in lsr() 548 template <int s> ASTCENC_SIMD_INLINE vint4 asr(vint4 a) in asr() 556 ASTCENC_SIMD_INLINE vint4 min(vint4 a, vint4 b) in min() 571 ASTCENC_SIMD_INLINE vint4 max(vint4 a, vint4 b) in max() 586 ASTCENC_SIMD_INLINE vint4 hmin(vint4 a) in hmin() 596 ASTCENC_SIMD_INLINE vint4 hmax(vint4 a) in hmax() 606 ASTCENC_SIMD_INLINE int hadd_s(vint4 a) in hadd_s() 622 ASTCENC_SIMD_INLINE void storea(vint4 a, int* p) in storea() [all …]
|
D | astcenc_vecmathlib_neon_4.h | 404 ASTCENC_SIMD_INLINE unsigned int mask(vmask4 a) in mask() 508 template <int s> ASTCENC_SIMD_INLINE vint4 lsl(vint4 a) in lsl() 516 template <int s> ASTCENC_SIMD_INLINE vint4 lsr(vint4 a) in lsr() 526 template <int s> ASTCENC_SIMD_INLINE vint4 asr(vint4 a) in asr() 534 ASTCENC_SIMD_INLINE vint4 min(vint4 a, vint4 b) in min() 542 ASTCENC_SIMD_INLINE vint4 max(vint4 a, vint4 b) in max() 550 ASTCENC_SIMD_INLINE vint4 hmin(vint4 a) in hmin() 558 ASTCENC_SIMD_INLINE vint4 hmax(vint4 a) in hmax() 566 ASTCENC_SIMD_INLINE int hadd_s(vint4 a) in hadd_s() 575 ASTCENC_SIMD_INLINE void storea(vint4 a, int* p) in storea() [all …]
|
D | astcenc_vecmathlib.h | 213 ASTCENC_SIMD_INLINE vfloat change_sign(vfloat a, vfloat b) in change_sign() 275 static ASTCENC_SIMD_INLINE vfloat4 vfloat3(float a, float b, float c) in vfloat3() 283 static ASTCENC_SIMD_INLINE vfloat4 vfloat2(float a, float b) in vfloat2() 291 static ASTCENC_SIMD_INLINE vfloat4 normalize(vfloat4 a) in normalize() 300 static ASTCENC_SIMD_INLINE vfloat4 normalize_safe(vfloat4 a, vfloat4 safe) in normalize_safe() 399 static ASTCENC_SIMD_INLINE vint4 clz(vint4 a) in clz() 421 static ASTCENC_SIMD_INLINE vint4 two_to_the_n(vint4 a) in two_to_the_n() 452 vint4 a = (~lsr<8>(p)) & p; in unorm16_to_sf16() local 504 static ASTCENC_SIMD_INLINE vfloat4 frexp(vfloat4 a, vint4& exp) in frexp() 520 static ASTCENC_SIMD_INLINE vfloat4 float_to_lns(vfloat4 a) in float_to_lns()
|
/hardware/libhardware/modules/sensors/dynamic_sensor/ |
D | Utils.h | 22 #define REF_BASE(a) ::android::RefBase argument 23 #define SP(a) sp<a> argument 24 #define WP(a) wp<a> argument 26 #define PROMOTE(a) (a).promote() argument 29 #define REF_BASE(a) std::enable_shared_from_this<a> argument 30 #define SP(a) std::shared_ptr<a> argument 31 #define WP(a) std::weak_ptr<a> argument 33 #define PROMOTE(a) (a).lock() argument
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | io.inl | 14 GLM_FUNC_QUALIFIER format_punct<CTy>::format_punct(size_t a) 28 GLM_FUNC_QUALIFIER format_punct<CTy>::format_punct(format_punct const& a) function in glm::io::format_punct 44 GLM_FUNC_QUALIFIER basic_state_saver<CTy, CTr>::basic_state_saver(std::basic_ios<CTy, CTr>& a) 64 GLM_FUNC_QUALIFIER basic_format_saver<CTy, CTr>::basic_format_saver(std::basic_ios<CTy, CTr>& a) 75 GLM_FUNC_QUALIFIER precision::precision(unsigned a) 79 GLM_FUNC_QUALIFIER width::width(unsigned a) 84 GLM_FUNC_QUALIFIER delimeter<CTy>::delimeter(CTy a, CTy b, CTy c) 92 GLM_FUNC_QUALIFIER order::order(order_type a) 120 …FIER std::basic_ostream<CTy, CTr>& operator<<(std::basic_ostream<CTy, CTr>& os, precision const& a) 127 …UALIFIER std::basic_ostream<CTy, CTr>& operator<<(std::basic_ostream<CTy, CTr>& os, width const& a) [all …]
|
D | associated_min_max.inl | 8 GLM_FUNC_QUALIFIER U associatedMin(T x, U a, T y, U b) 16 vecType<T, P> const & x, vecType<U, P> const & a, 29 T x, const vecType<U, P>& a, 42 vecType<T, P> const & x, U a, 54 GLM_FUNC_QUALIFIER U associatedMin 68 vecType<T, P> const & x, vecType<U, P> const & a, 81 GLM_FUNC_QUALIFIER U associatedMin 101 vecType<T, P> const & x, vecType<U, P> const & a, 123 T x, vecType<U, P> const & a, 146 vecType<T, P> const & x, U a, [all …]
|
/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/ |
D | syncconst.h | 88 #define _XSyncValueGreaterThan(a, b)\ argument 90 #define _XSyncValueLessThan(a, b)\ argument 92 #define _XSyncValueGreaterOrEqual(a, b)\ argument 94 #define _XSyncValueLessOrEqual(a, b)\ argument 96 #define _XSyncValueEqual(a, b) ((a).lo==(b).lo && (a).hi==(b).hi) argument 98 #define _XSyncValueIsZero(a) ((a).lo==0 && (a).hi==0) argument 102 #define _XSyncValueAdd(presult,a,b,poverflow) {\ argument 111 #define _XSyncValueSubtract(presult,a,b,poverflow) {\ argument 131 #define XSyncValueGreaterThan(a, b) _XSyncValueGreaterThan(a, b) argument 132 #define XSyncValueLessThan(a, b) _XSyncValueLessThan(a, b) argument [all …]
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/UnitTest/ |
D | test_simd.cpp | 160 vfloat a(-1.0f, 1.0f, -3.12f, 3.12f); in TEST() local 172 vfloat a(-0.15f, 0.0f, 0.9f, 2.1f); in TEST() local 183 vfloat a(-0.15f, 0.0f, 0.9f, 2.1f); in TEST() local 199 vfloat a(-1.0f, 1.0f, -3.12f, 3.12f, -1.0f, 1.0f, -3.12f, 3.12f); in TEST() local 215 vfloat a(-0.15f, 0.0f, 0.9f, 2.1f, -0.15f, 0.0f, 0.9f, 2.1f); in TEST() local 230 vfloat a(-0.15f, 0.0f, 0.9f, 2.1f, -0.15f, 0.0f, 0.9f, 2.1f); in TEST() local 264 vfloat4 a(&(f32_data[1])); in TEST() local 274 vfloat4 a(1.1f); in TEST() local 284 vfloat4 a(1.1f, 2.2f, 3.3f, 4.4f); in TEST() local 295 vfloat4 a(s.m); in TEST() local [all …]
|
/hardware/google/gfxstream/third-party/glm/include/glm/simd/ |
D | common.h | 10 GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_add(glm_vec4 a, glm_vec4 b) in glm_vec4_add() 15 GLM_FUNC_QUALIFIER glm_vec4 glm_vec1_add(glm_vec4 a, glm_vec4 b) in glm_vec1_add() 20 GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_sub(glm_vec4 a, glm_vec4 b) in glm_vec4_sub() 25 GLM_FUNC_QUALIFIER glm_vec4 glm_vec1_sub(glm_vec4 a, glm_vec4 b) in glm_vec1_sub() 30 GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_mul(glm_vec4 a, glm_vec4 b) in glm_vec4_mul() 35 GLM_FUNC_QUALIFIER glm_vec4 glm_vec1_mul(glm_vec4 a, glm_vec4 b) in glm_vec1_mul() 40 GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_div(glm_vec4 a, glm_vec4 b) in glm_vec4_div() 45 GLM_FUNC_QUALIFIER glm_vec4 glm_vec1_div(glm_vec4 a, glm_vec4 b) in glm_vec1_div() 50 GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_div_lowp(glm_vec4 a, glm_vec4 b) in glm_vec4_div_lowp() 55 GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_swizzle_xyzw(glm_vec4 a) in glm_vec4_swizzle_xyzw() [all …]
|
/hardware/google/aemu/host-common/include/host-common/ |
D | hw-config.h | 27 #define HWCFG_BOOL(n,s,d,a,t) hw_bool_t n; argument 28 #define HWCFG_INT(n,s,d,a,t) hw_int_t n; argument 29 #define HWCFG_STRING(n,s,d,a,t) hw_string_t n; argument 30 #define HWCFG_DOUBLE(n,s,d,a,t) hw_double_t n; argument 31 #define HWCFG_DISKSIZE(n,s,d,a,t) hw_disksize_t n; argument
|
/hardware/google/camera/devices/EmulatedCamera/hwl/utils/ |
D | HWLUtils.h | 26 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0])) argument 30 #define RAT_TO_FLOAT(a) (static_cast<float>(a.numerator) / a.denominator) argument
|
/hardware/interfaces/audio/common/all-versions/util/include/common/all-versions/ |
D | VersionMacro.h | 41 #define CONCAT_3(a, b, c) a##b##c argument 42 #define EXPAND_CONCAT_3(a, b, c) CONCAT_3(a, b, c) argument 48 #define CONCAT_4(a, b, c, d) a##b##c##d argument 49 #define EXPAND_CONCAT_4(a, b, c, d) CONCAT_4(a, b, c, d) argument
|
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/ |
D | wificonfigcommand.h | 69 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) argument 72 #define PRINTF_FORMAT(a,b) argument
|
D | tdlsCommand.h | 55 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) argument 58 #define PRINTF_FORMAT(a,b) argument
|
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/ |
D | wificonfigcommand.h | 35 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) argument 38 #define PRINTF_FORMAT(a,b) argument
|
D | tdlsCommand.h | 55 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) argument 58 #define PRINTF_FORMAT(a,b) argument
|
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/test/ |
D | TriStateTest.cpp | 30 tri_uint32_t a; in TEST() local 70 tri_int32_t a(1); in TEST() local 93 tri_int32_t a(1); in TEST() local 153 #define TEST_COMPOUND_ASSIGN(a, op, op_c, b) \ in TEST() argument
|
/hardware/interfaces/broadcastradio/common/utils1x/ |
D | Utils.cpp | 35 auto a = static_cast<ProgramType>(ia); in isCompatibleProgramType() local 46 static bool bothHaveId(const ProgramSelector& a, const ProgramSelector& b, in bothHaveId() 51 static bool anyHaveId(const ProgramSelector& a, const ProgramSelector& b, in anyHaveId() 56 static bool haveEqualIds(const ProgramSelector& a, const ProgramSelector& b, in haveEqualIds() 65 bool tunesTo(const ProgramSelector& a, const ProgramSelector& b) { in tunesTo()
|
/hardware/interfaces/neuralnetworks/aidl/vts/functional/ |
D | BasicTests.cpp | 51 [isPositive](const OperandPerformance& a) { return isPositive(a.info); })); in TEST_P() 53 [](const OperandPerformance& a, const OperandPerformance& b) { in TEST_P() 56 EXPECT_TRUE(std::all_of(opPerf.begin(), opPerf.end(), [](const OperandPerformance& a) { in TEST_P()
|
/hardware/google/gfxstream/host/vulkan/ |
D | vk_util.h | 125 static inline void __vk_outarray_init(struct __vk_outarray* a, void* data, uint32_t* len) { in __vk_outarray_init() 135 static inline VkResult __vk_outarray_status(const struct __vk_outarray* a) { in __vk_outarray_status() 142 static inline void* __vk_outarray_next(struct __vk_outarray* a, size_t elem_size) { in __vk_outarray_next() 162 #define vk_outarray_typeof_elem(a) __typeof__((a)->meta[0]) argument 163 #define vk_outarray_sizeof_elem(a) sizeof((a)->meta[0]) argument 165 #define vk_outarray_init(a, data, len) __vk_outarray_init(&(a)->base, (data), (len)) argument 171 #define vk_outarray_status(a) __vk_outarray_status(&(a)->base) argument 173 #define vk_outarray_next(a) \ argument 195 #define vk_outarray_append(a, elem) \ argument
|
/hardware/google/aemu/windows/src/ |
D | udivti3.c | 19 COMPILER_RT_ABI tu_int __udivti3(tu_int a, tu_int b) { in __udivti3()
|
/hardware/google/pixel/power-libperfmgr/aidl/tests/ |
D | PhysicalQuantityTypeTest.cpp | 42 Cycles a(0); in TEST() local 61 Frequency a(1000); in TEST() local
|