| /openbsd-src/regress/usr.bin/dc/ |
| H A D | t25.in | 7 2 _3^p 9 _2 _3^p 15 .2 _3^p 17 _.2 _3^p
|
| H A D | t1.in | 7 _3.99999999999999Xp s. 15 _3.99999999999999Zp s.
|
| /openbsd-src/gnu/llvm/clang/lib/Headers/ |
| H A D | larchintrin.h | 110 #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 D | strtorQ.c | 43 #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 D | strtorx.c | 43 #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 D | svleak.t | 179 # 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 D | ver.t | 232 $v = v1.2_3;
|
| H A D | packagev.t | 167 v1.2_3 fail pass pass underscore
|
| H A D | smartmatch.t | 513 != 2_3 "2_3" NOWARNINGS
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | builtin-attrs.def | 128 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 D | builtin-attrs.def | 168 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 D | 04strict_lax.t | 68 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 D | bind.cpp | 18 const __ph<3> _3{}; variable
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | StreamChecker.cpp | 248 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 D | CStringChecker.cpp | 139 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 D | itanium1.md | 1018 (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 D | itanium2.md | 1100 (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 D | bind.h | 58 _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 D | extract-version.t | 352 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 D | mktables.lst | 289 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 D | toke | 586 $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 D | Host.cpp | 470 std::placeholders::_2, std::placeholders::_3)); in RunShellCommand()
|
| /openbsd-src/gnu/gcc/libstdc++-v3/docs/html/faq/ |
| H A D | index.txt | 1008 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 D | index.txt | 891 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 D | Internals.pod | 119 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
|