| /packages/modules/Bluetooth/system/embdrv/lc3/src/ |
| D | mdct_neon.h | 55 float32x4_t x0 = vld1q_f32( (float *)(x + 0*n) ); in neon_fft_5() local 132 float32x4_t x0 = vld1q_f32( (float *)x0_ptr ); in neon_fft_bf3() local 175 float32x2_t x0 = vld1_f32( (float *)(x0_ptr++) ); in neon_fft_bf3() local 235 float32x4_t x0 = vld1q_f32( (float *)x0_ptr ); in neon_fft_bf2() local 258 float32x2_t x0 = vld1_f32( (float *)(x0_ptr++) ); in neon_fft_bf2() local
|
| D | mdct.c | 101 const struct lc3_complex *x0 = x, *x1 = x0 + n*n3, *x2 = x1 + n*n3; in fft_bf3() local 142 const struct lc3_complex *x0 = x, *x1 = x0 + n*n2; in fft_bf2() local 214 const float *x0 = x + ns-nd, *x1 = x0; in mdct_window() local 247 const float *x0 = x, *x1 = x0 + 2*n4; in mdct_pre_fft() local 279 const struct lc3_complex *x0 = x + n8, *x1 = x0 - 1; in mdct_post_fft() local 310 const float *x0 = x, *x1 = x0 + 2*n4; in imdct_pre_fft() local 344 const struct lc3_complex *x0 = x, *x1 = x0 + n4; in imdct_post_fft() local 378 const float *x0 = d + nd-n4, *x1 = x0; in imdct_window() local
|
| D | ltpf.c | 474 int16_t x3 = x[-2], x2 = x[-1], x1, x0; in interpolate() local 699 const float *x0, float *x, int n, in synthesize_template() 753 const float *x0, float *x, int n, const float *c, int fade) in synthesize_4() 759 const float *x0, float *x, int n, const float *c, int fade) in synthesize_6() 765 const float *x0, float *x, int n, const float *c, int fade) in synthesize_8() 771 const float *x0, float *x, int n, const float *c, int fade) in synthesize_12() 824 float x0[w]; in lc3_ltpf_synthesize() local
|
| D | spec.c | 61 float x0 = x[0] * x[0]; in estimate_gain() local 217 uint16_t x0, x1; in quantize() local
|
| /packages/modules/NeuralNetworks/common/random/ |
| D | random_distributions.h | 481 const uint32 x0 = (*gen)(); in operator() local 522 const uint32 x0 = (*gen)(); in operator() local 564 const uint32 x0 = (*gen)(); in operator() local 603 const uint32 x0 = (*gen)(); in operator() local 625 void BoxMullerFloat(uint32 x0, uint32 x1, float* f0, float* f1) { in BoxMullerFloat() 650 void BoxMullerDouble(uint32 x0, uint32 x1, uint32 x2, uint32 x3, double* d0, double* d1) { in BoxMullerDouble() 729 PHILOX_DEVICE_INLINE double Uint64ToDouble(uint32 x0, uint32 x1) { in Uint64ToDouble()
|
| D | simple_philox.h | 50 const uint32 x0 = single_(), x1 = single_(); in RandDouble() local
|
| /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
| D | Geometry.h | 65 inline void FindTriangleCentroid(double x0, double y0, double x1, double y1, in FindTriangleCentroid() 129 inline void FindQuadCentroid(double x0, double y0, double x1, double y1, double x2, double y2, doub… in FindQuadCentroid()
|
| D | Blend.cpp | 144 double z, x0, y0, x1, y1, x2, y2, x3, y3; in runBlend() local
|
| /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
| D | PhotoTouchListener.java | 99 final float x0 = pts[0]; in onFling() local 202 float x0 = pts[2 * idx]; in onTouch() local
|
| D | PhotoTable.java | 849 float x0 = photo.getX(); in dropOnTable() local
|
| /packages/apps/Launcher3/src/com/android/launcher3/accessibility/ |
| D | WorkspaceAccessibilityHelper.java | 71 int x0 = x - m; in intersectsValidDropTarget() local
|
| /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
| D | db_metrics.h | 121 double x0,x1,x2,mult; in db_SquaredReprojectionErrorHomography() local 135 double x0,x1,x2,mult; in db_SquaredInhomogenousHomographyError() local
|
| /packages/modules/Bluetooth/system/embdrv/sbc/encoder/srce/ |
| D | sbc_dct.c | 99 register int32_t x0, x1, x2, x3, x4, x5, x6, x7, temp; in SBC_FastIDCT8() local
|
| /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
| D | TiledTexture.java | 266 RectF src, float x0, float y0, float x, float y, float scaleX, in mapRect() 317 float x0 = source.left; in draw() local
|
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/ |
| D | DynamicGridKeyboard.java | 234 public void updateCoordinates(final int x0, final int y0, final int x1, final int y1) { in updateCoordinates()
|
| /packages/apps/Launcher3/src/com/android/launcher3/ |
| D | InvariantDeviceProfile.java | 640 private static float dist(float x0, float y0, float x1, float y1) { in dist() 730 private static float weight(float x0, float y0, float x1, float y1, float pow) { in weight()
|
| D | CellLayout.java | 1493 final int x0 = mTmpPoint[0]; in ReorderPreviewAnimation() local
|
| /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/ |
| D | dbreg.h | 554 double x0,x1,x2,mult; in SquaredInhomogenousHomographyError() local
|
| /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/ |
| D | proximity_info_state_utils.cpp | 490 const int x0 = (*sampledInputXs)[id]; in calculateBeelineSpeedRate() local
|