HomeSort by relevance Sort by last modified time
    Searched defs:units (Results 51 - 75 of 658) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/gptfdisk/
support.cc 118 // number of sectors. If no units are appended, interprets as the number
119 // of sectors; otherwise, interprets as number of specified units and
219 // Takes a size and converts this to a size in IEEE-1541-2002 units (KiB, MiB,
221 // units of the sector size or, if that parameter is omitted, in bytes.
231 string units, prefixes = " KMGTPEZ"; local
243 units = " iB";
244 units[1] = prefixes[index];
251 theValue << sizeInIeee << "." << (uint32_t) decimalIeee << units; local
  /external/icu/android_icu4j/src/main/java/android/icu/util/
UniversalTimeScale.java 126 * The constant used to select the units value
198 * The constant used to select the units round value
270 units = theUnits;
292 long units; field in class:UniversalTimeScale.TimeScaleData
342 return (otherTime + data.epochOffset) * data.units;
359 BigDecimal units = new BigDecimal(data.units); local
362 return other.add(epochOffset).multiply(units);
379 BigDecimal units = new BigDecimal(data.units); local
399 BigDecimal units = new BigDecimal(data.units); local
474 BigDecimal units = new BigDecimal(data.units); local
491 BigDecimal units = new BigDecimal(data.units); local
605 BigDecimal units = new BigDecimal(data.units); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timescale/
TimeScaleDataTest.java 65 private void epochOffsetTest(long epochOffset, long units, int scale)
67 long universalEpoch = epochOffset * units;
99 long units = UniversalTimeScale.getTimeScaleValue(scale, UniversalTimeScale.UNITS_VALUE); local
102 epochOffsetTest(epochOffset, units, scale);
  /external/icu/icu4c/source/test/cintltst/
utmstest.c 122 static void epochOffsetTest(int64_t epochOffset, int64_t units, UDateTimeScale scale)
126 int64_t universalEpoch = epochOffset * units;
158 int64_t units = utmscale_getTimeScaleValue((UDateTimeScale)scale, UTSV_UNITS_VALUE, &status); local
161 epochOffsetTest(epochOffset, units, (UDateTimeScale)scale);
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/
RbnfSampleRuleSets.java 1135 public static final String units = field in class:RbnfSampleRuleSets
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
UniversalTimeScale.java 147 * The constant used to select the units value
234 * The constant used to select the units round value
306 units = theUnits;
328 long units; field in class:UniversalTimeScale.TimeScaleData
380 return (otherTime + data.epochOffset) * data.units;
399 BigDecimal units = new BigDecimal(data.units); local
402 return other.add(epochOffset).multiply(units);
421 BigDecimal units = new BigDecimal(data.units); local
443 BigDecimal units = new BigDecimal(data.units); local
522 BigDecimal units = new BigDecimal(data.units); local
541 BigDecimal units = new BigDecimal(data.units); local
657 BigDecimal units = new BigDecimal(data.units); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timescale/
TimeScaleDataTest.java 62 private void epochOffsetTest(long epochOffset, long units, int scale)
64 long universalEpoch = epochOffset * units;
96 long units = UniversalTimeScale.getTimeScaleValue(scale, UniversalTimeScale.UNITS_VALUE); local
99 epochOffsetTest(epochOffset, units, scale);
  /external/libcups/cups/
ppd-mark.c 848 char *units; /* Custom points units */ local
867 &units,
870 if (units)
872 if (!_cups_strcasecmp(units, "cm"))
874 else if (!_cups_strcasecmp(units, "mm"))
876 else if (!_cups_strcasecmp(units, "m"))
878 else if (!_cups_strcasecmp(units, "in"))
880 else if (!_cups_strcasecmp(units, "ft"))
915 char *units; /* Custom points units * local
    [all...]
pwg-media.c 250 * "oe" or "om" depending on the units.
257 * units used for the generated size name are calculated automatically if the
258 * units string is @code NULL@, otherwise inches ("in") or millimeters ("mm")
271 const char *units) /* I - Units - "in", "mm", or @code NULL@ for automatic */
283 DEBUG_printf(("pwgFormatSize(keyword=%p, keysize=" CUPS_LLFMT ", prefix=\"%s\", name=\"%s\", width=%d, length=%d, units=\"%s\")", (void *)keyword, CUPS_LLCAST keysize, prefix, name, width, length, units));
289 (units && strcmp(units, "in") && strcmp(units, "mm"))
682 const char *units; \/* Pointer to units *\/ local
853 const char *units = ptr + strlen(ptr) - 2; local
    [all...]
testdest.c 319 ipp_res_t units; local
320 xres = ippGetResolution(attr, i, &yres, &units);
323 printf(" %d%s\n", xres, units == IPP_RES_PER_INCH ? "dpi" : "dpcm");
325 printf(" %dx%d%s\n", xres, yres, units == IPP_RES_PER_INCH ? "dpi" : "dpcm");
527 char units[32]; /* Units */ local
532 if (sscanf(name, "%lfx%lf%31s", &dw, &dl, units) == 3)
534 if (!strcmp(units, "in"))
539 else if (!strcmp(units, "mm"))
546 puts(" bad units in size")
669 ipp_res_t units; local
    [all...]
  /external/tensorflow/tensorflow/python/keras/_impl/keras/layers/
recurrent.py 286 each with shape `(batch_size, units)`.
288 `(batch_size, timesteps, units)`.
289 - else, 2D tensor with shape `(batch_size, units)`.
344 def __init__(self, units, **kwargs):
345 self.units = units
346 self.state_size = units
350 self.kernel = self.add_weight(shape=(input_shape[-1], self.units),
354 shape=(self.units, self.units),
1089 def units(self): member in class:SimpleRNN
1570 def units(self): member in class:GRU
2101 def units(self): member in class:LSTM
    [all...]
  /external/toybox/toys/other/
vmstat.c 34 // From /proc/meminfo (units are kb)
36 // From /proc/vmstat (units are kb)
38 // From /proc/vmstat (units are pages)
91 uint64_t units, total_hz, *ptr = (uint64_t *)(top+idx), local
125 sscanf(s, "%"PRIu64, &units);
126 } else units = loop_delay;
141 // Adjust rate and units
144 else if (order[i]>17) out = ((out * page_kb)+(units-1))/units;
145 else if (order[i]>15) out = ((out)+(units-1))/units
    [all...]
  /external/turbine/java/com/google/turbine/binder/
Binder.java 64 /** Binds symbols and types to the given compilation units. */
66 List<CompUnit> units, Collection<Path> classpath, Collection<Path> bootclasspath)
69 ImmutableList<PreprocessedCompUnit> preProcessedUnits = CompUnitPreprocessor.preprocess(units);
116 ImmutableList<PreprocessedCompUnit> units, TopLevelIndex.Builder tliBuilder) {
118 for (PreprocessedCompUnit unit : units) {
131 ImmutableList<PreprocessedCompUnit> units,
137 for (PreprocessedCompUnit unit : units) {
294 private final ImmutableMap<ClassSymbol, SourceTypeBoundClass> units; field in class:Binder.BindingResult
298 ImmutableMap<ClassSymbol, SourceTypeBoundClass> units,
300 this.units = units
305 public ImmutableMap<ClassSymbol, SourceTypeBoundClass> units() { method in class:Binder.BindingResult
    [all...]
  /external/turbine/javatests/com/google/turbine/deps/
DependenciesTest.java 94 List<CompUnit> units = new ArrayList<>(); field in class:DependenciesTest.DepsBuilder
102 units.add(Parser.parse(new SourceFile(path, Joiner.on('\n').join(lines))));
107 BindingResult bound = Binder.bind(units, classpath, BOOTCLASSPATH);
109 Lowered lowered = Lower.lowerAll(bound.units(), bound.classPathEnv());
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
neteq_quality_test.cc 169 // lost only if all |units| drawings within the duration of the packet result in
171 static double ProbTrans00Solver(int units, double loss_rate,
173 if (units == 1)
175 // 0 == prob_trans_00 ^ (units - 1) + (1 - loss_rate) / prob_trans_10 *
180 // f(x) = x ^ (units - 1) + a x + b.
182 // f'(x) = (units - 1) x ^ (units - 2) + a.
195 f_p = (units - 1.0f) * pow(x, units - 2) + a;
202 f = pow(x, units - 1) + a * x + b
299 int units = block_duration_ms_ \/ kPacketLossTimeUnitMs; local
    [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/datetime/
ZoneGetter.java 254 final int units = input % 10; local
259 builder.append(localizedDigits.charAt(units));
  /prebuilts/tools/common/m2/repository/org/checkerframework/checker-qual/2.0.0/
checker-qual-2.0.0.jar 
  /external/ImageMagick/MagickWand/
composite.c 333 "-units type the units of image resolution",
1506 units; local
    [all...]
  /external/ImageMagick/coders/
miff.c 1027 units; local
    [all...]
  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
HistogramView.java 308 float units = (float) (((Math.log10((double) mDisplayData[i])) / local
310 currentTop = currentBottom - (height * units);
  /external/e2fsprogs/misc/
dumpe2fs.c 159 const char *units = _("blocks"); local
168 units = _("clusters");
281 ext2fs_bg_free_blocks_count(fs, i), units,
  /external/emma/ant/ant14/com/vladium/emma/report/
ReportCfg.java 55 public void setUnits (final UnitsTypeAttribute units)
57 m_settings.setProperty (m_prefix.concat (UNITS_TYPE), units.getValue ());
350 public void setUnits (final UnitsTypeAttribute units)
352 m_settings.setProperty (PREFIX.concat (UNITS_TYPE), units.getValue ());
  /external/icu/android_icu4j/src/main/java/android/icu/text/
TimeUnitFormat.java 36 * 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(); local
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/android_icu4j/src/main/tests/android/icu/dev/test/format/
TimeUnitTest.java 166 final TimeUnit[] units = new TimeUnit[]{ local
251 for ( int unitIndex = 0; unitIndex < units.length; ++unitIndex ) {
253 timeUnitAmount = new TimeUnitAmount(numbers[numIndex], units[unitIndex]);
260 + ", units: " + units[unitIndex]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
TimeUnitFormat.java 35 * 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(); local
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);

Completed in 1621 milliseconds

1 23 4 5 6 7 8 91011>>