Home
last modified time | relevance | path

Searched refs:implies (Results 1 – 25 of 390) sorted by relevance

12345678910>>...16

/third_party/python/Modules/_decimal/libmpdec/literature/
Dumodarith.lisp46 (implies (and (<= m x)
53 (implies (and (< x m) (< 0 x) (< 0 m)
59 (implies (and (< (- x) m) (< x 0) (< 0 m)
67 (implies (and (< x m) (< 0 x) (< 0 m)
73 (implies (and (< 0 b) (< b m)
80 (implies (and (< 0 b) (< b m)
88 (implies (and (< x m) (< b m)
97 (implies (and (< 0 b) (< b m)
105 (implies (and (< x m) (< b m)
114 (implies (and (< 0 b) (< b m)
[all …]
/third_party/ltp/metadata/
Dmetaparse.c794 static struct implies { struct
796 const char **implies; argument
797 } implies[] = { variable
874 for (i = 0; implies[i].flag; i++) { in main()
875 if (data_node_hash_get(res, implies[i].flag)) { in main()
876 for (j = 0; implies[i].implies[j]; j++) { in main()
877 if (data_node_hash_get(res, implies[i].implies[j])) in main()
879 argv[1], implies[i].implies[j]); in main()
887 for (i = 0; implies[i].flag; i++) { in main()
888 if (data_node_hash_get(res, implies[i].flag)) { in main()
[all …]
/third_party/node/deps/npm/node_modules/yargs/lib/
Dvalidation.js204 self.implies = function implies (key, value) { function
209 self.implies(k, key[k])
217 value.forEach((i) => self.implies(key, i))
/third_party/python/Misc/
DSpecialBuilds.txt33 Py_DEBUG implies Py_REF_DEBUG.
85 Py_DEBUG implies LLTRACE and Py_REF_DEBUG. In addition, C assert()s are enabled
103 Py_DEBUG implies LLTRACE.
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/doc/
DDeferredClears.md36 way or another. In most cases, this implies starting a new render pass and using `loadOp`s to
37 perform the clear before the actual operation in that function is performed. This also implies that
/third_party/gstreamer/gstreamer/docs/random/bbb/
Doptional-properties39 exist. It implies ANY. Similarly, framed=FALSE cannot exist, because it
40 implies framed={FALSE,TRUE} (in words: an element cannot require non-framed
52 two examples: stride (for raw video; not providing this value implies 4-byte
/third_party/cef/patch/patches/
Dui_dragdrop_355390.patch13 // Return early if this drag already contains file contents (this implies
/third_party/openssl/doc/man3/
DPKCS7_get_octet_string.pod20 As the B<0> implies, PKCS7_get_octet_string() returns internal pointers which
DERR_set_mark.pod31 error stack, which implies that the stack became empty, otherwise 1.
DSSL_CTX_free.pod28 session cache. This implies, that all corresponding sessions from an
DX509_add_cert.pod21 The I<certs> argument may be NULL, which implies no effect.
DCMS_get0_type.pod37 As the B<0> implies CMS_get0_type(), CMS_get0_eContentType() and
DCMS_add0_cert.pod47 As the I<0> implies CMS_add0_cert() adds I<cert> internally to I<cms> and it
/third_party/libwebsockets/READMEs/
DREADME.unix-domain-reverse-proxy.md44 http/1.1. That implies `transfer-encoding: chunking` in the case that the
64 This implies that the proxied connection can
/third_party/icu/docs/userguide/format_parse/numbers/
Dskeletons.md215 zero or more `0` symbols, which implies the minimum fraction digits. Then it
217 `#` symbols, which implies the minimum fraction digits when added to the `0`
255 starts with one or more `@` symbols, which implies the minimum significant
257 digits, or zero or more `#` symbols, which implies the minimum significant
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-jwk/
DREADME.md28 -v <curve>|For EC keys, the curve, eg, "P-384"... this implies the key bits
/third_party/libwebsockets/lib/jose/
DREADME.md18 are deemed desirable and secure, which implies what must be done for
/third_party/flutter/flutter/packages/flutter/lib/src/painting/
Dcolors.dart136 /// 0.0 implies a shade of grey (i.e. no pigment), and 1.0 implies a color as
310 /// 0.0 implies a shade of grey (i.e. no pigment), and 1.0 implies a color as
Dbasic_types.dart71 /// of cost. A value with index N implies all the values with index less than N.
72 /// For example, [layout] (index 3) implies [paint] (2).
/third_party/node/deps/npm/node_modules/yargs/
Dyargs.js449 self.implies = function (key, value) { function
451 validation.implies(key, value)
633 self.implies(key, opt.implies)
/third_party/node/deps/npm/node_modules/sshpk/bin/
Dsshpk-conv90 * option necessarily implies -p.
/third_party/protobuf/src/google/protobuf/
Dapi.proto169 // The mixin construct implies that all methods in `AccessControl` are
194 // This implies the following inherited HTTP annotation:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolution.h228 virtual bool implies(const SCEVPredicate *N) const = 0;
275 bool implies(const SCEVPredicate *N) const override;
381 bool implies(const SCEVPredicate *N) const override;
424 bool implies(const SCEVPredicate *N) const override;
/third_party/openssl/doc/man1/
Dopenssl-passwd.pod.in65 When reading a password from the terminal, this implies B<-noverify>.
/third_party/flutter/skia/third_party/externals/libwebp/cmake/
Dcpu.cmake35 # MSVC does not have a SSE4 flag but AVX support implies SSE4 support.

12345678910>>...16