/external/swiftshader/third_party/subzero/bloat/ |
webtreemap.js | 101 // rectangles that optimizes a pleasant aspect ratio. 123 // yourself it's taking the larger of the x/y aspect ratio or the 124 // y/x aspect ratio. The additional magic fudge constant of 5 161 // on aspect ratio. In practice, changing split direction with this
|
/external/syslinux/lzo/include/lzo/ |
lzo1.h | 65 // better compression ratio at the cost of more memory and time
|
lzo1a.h | 65 // better compression ratio at the cost of more memory and time
|
lzo2a.h | 61 // better compression ratio at the cost of more memory and time
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
fusion_merger.h | 30 // 1) The flops_to_bytes ratio of the fusion instruction is below the threshold
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
api_def_MutableDenseHashTable.pbtxt | 59 The maximum ratio between number of entries and number of
|
api_def_MutableDenseHashTableV2.pbtxt | 61 The maximum ratio between number of entries and number of
|
/external/v8/tools/ignition/ |
bytecode_dispatches_report.py | 120 for source_name, counter, ratio in top_sources: 121 print "{:>12d}\t{:>5.1f}%\t{}".format(counter, ratio * 100, source_name) 124 for destination_name, counter, ratio in top_destinations: 125 print "{:>12d}\t{:>5.1f}%\t{}".format(counter, ratio * 100, destination_name)
|
/frameworks/av/media/libstagefright/include/ |
DataConverter.h | 41 // SampleConverterBase uses a ratio to calculate the source and target sizes
|
/frameworks/base/core/java/android/widget/ |
RatingBar.java | 277 final float ratio = getProgressPerStar(); local 278 if (ratio > 0) { 279 final float progressInStars = progress / ratio; 280 final int secondaryProgress = (int) (Math.ceil(progressInStars) * ratio);
|
/frameworks/base/core/res/res/values/ |
donottranslate.xml | 23 <!-- @hide DO NOT TRANSLATE. Control aspect ratio of lock pattern -->
|
/frameworks/base/media/tests/EffectsTest/res/values/ |
strings.xml | 11 <string name="rvb_param_4_name">Decay HF Ratio</string>
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/ |
contrast.cpp | 17 // Native function to extract contrast ratio from image (handed down as ByteBuffer).
|
/frameworks/support/samples/SupportAnimationDemos/ |
lint-baseline.xml | 189 message="Hardcoded string "Damping Ratio:", should use `@string` resource" 190 errorLine1=" android:text="Damping Ratio:"/>" 222 message="Hardcoded string "Damping Ratio:", should use `@string` resource" 223 errorLine1=" android:text="Damping Ratio:"/>"
|
/packages/apps/Camera2/src/com/android/camera/captureintent/ |
CaptureIntentModuleUI.java | 167 * Update preview aspect ratio. 171 * @param aspectRatio The preview aspect ratio. 279 public void onZoomValueChanged(float ratio) { 280 mListener.onZoomRatioChanged(ratio);
|
/packages/apps/Dialer/java/com/android/incallui/ |
ContactsAsyncHelper.java | 194 float ratio = ((float) longerEdge) / iconSize; local 195 int newWidth = (int) (orgWidth / ratio); 196 int newHeight = (int) (orgHeight / ratio); 206 // It is sure ratio >= 1.0f in any case and thus the newly created Bitmap
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
ContactsAsyncHelper.java | 168 float ratio = ((float) longerEdge) / iconSize; local 169 int newWidth = (int) (orgWidth / ratio); 170 int newHeight = (int) (orgHeight / ratio); 178 // It is sure ratio >= 1.0f in any case and thus the newly created Bitmap
|
/prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/ |
chrono | 43 template <class Rep, class Period = ratio<1>> 47 static_assert(__is_ratio<Period>::value, "Second template parameter of duration must be a std::ratio"); 102 typedef duration< long, ratio< 60> > minutes; 103 typedef duration< long, ratio<3600> > hours; 287 constexpr chrono::duration<unspecified , ratio<3600,1>> operator "" h(long double); // C++14 289 constexpr chrono::duration<unspecified , ratio<60,1>> operator "" min(long double); // C++14 305 #include <ratio> 319 template <class _Rep, class _Period = ratio<1> > class _LIBCPP_TEMPLATE_VIS duration; 491 static_assert(__is_ratio<_Period>::value, "Second template parameter of duration must be a std::ratio"); 520 typedef ratio<__mul<__n1, __d2, !value>::value [all...] |
module.modulemap | 367 module ratio { 368 header "ratio" 552 module ratio { 553 header "experimental/ratio"
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/ |
chrono | 43 template <class Rep, class Period = ratio<1>> 47 static_assert(__is_ratio<Period>::value, "Second template parameter of duration must be a std::ratio"); 102 typedef duration< long, ratio< 60> > minutes; 103 typedef duration< long, ratio<3600> > hours; 287 constexpr chrono::duration<unspecified , ratio<3600,1>> operator "" h(long double); // C++14 289 constexpr chrono::duration<unspecified , ratio<60,1>> operator "" min(long double); // C++14 305 #include <ratio> 321 template <class _Rep, class _Period = ratio<1> > class _LIBCPP_TEMPLATE_VIS duration; 493 static_assert(__is_ratio<_Period>::value, "Second template parameter of duration must be a std::ratio"); 522 typedef ratio<__mul<__n1, __d2, !value>::value [all...] |
module.modulemap | 367 module ratio { 368 header "ratio" 557 module ratio { 558 header "experimental/ratio"
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/ |
chrono | 43 template <class Rep, class Period = ratio<1>> 47 static_assert(__is_ratio<Period>::value, "Second template parameter of duration must be a std::ratio"); 102 typedef duration< long, ratio< 60> > minutes; 103 typedef duration< long, ratio<3600> > hours; 287 constexpr chrono::duration<unspecified , ratio<3600,1>> operator "" h(long double); // C++14 289 constexpr chrono::duration<unspecified , ratio<60,1>> operator "" min(long double); // C++14 305 #include <ratio> 321 template <class _Rep, class _Period = ratio<1> > class _LIBCPP_TEMPLATE_VIS duration; 493 static_assert(__is_ratio<_Period>::value, "Second template parameter of duration must be a std::ratio"); 522 typedef ratio<__mul<__n1, __d2, !value>::value [all...] |
module.modulemap | 367 module ratio { 368 header "ratio" 557 module ratio { 558 header "experimental/ratio"
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/ |
chrono | 43 template <class Rep, class Period = ratio<1>> 47 static_assert(__is_ratio<Period>::value, "Second template parameter of duration must be a std::ratio"); 102 typedef duration< long, ratio< 60> > minutes; 103 typedef duration< long, ratio<3600> > hours; 287 constexpr chrono::duration<unspecified , ratio<3600,1>> operator ""h(long double); // C++14 289 constexpr chrono::duration<unspecified , ratio<60,1>> operator ""min(long double); // C++14 305 #include <ratio> 321 template <class _Rep, class _Period = ratio<1> > class _LIBCPP_TEMPLATE_VIS duration; 493 static_assert(__is_ratio<_Period>::value, "Second template parameter of duration must be a std::ratio"); 522 typedef ratio<__mul<__n1, __d2, !value>::value [all...] |
module.modulemap | 367 module ratio { 368 header "ratio" 557 module ratio { 558 header "experimental/ratio"
|