HomeSort by relevance Sort by last modified time
    Searched full:smallest (Results 1 - 25 of 2313) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/core/api_def/base_api/
api_def_Ceil.pbtxt 3 summary: "Returns element-wise smallest integer in not less than x."
api_def_OrderedMapUnstageNoKey.pbtxt 3 summary: "Op removes and returns the (key, value) element with the smallest"
api_def_ArgMin.pbtxt 11 summary: "Returns the index with the smallest value across dimensions of a tensor."
api_def_NthElement.pbtxt 31 If the input is a vector (rank-1), finds the entries which is the nth-smallest
35 nth-smallest value in each row (resp. vector along the last dimension). Thus,
api_def_EncodePng.pbtxt 33 the smallest output, but is slower.
  /external/fec/
peakval_av.c 15 vector signed short smallest,largest; local
17 smallest = (vector signed short)(0);
26 smallest = vec_min(smallest,x);
34 smallest = vec_min(smallest,x);
44 smallest = vec_min(smallest,x);
48 largest = vec_max(largest,vec_abs(smallest));
  /device/generic/uml/
surfaceflinger.rc 3 # smallest mk file but still contains surfaceflinger, including this
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowDisplayManagerTest.java 97 Point smallest = new Point(); local
100 ShadowDisplay.getDefaultDisplay().getCurrentSizeRange(smallest, largest);
101 assertThat(smallest).isEqualTo(new Point(320, 320));
109 ShadowDisplay.getDefaultDisplay().getCurrentSizeRange(smallest, largest);
110 assertThat(smallest).isEqualTo(new Point(310, 310));
116 Point smallest = new Point(); local
120 display.getCurrentSizeRange(smallest, largest);
121 assertThat(smallest).isEqualTo(new Point(320, 320));
126 display.getCurrentSizeRange(smallest, largest);
127 assertThat(smallest).isEqualTo(new Point(310, 310))
    [all...]
  /external/eigen/unsupported/Eigen/src/Polynomials/
PolynomialSolver.h 21 * - greatest, smallest complex roots,
22 * - real roots with greatest, smallest absolute real value,
23 * - greatest, smallest real roots.
107 * \returns the complex root with smallest norm.
201 * part smallest than absImaginaryThreshold.
205 * the root with smallest absolute imaginary part is returned instead.
222 * \returns a real root with smallest absolute magnitude.
224 * part smallest than absImaginaryThreshold.
228 * the root with smallest absolute imaginary part is returned instead.
247 * part smallest than absImaginaryThreshold
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
EnableDisableInterrupts.c 19 Enables CPU interrupts for the smallest window required to capture any
  /development/samples/ApiDemos/src/com/example/android/apis/content/
_index.html 17 <dt><a href="ResourcesSmallestWidth.html">Resources Smallest Width</a></dt>
18 <dd>Shows how you can vary a layout resource based on the device's smallest
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ipf/
CpuBreakpoint.c 81 Enables CPU interrupts for the smallest window required to capture any
84 Enables CPU interrupts for the smallest window required to capture any
CpuBreakpointMsc.c 86 Enables CPU interrupts for the smallest window required to capture any
89 Enables CPU interrupts for the smallest window required to capture any
  /external/icu/icu4c/source/i18n/
digitinterval.h 94 * Sets the least significant inclusive value to smallest. If smallest >= 0
97 void setLeastSignificantInclusive(int32_t smallest) {
98 fSmallestInclusive = smallest < 0 ? smallest : 0;
fmtableimp.h 33 * Define this constant to the smallest value from those for supported platforms.
  /external/mesa3d/src/gallium/drivers/svga/
svga_draw_arrays.c 131 unsigned smallest = 0; local
136 smallest = i;
139 else if (hwtnl->index_cache[prim][i].gen_nr < smallest) {
140 smallest = i;
145 assert(smallest != IDX_CACHE_MAX);
147 pipe_resource_reference(&hwtnl->index_cache[prim][smallest].buffer,
151 debug_printf("%s discard smallest %d/%d\n", __FUNCTION__,
152 smallest, smallest_size);
154 i = smallest;
  /external/icu/android_icu4j/src/main/java/android/icu/impl/duration/
TimeUnit.java 22 /** The ordinal of the unit, in order from largest to smallest. */
65 /** Returns the next smaller time unit, or null if this is the smallest. */
70 /** The list of units, in order from largest to smallest. */
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
TimeUnit.java 20 /** The ordinal of the unit, in order from largest to smallest. */
63 /** Returns the next smaller time unit, or null if this is the smallest. */
68 /** The list of units, in order from largest to smallest. */
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_heapq.so 
  /libcore/ojluni/src/main/java/java/time/temporal/
ValueRange.java 98 * The smallest minimum value.
106 * The smallest maximum value.
139 * @param maxSmallest the smallest maximum value
141 * @return the ValueRange for min, smallest max, largest max, not null
143 * the minimum is greater than the smallest maximum,
144 * or the smallest maximum is greater than the largest maximum
155 * @param minSmallest the smallest minimum value
157 * @param maxSmallest the smallest maximum value
159 * @return the ValueRange for smallest min, largest min, smallest max, largest max, not nul
    [all...]
  /development/samples/training/ContactsList/res/values-sw600dp/
bools.xml 19 <!-- On devices with a smallest width of 600dp or more, switch to a two-pane layout.-->
integers.xml 19 <!-- On devices with a smallest width of 600dp or more, the two-pane layout should allocate
  /development/samples/training/ContactsList/res/values-sw600dp-port/
integers.xml 19 <!-- On devices with a smallest width of 600dp or more in portrait orientation, the two-pane
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
RSAKeyParameters.java 39 // the value is the product of the 132 smallest primes from 3 to 751
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ipf/
CpuBreakpoint.c 86 Enables CPU interrupts for the smallest window required to capture any
89 Enables CPU interrupts for the smallest window required to capture any

Completed in 6173 milliseconds

1 2 3 4 5 6 7 8 91011>>