| /packages/modules/Bluetooth/system/embdrv/lc3/src/ |
| D | mdct_neon.h | 56 float32x4_t x1 = vld1q_f32( (float *)(x + 1*n) ); in neon_fft_5() local 133 float32x4_t x1 = vld1q_f32( (float *)x1_ptr ); in neon_fft_bf3() local 176 float32x2_t x1 = vld1_f32( (float *)(x1_ptr++) ); in neon_fft_bf3() local 236 float32x4_t x1 = vld1q_f32( (float *)x1_ptr ); in neon_fft_bf2() local 259 float32x2_t x1 = vld1_f32( (float *)(x1_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 548 const int16_t *x1 = x - (r0 + t1); in detect_pitch() local
|
| /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/ |
| D | geometry_utils.h | 33 static AK_FORCE_INLINE float getAngle(const int x1, const int y1, const int x2, const int y2) { in getAngle() 52 static AK_FORCE_INLINE int getDistanceInt(const int x1, const int y1, const int x2, in getDistanceInt()
|
| D | proximity_info_utils.h | 89 static inline float getSquaredDistanceFloat(const float x1, const float y1, const float x2, in getSquaredDistanceFloat() 95 const float x1, const float y1, const float x2, const float y2, const bool extend) { in pointToLineSegSquaredDistanceFloat()
|
| /packages/modules/NeuralNetworks/common/random/ |
| D | random_distributions.h | 482 const uint32 x1 = (*gen)(); in operator() local 523 const uint32 x1 = (*gen)(); in operator() local 565 const uint32 x1 = (*gen)(); in operator() local 604 const uint32 x1 = (*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()
|
| /packages/modules/Bluetooth/system/gd/security/ecc/ |
| D | p_256_ecc_pp.cc | 50 const uint32_t* x1; in ECC_Double() local 98 uint32_t* x1; in ECC_Add() local
|
| /packages/modules/Bluetooth/system/stack/smp/ |
| D | p_256_ecc_pp.cc | 45 uint32_t* x1; in ECC_Double() local 93 uint32_t* x1; in ECC_Add() local
|
| /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
| D | SplineMath.java | 50 double x1 = cur[0]; in calculatetCurve() local 91 double x1 = cur[0]; in getValue() local
|
| /packages/apps/DevCamera/src/com/android/devcamera/ |
| D | PreviewOverlay.java | 175 float x1 = (0.92f * mLens + 0.04f) * previewW; in onDraw() local 235 float x1, x2, y1, y2; in onDraw() local
|
| /packages/apps/Camera2/src/com/android/camera/util/ |
| D | DebugBoundsRenderer.java | 48 public static void drawBounds(Canvas canvas, Paint paint, float size, float x1, float y1, in drawBounds()
|
| /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/apps/Messaging/src/com/android/messaging/util/ |
| D | CubicBezierInterpolator.java | 31 public CubicBezierInterpolator(final float x1, final float y1, final float x2, final float y2) { in CubicBezierInterpolator()
|
| /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/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
| D | BogusMoveEventDetector.java | 107 private static int getDistance(final int x1, final int y1, final int x2, final int y2) { in getDistance()
|
| D | GestureStrokeRecognitionPoints.java | 331 private static int getDistance(final int x1, final int y1, final int x2, final int y2) { in getDistance()
|
| /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
| D | GLCanvas.java | 85 public abstract void drawLine(float x1, float y1, float x2, float y2, GLPaint paint); in drawLine() 89 public abstract void drawRect(float x1, float y1, float x2, float y2, GLPaint paint); in drawRect()
|
| /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
| D | Spline.java | 183 double x1 = cur.x; in getAppliedCurve() local 277 double x1 = points[i].x; in draw() local
|
| /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
| D | PhotoTouchListener.java | 115 final float x1 = x0 + s * dX / v; in onFling() local
|
| /packages/modules/NeuralNetworks/common/cpu_operations/ |
| D | RoiAlign.cpp | 128 uint32_t x1 = std::floor(static_cast<float>(x)); in roiAlignNhwc() local 255 uint32_t x1 = std::floor(x), y1 = std::floor(y); in roiAlignQuantNhwc() local
|
| /packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/ |
| D | OrientationTouchTransformerTest.java | 285 float x1 = generateTouchRegionHeight(NORMAL_SCREEN_SIZE, Surface.ROTATION_0); in applyTransform_90Rotate_inRotatedRegion() 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/Settings/src/com/android/settings/widget/ |
| D | UsageGraph.java | 220 private boolean hasDiff(int x1, int x2) { in hasDiff()
|