HomeSort by relevance Sort by last modified time
    Searched refs:leading (Results 76 - 100 of 557) sorted by null

1 2 34 5 6 7 8 91011>>

  /system/core/libpixelflinger/
fixed.cpp 294 int leading = gglClz(a); local
295 i = 32 - leading;
296 a <<= leading; local
  /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DfpField.java 523 boolean leading = true;
533 leading = false;
538 leading = false;
546 if (buf[i] >= '0' && buf[i] <= '9' && !leading) {
  /prebuilts/go/darwin-x86/src/cmd/gofmt/
doc.go 56 such a fragment, gofmt preserves leading indentation as well as leading
internal.go 113 // Determine and prepend leading space.
117 i = j + 1 // byte offset of last line in leading space
145 // Write it without any leading and trailing space.
161 // Otherwise, append output to leading space.
  /prebuilts/go/linux-x86/src/cmd/gofmt/
doc.go 56 such a fragment, gofmt preserves leading indentation as well as leading
internal.go 113 // Determine and prepend leading space.
117 i = j + 1 // byte offset of last line in leading space
145 // Write it without any leading and trailing space.
161 // Otherwise, append output to leading space.
  /external/eigen/lapack/
clarft.f 100 *> The leading dimension of the array V.
122 *> The leading dimension of the array T. LDT >= K.
279 * Skip any leading zeros.
294 * Skip any leading zeros.
dlarft.f 100 *> The leading dimension of the array V.
122 *> The leading dimension of the array T. LDT >= K.
277 * Skip any leading zeros.
292 * Skip any leading zeros.
slarft.f 100 *> The leading dimension of the array V.
122 *> The leading dimension of the array T. LDT >= K.
277 * Skip any leading zeros.
292 * Skip any leading zeros.
zlarft.f 100 *> The leading dimension of the array V.
122 *> The leading dimension of the array T. LDT >= K.
278 * Skip any leading zeros.
293 * Skip any leading zeros.
  /external/icu/icu4c/source/layoutex/
ParagraphLayout.cpp 835 le_int32 leading = font->getLeading(); local
836 le_int32 dl = descent + leading;
846 if (leading > fLeading) {
847 fLeading = leading;
1246 le_int32 leading = fRuns[i]->getLeading(); local
    [all...]
  /external/python/cpython2/PC/VC6/
rt.bat 8 @rem All leading instances of these switches are shifted off, and
  /external/python/cpython2/PC/VS7.1/
rt.bat 9 rem All leading instances of these switches are shifted off, and
  /external/python/cpython2/PC/VS8.0/
rt.bat 9 rem All leading instances of these switches are shifted off, and
  /prebuilts/go/darwin-x86/src/go/doc/
synopsis.go 38 // with a single space and removes any trailing and leading spaces.
  /prebuilts/go/darwin-x86/src/go/format/
internal.go 113 // Determine and prepend leading space.
117 i = j + 1 // byte offset of last line in leading space
145 // Write it without any leading and trailing space.
161 // Otherwise, append output to leading space.
  /prebuilts/go/darwin-x86/src/go/printer/
example_test.go 48 // and trim leading and trailing white space.
  /prebuilts/go/darwin-x86/src/path/filepath/
path_unix.go 16 // volumeNameLen returns length of the leading volume name on Windows.
  /prebuilts/go/linux-x86/src/go/doc/
synopsis.go 38 // with a single space and removes any trailing and leading spaces.
  /prebuilts/go/linux-x86/src/go/format/
internal.go 113 // Determine and prepend leading space.
117 i = j + 1 // byte offset of last line in leading space
145 // Write it without any leading and trailing space.
161 // Otherwise, append output to leading space.
  /prebuilts/go/linux-x86/src/go/printer/
example_test.go 48 // and trim leading and trailing white space.
  /prebuilts/go/linux-x86/src/path/filepath/
path_unix.go 16 // volumeNameLen returns length of the leading volume name on Windows.
  /prebuilts/go/darwin-x86/src/math/big/
natconv.go 79 // If fracOk is set, an octal prefix is ignored (a leading ``0'' simply
281 // convert less-significant words (include leading zeros)
291 // convert any partial leading digit and advance to next word
308 // convert digits of most-significant word w (omit leading zeros)
328 // strip leading zeros
422 for i > 0 { // while need more leading zeros
436 nbits int // bit length of divisor (discounting leading zeros) ~= log2(bbb)
  /prebuilts/go/linux-x86/src/math/big/
natconv.go 79 // If fracOk is set, an octal prefix is ignored (a leading ``0'' simply
281 // convert less-significant words (include leading zeros)
291 // convert any partial leading digit and advance to next word
308 // convert digits of most-significant word w (omit leading zeros)
328 // strip leading zeros
422 for i > 0 { // while need more leading zeros
436 nbits int // bit length of divisor (discounting leading zeros) ~= log2(bbb)
  /prebuilts/go/darwin-x86/src/math/bits/
bits.go 18 // LeadingZeros returns the number of leading zero bits in x; the result is UintSize for x == 0.
21 // LeadingZeros8 returns the number of leading zero bits in x; the result is 8 for x == 0.
24 // LeadingZeros16 returns the number of leading zero bits in x; the result is 16 for x == 0.
27 // LeadingZeros32 returns the number of leading zero bits in x; the result is 32 for x == 0.
30 // LeadingZeros64 returns the number of leading zero bits in x; the result is 64 for x == 0.

Completed in 540 milliseconds

1 2 34 5 6 7 8 91011>>