Searched defs:FIT (Results 1 - 3 of 3) sorted by relevance

/frameworks/ml/nn/driver/cache/BlobCache/
H A DBlobCache.h52 FIT, member in class:android::BlobCache::Capacity
173 // Is this Capacity value one of the *FIT* values?
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DSignalDrawable.java56 private static final float[] FIT = {2.26f, -3.02f, 1.76f}; field in class:SignalDrawable
379 // terms to the end of FIT).
383 for (int i = 0; i < FIT.length; i++) {
384 ret += FIT[i] * t;
/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp1376 clang::RecordDecl::field_iterator FIT = RD->field_begin(); local
1377 const clang::FieldDecl *FD = *FIT;
1408 FIT++;
1409 if (FIT != RD->field_end()) {

Completed in 124 milliseconds