Home
last modified time | relevance | path

Searched defs:v1 (Results 1 – 20 of 20) sorted by relevance

/packages/modules/Uwb/service/tests/src/com/android/server/uwb/correction/math/
DVector3Test.java34 Vector3 v1 = new Vector3(2f, 3f, 4f); in testMultiply() local
42 Vector3 v1 = new Vector3(2f, 3f, 4f); in testDot() local
50 Vector3 v1 = new Vector3(1f, 0f, 0f); in testCross() local
58 Vector3 v1 = new Vector3(1, 0, 0); in testAngleBetweenVectors() local
66 Vector3 v1 = new Vector3(1, 2, 3); in testLerp() local
74 Vector3 v1 = new Vector3(1, 0, 0); in testToDegrees() local
/packages/apps/Launcher3/tests/src/com/android/launcher3/util/
DMultiScalePropertyTest.kt54 val v1 = 0.5f in set_differentIndexes_oneValuesNotCounted() constant
78 val v1 = 0.5f in set_differentIndexes_boundToMin() constant
88 val v1 = 3.0f in set_allHigherThanOne_boundToMax() constant
100 val v1 = 0.5f in set_differentIndexes_firstModified_aggregationApplied() constant
DMultiPropertyFactoryTest.kt52 val v1 = 50f in <lambda>() constant
63 val v1 = 50f in <lambda>() constant
/packages/apps/Camera2/src/com/android/camera/ui/motion/
DInterpolateUtils.java35 public static float lerp(float v0, float v1, float t) { in lerp()
/packages/apps/Camera2/src/com/android/camera/data/
DNewestFirstComparator.java73 private int compareDate(Date v1, Date v2) { in compareDate()
/packages/apps/Settings/tests/componenttests/src/com/android/settings/testutils/
DCommonUtils.java64 View v1 = activity.getWindow().getDecorView().getRootView(); in takeScreenshot() local
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderAnimationManager.java474 private Animator getAnimator(View view, Property property, float v1, float v2) { in getAnimator()
480 private ObjectAnimator getAnimator(GradientDrawable drawable, String property, int v1, int v2) { in getAnimator()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapUtils.java153 int v1 = (int) (v & 0xffffffff); in getLongAsString() local
231 int v1 = (int) (vLow & 0xffffffff); in getLongLongAsString() local
/packages/modules/Bluetooth/system/embdrv/lc3/src/
Dltpf_neon.h212 int64x2_t v0 = vmovq_n_s64(0), v1 = v0, v2 = v0, v3 = v0; in neon_correlate() local
Dmdct.c289 float v1 = (x1->im * w1->im + x1->re * w1->re) * scale; in mdct_post_fft() local
317 float v0 = *(x0++), v1 = *(--x1); in imdct_pre_fft() local
Dltpf_arm.h449 int64_t v0 = 0, v1 = 0; in arm_correlate() local
/packages/modules/Bluetooth/system/embdrv/sbc/decoder/srce/
Dsynthesis-dct8.c66 int32_t u1, v1, w1, w2, t; in default_mul_32s_32s_hi() local
Dsynthesis-sbc.c229 int16_t v1; in default_mul_16s_32s_hi() local
/packages/modules/NeuralNetworks/common/random/
Drandom_distributions.h635 const float v1 = 2.0f * M_PI * Uint32ToFloat(x1); in BoxMullerFloat() local
660 const double v1 = 2 * M_PI * Uint64ToDouble(x2, x3); in BoxMullerDouble() local
/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DBatteryHistEntry.java343 private static double interpolate(double v1, double v2, double ratio) { in interpolate()
DDataProcessor.java1756 private static long getDiffValue(long v1, long v2) { in getDiffValue()
1760 private static double getDiffValue(double v1, double v2) { in getDiffValue()
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_feature_detection.cpp1076 inline void db_MaxVector_128_Aligned16_f(float *m,float *v1,float *v2) in db_MaxVector_128_Aligned16_f()
1202 inline void db_MaxVector_128_SecondSourceDestAligned16_f(float *m,float *v1,float *v2) in db_MaxVector_128_SecondSourceDestAligned16_f()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java2859 ContentValues v1 = new ContentValues(); in testEmailFilterDefaultSortOrder() local
2877 ContentValues v1 = new ContentValues(); in testEmailFilterPrimaryAddress() local
2895 ContentValues v1 = new ContentValues(); in testEmailFilterPrimaryAccount() local
2933 final ContentValues v1 = cv(Email.ADDRESS, "account1@testemail.com"); in testEmailFilterSameDomainAccountOrder() local
2957 final ContentValues v1 = cv(Email.ADDRESS, "account1@testemail.com"); in testEmailFilterSuperPrimaryOverUsageSort() local
2977 final ContentValues v1 = cv(Email.ADDRESS, "account1@testemail.com"); in testEmailFilterUsageOverPrimarySort() local
2998 ContentValues v1 = new ContentValues(); in testEmailFilterSortOrderWithFeedback() local
4258 ContentValues v1 = new ContentValues(); in testGroupDelete_byAccountSelection() local
4289 ContentValues v1 = new ContentValues(); in testGroupDelete_byAccountParam() local
4327 ContentValues v1 = new ContentValues(); in testGroupSummaryQuery() local
/packages/modules/Bluetooth/system/gd/crypto_toolbox/
Daes.cc208 uint_8t p1 = x, p2 = BPOLY, n1 = hibit(x), n2 = 0x80, v1 = 1, v2 = 0; in gf_inv() local
/packages/modules/Bluetooth/system/stack/crypto_toolbox/
Daes.cc256 uint_8t p1 = x, p2 = BPOLY, n1 = hibit(x), n2 = 0x80, v1 = 1, v2 = 0; in gf_inv() local