HomeSort by relevance Sort by last modified time
    Searched refs:fits (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/elf/
bignums.d 10 # in a fixed format and readelf fits the bill.
  /external/skia/include/private/
SkTFitsIn.h 69 static constexpr bool fits(S) { function in struct:sktfitsin::Private::SkTInRange_True
78 static constexpr bool fits(S s) { function in struct:sktfitsin::Private::SkTInRange_Cast
98 static constexpr bool fits(S s) { function in struct:sktfitsin::Private::SkTInRange_LE_MaxD
109 static constexpr bool fits(S s) { function in struct:sktfitsin::Private::SkTInRange_GE_Zero
114 /** SkTFitsIn_Unsigned2Unsiged::type is an SkTInRange with an fits(S s) method
127 /** SkTFitsIn_Signed2Signed::type is an SkTInRange with an fits(S s) method
140 /** SkTFitsIn_Signed2Unsigned::type is an SkTInRange with an fits(S s) method
155 /** SkTFitsIn_Unsigned2Signed::type is an SkTInRange with an fits(S s) method
169 /** SkTFitsIn::type is an SkTInRange with an fits(S s) method
207 return sktfitsin::Private::SkTFitsIn<RealD, RealS>::type::fits(s)
    [all...]
  /external/skqp/include/private/
SkTFitsIn.h 69 static constexpr bool fits(S) { function in struct:sktfitsin::Private::SkTInRange_True
78 static constexpr bool fits(S s) { function in struct:sktfitsin::Private::SkTInRange_Cast
98 static constexpr bool fits(S s) { function in struct:sktfitsin::Private::SkTInRange_LE_MaxD
109 static constexpr bool fits(S s) { function in struct:sktfitsin::Private::SkTInRange_GE_Zero
114 /** SkTFitsIn_Unsigned2Unsiged::type is an SkTInRange with an fits(S s) method
127 /** SkTFitsIn_Signed2Signed::type is an SkTInRange with an fits(S s) method
140 /** SkTFitsIn_Signed2Unsigned::type is an SkTInRange with an fits(S s) method
155 /** SkTFitsIn_Unsigned2Signed::type is an SkTInRange with an fits(S s) method
169 /** SkTFitsIn::type is an SkTInRange with an fits(S s) method
207 return sktfitsin::Private::SkTFitsIn<RealD, RealS>::type::fits(s)
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/accessibility/
WorkspaceAccessibilityHelper.java 67 boolean fits = false;
77 fits = true;
84 if (!fits) break;
87 fits = false;
92 if (fits) {
  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuPresenter.java 74 boolean fits = (itemsToShow.size() == mMaxItems && childIndex < mMaxItems) ||
76 return fits && !item.isActionButton();
  /external/boringssl/src/ssl/test/runner/curve25519/
curve25519.go 451 // |h1| <= 2^24; from now on fits into int32
452 // |h5| <= 2^24; from now on fits into int32
462 // |h2| <= 2^25; from now on fits into int32 unchanged
463 // |h6| <= 2^25; from now on fits into int32 unchanged
473 // |h3| <= 2^24; from now on fits into int32 unchanged
474 // |h7| <= 2^24; from now on fits into int32 unchanged
484 // |h4| <= 2^25; from now on fits into int32 unchanged
485 // |h8| <= 2^25; from now on fits into int32 unchanged
492 // |h9| <= 2^24; from now on fits into int32 unchanged
498 // |h0| <= 2^25; from now on fits into int32 unchange
    [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/curve25519/
curve25519.go 444 // |h1| <= 2^24; from now on fits into int32
445 // |h5| <= 2^24; from now on fits into int32
455 // |h2| <= 2^25; from now on fits into int32 unchanged
456 // |h6| <= 2^25; from now on fits into int32 unchanged
466 // |h3| <= 2^24; from now on fits into int32 unchanged
467 // |h7| <= 2^24; from now on fits into int32 unchanged
477 // |h4| <= 2^25; from now on fits into int32 unchanged
478 // |h8| <= 2^25; from now on fits into int32 unchanged
485 // |h9| <= 2^24; from now on fits into int32 unchanged
491 // |h0| <= 2^25; from now on fits into int32 unchange
    [all...]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/curve25519/
curve25519.go 444 // |h1| <= 2^24; from now on fits into int32
445 // |h5| <= 2^24; from now on fits into int32
455 // |h2| <= 2^25; from now on fits into int32 unchanged
456 // |h6| <= 2^25; from now on fits into int32 unchanged
466 // |h3| <= 2^24; from now on fits into int32 unchanged
467 // |h7| <= 2^24; from now on fits into int32 unchanged
477 // |h4| <= 2^25; from now on fits into int32 unchanged
478 // |h8| <= 2^25; from now on fits into int32 unchanged
485 // |h9| <= 2^24; from now on fits into int32 unchanged
491 // |h0| <= 2^25; from now on fits into int32 unchange
    [all...]
  /external/ImageMagick/coders/
Android.mk 51 fits.c\
Make.com 49 $call Make fits.c
153 cmyk,cut,dcm,dds,debug,dib,dng,dps,dpx,emf,ept,exr,fax,fd,fits,fpx,gif, -
  /prebuilts/go/darwin-x86/src/strconv/
fp_test.go 43 // We expect that v*pow2(e) fits in a float64,
itoa.go 123 us := uint(u - q*1e9) // u % 1e9 fits into a uint
  /prebuilts/go/linux-x86/src/strconv/
fp_test.go 43 // We expect that v*pow2(e) fits in a float64,
itoa.go 123 us := uint(u - q*1e9) // u % 1e9 fits into a uint
  /external/boringssl/src/ssl/test/runner/ed25519/internal/edwards25519/
edwards25519.go 285 /* |h1| <= 2^24; from now on fits into int32 */
286 /* |h5| <= 2^24; from now on fits into int32 */
296 /* |h2| <= 2^25; from now on fits into int32 unchanged */
297 /* |h6| <= 2^25; from now on fits into int32 unchanged */
307 /* |h3| <= 2^24; from now on fits into int32 unchanged */
308 /* |h7| <= 2^24; from now on fits into int32 unchanged */
318 /* |h4| <= 2^25; from now on fits into int32 unchanged */
319 /* |h8| <= 2^25; from now on fits into int32 unchanged */
326 /* |h9| <= 2^24; from now on fits into int32 unchanged */
332 /* |h0| <= 2^25; from now on fits into int32 unchanged *
    [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/idna/
trieval.go 13 // the value returned by a trie lookup. In most cases, all information fits in
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/idna/
trieval.go 13 // the value returned by a trie lookup. In most cases, all information fits in
  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java 811 final boolean fits = (dwidth < 0 || vwidth == dwidth) &&
823 if (fits || mMatrix.isIdentity()) {
824 // The bitmap fits exactly, no transform needed.
842 final boolean fits = (dwidth < 0 || vwidth == dwidth) &&
845 if (fits && !mAllowCrop) {
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
brokw-3.s 1 ; Tests the broken-word function, one more word than fits in a
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
magic.go 70 // let k = m - 2^n. k fits in n bits.
  /prebuilts/go/darwin-x86/src/net/http/
http.go 29 // a pointer so it fits in an interface{} without allocation.
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/bidi/
example_test.go 152 // everything fits onto one line
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
magic.go 70 // let k = m - 2^n. k fits in n bits.
  /prebuilts/go/linux-x86/src/net/http/
http.go 29 // a pointer so it fits in an interface{} without allocation.
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/bidi/
example_test.go 152 // everything fits onto one line

Completed in 1013 milliseconds

1 2 3 4