Searched refs:fits (Results 1 – 25 of 256) sorted by relevance
1234567891011
/external/ImageMagick/PerlMagick/t/reference/read/ |
D | input_fits.miff | 10 fits:bitpix={8 } 11 fits:bscale={1.000000E+00 } 12 fits:bzero={0.000000E+00 } 13 fits:datamax={2.550000E+02 } 14 fits:datamin={0.000000E+00 } 15 fits:history={ImageMagick 7.0.0-0 2012-06-17 Q16 http://www.imagemagick.org } 16 fits:naxis={2 } 17 fits:naxis1={70 } 18 fits:naxis2={46 } 19 fits:simple={T }
|
/external/python/pybind11/include/pybind11/ |
D | eigen.h | 80 EigenConformable(bool fits = false) : conformable{fits} {} 271 auto fits = props::conformable(buf); 272 if (!fits) 276 value = Type(fits.rows, fits.cols); 431 EigenConformable<props::row_major> fits; 438 fits = props::conformable(aref); 439 if (!fits) return false; // Incompatible dimensions 440 if (!fits.template stride_compatible<props>()) 458 fits = props::conformable(copy); 459 if (!fits || !fits.template stride_compatible<props>()) [all …]
|
/external/curl/tests/data/ |
D | test286 | 22 A chunk of data which exactly fits into 57 A chunk of data which exactly fits into
|
D | test284 | 13 A chunk of data which exactly fits into
|
/external/pigweed/pw_arduino_build/py/pw_arduino_build/core_patches/teensy/ |
D | 01-teensyduino_1.53-cpp17.diff | 6 // that fits into the ASCII character set. 41 // that fits into the ASCII character set.
|
/external/icu/tools/srcgen/javadoc_patches/patches/src/main/java/android/icu/text/ |
D | MeasureFormat.java.patch | 8 - * {@link NumberFormatter} fits their use case. Although not deprecated, this
|
D | DecimalFormat.java.patch | 9 - * {@link NumberFormatter} fits their use case. Although not deprecated, this
|
D | CompactDecimalFormat.java.patch | 9 - * {@link NumberFormatter} fits their use case. Although not deprecated, this
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | encode-test-3.m | 21 char f[2] = @encode(int); // fits
|
/external/clang/test/CodeGenObjC/ |
D | encode-test-3.m | 21 char f[2] = @encode(int); // fits
|
/external/mesa3d/docs/drivers/ |
D | openswr.rst | 11 fits into the gallium framework, and reuses gallivm for doing the TGSI
|
/external/llvm/test/DebugInfo/ |
D | debugmacinfo.test | 8 ; section. It also checks that the file numbers fits with those in the
|
/external/llvm-project/llvm/test/DebugInfo/ |
D | debugmacinfo.test | 8 ; section. It also checks that the file numbers fits with those in the
|
/external/llvm-project/llvm/test/Transforms/CodeGenPrepare/NVPTX/ |
D | bypass-slow-div-constant-numerator.ll | 6 ; When we bypass slow div with a constant numerator which fits into the bypass
|
/external/llvm/test/Transforms/Inline/ |
D | inline-cold-callee.ll | 5 ; A callee with identical body does gets inlined because cost fits within the
|
/external/llvm-project/lld/test/ELF/ |
D | ppc64-split-stack-prologue-adjust-success.s | 19 # the stack size still fits within 16 bits. 59 # A caller that has a stack size that fits within 16 bits, but the adjusted
|
/external/llvm-project/lldb/source/Utility/ |
D | Scalar.cpp | 653 bool fits; in SetValueFromCString() local 658 fits = integer.isSignedIntN(byte_size * 8); in SetValueFromCString() 660 fits = integer.isIntN(byte_size * 8); in SetValueFromCString() 661 if (!fits) { in SetValueFromCString()
|
/external/llvm-project/llvm/test/Transforms/Inline/ |
D | inline-cold-callee.ll | 5 ; A callee with identical body does gets inlined because cost fits within the
|
/external/tensorflow/tensorflow/lite/toco/ |
D | README.md | 15 ## Where the converter fits in the TensorFlow landscape
|
/external/fonttools/Doc/source/cu2qu/ |
D | index.rst | 15 resulting spline fits within the given tolerance.
|
/external/llvm/test/CodeGen/PowerPC/ |
D | fast-isel-load-store.ll | 181 ;; ld requires an offset that fits in 16 bits, so we need ldx here. 193 ;; std requires an offset that fits in 16 bits, so we need stdx here.
|
/external/icu/icu4c/source/data/translit/ |
D | es_FONIPA_zh.txt | 80 bwin } $not_vowel → 布因 ; # Nonstandard, but fits observed data. 181 gwan } [$] → 古安 ; # Nonstandard, but fits observed data. 297 mwin } $not_vowel → 穆因 ; # Nonstandard, but fits observed data.
|
/external/connectedappssdk/ |
D | CONTRIBUTING.md | 27 large contribution to get implementation guidance and ensure that the work fits
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | fast-isel-load-store.ll | 195 ;; ld requires an offset that fits in 16 bits, so we need ldx here. 207 ;; std requires an offset that fits in 16 bits, so we need stdx here.
|
/external/arm-trusted-firmware/ |
D | .editorconfig | 23 # Not specified, but fits current ARM-TF sources.
|
1234567891011