Home
last modified time | relevance | path

Searched refs:precision (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/util/
DExifUtil.java194 private Rational rational(Float value, Long precision) {
195 if (value != null && precision != null) {
196 return new Rational((long) (value * precision), precision);
201 private Rational rational(Double value, Long precision) {
202 if (value != null && precision != null) {
203 return new Rational((long) (value * precision), precision);
/packages/apps/TV/src/com/android/tv/recommendation/
DRoutineWatchEvaluator.java127 double precision = (double) maxMatchedWordSeqLen / wordList1.size(); in calculateTitleMatchScore() local
129 return 2.0 * precision * recall / (precision + recall); in calculateTitleMatchScore()
161 double precision = dupTimeScore / (t1.endTimeOfDayInSec - t1.startTimeOfDayInSec); in calculateTimeMatchScore() local
163 return 2.0 * precision * recall / (precision + recall); in calculateTimeMatchScore()
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Ddom.md117 … | Parse number in full precision (slower). If this flag is not set, the normal precision (faste…
Dinternals.md98 | `uint64_t i64` | Double precision floating-point |8 |8 |
221 …od()` can do the job but it is slow. By default, the parsers use normal precision setting. This ha…
240 …chieve double-to-string conversion. This is not accurate as the default precision is 6. Later we a…
Dfaq.md103 …s. And these integers cannot be converted into `double` without loss of precision. So the parsers …
187 …signed integer to double, it will convert but be aware that it may lose precision. A number with f…
Dtutorial.md186 `double` | 64-bit double precision floating point
201 …an be safely convert to `double`, but `int64_t` and `uint64_t` may lose precision (since mantissa …
/packages/apps/Test/connectivity/sl4n/rapidjson/
DCHANGELOG.md14 * Parsing some numbers incorrectly in full-precision mode (`kFullPrecisionParseFlag`) (#342)
/packages/inputmethods/LatinIME/dictionaries/
Den_US_wordlist.combined.gz
Den_GB_wordlist.combined.gz
Den_wordlist.combined.gz
Dsv_wordlist.combined.gz1dictionary=main:sv,locale=sv,description=Svenska,date=1414726264, ...
Dde_wordlist.combined.gz1dictionary=main:de,locale=de,description=Deutsch,date=1414726263, ...