/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/main/java/com/google/protobuf/util/ |
D | TimeUtil.java | 311 public static Duration add(Duration d1, Duration d2) { in add() 321 public static Duration subtract(Duration d1, Duration d2) { in subtract() 354 public static long divide(Duration d1, Duration d2) { in divide() 359 public static Duration remainder(Duration d1, Duration d2) { in remainder()
|
D | Durations.java | 229 public static Duration add(Duration d1, Duration d2) { in add() 236 public static Duration subtract(Duration d1, Duration d2) { in subtract()
|
/frameworks/ml/nn/runtime/test/specs/V1_0/ |
D | relu_quant8_2.mod.py | 22 d2 = 60 variable
|
D | logistic_quant8_2.mod.py | 22 d2 = 16 #256 variable
|
D | logistic_float_2.mod.py | 22 d2 = 40 variable
|
D | relu6_float_2.mod.py | 22 d2 = 40 variable
|
D | relu1_float_2.mod.py | 22 d2 = 24 variable
|
D | relu_float_2.mod.py | 22 d2 = 40 variable
|
D | relu6_quant8_2.mod.py | 22 d2 = 20 variable
|
D | relu1_quant8_2.mod.py | 22 d2 = 64 variable
|
/frameworks/ml/nn/runtime/test/specs/V1_1/ |
D | relu1_float_2_relaxed.mod.py | 22 d2 = 24 variable
|
D | relu_float_2_relaxed.mod.py | 22 d2 = 40 variable
|
D | relu6_float_2_relaxed.mod.py | 22 d2 = 40 variable
|
D | logistic_float_2_relaxed.mod.py | 22 d2 = 40 variable
|
/frameworks/ml/nn/runtime/test/specs/V1_2/ |
D | axis_aligned_bbox_transform.mod.py | 71 d2 = Input("bboxDeltas", "TENSOR_FLOAT32", "{5, 8}") variable
|
D | relu1_v1_2.mod.py | 33 d2 = 24 variable
|
D | relu6_v1_2.mod.py | 33 d2 = 40 variable
|
D | relu_v1_2.mod.py | 33 d2 = 40 variable
|
D | logistic_v1_2.mod.py | 39 d2 = 40 variable
|
/frameworks/compile/libbcc/tests/debuginfo/host-tests/ |
D | global_struct.c | 13 double d2[2]; member
|
D | globals.c | 20 double d2[2]; member
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/ |
D | time_util.cc | 430 Duration& operator+=(Duration& d1, const Duration& d2) { in operator +=() 436 Duration& operator-=(Duration& d1, const Duration& d2) { // NOLINT in operator -=() 486 Duration& operator%=(Duration& d1, const Duration& d2) { // NOLINT in operator %=() 502 int64 operator/(const Duration& d1, const Duration& d2) { in operator /()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | post_filter.cpp | 189 int mbnum, strength, A_D, d1_2, d1, d2, A, B, C, D, b_size; in H263_Deblock() local
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/test/java/com/google/protobuf/util/ |
D | TimeUtilTest.java | 474 Duration d2 = TimeUtil.subtract(d1, TimeUtil.createDurationFromNanos(1)); in testTimeOperations() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/ |
D | CornerPathRenderer.java | 111 PointF d2; in normalAt() local
|