HomeSort by relevance Sort by last modified time
    Searched full:minimum (Results 1251 - 1275 of 5538) sorted by null

<<51525354555657585960>>

  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/
mmintrin.h 835 /* Compute the element-wise minimum of signed 16-bit values. */
842 /* Compute the element-wise minimum of signed 16-bit values. */
849 /* Compute the element-wise minimum of signed 32-bit values. */
856 /* Compute the element-wise minimum of unsigned 16-bit values. */
863 /* Compute the element-wise minimum of unsigned 16-bit values. */
870 /* Compute the element-wise minimum of unsigned 32-bit values. */
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/
mmintrin.h 835 /* Compute the element-wise minimum of signed 16-bit values. */
842 /* Compute the element-wise minimum of signed 16-bit values. */
849 /* Compute the element-wise minimum of signed 32-bit values. */
856 /* Compute the element-wise minimum of unsigned 16-bit values. */
863 /* Compute the element-wise minimum of unsigned 16-bit values. */
870 /* Compute the element-wise minimum of unsigned 32-bit values. */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
mmintrin.h 835 /* Compute the element-wise minimum of signed 16-bit values. */
842 /* Compute the element-wise minimum of signed 16-bit values. */
849 /* Compute the element-wise minimum of signed 32-bit values. */
856 /* Compute the element-wise minimum of unsigned 16-bit values. */
863 /* Compute the element-wise minimum of unsigned 16-bit values. */
870 /* Compute the element-wise minimum of unsigned 32-bit values. */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
mmintrin.h 835 /* Compute the element-wise minimum of signed 16-bit values. */
842 /* Compute the element-wise minimum of signed 16-bit values. */
849 /* Compute the element-wise minimum of signed 32-bit values. */
856 /* Compute the element-wise minimum of unsigned 16-bit values. */
863 /* Compute the element-wise minimum of unsigned 16-bit values. */
870 /* Compute the element-wise minimum of unsigned 32-bit values. */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/
mmintrin.h 835 /* Compute the element-wise minimum of signed 16-bit values. */
842 /* Compute the element-wise minimum of signed 16-bit values. */
849 /* Compute the element-wise minimum of signed 32-bit values. */
856 /* Compute the element-wise minimum of unsigned 16-bit values. */
863 /* Compute the element-wise minimum of unsigned 16-bit values. */
870 /* Compute the element-wise minimum of unsigned 32-bit values. */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/
mmintrin.h 835 /* Compute the element-wise minimum of signed 16-bit values. */
842 /* Compute the element-wise minimum of signed 16-bit values. */
849 /* Compute the element-wise minimum of signed 32-bit values. */
856 /* Compute the element-wise minimum of unsigned 16-bit values. */
863 /* Compute the element-wise minimum of unsigned 16-bit values. */
870 /* Compute the element-wise minimum of unsigned 32-bit values. */
    [all...]
  /external/aac/libAACenc/src/
bitenc.h 120 * TpEnc handle must be NULL in this case. Or also Calculate the minimum possible number of
135 * \param minCnt If non-zero the value returned into *pBitDemand is the absolute minimum required amount of
  /external/antlr/antlr-3.4/runtime/Python/
pylintrc 230 # Minimum number of public methods for a class (see R0903).
285 # Minimum lines number of a similarity.
  /external/ceres-solver/internal/ceres/
suitesparse.h 211 // Find a fill reducing approximate minimum degree
231 // Find a fill reducing approximate minimum degree
  /external/chromium/chrome/browser/net/
url_info.cc 226 int minimum() const { return static_cast<int>(minimum_); } function in class:chrome_browser_net::MinMaxAverage
309 queue.minimum(), queue.average(), queue.maximum());
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_controller_unittest.mm 225 // Tab is minimum width, both icon and close box should be hidden.
238 // Tab is at selected minimum width. Since it's selected, the close box
  /external/chromium/chrome/browser/ui/views/
page_info_bubble_view.cc 132 0); // Minimum size.
143 0); // Minimum size.
  /external/chromium_org/ash/display/
mouse_cursor_event_filter.cc 31 // Minimum height of an indicator on the display edge that allows
240 // If the shared height is smaller than minimum height, use the
  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager.h 84 // Minimum width of the docked windows area.
216 // into account their minimum and maximum size. Returns free vertical space
  /external/chromium_org/ash/wm/
window_state.h 153 // If the minimum visibilty is true, ash will try to keep a
154 // minimum amount of the window is always visible on the work area
  /external/chromium_org/cc/resources/
picture_layer_tiling_set.cc 52 // Remove any tilings that aren't in |other| or don't meet the minimum.
63 // Add any missing tilings from |other| that meet the minimum.
  /external/chromium_org/chrome/browser/autocomplete/
bookmark_provider.cc 220 // subtracting the minimum possible score, 900, from the maximum possible
221 // score, 1199. This product, ranging from 0 to 299, is added to the minimum
  /external/chromium_org/chrome/browser/component_updater/
component_updater_service.h 165 // Minimum delta time in seconds before checking again the same component.
167 // Minimum delta time in seconds before an on-demand check is allowed
  /external/chromium_org/chrome/browser/net/
ssl_config_service_manager_pref.cc 290 // TODO(wtc): get the minimum SSL protocol version supported by the
292 // default minimum SSL protocol version because we enable all supported
url_info.cc 245 int minimum() const { return static_cast<int>(minimum_); } function in class:chrome_browser_net::MinMaxAverage
328 queue.minimum(), queue.average(), queue.maximum());
  /external/chromium_org/chrome/browser/ui/gtk/
create_application_shortcuts_dialog_gtk.cc 47 // Minimum width (in pixels) of the shortcut description label.
158 // Enforce a minimum width, so that very large icons do not cause the label
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_popup.cc 61 // The minimum/maximum dimensions of the popup.
62 // The minimum is just a little larger than the size of the button itself.
  /external/chromium_org/chrome/browser/ui/views/sync/
one_click_signin_bubble_view.cc 31 // Minimum width for the multi-line label.
264 // ignore the minimum default size.,
  /external/chromium_org/chrome/common/mac/
cfbundle_blocker.mm 248 // If bundle_id should only be permitted as of a certain minimum version,
267 // template, and provide the bundle ID (or IDs) and minimum CFBundleVersion
  /external/chromium_org/media/audio/win/
core_audio_util_win.h 159 // For an exclusive mode stream, |device_period| corresponds to the minimum
162 // represents the minimum possible latency that an audio application can

Completed in 1035 milliseconds

<<51525354555657585960>>