Home
last modified time | relevance | path

Searched refs:_3 (Results 1 – 25 of 39) sorted by relevance

12

/openbsd-src/regress/usr.bin/dc/
H A Dt25.in7 2 _3^p
9 _2 _3^p
15 .2 _3^p
17 _.2 _3^p
H A Dt1.in7 _3.99999999999999Xp s.
15 _3.99999999999999Zp s.
/openbsd-src/gnu/llvm/clang/lib/Headers/
H A Dlarchintrin.h110 #define __cacop_w(/*uimm5*/ _1, /*unsigned int*/ _2, /*simm12*/ _3) \ argument
111 ((void)__builtin_loongarch_cacop_w((_1), (unsigned int)(_2), (_3)))
115 #define __cacop_d(/*uimm5*/ _1, /*unsigned long int*/ _2, /*simm12*/ _3) \ argument
116 ((void)__builtin_loongarch_cacop_d((_1), (unsigned long int)(_2), (_3)))
135 #define __csrxchg_w(/*unsigned int*/ _1, /*unsigned int*/ _2, /*ui14*/ _3) \ argument
137 (unsigned int)(_2), (_3)))
148 /*ui14*/ _3) \ argument
150 (unsigned long int)(_1), (unsigned long int)(_2), (_3)))
/openbsd-src/lib/libc/gdtoa/
H A DstrtorQ.c43 #define _3 3 macro
49 #define _3 0 macro
67 L[_3] = bits[0];
74 L[_3] = bits[0];
85 L[_1] = L[_2] = L[_3] = 0;
H A Dstrtorx.c43 #define _3 3 macro
50 #define _3 1 macro
76 L[_3] = (UShort)(bits[0] >> 16);
87 L[_2] = L[_3] = L[_4] = 0;
/openbsd-src/gnu/usr.bin/perl/t/op/
H A Dsvleak.t179 # go up. Using a variable (0..$_3) will cause evaluation of the range
182 my $_3 = 3;
184 grep qr/1/ && ($count[$_] = sv_count()) && 99, 0..$_3;
186 grep { qr/1/ && ($count[$_] = sv_count()) && 99 } 0..$_3;
189 $s = grep qr/1/ && ($count[$_] = sv_count()) && 99, 0..$_3;
191 $s = grep { qr/1/ && ($count[$_] = sv_count()) && 99 } 0..$_3;
194 @a = grep qr/1/ && ($count[$_] = sv_count()) && 99, 0..$_3;
196 @a = grep { qr/1/ && ($count[$_] = sv_count()) && 99 } 0..$_3;
200 map qr/1/ && ($count[$_] = sv_count()) && 99, 0..$_3;
202 map { qr/1/ && ($count[$_] = sv_count()) && 99 } 0..$_3;
[all...]
H A Dver.t232 $v = v1.2_3;
H A Dpackagev.t167 v1.2_3 fail pass pass underscore
H A Dsmartmatch.t513 != 2_3 "2_3" NOWARNINGS
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dbuiltin-attrs.def128 DEF_FORMAT_ATTRIBUTE(PRINTF,2,2_3)
134 DEF_FORMAT_ATTRIBUTE(SCANF,2,2_3)
169 DEF_ATTR_BOUNDED_FRAG(BUFFER,1_3)
170 DEF_ATTR_BOUNDED_FRAG(BUFFER,2_3)
174 DEF_NOTHROW_BOUNDED_ATTRIBUTE(BUFFER,1_3)
175 DEF_NOTHROW_BOUNDED_ATTRIBUTE(BUFFER,2_3)
177 DEF_MULTIPLE_NOTHROW_BOUNDED_BUFFER_ATTRIBUTE(2_3,1_3)
/openbsd-src/gnu/gcc/gcc/
H A Dbuiltin-attrs.def168 DEF_FORMAT_ATTRIBUTE(PRINTF,2,2_3)
178 DEF_FORMAT_ATTRIBUTE(SCANF,2,2_3)
238 DEF_ATTR_BOUNDED_FRAG(BUFFER,1_3)
239 DEF_ATTR_BOUNDED_FRAG(BUFFER,2_3)
244 DEF_NOTHROW_NONNULL_BOUNDED_ATTRIBUTE(BUFFER,1_3)
245 DEF_NOTHROW_BOUNDED_ATTRIBUTE(BUFFER,2_3)
248 DEF_MULTIPLE_NOTHROW_NONNULL_BOUNDED_BUFFER_ATTRIBUTE(2_3,1_3)
/openbsd-src/gnu/usr.bin/perl/cpan/version/t/
H A D04strict_lax.t68 v1.2_3 fail pass
71 v1.2_3.4 fail fail
72 1.2_3.4 fail fail
/openbsd-src/gnu/llvm/libcxx/src/
H A Dbind.cpp18 const __ph<3> _3{}; variable
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp248 std::bind(&StreamChecker::evalFreadFwrite, _1, _2, _3, _4, true), 3}},
251 std::bind(&StreamChecker::evalFreadFwrite, _1, _2, _3, _4, false), 3}},
266 std::bind(&StreamChecker::evalFeofFerror, _1, _2, _3, _4, ErrorFEof),
270 std::bind(&StreamChecker::evalFeofFerror, _1, _2, _3, _4, ErrorFError),
278 std::bind(&StreamChecker::evalSetFeofFerror, _1, _2, _3, _4, ErrorFEof),
282 std::bind(&StreamChecker::evalSetFeofFerror, _1, _2, _3, _4,
H A DCStringChecker.cpp139 std::bind(&CStringChecker::evalMemcpy, _1, _2, _3, CK_Regular)},
141 std::bind(&CStringChecker::evalMemcpy, _1, _2, _3, CK_Wide)},
143 std::bind(&CStringChecker::evalMempcpy, _1, _2, _3, CK_Regular)},
145 std::bind(&CStringChecker::evalMempcpy, _1, _2, _3, CK_Wide)},
147 std::bind(&CStringChecker::evalMemcmp, _1, _2, _3, CK_Regular)},
149 std::bind(&CStringChecker::evalMemcmp, _1, _2, _3, CK_Wide)},
151 std::bind(&CStringChecker::evalMemmove, _1, _2, _3, CK_Regular)},
153 std::bind(&CStringChecker::evalMemmove, _1, _2, _3, CK_Wide)},
175 std::bind(&CStringChecker::evalMemcmp, _1, _2, _3, CK_Regular)},
/openbsd-src/gnu/gcc/gcc/config/ia64/
H A Ditanium1.md1018 (define_query_cpu_unit "1_1,1_2,1_3,1_4,1_5,1_6" "oneb")
1265 "1b_0mi.i+1_2+1b_ui0|1b_0mii.+1_3+(1b_ui0|1b_ui1)|1b_0mmi.+1_3+1b_ui0\
1266 |1b_0mfi.+1_3+1b_ui0|1b_0mi.b+1_2+1b_ui0\
1273 "1b_0mf.i+1_2+1b_uf0|1b_0mmf.+1_3+1b_uf0|1b_0mf.b+1_2+1b_uf0\
1280 "1b_0b.bb+1_1+1b_unb0|1b_0bb.b+1_2+1b_unb1|1b_0bbb.+1_3+1b_unb2\
1281 |1b_0mb.b+1_2+1b_unb1|1b_0mbb.+1_3+1b_unb2\
1282 |1b_0mib.+1_3+1b_unb0|1b_0mmb.+1_3+1b_unb0|1b_0mfb.+1_3+1b_unb0\
1288 "1b_0b.bb+1_1+1b_ub0|1b_0bb.b+1_2+1b_ub1|1b_0bbb.+1_3+1b_ub2\
1289 |1b_0mb.b+1_2+1b_ub1|1b_0mbb.+1_3+1b_ub2|1b_0mib.+1_3+1b_ub2\
1290 |1b_0mfb.+1_3+1b_ub2|1b_1b.bb+1_4+1b_ub0|1b_1bb.b+1_5+1b_ub1\
[all …]
H A Ditanium2.md1100 (define_query_cpu_unit "2_1,2_2,2_3,2_4,2_5,2_6" "twob")
1393 "2b_0mi.i+2_2+2b_ui0|2b_0mii.+2_3+(2b_ui0|2b_ui1)|2b_0mmi.+2_3+2b_ui0\
1394 |2b_0mfi.+2_3+2b_ui0|2b_0mi.b+2_2+2b_ui0\
1401 "2b_0mf.i+2_2+2b_uf0|2b_0mmf.+2_3+2b_uf0|2b_0mf.b+2_2+2b_uf0\
1408 "2b_0b.bb+2_1+2b_unb0|2b_0bb.b+2_2+2b_unb1|2b_0bbb.+2_3+2b_unb2\
1409 |2b_0mb.b+2_2+2b_unb1|2b_0mbb.+2_3+2b_unb2\
1410 |2b_0mib.+2_3+2b_unb0|2b_0mmb.+2_3+2b_unb0|2b_0mfb.+2_3+2b_unb0\
1416 "2b_0b.bb+2_1+2b_ub0|2b_0bb.b+2_2+2b_ub1|2b_0bbb.+2_3+2b_ub2\
1417 |2b_0mb.b+2_2+2b_ub1|2b_0mbb.+2_3+2b_ub2|2b_0mib.+2_3+2b_ub2\
1418 |2b_0mfb.+2_3+2b_ub2|2b_1b.bb+2_4+2b_ub0|2b_1bb.b+2_5+2b_ub1\
[all …]
/openbsd-src/gnu/llvm/libcxx/include/__functional/
H A Dbind.h58 _LIBCPP_FUNC_VIS extern const __ph<3> _3;
69 /* inline */ constexpr __ph<3> _3{};
/openbsd-src/gnu/usr.bin/perl/cpan/Module-Metadata/t/
H A Dextract-version.t352 package Simple v1.2_3;
354 vers => 'v1.2_3',
355 all_versions => { Simple => 'v1.2_3' },
384 class Simple v1.2_3;
386 vers => 'v1.2_3',
387 all_versions => { Simple => 'v1.2_3' },
/openbsd-src/gnu/usr.bin/perl/lib/unicore/
H A Dmktables.lst289 lib/In/6_3.pl
408 lib/Nv/1_3.pl
417 lib/Nv/2_3.pl
/openbsd-src/gnu/usr.bin/perl/t/lib/warnings/
H A Dtoke586 $a = 12_3; print "$a\n";
591 $a = +12_3; print "$a\n";
596 $a = -12_3; print "$a\n";
627 $a = 12_3; print "$a\n";
632 $a = +12_3; print "$a\n";
637 $a = -12_3; print "$a\n";
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DHost.cpp470 std::placeholders::_2, std::placeholders::_3)); in RunShellCommand()
/openbsd-src/gnu/gcc/libstdc++-v3/docs/html/faq/
H A Dindex.txt1008 9. ../faq/index.html#1_3
1018 19. ../faq/index.html#2_3
1025 26. ../faq/index.html#3_3
1036 37. ../faq/index.html#4_3
1050 51. ../faq/index.html#5_3
1099 100. ../faq/index.html#4_3
/openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/faq/
H A Dindex.txt891 7. ../faq/index.html#1_3
901 17. ../faq/index.html#2_3
907 23. ../faq/index.html#3_3
918 34. ../faq/index.html#4_3
932 48. ../faq/index.html#5_3
/openbsd-src/gnu/usr.bin/perl/cpan/version/lib/version/
H A DInternals.pod119 use version 0.77; our $VERSION = version->declare("v1.2_3");
122 $v1 = version->parse("v1.2_3");
685 $vobj = version->new("1.2_3"); # MUST QUOTE

12