Home
last modified time | relevance | path

Searched refs:rounds (Results 1 – 6 of 6) sorted by relevance

/frameworks/rs/api/
Drs_math.spec908 and rounds only after the addition. @mad() rounds after the multiplication and the addition.
1025 The function @remainder() is similar but rounds toward the closest interger.
1445 and rounds only after the addition. mad() rounds after the multiplication and the addition.
2876 The function @fmod() is similar but rounds toward the closest interger.
2937 rint() rounds half values to even. For example, <code>rint(0.5f)</code> returns 0.f and
2941 @round() is similar but rounds away from zero. @trunc() truncates the decimal fraction.
2990 round() rounds half values away from zero. For example, <code>round(0.5f)</code> returns 1.f
2994 @rint() is similar but rounds half values toward even. @trunc() truncates the decimal fraction.
/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerService.java1549 private SecretKey buildPasswordKey(String algorithm, String pw, byte[] salt, int rounds) { in buildPasswordKey() argument
1550 return buildCharArrayKey(algorithm, pw.toCharArray(), salt, rounds); in buildPasswordKey()
1553 private SecretKey buildCharArrayKey(String algorithm, char[] pwArray, byte[] salt, int rounds) { in buildCharArrayKey() argument
1556 KeySpec ks = new PBEKeySpec(pwArray, salt, rounds, PBKDF2_KEY_SIZE); in buildCharArrayKey()
1566 private String buildPasswordHash(String algorithm, String pw, byte[] salt, int rounds) { in buildPasswordHash() argument
1567 SecretKey key = buildPasswordKey(algorithm, pw, salt, rounds); in buildPasswordHash()
1595 private byte[] makeKeyChecksum(String algorithm, byte[] pwBytes, byte[] salt, int rounds) { in makeKeyChecksum() argument
1601 Key checksum = buildCharArrayKey(algorithm, mkAsChar, salt, rounds); in makeKeyChecksum()
1612 boolean passwordMatchesSaved(String algorithm, String candidatePw, int rounds) { in passwordMatchesSaved() argument
1621 … String currentPwHash = buildPasswordHash(algorithm, candidatePw, mPasswordSalt, rounds); in passwordMatchesSaved()
[all …]
/frameworks/rs/scriptc/
Drs_math.rsh1707 * and rounds only after the addition. mad() rounds after the multiplication and the addition.
1873 * The function remainder() is similar but rounds toward the closest interger.
2589 * and rounds only after the addition. mad() rounds after the multiplication and the addition.
5673 * The function fmod() is similar but rounds toward the closest interger.
5768 * rint() rounds half values to even. For example, rint(0.5f) returns 0.f and
5772 * round() is similar but rounds away from zero. trunc() truncates the decimal fraction.
5850 * round() rounds half values away from zero. For example, round(0.5f) returns 1.f
5854 * rint() is similar but rounds half values toward even. trunc() truncates the decimal fraction.
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_math.jd3075 and rounds only after the addition. <a href='rs_math.html#android_rs:mad'>mad</a>() rounds after t…
3223 <p> The function <a href='rs_math.html#android_rs:remainder'>remainder</a>() is similar but rounds
3931 and rounds only after the addition. mad() rounds after the multiplication and the addition.
6410 <p> The function <a href='rs_math.html#android_rs:fmod'>fmod</a>() is similar but rounds toward the…
6512 <p> rint() rounds half values to even. For example, <code>rint(0.5f)</code> returns 0.f and
6517 <p> <a href='rs_math.html#android_rs:round'>round</a>() is similar but rounds away from zero. <a h…
6595 <p> round() rounds half values away from zero. For example, <code>round(0.5f)</code> returns 1.f
6600 <p> <a href='rs_math.html#android_rs:rint'>rint</a>() is similar but rounds half values toward even…
/frameworks/base/docs/html/google/play/billing/
Dbilling_subscriptions.jd301 fractional number of days, the API rounds the period up to the next full day.
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...