Home
last modified time | relevance | path

Searched refs:leading (Results 1 – 25 of 9843) sorted by relevance

12345678910>>...394

/dports/misc/libemos/libemos-4.5.9-Source/bufrdc_wmo/
H A DREADME79 mbbuprs0.F Mars version of routine (without leading m)
80 mbbuprs1.F Mars version of routine (without leading m)
81 mbbuprs2.F Mars version of routine (without leading m)
82 mbbuprs3.F Mars version of routine (without leading m)
83 mbbuprt.F Mars version of routine (without leading m)
85 mbuaug.F Mars version of routine (without leading m)
86 mbubox.F Mars version of routine (without leading m)
87 mbucomp.F Mars version of routine (without leading m)
88 mbucrekey.F Mars version of routine (without leading m)
89 mbucrkey.F Mars version of routine (without leading m)
[all …]
/dports/math/arb/arb-2.21.1/arf/
H A Dset_round_uiui.c70 leading = FLINT_BITS - exp; in _arf_set_round_uiui()
86 if (leading != 0) in _arf_set_round_uiui()
90 lo = (hi << leading) | (lo >> (FLINT_BITS - leading)); in _arf_set_round_uiui()
95 hi = (hi << leading) | (lo >> (FLINT_BITS - leading)); in _arf_set_round_uiui()
139 if (leading == 0) in _arf_set_round_uiui()
142 lo = (hi << leading) | (lo >> (FLINT_BITS - leading)); in _arf_set_round_uiui()
151 leading -= ovf; in _arf_set_round_uiui()
159 if (leading != 0) in _arf_set_round_uiui()
161 hi = (hi << leading) | (lo >> (FLINT_BITS - leading)); in _arf_set_round_uiui()
176 leading -= 1; in _arf_set_round_uiui()
[all …]
/dports/cad/py-ezdxf/ezdxf-0.16.3/tests/test_05_tools/
H A Dtest_504_suppress_zeros.py9 assert suppress_zeros('0.', leading=True, trailing=True) == '0'
10 assert suppress_zeros('0.0', leading=True, trailing=True) == '0'
11 assert suppress_zeros('.0', leading=True, trailing=True) == '0'
12 assert suppress_zeros('-.0', leading=True, trailing=True) == '0'
13 assert suppress_zeros('+.0', leading=True, trailing=True) == '0'
15 assert suppress_zeros('0.0', leading=False, trailing=True) == '0'
16 assert suppress_zeros('0.1', leading=False, trailing=True) == '0.1'
17 assert suppress_zeros('1.0', leading=False, trailing=True) == '1'
18 assert suppress_zeros('1.0000', leading=False, trailing=True) == '1'
19 assert suppress_zeros('-1.', leading=False, trailing=True) == '-1'
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/url/
H A Durl-setters-stripping.any.js.ini14 [Setting host with leading U+0009 (https:)]
17 [Setting pathname with leading U+001F (wpt++:)]
20 [Setting host with leading U+000A (https:)]
32 [Setting hostname with leading U+0000 (wpt++:)]
65 [Setting hash with leading U+000A (wpt++:)]
89 [Setting host with leading U+000D (https:)]
110 [Setting host with leading U+000A (wpt++:)]
140 [Setting host with leading U+001F (https:)]
164 [Setting host with leading U+000D (wpt++:)]
194 [Setting hash with leading U+0000 (https:)]
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/url/
H A Durl-setters-stripping.any.js.ini14 [Setting host with leading U+0009 (https:)]
17 [Setting pathname with leading U+001F (wpt++:)]
20 [Setting host with leading U+000A (https:)]
32 [Setting hostname with leading U+0000 (wpt++:)]
65 [Setting hash with leading U+000A (wpt++:)]
89 [Setting host with leading U+000D (https:)]
110 [Setting host with leading U+000A (wpt++:)]
140 [Setting host with leading U+001F (https:)]
164 [Setting host with leading U+000D (wpt++:)]
194 [Setting hash with leading U+0000 (https:)]
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/url/
H A Durl-setters-stripping.any.js.ini14 [Setting host with leading U+0009 (https:)]
17 [Setting pathname with leading U+001F (wpt++:)]
20 [Setting host with leading U+000A (https:)]
32 [Setting hostname with leading U+0000 (wpt++:)]
44 [Setting protocol with leading U+0009 (https:)]
65 [Setting hash with leading U+000A (wpt++:)]
89 [Setting host with leading U+000D (https:)]
107 [Setting host with leading U+000A (wpt++:)]
158 [Setting host with leading U+000D (wpt++:)]
185 [Setting port with leading U+000D (wpt++:)]
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/url/
H A Durl-setters-stripping.any.js.ini14 [Setting host with leading U+0009 (https:)]
17 [Setting pathname with leading U+001F (wpt++:)]
20 [Setting host with leading U+000A (https:)]
32 [Setting hostname with leading U+0000 (wpt++:)]
68 [Setting hash with leading U+000A (wpt++:)]
92 [Setting host with leading U+000D (https:)]
116 [Setting host with leading U+000A (wpt++:)]
155 [Setting host with leading U+001F (https:)]
173 [Setting hash with leading U+000D (https:)]
188 [Setting host with leading U+000D (wpt++:)]
[all …]
/dports/devel/stylua/StyLua-0.11.0/src/formatters/
H A Dtrivia.rs171 binop_trivia!(BinOp, this, leading, trailing, {
193 start_token.update_leading_trivia(leading),
198 define_update_trivia!(Call, |this, leading, trailing| {
220 unop: unop.update_leading_trivia(leading),
312 let prefix = match leading {
340 .update_leading_trivia(leading)
356 dot: dot.update_leading_trivia(leading),
445 define_update_leading_trivia!(UnOp, |this, leading| {
457 token.update_leading_trivia(leading),
512 define_update_leading_trivia!(Var, |this, leading| {
[all …]
/dports/textproc/redisearch/RediSearch-2.2.5/src/
H A Dqint.c11 char leading = 0; in qint_encode() local
32 leading |= (((n - 1) & 0x03) << i * 2); in qint_encode()
35 Buffer_WriteAt(bw, pos, &leading, 1); in qint_encode()
63 char leading = 0; in qint_encode1() local
67 Buffer_WriteAt(bw, pos, &leading, 1); in qint_encode1()
74 char leading = 0; in qint_encode2() local
79 Buffer_WriteAt(bw, pos, &leading, 1); in qint_encode2()
86 char leading = 0; in qint_encode3() local
92 Buffer_WriteAt(bw, pos, &leading, 1); in qint_encode3()
99 char leading = 0; in qint_encode4() local
[all …]
/dports/textproc/redisearch16/RediSearch-1.6.16/src/
H A Dqint.c12 char leading = 0; in qint_encode() local
33 leading |= (((n - 1) & 0x03) << i * 2); in qint_encode()
36 Buffer_WriteAt(bw, pos, &leading, 1); in qint_encode()
64 char leading = 0; in qint_encode1() local
68 Buffer_WriteAt(bw, pos, &leading, 1); in qint_encode1()
75 char leading = 0; in qint_encode2() local
80 Buffer_WriteAt(bw, pos, &leading, 1); in qint_encode2()
87 char leading = 0; in qint_encode3() local
93 Buffer_WriteAt(bw, pos, &leading, 1); in qint_encode3()
100 char leading = 0; in qint_encode4() local
[all …]
/dports/textproc/redisearch20/RediSearch-2.0.15/src/
H A Dqint.c11 char leading = 0; in qint_encode() local
32 leading |= (((n - 1) & 0x03) << i * 2); in qint_encode()
35 Buffer_WriteAt(bw, pos, &leading, 1); in qint_encode()
63 char leading = 0; in qint_encode1() local
67 Buffer_WriteAt(bw, pos, &leading, 1); in qint_encode1()
74 char leading = 0; in qint_encode2() local
79 Buffer_WriteAt(bw, pos, &leading, 1); in qint_encode2()
86 char leading = 0; in qint_encode3() local
92 Buffer_WriteAt(bw, pos, &leading, 1); in qint_encode3()
99 char leading = 0; in qint_encode4() local
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Dfloat.go33 leading uint64 member
47 leading: ^uint64(0),
60 s.leading = ^uint64(0)
112 leading &= 0x1F
113 if leading >= 32 {
114 leading = 31
118 if s.leading != ^uint64(0) && leading >= s.leading && trailing >= s.trailing {
122 s.leading, s.trailing = leading, trailing
145 leading uint64 member
176 it.leading = 0
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Dfloat.go33 leading uint64 member
47 leading: ^uint64(0),
60 s.leading = ^uint64(0)
112 leading &= 0x1F
113 if leading >= 32 {
114 leading = 31
118 if s.leading != ^uint64(0) && leading >= s.leading && trailing >= s.trailing {
122 s.leading, s.trailing = leading, trailing
145 leading uint64 member
176 it.leading = 0
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Dfloat.go33 leading uint64 member
47 leading: ^uint64(0),
60 s.leading = ^uint64(0)
112 leading &= 0x1F
113 if leading >= 32 {
114 leading = 31
118 if s.leading != ^uint64(0) && leading >= s.leading && trailing >= s.trailing {
122 s.leading, s.trailing = leading, trailing
145 leading uint64 member
176 it.leading = 0
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Dfloat.go33 leading uint64 member
47 leading: ^uint64(0),
60 s.leading = ^uint64(0)
112 leading &= 0x1F
113 if leading >= 32 {
114 leading = 31
118 if s.leading != ^uint64(0) && leading >= s.leading && trailing >= s.trailing {
122 s.leading, s.trailing = leading, trailing
145 leading uint64 member
176 it.leading = 0
[all …]
/dports/devel/R-cran-vctrs/vctrs/src/
H A Dfill.c9 static SEXP vec_fill_missing(SEXP x, bool down, bool leading, int max_fill);
14 bool leading; in vctrs_fill_missing() local
15 parse_direction(direction, &down, &leading); in vctrs_fill_missing()
19 return vec_fill_missing(x, down, leading, c_max_fill); in vctrs_fill_missing()
28 SEXP vec_fill_missing(SEXP x, bool down, bool leading, int max_fill) { in vec_fill_missing() argument
43 vec_fill_missing_down(p_na, size, leading, p_loc); in vec_fill_missing()
49 vec_fill_missing_up(p_na, size, leading, p_loc); in vec_fill_missing()
63 if (leading) { in vec_fill_missing_down()
91 if (leading) { in vec_fill_missing_down_with_max_fill()
136 if (leading) { in vec_fill_missing_up()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/
H A DFontMetrics.java28 int ascent, descent, leading, height; field in FontMetrics
34 public static FontMetrics cocoa_new (int ascent, int descent, int averageCharWidth, int leading, in… in cocoa_new() argument
39 fontMetrics.leading = leading; in cocoa_new()
56 public static FontMetrics cocoa_new (int ascent, int descent, double averageCharWidth, int leading,… in cocoa_new() argument
61 fontMetrics.leading = leading; in cocoa_new()
81 return ascent == metrics.ascent && descent == metrics.descent && leading == metrics.leading && in equals()
155 return leading; in getLeading()
170 return ascent ^ descent ^ Double.hashCode (averageCharWidth) ^ leading ^ height; in hashCode()
187 + " leading=" + leading in toString()
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/proc-macro/
H A Dissue-76182-leading-vert-pat.stdout5 span: $DIR/issue-76182-leading-vert-pat.rs:14:1: 14:3 (#0),
9 span: $DIR/issue-76182-leading-vert-pat.rs:14:4: 14:8 (#0),
14 span: $DIR/issue-76182-leading-vert-pat.rs:14:8: 14:10 (#0),
21 span: $DIR/issue-76182-leading-vert-pat.rs:15:5: 15:10 (#0),
26 span: $DIR/issue-76182-leading-vert-pat.rs:15:11: 15:13 (#0),
34 span: $DIR/issue-76182-leading-vert-pat.rs:15:16: 15:17 (#0),
39 span: $DIR/issue-76182-leading-vert-pat.rs:15:18: 15:20 (#0),
44 span: $DIR/issue-76182-leading-vert-pat.rs:15:21: 15:23 (#0),
49 span: $DIR/issue-76182-leading-vert-pat.rs:15:21: 15:23 (#0),
57 span: $DIR/issue-76182-leading-vert-pat.rs:15:14: 15:28 (#0),
[all …]
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/
H A DPhrase.java93 protected float leading = Float.NaN; field in Phrase
118 leading = phrase.getLeading(); in Phrase()
128 public Phrase(float leading) { in Phrase() argument
129 this.leading = leading; in Phrase()
152 this.leading = leading; in Phrase()
184 this(leading, string, new Font()); in Phrase()
196 this.leading = leading; in Phrase()
428 this.leading = leading; in setLeading()
450 return leading; in getLeading()
459 if (Float.isNaN(leading)) { in hasLeading()
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/memcheck/tests/amd64/
H A Dsh-mem-vec256-plo-yes.stderr.exp62 ------ PL Aligned case with 0 leading acc+def bytes ------
71 ------ PL Aligned case with 1 leading acc+def bytes ------
80 ------ PL Aligned case with 2 leading acc+def bytes ------
89 ------ PL Aligned case with 3 leading acc+def bytes ------
98 ------ PL Aligned case with 4 leading acc+def bytes ------
107 ------ PL Aligned case with 5 leading acc+def bytes ------
116 ------ PL Aligned case with 6 leading acc+def bytes ------
125 ------ PL Aligned case with 7 leading acc+def bytes ------
134 ------ PL Aligned case with 8 leading acc+def bytes ------
143 ------ PL Aligned case with 9 leading acc+def bytes ------
[all …]
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/memcheck/tests/amd64/
H A Dsh-mem-vec256-plo-yes.stderr.exp62 ------ PL Aligned case with 0 leading acc+def bytes ------
71 ------ PL Aligned case with 1 leading acc+def bytes ------
80 ------ PL Aligned case with 2 leading acc+def bytes ------
89 ------ PL Aligned case with 3 leading acc+def bytes ------
98 ------ PL Aligned case with 4 leading acc+def bytes ------
107 ------ PL Aligned case with 5 leading acc+def bytes ------
116 ------ PL Aligned case with 6 leading acc+def bytes ------
125 ------ PL Aligned case with 7 leading acc+def bytes ------
134 ------ PL Aligned case with 8 leading acc+def bytes ------
143 ------ PL Aligned case with 9 leading acc+def bytes ------
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/lottie-ios/lottie-swift/src/Private/NodeRenderSystem/NodeProperties/ValueProviders/
H A DKeyframeInterpolator.swift46 if let leading = leadingKeyframe, in hasUpdate() variable
48 leading.time < frame { in hasUpdate()
58 if let leading = leadingKeyframe, in hasUpdate() variable
60 leading.isHold, in hasUpdate()
61 leading.time < frame, in hasUpdate()
79 if let leading = leadingKeyframe, in value() variable
84 } else if let leading = leadingKeyframe { in value() variable
86 value = leading.value in value()
185 guard let leading = leadingIndex else { in updateSpanIndices() variable
190 if keyframes[leading].time <= frame { in updateSpanIndices()
[all …]
/dports/textproc/dsssl-docbook-modular/docbook-dsssl-1.79/docsrc/printpr/
H A Dmin-leading.sgm4 <?html-filename min-leading.html>
7 <RefEntryTitle>%min-leading%</RefEntryTitle>
12 <RefName>%min-leading%</RefName>
13 <RefPurpose>Minumum leading between lines</RefPurpose>
18 %min-leading%
25 The <literal>%min-leading%</literal> parameter specifies the smallest amount of leading
27 that leading cannot change. This means that graphics that appear in
28 a paragraph are truncated if they are taller than the current leading.
37 (define %min-leading%
38 ;; Minumum leading between lines
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/
H A Dtrim_block.test25 Trim leading space:
26 {% if leading %}
28 {{- leading }}
31 {%- if leading %}
32 {{- leading }}
54 return array('leading' => 'leading space', 'trailing' => 'trailing space', 'both' => 'both')
67 Trim leading space:
68 leading space
69 leading space
/dports/finance/R-cran-quantmod/quantmod/R/
H A DperiodReturn.R34 if(leading) {
74 function(x,subset=NULL,type='arithmetic',leading=TRUE,...) { argument
75 periodReturn(x,'daily',subset,type,leading,...)
79 function(x,subset=NULL,type='arithmetic',leading=TRUE,...) { argument
80 periodReturn(x,'monthly',subset,type,leading,...)
84 function(x,subset=NULL,type='arithmetic',leading=TRUE,...) { argument
85 periodReturn(x,'weekly',subset,type,leading,...)
90 periodReturn(x,'quarterly',subset,type,leading,...)
95 periodReturn(x,'yearly',subset,type,leading,...)
101 function(x,subset=NULL,type='arithmetic',leading=TRUE) { argument
[all …]

12345678910>>...394