/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/ |
D | goldfish_vk_testing.cpp | 46 void checkEqual_VkExtent2D(const VkExtent2D* a, const VkExtent2D* b, OnFailCompareFunc onFail) { in checkEqual_VkExtent2D() 55 void checkEqual_VkExtent3D(const VkExtent3D* a, const VkExtent3D* b, OnFailCompareFunc onFail) { in checkEqual_VkExtent3D() 67 void checkEqual_VkOffset2D(const VkOffset2D* a, const VkOffset2D* b, OnFailCompareFunc onFail) { in checkEqual_VkOffset2D() 76 void checkEqual_VkOffset3D(const VkOffset3D* a, const VkOffset3D* b, OnFailCompareFunc onFail) { in checkEqual_VkOffset3D() 88 void checkEqual_VkRect2D(const VkRect2D* a, const VkRect2D* b, OnFailCompareFunc onFail) { in checkEqual_VkRect2D() 93 void checkEqual_VkBaseInStructure(const VkBaseInStructure* a, const VkBaseInStructure* b, in checkEqual_VkBaseInStructure() 103 void checkEqual_VkBaseOutStructure(const VkBaseOutStructure* a, const VkBaseOutStructure* b, in checkEqual_VkBaseOutStructure() 114 const VkBufferMemoryBarrier* b, OnFailCompareFunc onFail) { in checkEqual_VkBufferMemoryBarrier() 145 const VkDispatchIndirectCommand* b, in checkEqual_VkDispatchIndirectCommand() 159 const VkDrawIndexedIndirectCommand* b, in checkEqual_VkDrawIndexedIndirectCommand() [all …]
|
/device/generic/goldfish-opengl/android-emu/aemu/base/files/ |
D | Stream.cpp | 34 uint8_t b[2] = { (uint8_t)(value >> 8), (uint8_t)value }; in putBe16() local 39 uint8_t b[2] = { 0, 0 }; in getBe16() local 45 uint8_t b[4] = { in putBe32() local 54 uint8_t b[4] = { 0, 0, 0, 0 }; in getBe32() local 63 uint8_t b[8] = { in putBe64() local 76 uint8_t b[8] = { 0, 0, 0, 0, 0, 0, 0, 0 }; in getBe64() local 201 uint8_t b[2] = { (uint8_t)(value >> 8), (uint8_t)value }; in toBe16() local 208 uint8_t b[4] = { in toBe32() local 219 uint8_t b[8] = { in toBe64() local 234 uint8_t b[2]; in fromBe16() local [all …]
|
/device/generic/vulkan-cereal/stream-servers/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 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 133 #define XSyncValueGreaterOrEqual(a, b) _XSyncValueGreaterOrEqual(a, b) argument [all …]
|
/device/generic/vulkan-cereal/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() 64 GLM_FUNC_QUALIFIER glm_vec4 glm_vec1_fma(glm_vec4 a, glm_vec4 b, glm_vec4 c) in glm_vec1_fma() [all …]
|
/device/generic/vulkan-cereal/third-party/glm/include/glm/gtx/ |
D | associated_min_max.inl | 8 GLM_FUNC_QUALIFIER U associatedMin(T x, U a, T y, U b) 17 vecType<T, P> const & y, vecType<U, P> const & b 30 T y, const vecType<U, P>& b 43 vecType<T, P> const & y, U b 57 T y, U b, 69 vecType<T, P> const & y, vecType<U, P> const & b, 84 T y, U b, 102 vecType<T, P> const & y, vecType<U, P> const & b, 124 T y, vecType<U, P> const & b, 147 vecType<T, P> const & y, U b, [all …]
|
/device/google/atv/audio_proxy/common/ |
D | AudioProxyVersionMacro.h | 32 #define CONCAT_3(a, b, c) a##b##c argument 33 #define EXPAND_CONCAT_3(a, b, c) CONCAT_3(a, b, c) argument 37 #define CONCAT_4(a, b, c, d) a##b##c##d argument 38 #define EXPAND_CONCAT_4(a, b, c, d) CONCAT_4(a, b, c, d) argument
|
/device/generic/vulkan-cereal/third-party/astc-encoder/Source/UnitTest/ |
D | test_simd.cpp | 161 vfloat b(-1.0f, -1.0f, 3.12f, 3.12f); in TEST() local 184 vfloat b(1.15f, -3.0f, -0.9f, 1.1f); in TEST() local 200 vfloat b(-1.0f, -1.0f, 3.12f, 3.12f, -1.0f, -1.0f, 3.12f, 3.12f); in TEST() local 231 vfloat b(1.15f, -3.0f, -0.9f, 1.1f, 1.15f, -3.0f, -0.9f, 1.1f); in TEST() local 424 vfloat4 b(0.1f, 0.2f, 0.3f, 0.4f); in TEST() local 436 vfloat4 b(0.1f, 0.2f, 0.3f, 0.4f); in TEST() local 457 vfloat4 b(0.1f, 0.2f, 0.3f, 0.4f); in TEST() local 469 vfloat4 b(0.1f, 0.2f, 0.3f, 0.4f); in TEST() local 481 float b = 3.14f; in TEST() local 493 vfloat4 b(1.0f, 2.0f, 3.0f, 4.0f); in TEST() local [all …]
|
/device/generic/vulkan-cereal/third-party/astc-encoder/Source/ |
D | astcenc_vecmathlib_common_4.h | 198 ASTCENC_SIMD_INLINE vfloat4 min(vfloat4 a, float b) in min() 208 ASTCENC_SIMD_INLINE vfloat4 max(vfloat4 a, float b) in max() 303 ASTCENC_SIMD_INLINE float dot_s(vfloat4 a, vfloat4 b) in dot_s() 312 ASTCENC_SIMD_INLINE vfloat4 dot(vfloat4 a, vfloat4 b) in dot() 321 ASTCENC_SIMD_INLINE float dot3_s(vfloat4 a, vfloat4 b) in dot3_s() 330 ASTCENC_SIMD_INLINE vfloat4 dot3(vfloat4 a, vfloat4 b) in dot3()
|
D | astcenc_vecmathlib_none_4.h | 578 ASTCENC_SIMD_INLINE vint4 min(vint4 a, vint4 b) in min() 589 ASTCENC_SIMD_INLINE vint4 max(vint4 a, vint4 b) in max() 602 int b = std::min(a.m[0], a.m[1]); in hmin() local 612 int b = std::max(a.m[0], a.m[1]); in hmax() local 677 int b = b0 | (b1 << 8) | (b2 << 16) | (b3 << 24); in pack_low_bytes() local 684 ASTCENC_SIMD_INLINE vint4 select(vint4 a, vint4 b, vmask4 cond) in select() 811 ASTCENC_SIMD_INLINE vfloat4 min(vfloat4 a, vfloat4 b) in min() 824 ASTCENC_SIMD_INLINE vfloat4 max(vfloat4 a, vfloat4 b) in max() 898 ASTCENC_SIMD_INLINE vfloat4 select(vfloat4 a, vfloat4 b, vmask4 cond) in select() 909 ASTCENC_SIMD_INLINE vfloat4 select_msb(vfloat4 a, vfloat4 b, vmask4 cond) in select_msb() [all …]
|
D | astcenc_vecmathlib_sse_4.h | 556 ASTCENC_SIMD_INLINE vint4 min(vint4 a, vint4 b) in min() 571 ASTCENC_SIMD_INLINE vint4 max(vint4 a, vint4 b) in max() 677 ASTCENC_SIMD_INLINE vint4 select(vint4 a, vint4 b, vmask4 cond) in select() 777 ASTCENC_SIMD_INLINE vfloat4 min(vfloat4 a, vfloat4 b) in min() 788 ASTCENC_SIMD_INLINE vfloat4 max(vfloat4 a, vfloat4 b) in max() 872 ASTCENC_SIMD_INLINE vfloat4 select(vfloat4 a, vfloat4 b, vmask4 cond) in select() 884 ASTCENC_SIMD_INLINE vfloat4 select_msb(vfloat4 a, vfloat4 b, vmask4 cond) in select_msb() 1174 ASTCENC_SIMD_INLINE vint4 interleave_rgba8(vint4 r, vint4 g, vint4 b, vint4 a) in interleave_rgba8() 1234 ASTCENC_SIMD_INLINE float dot_s(vfloat4 a, vfloat4 b) in dot_s() 1242 ASTCENC_SIMD_INLINE vfloat4 dot(vfloat4 a, vfloat4 b) in dot() [all …]
|
D | astcenc_vecmathlib_avx2_8.h | 495 ASTCENC_SIMD_INLINE vint8 min(vint8 a, vint8 b) in min() 503 ASTCENC_SIMD_INLINE vint8 max(vint8 a, vint8 b) in max() 585 __m128i b = _mm_unpacklo_epi32(a0, a1); in pack_low_bytes() local 594 ASTCENC_SIMD_INLINE vint8 select(vint8 a, vint8 b, vmask8 cond) in select() 732 ASTCENC_SIMD_INLINE vfloat8 min(vfloat8 a, vfloat8 b) in min() 742 ASTCENC_SIMD_INLINE vfloat8 min(vfloat8 a, float b) in min() 752 ASTCENC_SIMD_INLINE vfloat8 max(vfloat8 a, vfloat8 b) in max() 762 ASTCENC_SIMD_INLINE vfloat8 max(vfloat8 a, float b) in max() 899 ASTCENC_SIMD_INLINE vfloat8 select(vfloat8 a, vfloat8 b, vmask8 cond) in select() 907 ASTCENC_SIMD_INLINE vfloat8 select_msb(vfloat8 a, vfloat8 b, vmask8 cond) in select_msb() [all …]
|
D | astcenc_mathlib.h | 335 union { int a; float b; } u; in float_as_int() member 349 union { int a; float b; } u; in int_as_float() member 443 vfloat4 b; member 450 vfloat4 b; member 456 vfloat4 b; member
|
D | astcenc_vecmathlib_neon_4.h | 534 ASTCENC_SIMD_INLINE vint4 min(vint4 a, vint4 b) in min() 542 ASTCENC_SIMD_INLINE vint4 max(vint4 a, vint4 b) in max() 627 ASTCENC_SIMD_INLINE vint4 select(vint4 a, vint4 b, vmask4 cond) in select() 721 ASTCENC_SIMD_INLINE vfloat4 min(vfloat4 a, vfloat4 b) in min() 732 ASTCENC_SIMD_INLINE vfloat4 max(vfloat4 a, vfloat4 b) in max() 794 ASTCENC_SIMD_INLINE vfloat4 select(vfloat4 a, vfloat4 b, vmask4 cond) in select() 802 ASTCENC_SIMD_INLINE vfloat4 select_msb(vfloat4 a, vfloat4 b, vmask4 cond) in select_msb() 1026 ASTCENC_SIMD_INLINE vint4 interleave_rgba8(vint4 r, vint4 g, vint4 b, vint4 a) in interleave_rgba8()
|
/device/google/contexthub/lib/nanohub/ |
D | sha2.c | 37 #define STRINFIGY2(b) #b argument 38 #define STRINGIFY(b) STRINFIGY2(b) argument 39 …#define ror(v, b) ({uint32_t ret; if (b) asm("ror %0, #" STRINGIFY(b) :"=r"(ret):"0"(v)); else ret… argument 68 uint32_t i, a, b, c, d, e, f, g, h; in sha2processBlock() local
|
D | rsa.c | 112 static void biMulIterative(uint32_t *ret, const uint32_t *a, const uint32_t *b, uint32_t step) //re… in biMulIterative() 236 static void biMul(uint32_t *ret, const uint32_t *a, const uint32_t *b) in biMul() 244 const uint32_t* rsaPrivOp(struct RsaState* state, const uint32_t *a, const uint32_t *b, const uint3… in rsaPrivOp()
|
/device/generic/vulkan-cereal/third-party/glm/include/glm/detail/ |
D | type_vec4_simd.inl | 430 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_lowp>::tvec4(float a, float b, float c,… 435 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_mediump>::tvec4(float a, float b, float… 440 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_highp>::tvec4(float a, float b, float c… 446 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<int32, aligned_lowp>::tvec4(int32 a, int32 b, int32 c,… 452 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<int32, aligned_mediump>::tvec4(int32 a, int32 b, int32… 458 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<int32, aligned_highp>::tvec4(int32 a, int32 b, int32 c… 464 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_lowp>::tvec4(int32 a, int32 b, int32 c,… 470 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_mediump>::tvec4(int32 a, int32 b, int32… 476 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_highp>::tvec4(int32 a, int32 b, int32 c…
|
/device/google/sunfish/vibrator/common/bench/ |
D | benchmark.cpp | 51 static void DefaultConfig(Benchmark *b) { b->Unit(kMicrosecond); } in DefaultConfig() 74 bool operator()(const T &a, const U &b) { return a < static_cast<T>(b); } in difference() 75 bool operator()(const U &a, const T &b) { return static_cast<T>(a) < b; } in difference() 93 static void DefaultArgs(Benchmark *b) { in DefaultArgs()
|
/device/google/barbet/vibrator/drv2624/bench/ |
D | benchmark.cpp | 71 static void DefaultConfig(benchmark::internal::Benchmark *b) { in DefaultConfig() 75 static void DefaultArgs(benchmark::internal::Benchmark *b) { in DefaultArgs() 146 static void DefaultArgs(benchmark::internal::Benchmark *b) { in DefaultArgs()
|
/device/google/redfin/vibrator/drv2624/bench/ |
D | benchmark.cpp | 71 static void DefaultConfig(benchmark::internal::Benchmark *b) { in DefaultConfig() 75 static void DefaultArgs(benchmark::internal::Benchmark *b) { in DefaultArgs() 146 static void DefaultArgs(benchmark::internal::Benchmark *b) { in DefaultArgs()
|
/device/google/bramble/vibrator/drv2624/bench/ |
D | benchmark.cpp | 71 static void DefaultConfig(benchmark::internal::Benchmark *b) { in DefaultConfig() 75 static void DefaultArgs(benchmark::internal::Benchmark *b) { in DefaultArgs() 146 static void DefaultArgs(benchmark::internal::Benchmark *b) { in DefaultArgs()
|
/device/google/redbull/json-c/ |
D | json_util.h | 18 #define json_min(a,b) ((a) < (b) ? (a) : (b)) argument 22 #define json_max(a,b) ((a) > (b) ? (a) : (b)) argument
|
/device/google/sunfish/json-c/ |
D | json_util.h | 18 #define json_min(a,b) ((a) < (b) ? (a) : (b)) argument 22 #define json_max(a,b) ((a) > (b) ? (a) : (b)) argument
|
/device/google/coral/json-c/ |
D | json_util.h | 18 #define json_min(a,b) ((a) < (b) ? (a) : (b)) argument 22 #define json_max(a,b) ((a) > (b) ? (a) : (b)) argument
|
/device/google/sunfish/vibrator/drv2624/bench/ |
D | benchmark.cpp | 77 static void DefaultConfig(benchmark::internal::Benchmark *b) { in DefaultConfig() 81 static void DefaultArgs(benchmark::internal::Benchmark *b) { in DefaultArgs() 156 static void DefaultArgs(benchmark::internal::Benchmark *b) { in DefaultArgs()
|
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/ |
D | Xfuncs.h | 43 # define bzero(b,len) memset(b, 0, len) argument 61 # define bzero(b,len) memset(b,0,len) argument
|