Home
last modified time | relevance | path

Searched refs:d02 (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_utilities_poly.h300 double d01,d02,d03,d12,d13,d23; in db_EigenVector4x4() local
314 d02=a0*A[6] -A[2]*A[4]; in db_EigenVector4x4()
340 C[9]= -(A[12]*d23-A[14]*d03+a15 *d02); in db_EigenVector4x4()
342 C[11]= -(A[12]*d12-A[13]*d02+A[14]*d01); in db_EigenVector4x4()
345 C[13]= (A[8]*d23-a10 *d03+A[11]*d02); in db_EigenVector4x4()
347 C[15]= (A[8]*d12-A[9]*d02+a10 *d01); in db_EigenVector4x4()
/aosp12/system/core/rootdir/
H A Dinit.usb.rc72 write /sys/class/android_usb/android0/idProduct 2d02
/aosp12/art/test/dexdump/
H A Dbytecodes.txt554 000b8e: 4d02 0105 |0075: aput-object v2, v1, v5
954 00101e: 5d02 0c00 |0041: iput-byte v2, v0, Lcom/google/android/test/Te…
1041 001104: 3d02 0700 |0000: if-lez v2, 0007 // +0007
1056 001148: 3d02 0700 |0022: if-lez v2, 0029 // +0007
H A Dcheckers.txt2258 002e44: 4d02 0001 |0006: aput-object v2, v0, v1
2261 002e4e: 4d02 0001 |000b: aput-object v2, v0, v1
2264 002e58: 4d02 0001 |0010: aput-object v2, v0, v1
2267 002e62: 4d02 0001 |0015: aput-object v2, v0, v1
2270 002e6c: 4d02 0001 |001a: aput-object v2, v0, v1
2273 002e76: 4d02 0001 |001f: aput-object v2, v0, v1
2420 003008: 1d02 |0000: monitor-enter v2
2978 0036ea: 2d02 0203 |0193: cmpl-float v2, v2, v3
3142 003922: 0d02 |02af: move-exception v2
3590 003f00: 1d02 |0002: monitor-enter v2
[all …]
H A Dall-dex-files.txt2899 002e44: 4d02 0001 |0006: aput-object v2, v0, v1
2902 002e4e: 4d02 0001 |000b: aput-object v2, v0, v1
2905 002e58: 4d02 0001 |0010: aput-object v2, v0, v1
2908 002e62: 4d02 0001 |0015: aput-object v2, v0, v1
2911 002e6c: 4d02 0001 |001a: aput-object v2, v0, v1
2914 002e76: 4d02 0001 |001f: aput-object v2, v0, v1
3061 003008: 1d02 |0000: monitor-enter v2
3619 0036ea: 2d02 0203 |0193: cmpl-float v2, v2, v3
3783 003922: 0d02 |02af: move-exception v2
4231 003f00: 1d02 |0002: monitor-enter v2
[all …]
H A Dinvoke-custom.txt4672 0038de: 4d02 0103 |0013: aput-object v2, v1, v3
4721 003942: 4d02 0103 |0013: aput-object v2, v1, v3
4770 0039a6: 4d02 0103 |0013: aput-object v2, v1, v3
/aosp12/art/test/083-compiler-regressions/src/
H A DMain.java1110 double d02, in TooManyArgs()