Searched refs:rounds (Results 1 – 6 of 6) sorted by relevance
908 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 and2941 @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.f2994 @rint() is similar but rounds half values toward even. @trunc() truncates the decimal fraction.
1549 private SecretKey buildPasswordKey(String algorithm, String pw, byte[] salt, int rounds) { in buildPasswordKey() argument1550 return buildCharArrayKey(algorithm, pw.toCharArray(), salt, rounds); in buildPasswordKey()1553 private SecretKey buildCharArrayKey(String algorithm, char[] pwArray, byte[] salt, int rounds) { in buildCharArrayKey() argument1556 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() argument1567 SecretKey key = buildPasswordKey(algorithm, pw, salt, rounds); in buildPasswordHash()1595 private byte[] makeKeyChecksum(String algorithm, byte[] pwBytes, byte[] salt, int rounds) { in makeKeyChecksum() argument1601 Key checksum = buildCharArrayKey(algorithm, mkAsChar, salt, rounds); in makeKeyChecksum()1612 boolean passwordMatchesSaved(String algorithm, String candidatePw, int rounds) { in passwordMatchesSaved() argument1621 … String currentPwHash = buildPasswordHash(algorithm, candidatePw, mPasswordSalt, rounds); in passwordMatchesSaved()[all …]
1707 * 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 and5772 * 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.f5854 * rint() is similar but rounds half values toward even. trunc() truncates the decimal fraction.
3075 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 and6517 <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.f6600 <p> <a href='rs_math.html#android_rs:rint'>rint</a>() is similar but rounds half values toward even…
301 fractional number of days, the API rounds the period up to the next full day.
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...