Home
last modified time | relevance | path

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

/frameworks/rs/api/
Drs_math.spec638 and rounds only after the addition. @mad() rounds after the multiplication and the addition.
704 The function @remainder() is similar but rounds toward the closest interger.
974 and rounds only after the addition. mad() rounds after the multiplication and the addition.
1901 The function @fmod() is similar but rounds toward the closest interger.
1941 rint() rounds half values to even. For example, <code>rint(0.5f)</code> returns 0.f and
1945 @round() is similar but rounds away from zero. @trunc() truncates the decimal fraction.
1974 round() rounds half values away from zero. For example, <code>round(0.5f)</code> returns 1.f
1978 @rint() is similar but rounds half values toward even. @trunc() truncates the decimal fraction.
/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerService.java1442 private SecretKey buildPasswordKey(String algorithm, String pw, byte[] salt, int rounds) { in buildPasswordKey() argument
1443 return buildCharArrayKey(algorithm, pw.toCharArray(), salt, rounds); in buildPasswordKey()
1446 private SecretKey buildCharArrayKey(String algorithm, char[] pwArray, byte[] salt, int rounds) { in buildCharArrayKey() argument
1449 KeySpec ks = new PBEKeySpec(pwArray, salt, rounds, PBKDF2_KEY_SIZE); in buildCharArrayKey()
1459 private String buildPasswordHash(String algorithm, String pw, byte[] salt, int rounds) { in buildPasswordHash() argument
1460 SecretKey key = buildPasswordKey(algorithm, pw, salt, rounds); in buildPasswordHash()
1488 private byte[] makeKeyChecksum(String algorithm, byte[] pwBytes, byte[] salt, int rounds) { in makeKeyChecksum() argument
1494 Key checksum = buildCharArrayKey(algorithm, mkAsChar, salt, rounds); in makeKeyChecksum()
1505 boolean passwordMatchesSaved(String algorithm, String candidatePw, int rounds) { in passwordMatchesSaved() argument
1514 … String currentPwHash = buildPasswordHash(algorithm, candidatePw, mPasswordSalt, rounds); in passwordMatchesSaved()
[all …]
/frameworks/rs/scriptc/
Drs_math.rsh1132 * and rounds only after the addition. mad() rounds after the multiplication and the addition.
1208 * The function remainder() is similar but rounds toward the closest interger.
1601 * and rounds only after the addition. mad() rounds after the multiplication and the addition.
3690 * The function fmod() is similar but rounds toward the closest interger.
3745 * rint() rounds half values to even. For example, rint(0.5f) returns 0.f and
3749 * round() is similar but rounds away from zero. trunc() truncates the decimal fraction.
3787 * round() rounds half values away from zero. For example, round(0.5f) returns 1.f
3791 * 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.
6380 <p> The function <a href='rs_math.html#android_rs:fmod'>fmod</a>() is similar but rounds toward the…
6482 <p> rint() rounds half values to even. For example, <code>rint(0.5f)</code> returns 0.f and
6487 <p> <a href='rs_math.html#android_rs:round'>round</a>() is similar but rounds away from zero. <a h…
6565 <p> round() rounds half values away from zero. For example, <code>round(0.5f)</code> returns 1.f
6570 <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.jd300 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/ ...