Home
last modified time | relevance | path

Searched defs:minus (Results 1 – 25 of 58) sorted by relevance

123

/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DFlexBuffersInternals.kt27 …public operator fun minus(other: FlexBufferType): FlexBufferType = FlexBufferType(this.value - oth… in max() method in com.google.flatbuffers.kotlin.FlexBufferType
33 internal operator fun Int.minus(width: ByteWidth): Int = this - width.value in times() method
35 internal operator fun Int.minus(type: FlexBufferType): Int = this - type.value in times() method
/external/renderscript-intrinsics-replacement-toolkit/test-app/src/main/java/com/google/android/renderscript_test/
DBufferUtils.kt44 operator fun minus(other: Int4) = Int4(x - other.x, y - other.y, z - other.z, w - other.w) in plus() method in com.google.android.renderscript_test.Int4
45 operator fun minus(n: Int) = Int4(x - n, y - n, z - n, w - n) in plus() method in com.google.android.renderscript_test.Int4
67 operator fun minus(other: Float4) = Float4(x - other.x, y - other.y, z - other.z, w - other.w) in plus() method in com.google.android.renderscript_test.Float4
68 operator fun minus(f: Float) = Float4(x - f, y - f, z - f, w - f) in plus() method in com.google.android.renderscript_test.Float4
121 operator fun minus(other: Rgba) = in plus() method in com.google.android.renderscript_test.Rgba
427 operator fun FloatArray.minus(other: FloatArray) = FloatArray(size) { this[it] - other[it] } in <lambda>() method
/external/rust/crates/pest/tests/
Dcalculator.rs25 minus, enumerator
87 fn minus(state: Box<ParserState<'_, Rule>>) -> ParseResult<Box<ParserState<'_, Rule>>> { in parse() function
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/comments/
DCommentsCollection.java91 public CommentsCollection minus(CommentsCollection other) { in minus() method in CommentsCollection
/external/guava/android/guava/src/com/google/common/math/
DBigDecimalMath.java78 BigDecimal minus(BigDecimal a, BigDecimal b) { in minus() method in BigDecimalMath.BigDecimalToDoubleRounder
DToDoubleRounder.java43 abstract X minus(X a, X b); in minus() method in ToDoubleRounder
/external/guava/guava/src/com/google/common/math/
DBigDecimalMath.java78 BigDecimal minus(BigDecimal a, BigDecimal b) { in minus() method in BigDecimalMath.BigDecimalToDoubleRounder
DToDoubleRounder.java43 abstract X minus(X a, X b); in minus() method in ToDoubleRounder
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/comments/
DCommentsCollection.java100 public CommentsCollection minus(CommentsCollection other) { in minus() method in CommentsCollection
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/comments/
DCommentsCollection.java85 public CommentsCollection minus(CommentsCollection other){ in minus() method in CommentsCollection
/external/blktrace/
Dblkparse_fmt.c170 int minus, int has_w, int width) in print_field()
266 int minus = 0; in parse_field() local
/external/caliper/caliper/src/main/java/com/google/caliper/util/
DShortDuration.java127 public abstract ShortDuration minus(ShortDuration subtrahend); in minus() method in ShortDuration
223 @Override public ShortDuration minus(ShortDuration subtrahend) { in minus() method in ShortDuration.PositiveShortDuration
/external/guava/android/guava-testlib/test/com/google/common/testing/anotherpackage/
DForwardingWrapperTesterTest.java330 public int minus(int a, int b) { in minus() method in ForwardingWrapperTesterTest.ForwardingArithmetic
400 int minus(int a, int b); in minus() method
411 public int minus(int a, int b) { // bad! in minus() method in ForwardingWrapperTesterTest.ForwardsToTheWrongMethod
/external/guava/guava-testlib/test/com/google/common/testing/anotherpackage/
DForwardingWrapperTesterTest.java330 public int minus(int a, int b) { in minus() method in ForwardingWrapperTesterTest.ForwardingArithmetic
400 int minus(int a, int b); in minus() method
411 public int minus(int a, int b) { // bad! in minus() method in ForwardingWrapperTesterTest.ForwardsToTheWrongMethod
/external/perfetto/src/trace_processor/importers/proto/
Dprofiler_util.cc47 size_t minus = location.find('-'); in PackageFromApp() local
/external/guava/guava/src/com/google/common/cache/
DCacheStats.java243 public CacheStats minus(CacheStats other) { in minus() method in CacheStats
/external/guava/android/guava/src/com/google/common/cache/
DCacheStats.java243 public CacheStats minus(CacheStats other) { in minus() method in CacheStats
/external/guava/android/guava/src/com/google/common/primitives/
DUnsignedInteger.java136 public UnsignedInteger minus(UnsignedInteger val) { in minus() method in UnsignedInteger
DUnsignedLong.java143 public UnsignedLong minus(UnsignedLong val) { in minus() method in UnsignedLong
/external/guava/guava/src/com/google/common/primitives/
DUnsignedInteger.java136 public UnsignedInteger minus(UnsignedInteger val) { in minus() method in UnsignedInteger
DUnsignedLong.java143 public UnsignedLong minus(UnsignedLong val) { in minus() method in UnsignedLong
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/expr/
DAssignExpr.java36 minus, // -= enumConstant
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/expr/
DAssignExpr.java35 minus, // -= enumConstant
/external/caliper/caliper/src/main/java/com/google/caliper/worker/
DAllocationStats.java84 AllocationStats minus(AllocationStats baseline) { in minus() method in AllocationStats
/external/drm_hwcomposer/hwc2_device/
DHwcDisplay.h129 Stats minus(Stats b) const { in minus() function

123