Searched refs:units (Results 226 - 250 of 417) sorted by relevance

1234567891011>>

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
H A DBasicPeriodFormatter.java112 // get the first and last units that are set.
130 // no non-zero units, do not display the limit.
136 // are no non-zero units, do not display the direction.
144 // format the initial portion of the string before the units.
155 // loop for formatting the units
168 TimeUnit unit = TimeUnit.units[i];
/external/libcups/cups/
H A Dipp.h465 typedef enum ipp_res_e /**** Resolution units ****/
783 ipp_res_t units; /* Resolution units */ member in struct:_ipp_value_u::__anon11122
863 const char *name, ipp_res_t units,
867 ipp_res_t units, const int *xres,
953 int *yres, ipp_res_t *units)
/external/lzma/CPP/Windows/Control/
H A DDialog.h117 int Units_To_Pixels_X(int units);
/external/mesa3d/src/mapi/glapi/
H A Dglapi_dispatch.c136 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units);
/external/mesa3d/src/mesa/main/
H A Des1_conversion.h150 _mesa_PolygonOffsetx(GLfixed factor, GLfixed units);
/external/skia/tests/
H A DTraceMemoryDumpTest.cpp30 void dumpNumericValue(const char* dumpName, const char* valueName, const char* units,
/external/tensorflow/tensorflow/contrib/model_pruning/python/layers/
H A Dlayers.py278 `Tensor` of hidden units. If a `normalizer_fn` is provided (such as
281 created and added the hidden units. Finally, if `activation_fn` is not `None`,
282 it is applied to the hidden units as well.
290 num_outputs: Integer or long, the number of output units in the layer.
333 units=num_outputs,
/external/tensorflow/tensorflow/contrib/timeseries/examples/
H A Dlstm.py59 num_units: The number of units in the model's LSTMCell.
103 func_=functools.partial(tf.layers.dense, units=self.num_features),
/external/tensorflow/tensorflow/python/keras/_impl/keras/layers/
H A Dcore_test.py180 keras.layers.Dense, kwargs={'units': 3}, input_shape=(3, 2))
184 keras.layers.Dense, kwargs={'units': 3}, input_shape=(3, 4, 2))
188 keras.layers.Dense, kwargs={'units': 3}, input_shape=(None, None, 2))
192 keras.layers.Dense, kwargs={'units': 3}, input_shape=(3, 4, 5, 2))
217 l = keras.layers.Dense(units=3,
/external/toolchain-utils/crosperf/
H A Dresults_cache.py82 # Initialize 'units' dictionary.
120 units_dict[key] = result_dict['units']
131 units_dict[key] = tmp_dict['units']
138 units_dict is a dictionary of the units for the return values in
139 keyvals_dict. We need to associate the units with the return values,
140 for Telemetry tests, so that we can include the units in the reports.
143 old value and the units. This later gets properly parsed in the
153 units = units_dict[k]
154 new_val = [val, units]
184 # For telemtry_Crosperf results, append the units t
[all...]
/external/turbine/java/com/google/turbine/deps/
H A DDependencies.java86 CompoundEnv.<ClassSymbol, TypeBoundClass>of(new SimpleEnv<>(bound.units()))
/external/turbine/java/com/google/turbine/lower/
H A DLower.java104 ImmutableMap<ClassSymbol, SourceTypeBoundClass> units,
107 CompoundEnv.<ClassSymbol, TypeBoundClass>of(classpath).append(new SimpleEnv<>(units));
110 for (ClassSymbol sym : units.keySet()) {
111 result.put(sym.binaryName(), lower(units.get(sym), env, sym, symbols));
103 lowerAll( ImmutableMap<ClassSymbol, SourceTypeBoundClass> units, CompoundEnv<ClassSymbol, BytecodeBoundClass> classpath) argument
/external/v8/src/wasm/
H A Dmodule-decoder.cc930 void consume_resizable_limits(const char* name, const char* units, argument
941 name, *initial, units, max_initial);
951 name, *maximum, units, max_maximum);
955 name, *maximum, units, *initial, units);
/external/ImageMagick/MagickCore/
H A Dproperty.c163 image->units=clone_image->units;
2320 % %U image resolution units
2558 case 'x': /* Image horizontal resolution (with units) */
2565 case 'y': /* Image vertical resolution (with units) */
2666 case 'U': /* Image resolution units. */
2670 image->units);
3130 if (LocaleCompare("units",property) == 0)
3134 image->units);
4354 if (LocaleCompare("units",propert
4344 units; local
[all...]
/external/ImageMagick/coders/
H A Djpeg.c1046 units;
1114 units=0;
1120 units=(size_t) jpeg_info.density_unit;
1122 if (units == 1)
1123 image->units=PixelsPerInchResolution;
1124 if (units == 2)
1125 image->units=PixelsPerCentimeterResolution;
2251 Set image resolution units.
2253 if (image->units == PixelsPerInchResolution)
2255 if (image->units
1041 units; local
[all...]
H A Dpsd.c680 image->units=PixelsPerInchResolution;
2512 units;
2514 if (image->units == PixelsPerCentimeterResolution)
2518 units=2;
2524 units=1;
2531 (void) WriteBlobMSBShort(image,units); /* horizontal resolution unit */
2532 (void) WriteBlobMSBShort(image,units); /* width unit */
2534 (void) WriteBlobMSBShort(image,units); /* vertical resolution unit */
2535 (void) WriteBlobMSBShort(image,units); /* height unit */
2504 units; local
H A Dtiff.c1137 units,
1347 if (TIFFGetFieldDefaulted(tiff,TIFFTAG_RESOLUTIONUNIT,&units) == 1)
1349 if (units == RESUNIT_INCH)
1350 image->units=PixelsPerInchResolution;
1351 if (units == RESUNIT_CENTIMETER)
1352 image->units=PixelsPerCentimeterResolution;
3611 units;
3616 units=RESUNIT_NONE;
3617 if (image->units == PixelsPerInchResolution)
3618 units
1131 units, local
3600 units; local
[all...]
/external/deqp/external/openglcts/modules/common/
H A DglcPolygonOffsetClampTests.cpp386 gl.polygonOffset(m_testValues[i].factor, m_testValues[i].units);
411 gl.polygonOffsetClamp(m_testValues[i].factor, m_testValues[i].units, m_testValues[i].clamp);
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DTimeUnitFormat.java36 * Format or parse a TimeUnitAmount, using plural rules for the units where available.
364 setup("units/duration", timeUnitToCountToPatterns, FULL_NAME, pluralKeywords);
394 UResource.Table units = value.getTable();
395 for (int i = 0; units.getKeyAndValue(i, key, value); ++i) {
531 // then search the units resource fallback from the current level to root
533 searchInTree("units", styl, timeUnit, srcPluralCount, searchPluralCount, countToPatterns);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DTimeUnitFormat.java35 * Format or parse a TimeUnitAmount, using plural rules for the units where available.
362 setup("units/duration", timeUnitToCountToPatterns, FULL_NAME, pluralKeywords);
392 UResource.Table units = value.getTable();
393 for (int i = 0; units.getKeyAndValue(i, key, value); ++i) {
529 // then search the units resource fallback from the current level to root
531 searchInTree("units", styl, timeUnit, srcPluralCount, searchPluralCount, countToPatterns);
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DlibGLES_CM.hpp173 void (*glPolygonOffset)(GLfloat factor, GLfloat units);
174 void (*glPolygonOffsetx)(GLfixed factor, GLfixed units);
/external/toybox/generated/
H A Dglobals.h240 unsigned long long units; member in struct:free_data
1054 long units; member in struct:df_data
/external/toybox/lib/
H A Dxwrap.c772 long xparsetime(char *arg, long units, long *fraction) argument
791 if (fraction) *fraction = units*(d-l);
/external/toybox/toys/posix/
H A Dls.c29 -q unprintable chars as '?' -s storage used (1024 byte units)
132 static int print_with_h(char *s, long long value, int units) argument
134 if (toys.optflags&FLAG_h) return human_readable(s, value*units, 0);
/external/webrtc/webrtc/call/
H A Drampup_tests.cc243 const std::string& units) const {
247 units, false);

Completed in 2369 milliseconds

1234567891011>>