Home
last modified time | relevance | path

Searched refs:fits (Results 1 – 25 of 256) sorted by relevance

1234567891011

/external/ImageMagick/PerlMagick/t/reference/read/
Dinput_fits.miff10 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/
Deigen.h80 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/
Dtest28622 A chunk of data which exactly fits into
57 A chunk of data which exactly fits into
Dtest28413 A chunk of data which exactly fits into
/external/pigweed/pw_arduino_build/py/pw_arduino_build/core_patches/teensy/
D01-teensyduino_1.53-cpp17.diff6 // 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/
DMeasureFormat.java.patch8 - * {@link NumberFormatter} fits their use case. Although not deprecated, this
DDecimalFormat.java.patch9 - * {@link NumberFormatter} fits their use case. Although not deprecated, this
DCompactDecimalFormat.java.patch9 - * {@link NumberFormatter} fits their use case. Although not deprecated, this
/external/llvm-project/clang/test/CodeGenObjC/
Dencode-test-3.m21 char f[2] = @encode(int); // fits
/external/clang/test/CodeGenObjC/
Dencode-test-3.m21 char f[2] = @encode(int); // fits
/external/mesa3d/docs/drivers/
Dopenswr.rst11 fits into the gallium framework, and reuses gallivm for doing the TGSI
/external/llvm/test/DebugInfo/
Ddebugmacinfo.test8 ; section. It also checks that the file numbers fits with those in the
/external/llvm-project/llvm/test/DebugInfo/
Ddebugmacinfo.test8 ; section. It also checks that the file numbers fits with those in the
/external/llvm-project/llvm/test/Transforms/CodeGenPrepare/NVPTX/
Dbypass-slow-div-constant-numerator.ll6 ; When we bypass slow div with a constant numerator which fits into the bypass
/external/llvm/test/Transforms/Inline/
Dinline-cold-callee.ll5 ; A callee with identical body does gets inlined because cost fits within the
/external/llvm-project/lld/test/ELF/
Dppc64-split-stack-prologue-adjust-success.s19 # 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/
DScalar.cpp653 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/
Dinline-cold-callee.ll5 ; A callee with identical body does gets inlined because cost fits within the
/external/tensorflow/tensorflow/lite/toco/
DREADME.md15 ## Where the converter fits in the TensorFlow landscape
/external/fonttools/Doc/source/cu2qu/
Dindex.rst15 resulting spline fits within the given tolerance.
/external/llvm/test/CodeGen/PowerPC/
Dfast-isel-load-store.ll181 ;; 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/
Des_FONIPA_zh.txt80 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/
DCONTRIBUTING.md27 large contribution to get implementation guidance and ensure that the work fits
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dfast-isel-load-store.ll195 ;; 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.editorconfig23 # Not specified, but fits current ARM-TF sources.

1234567891011