Home
last modified time | relevance | path

Searched refs:divide (Results 1 – 25 of 33) sorted by relevance

12

/aosp12/art/test/083-compiler-regressions/src/
H A DZeroTests.java29 private static void longTest(String name, boolean divide) throws Exception { in longTest() argument
31 if (divide) { in longTest()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DDictionaryStats.java64 BigDecimal kb = bytes.divide(new BigDecimal(1024), 2, BigDecimal.ROUND_HALF_UP); in getFileSizeString()
68 BigDecimal mb = kb.divide(new BigDecimal(1024), 2, BigDecimal.ROUND_HALF_UP); in getFileSizeString()
/aosp12/build/make/core/clang/
H A Dconfig.mk13 integer-divide-by-zero \
/aosp12/system/libbase/
H A Dexpected_test.cpp566 auto divide = [](int x, int y) -> expected<QR,E> { in TEST() local
574 EXPECT_FALSE(divide(10, 0).ok()); in TEST()
575 EXPECT_EQ("divide by zero", divide(10, 0).error().message); in TEST()
576 EXPECT_EQ(-1, divide(10, 0).error().cause); in TEST()
578 EXPECT_TRUE(divide(10, 3).ok()); in TEST()
579 EXPECT_EQ(QR(3, 1), *divide(10, 3)); in TEST()
/aosp12/packages/apps/Gallery2/jni/filters/
H A Dkmeans.h56 inline void divide(T dst[], N divisor, int dimension) { in divide() function
167 divide<N, int>(tmp + x, popularities[x / stride], dimension); in calculateNewCentroids()
/aosp12/system/security/keystore/
H A DAndroid.bp26 "integer-divide-by-zero",
/aosp12/art/libartbase/base/metrics/
H A DREADME.md39 Histograms divide a range into several buckets and count how many times a value
/aosp12/art/runtime/interpreter/mterp/x86/
H A Darithmetic.S18 jz .L${opcode}_8 # Do 8-bit divide
21 jz .L${opcode}_16 # Do 16-bit divide
36 div %cl # 8-bit divide otherwise.
46 xorl %edx, %edx # Clear %edx before divide
/aosp12/system/libziparchive/
H A DAndroid.bp53 "integer-divide-by-zero",
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Den_emoji.combined.gz ... 138 shortcut=⚅,f=14 139 word=divide,f=109,not_a_word=true 140 shortcut ...
/aosp12/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp12/hardware/interfaces/keymaster/4.0/
H A DIKeymasterDevice.hal123 * or imported, the caller specifies an authorization list. The IKeymasterDevice must divide the
/aosp12/packages/apps/TV/libs/m2/
H A Dguava-28.0-android.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
H A Dauto-value-1.5.3.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
H A Dguava-28.0-jre.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
H A Djavac-shaded-9-dev-r4023-3.jarorg/openjdk/tools/sjavac/server/log/LoggingOutputStream.class LoggingOutputStream.java package ...
/aosp12/hardware/interfaces/neuralnetworks/1.2/
H A Dtypes.hal2775 * divide the channel dimension into num_groups groups, and reorganize the
4259 * splits along given axis. Must evenly divide axis size.
/aosp12/hardware/interfaces/neuralnetworks/1.3/
H A Dtypes.hal2949 * divide the channel dimension into num_groups groups, and reorganize the
4500 * splits along given axis. Must evenly divide axis size.
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
/aosp12/packages/modules/NeuralNetworks/tools/api/
H A Dtypes.spec3816 * divide the channel dimension into num_groups groups, and reorganize the
/aosp12/packages/apps/TV/libs/
H A Dgoogle-java-format-1.7-all-deps.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp12/art/build/boot/
H A Dboot-image-profile.txt2845 HSPLjava/math/BigDecimal;->divide(JIJIII)Ljava/math/BigDecimal;
2846 HSPLjava/math/BigDecimal;->divide(Ljava/math/BigDecimal;II)Ljava/math/BigDecimal;
2847 HSPLjava/math/BigDecimal;->divide(Ljava/math/BigDecimal;ILjava/math/RoundingMode;)Ljava/math/BigDec…
2936 HSPLjava/math/MutableBigInteger;->divide(Ljava/math/MutableBigInteger;Ljava/math/MutableBigInteger;…
2937 HSPLjava/math/MutableBigInteger;->divide(Ljava/math/MutableBigInteger;Ljava/math/MutableBigInteger;…
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt42576 method public java.math.BigDecimal divide(java.math.BigDecimal, int, int);
42577 method public java.math.BigDecimal divide(java.math.BigDecimal, int, java.math.RoundingMode);
42578 method public java.math.BigDecimal divide(java.math.BigDecimal, int);
42579 method public java.math.BigDecimal divide(java.math.BigDecimal, java.math.RoundingMode);
42580 method public java.math.BigDecimal divide(java.math.BigDecimal);
42581 method public java.math.BigDecimal divide(java.math.BigDecimal, java.math.MathContext);
42655 method public java.math.BigInteger divide(java.math.BigInteger);
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt25451 HSPLjava/math/BigDecimal;->divide(JIJIII)Ljava/math/BigDecimal;
25452 HSPLjava/math/BigDecimal;->divide(Ljava/math/BigDecimal;II)Ljava/math/BigDecimal;
25453 HSPLjava/math/BigDecimal;->divide(Ljava/math/BigDecimal;ILjava/math/RoundingMode;)Ljava/math/BigDec…
25542 HSPLjava/math/MutableBigInteger;->divide(Ljava/math/MutableBigInteger;Ljava/math/MutableBigInteger;…
25543 HSPLjava/math/MutableBigInteger;->divide(Ljava/math/MutableBigInteger;Ljava/math/MutableBigInteger;…

12