Home
last modified time | relevance | path

Searched refs:to (Results 1 – 25 of 22035) sorted by relevance

12345678910>>...882

/dports/net/mpich2/mpich2-1.5/src/mpe2/src/graphics/contrib/mastermind/
H A Dvb1000.in63 1: 119 to 0
64 2: 227 to 0
65 3: 431 to 0
66 4: 666 to 0
67 5: 986 to 0
68 6: 466 to 0
69 7: 698 to 0
70 8: 922 to 0
71 9: 529 to 0
73 11: 78 to 0
[all …]
H A Dvb100.in6 1: 17 to 0
7 2: 25 to 0
8 3: 46 to 0
9 4: 83 to 0
10 5: 23 to 0
11 6: 64 to 0
12 7: 33 to 0
13 8: 80 to 0
14 9: 60 to 0
15 10: 5 to 0
[all …]
/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/src/rttr/detail/variant/
H A Dvariant_data_converter.h124 static RTTR_INLINE bool to(const T& from, bool& to) in to() function
129 static RTTR_INLINE bool to(const T& from, char& to) in to() function
134 static RTTR_INLINE bool to(const T& from, int8_t& to) in to() function
139 static RTTR_INLINE bool to(const T& from, int16_t& to) in to() function
144 static RTTR_INLINE bool to(const T& from, int32_t& to) in to() function
149 static RTTR_INLINE bool to(const T& from, int64_t& to) in to() function
154 static RTTR_INLINE bool to(const T& from, uint8_t& to) in to() function
174 static RTTR_INLINE bool to(const T& from, float& to) in to() function
179 static RTTR_INLINE bool to(const T& from, double& to) in to() function
1348 to(const T1& from, bool& to)
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/testsuite/css/parser/
H A Dkeyframes-empty.css14 to { }
44 to { }
52 to { }
53 to { }
60 to { }
68 to { }
76 to { }
92 to { }
131 to { }
168 to { }
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/testsuite/css/parser/
H A Dkeyframes-empty.css14 to { }
44 to { }
52 to { }
53 to { }
60 to { }
68 to { }
76 to { }
92 to { }
131 to { }
168 to { }
[all …]
/dports/lang/p5-v6/v6-0.047/lib/Perlito6/Grammar/
H A DRegex.pm31 (($MATCH)->{to} = $m2->to());
52 (($MATCH)->{to} = $m2->to());
63 (($MATCH)->{to} = $m2->to());
103 … $MATCH->to(), 1)) && ((($MATCH)->{to} = (1 + $MATCH->to()))))) && ((('' ne substr($str, $MATCH->t…
156 (($MATCH)->{to} = $m2->to());
168 (($MATCH)->{to} = $m2->to());
180 (($MATCH)->{to} = $m2->to());
278 (($MATCH)->{to} = $m2->to());
289 (($MATCH)->{to} = $m2->to());
321 (($MATCH)->{to} = $m2->to());
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/benchmarks/datasets/google_message3/
H A Dbenchmark_message3_1.proto579 extensions 17 to 17;
580 extensions 21 to 21;
581 extensions 25 to 25;
582 extensions 27 to 27;
583 extensions 29 to 29;
584 extensions 30 to 30;
585 extensions 31 to 31;
586 extensions 32 to 32;
587 extensions 33 to 33;
588 extensions 34 to 34;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/benchmarks/datasets/google_message3/
H A Dbenchmark_message3_1.proto579 extensions 17 to 17;
580 extensions 21 to 21;
581 extensions 25 to 25;
582 extensions 27 to 27;
583 extensions 29 to 29;
584 extensions 30 to 30;
585 extensions 31 to 31;
586 extensions 32 to 32;
587 extensions 33 to 33;
588 extensions 34 to 34;
[all …]
/dports/biology/p5-BioPerl-Run/BioPerl-Run-1.007003/t/data/
H A Dsegmask_data.asn10 to 48,
15 to 579,
20 to 638,
26 to 322,
31 to 315,
36 to 428,
41 to 444,
46 to 304,
56 to 58,
61 to 58,
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/third_party/rust/idna/src/
H A Duts46_mapping_table.rs14 Range { from: '-', to: '.', mapping: Valid },
16 Range { from: '0', to: '9', mapping: Valid },
45 Range { from: 'a', to: 'z', mapping: Valid },
49 Range { from: '¡', to: '§', mapping: Valid },
51 Range { from: '©', to: '©', mapping: Valid },
53 Range { from: '«', to: '¬', mapping: Valid },
55 Range { from: '®', to: '®', mapping: Valid },
57 Range { from: '°', to: '±', mapping: Valid },
62 Range { from: '¶', to: '¶', mapping: Valid },
63 Range { from: '·', to: '·', mapping: Valid },
[all …]
/dports/devel/libgpkg/luciad-libgpkg-c56e3708453e/test/
H A Dgeom_func_spec.rb20 expect('SELECT ST_Area(NULL)').to have_result nil
24 expect("SELECT ST_Area(x'FFFFFFFFFF')").to raise_sql_error
39 expect('SELECT ST_Length(NULL)').to have_result nil
43 expect("SELECT ST_Length(x'FFFFFFFFFF')").to raise_sql_error
58 expect('SELECT ST_IsClosed(NULL)').to have_result nil
75 expect('SELECT ST_IsSimple(NULL)').to have_result nil
91 expect('SELECT ST_IsRing(NULL)').to have_result nil
107 expect('SELECT ST_IsValid(NULL)').to have_result nil
386 expect('SELECT ST_Boundary(NULL)').to have_result nil
402 expect('SELECT ST_ConvexHull(NULL)').to have_result nil
[all …]
/dports/math/p5-Math-BigInt/Math-BigInt-1.999827/xt/author/
H A Dlib-arithmetic-unary-_dec.dat1 # numbers close to 2^10
9 # numbers close to 2^11
17 # numbers close to 2^12
25 # numbers close to 2^13
33 # numbers close to 2^14
41 # numbers close to 2^15
49 # numbers close to 2^16
57 # numbers close to 2^17
65 # numbers close to 2^18
73 # numbers close to 2^19
[all …]
H A Dlib-arithmetic-unary-_inc.dat1 # numbers close to 2^10
9 # numbers close to 2^11
17 # numbers close to 2^12
25 # numbers close to 2^13
33 # numbers close to 2^14
41 # numbers close to 2^15
49 # numbers close to 2^16
57 # numbers close to 2^17
65 # numbers close to 2^18
73 # numbers close to 2^19
[all …]
/dports/math/p5-Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.5012/xt/author/
H A Dlib-arithmetic-unary-_dec.dat1 # numbers close to 2^10
9 # numbers close to 2^11
17 # numbers close to 2^12
25 # numbers close to 2^13
33 # numbers close to 2^14
41 # numbers close to 2^15
49 # numbers close to 2^16
57 # numbers close to 2^17
65 # numbers close to 2^18
73 # numbers close to 2^19
[all …]
H A Dlib-arithmetic-unary-_inc.dat1 # numbers close to 2^10
9 # numbers close to 2^11
17 # numbers close to 2^12
25 # numbers close to 2^13
33 # numbers close to 2^14
41 # numbers close to 2^15
49 # numbers close to 2^16
57 # numbers close to 2^17
65 # numbers close to 2^18
73 # numbers close to 2^19
[all …]
/dports/math/p5-Math-BigInt-Pari/Math-BigInt-Pari-1.3008/xt/author/
H A Dlib-arithmetic-unary-_dec.dat1 # numbers close to 2^10
9 # numbers close to 2^11
17 # numbers close to 2^12
25 # numbers close to 2^13
33 # numbers close to 2^14
41 # numbers close to 2^15
49 # numbers close to 2^16
57 # numbers close to 2^17
65 # numbers close to 2^18
73 # numbers close to 2^19
[all …]
H A Dlib-arithmetic-unary-_inc.dat1 # numbers close to 2^10
9 # numbers close to 2^11
17 # numbers close to 2^12
25 # numbers close to 2^13
33 # numbers close to 2^14
41 # numbers close to 2^15
49 # numbers close to 2^16
57 # numbers close to 2^17
65 # numbers close to 2^18
73 # numbers close to 2^19
[all …]
/dports/math/p5-Math-BigInt-GMP/Math-BigInt-GMP-1.6009/xt/author/
H A Dlib-arithmetic-unary-_dec.dat1 # numbers close to 2^10
9 # numbers close to 2^11
17 # numbers close to 2^12
25 # numbers close to 2^13
33 # numbers close to 2^14
41 # numbers close to 2^15
49 # numbers close to 2^16
57 # numbers close to 2^17
65 # numbers close to 2^18
73 # numbers close to 2^19
[all …]
H A Dlib-arithmetic-unary-_inc.dat1 # numbers close to 2^10
9 # numbers close to 2^11
17 # numbers close to 2^12
25 # numbers close to 2^13
33 # numbers close to 2^14
41 # numbers close to 2^15
49 # numbers close to 2^16
57 # numbers close to 2^17
65 # numbers close to 2^18
73 # numbers close to 2^19
[all …]
/dports/lang/p5-v6/v6-0.047/lib/Perlito6/
H A DGrammar.pm72 (($MATCH)->{to} = $m2->to());
105 (($MATCH)->{to} = $m2->to());
123 (($MATCH)->{to} = $m2->to());
158 (($MATCH)->{to} = $m2->to());
173 (($MATCH)->{to} = $m2->to());
209 (($MATCH)->{to} = $m2->to());
236 (($MATCH)->{to} = $m2->to());
284 (($MATCH)->{to} = $m2->to());
315 (($MATCH)->{to} = $m2->to());
327 (($MATCH)->{to} = $m2->to());
[all …]
/dports/devel/protobuf/protobuf-3.17.3/benchmarks/datasets/google_message3/
H A Dbenchmark_message3_1.proto598 extensions 17 to 17;
599 extensions 21 to 21;
600 extensions 25 to 25;
601 extensions 27 to 27;
602 extensions 29 to 29;
603 extensions 30 to 30;
604 extensions 31 to 31;
605 extensions 32 to 32;
606 extensions 33 to 33;
607 extensions 34 to 34;
[all …]
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86_64/
H A Dix86-64.c191 write16( to ); in J16Rel()
332 write64(to); in MOV64RtoM()
365 RexB(1, to); in MOV64ItoR()
373 RexB(1, to); in MOV64I32toR()
2932 void SETGE8R( x86IntRegType to ) { SET8R(0x9d, to); } in SETGE8R() argument
2934 void SETG8R( x86IntRegType to ) { SET8R(0x9f, to); } in SETG8R() argument
2936 void SETA8R( x86IntRegType to ) { SET8R(0x97, to); } in SETA8R() argument
2938 void SETAE8R( x86IntRegType to ) { SET8R(0x99, to); } in SETAE8R() argument
2944 void SETZ8R( x86IntRegType to ) { SET8R(0x94, to); } in SETZ8R() argument
2946 void SETE8R( x86IntRegType to ) { SET8R(0x94, to); } in SETE8R() argument
[all …]
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86/
H A Dix86.c106 write32(to); in MOV32RtoM()
152 write32(to); in MOV32ItoM()
161 write32(to); in MOV16RtoM()
177 write32(to); in MOV16ItoM()
185 write32(to); in MOV8RtoM()
199 write32(to); in MOV8ItoM()
332 write32(to); in ADD32ItoM()
346 write32(to); in ADD32RtoM()
389 write32(to); in INC32M()
449 write32(to); in DEC32M()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/tests/tcg/arm/
H A Dfloat_convs.ref1 ### Rounding to nearest
4 to int32: 0 (INVALID)
5 to int64: 0 (INVALID)
6 to uint32: 0 (INVALID)
7 to uint64: 0 (INVALID)
10 to int32: 0 (INVALID)
11 to int64: 0 (INVALID)
58 to int32: 0 (OK)
59 to int64: 0 (OK)
60 to uint32: 0 (OK)
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/tests/tcg/aarch64/
H A Dfloat_convs.ref1 ### Rounding to nearest
4 to int32: 0 (INVALID)
5 to int64: 0 (INVALID)
6 to uint32: 0 (INVALID)
7 to uint64: 0 (INVALID)
10 to int32: 0 (INVALID)
11 to int64: 0 (INVALID)
58 to int32: 0 (OK)
59 to int64: 0 (OK)
60 to uint32: 0 (OK)
[all …]

12345678910>>...882