/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
D | Xregion.h | 52 short x1, x2, y1, y2; member 91 ((r1)->x2 > (r2)->x1 && \ 92 (r1)->x1 < (r2)->x2 && \ 104 if((r)->x2 > (idRect)->extents.x2)\ 105 (idRect)->extents.x2 = (r)->x2;\ 133 ((R-1)->x2 >= (Rx2)))) 141 (r)->x2 = (rx2);\ 157 (r)->x2 = (rx2);\ 169 ( ( ((r).x2 > x)) && \
|
D | Xprotostr.h | 55 INT16 x1 B16, y1 B16, x2 B16, y2 B16;
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | fast_exponential.inl | 44 T x2 = x * x; local 45 T x3 = x2 * x; 48 …return T(1) + x + (x2 * T(0.5)) + (x3 * T(0.1666666667)) + (x4 * T(0.041666667)) + (x5 * T(0.00833… 61 const float x2 = FloatPart * FloatPart; 62 const float x3 = x2 * FloatPart; 65 …return z * (1.0f + FloatPart + (x2 * 0.5f) + (x3 * 0.1666666667f) + (x4 * 0.041666667f) + (x5 * 0.… 73 float x2 = x * x; 74 float x3 = x2 * x; 80 …return 1.0f + x + (x2 * 0.5f) + (x3 * 0.1666666667f) + (x4 * 0.041666667f) + (x5 * 0.008333333333f…
|
D | simd_mat4.hpp | 63 float const & x2, float const & y2, float const & z2, float const & w2,
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_NV_compute_shader_derivatives.adoc | 30 Derivatives will be computed via differencing over a 2x2 group of shader 33 into 2x2 groups, where each group has x and y coordinates of the local 36 into 2x2 groups, where each group has local invocation index values of the
|
/hardware/google/apf/apf2java/ |
D | apf2java.txt | 22 76: jne r0, 0x2, 570 104 391: jbsne r0, 0x2, 562, 8600 106 398: jbsne r0, 0x2, 562, 40c0
|
/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/ |
D | Xfixes.h | 259 int x2, int y2, int directions, 264 int x2, int y2, int directions, int velocity,
|
D | XKBgeom.h | 93 short x2,y2; member 95 #define XkbBoundsWidth(b) (((b)->x2)-((b)->x1))
|
/hardware/google/graphics/common/libhwc2.1/libdevice/ |
D | BrightnessController.h | 346 static inline float LinearInterpolation(float x, float x1, float x2, float y1, float y2) { in LinearInterpolation() argument 347 if (x2 == x1) { in LinearInterpolation() 361 float t = (x - x1) / (x2 - x1); in LinearInterpolation()
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/ |
D | random.inl | 275 genType w, x1, x2; local 280 x2 = linearRand(genType(-1), genType(1)); 282 w = x1 * x1 + x2 * x2; 285 return x2 * Deviation * Deviation * sqrt((genType(-2) * log(w)) / w) + Mean;
|
/hardware/interfaces/audio/common/4.0/ |
D | types.hal | 231 PCM_SUB_8_BIT = 0x2, // PCM unsigned 8 bits 242 AAC_SUB_LC = 0x2, 258 MAT_SUB_2_0 = 0x2, 359 OUT_FRONT_RIGHT = 0x2, 507 OUT_SPEAKER = 0x2, 552 IN_AMBIENT = BIT_IN | 0x2, 606 PRIMARY = 0x2, // this output is the primary output of the device. It is 641 HW_HOTWORD = 0x2, // prefer an input that captures from hw hotword source 722 CHANNELS = 0x2, // supports separate channel gain control 819 CHANNEL_MASK = 0x2,
|
/hardware/google/gfxstream/third-party/glm/include/glm/detail/ |
D | type_mat3x2.hpp | 40 T x2, T y2); 54 X2 x2, Y2 y2,
|
D | type_mat4x2.hpp | 40 T x2, T y2, 57 X2 x2, Y2 y2,
|
D | type_mat3x4.hpp | 40 T x2, T y2, T z2, T w2); 54 X2 x2, Y2 y2, Z2 z2, W2 w2,
|
D | type_mat2x2.hpp | 38 T const & x2, T const & y2); 48 M const & x2, N const & y2);
|
D | type_mat4x3.hpp | 40 T const & x2, T const & y2, T const & z2, 57 X2 const & x2, Y2 const & y2, Z2 const & z2,
|
D | type_mat3x3.hpp | 39 T x2, T y2, T z2); 53 X2 x2, Y2 y2, Z2 z2,
|
D | type_mat4x4.hpp | 39 T const & x2, T const & y2, T const & z2, T const & w2, 56 X2 const & x2, Y2 const & y2, Z2 const & z2, W2 const & w2,
|
D | type_mat3x2.inl | 56 T x2, T y2 argument 61 this->value[2] = col_type(x2, y2); 87 X2 x2, Y2 y2, argument 92 this->value[1] = col_type(static_cast<T>(x2), value_type(y2));
|
/hardware/interfaces/audio/common/2.0/ |
D | types.hal | 240 PCM_SUB_8_BIT = 0x2, // PCM unsigned 8 bits 251 AAC_SUB_LC = 0x2, 354 OUT_FRONT_RIGHT = 0x2, 500 OUT_SPEAKER = 0x2, 576 IN_AMBIENT = BIT_IN | 0x2, 654 PRIMARY = 0x2, // this output is the primary output of the device. It is 687 HW_HOTWORD = 0x2, // prefer an input that captures from hw hotword source 761 CHANNELS = 0x2, // supports separate channel gain control 858 CHANNEL_MASK = 0x2,
|
/hardware/interfaces/audio/common/5.0/ |
D | types.hal | 252 PCM_SUB_8_BIT = 0x2, // PCM unsigned 8 bits 263 AAC_SUB_LC = 0x2, 279 MAT_SUB_2_0 = 0x2, 389 OUT_FRONT_RIGHT = 0x2, 569 OUT_SPEAKER = 0x2, 614 IN_AMBIENT = BIT_IN | 0x2, 694 PRIMARY = 0x2, // this output is the primary output of the device. It is 729 HW_HOTWORD = 0x2, // prefer an input that captures from hw hotword source 851 CHANNELS = 0x2, // supports separate channel gain control 948 CHANNEL_MASK = 0x2,
|
/hardware/google/apf/testdata/ |
D | one_ra_with_counters_age_600.output | 34 3a ffffffac 366: jbsne r0, 0x2, 495, 4000
|
D | one_ra_with_counters.output | 34 3a ffffffac 366: jbsne r0, 0x2, 495, 4000
|
D | one_ra_with_counters_age_30.output | 34 3a ffffffac 366: jbsne r0, 0x2, 495, 4000
|
/hardware/interfaces/audio/common/6.0/ |
D | types.hal | 299 PCM_SUB_8_BIT = 0x2, // PCM unsigned 8 bits 310 AAC_SUB_LC = 0x2, 326 MAT_SUB_2_0 = 0x2, 436 OUT_FRONT_RIGHT = 0x2, 618 OUT_SPEAKER = 0x2, 663 IN_AMBIENT = BIT_IN | 0x2, 743 PRIMARY = 0x2, // this output is the primary output of the device. It is 778 HW_HOTWORD = 0x2, // prefer an input that captures from hw hotword source 1010 CHANNELS = 0x2, // supports separate channel gain control 1107 CHANNEL_MASK = 0x2,
|