/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/ |
H A D | itoa.h | 44 const uint32_t d2 = (value % 100) << 1; in u32toa() local 60 const uint32_t d2 = (b % 100) << 1; in u32toa() local 96 const uint32_t d2 = (b % 100) << 1; in u32toa() local 139 const uint32_t d2 = (v % 100) << 1; in u64toa() local 155 const uint32_t d2 = (b % 100) << 1; in u64toa() local 182 const uint32_t d2 = (b0 % 100) << 1; in u64toa() local 256 const uint32_t d2 = (b0 % 100) << 1; in u64toa() local
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | uuid.h | 25 #define GUID_INIT(a,b,c,d0,d1,d2,d3,d4,d5,d6,d7) \ argument 29 #define UUID_LE(a,b,c,d0,d1,d2,d3,d4,d5,d6,d7) GUID_INIT(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) argument
|
/aosp12/art/test/300-package-override/src/ |
H A D | Main.java | 23 p2.DerivedClass d2 = new p2.DerivedClass2(); in main() local
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/ |
H A D | logistic_float_2.mod.py | 24 d2 = 40 variable
|
H A D | logistic_quant8_2.mod.py | 24 d2 = 16 #256 variable
|
H A D | relu1_float_2.mod.py | 22 d2 = 24 variable
|
H A D | relu1_quant8_2.mod.py | 22 d2 = 64 variable
|
H A D | relu6_float_2.mod.py | 22 d2 = 40 variable
|
H A D | relu6_quant8_2.mod.py | 22 d2 = 20 variable
|
H A D | relu_float_2.mod.py | 22 d2 = 40 variable
|
H A D | relu_quant8_2.mod.py | 22 d2 = 60 variable
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/ |
H A D | logistic_float_2_relaxed.mod.py | 24 d2 = 40 variable
|
H A D | relu1_float_2_relaxed.mod.py | 22 d2 = 24 variable
|
H A D | relu6_float_2_relaxed.mod.py | 22 d2 = 40 variable
|
H A D | relu_float_2_relaxed.mod.py | 22 d2 = 40 variable
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/ |
H A D | axis_aligned_bbox_transform.mod.py | 71 d2 = Input("bboxDeltas", "TENSOR_FLOAT32", "{5, 8}") variable
|
H A D | logistic_v1_2.mod.py | 41 d2 = 40 variable
|
H A D | relu1_v1_2.mod.py | 33 d2 = 24 variable
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/ |
H A D | axis_aligned_bbox_transform_quant8_signed.mod.py | 72 d2 = Input("bboxDeltas", "TENSOR_FLOAT32", "{5, 8}") variable
|
/aosp12/frameworks/compile/libbcc/tests/debuginfo/host-tests/ |
H A D | global_struct.c | 13 double d2[2]; member
|
H A D | globals.c | 20 double d2[2]; member
|
/aosp12/packages/apps/Camera2/src/com/android/camera/data/ |
H A D | NewestFirstComparator.java | 48 public int compare(FilmstripItem d1, FilmstripItem d2) { in compare()
|
/aosp12/system/netd/server/ |
H A D | PppController.cpp | 84 char *d2 = strdup(inet_ntoa(dns2)); in attachPppd() local
|
/aosp12/art/test/178-app-image-native-method/src/ |
H A D | Main.java | 445 int i2, long l2, float f2, double d2, in nativeMethodWithManyParameters() 464 int i2, long l2, float f2, double d2, in nativeMethodWithManyParameters() 483 int i2, long l2, float f2, double d2, in nativeMethodWithManyParameters() 499 int i2, long l2, float f2, double d2, in nativeMethodWithManyParameters() 518 int i2, long l2, float f2, double d2, in nativeMethodWithManyParameters() 537 int i2, long l2, float f2, double d2, in nativeMethodWithManyParameters() 593 double d1, double d2, int i1, int i2, int i3, int i4, int i5, int i6); in nativeDDIIIIII() 620 double d1, double d2, float f, int i1, long l, int i2, int i3, int i4); in nativeDDFILIII() 630 double d1, double d2, int i1, float f, int i2, int i3); in nativeDDIFII() 833 int i2, long l2, float f2, double d2, in nativeMethodWithManyParameters()
|
/aosp12/frameworks/av/media/codecs/m4v_h263/dec/src/ |
H A D | post_filter.cpp | 43 int mbnum, strength, A_D, d1_2, d1, d2, A, B, C, D, b_size; in H263_Deblock() local
|