| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/noncompile/ |
| H A D | 19990826-4.f | 36 character yn*1,version*40,ccd*4,infile*20 64 yn='n' 71 read(*,1000) yn 73 if(yn.eq.'y'.or.yn.eq.'Y') then 81 yn='y' 84 read(*,1000) yn 86 if(yn.eq.'n'.or.yn.eq.'N') comd = .false. 91 read(*,1000)yn 93 if(yn.eq.'n'.or.yn.eq.'N')then 100 read(*,1000)yn [all …]
|
| /openbsd-src/gnu/usr.bin/perl/t/op/ |
| H A D | smartmatch.t | 85 my ($yn, $left, $right, $note) = split /\t+/; 89 die "Bad test spec: ($yn, $left, $right)" if $yn =~ /[^!@=]/; 99 skip_if_miniperl("Doesn't work with miniperl", $yn =~ /=/ ? 2 : 1) 106 if ( $yn =~ /@/ ) { 110 my $test_name = $tstr . ($yn =~ /!/ ? " does not match" : " matches"); 115 ok( ($yn =~ /!/ xor $res), $test_name ); 119 if ( $yn =~ s/=// ) {
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | nm.c | 486 const char *xn, *yn; in non_numeric_forward() local 494 yn = bfd_asymbol_name (y); in non_numeric_forward() 496 if (yn == NULL) in non_numeric_forward() 504 if (*yn == '\0') in non_numeric_forward() 509 return strcoll (xn, yn); in non_numeric_forward() 511 return strcmp (xn, yn); in non_numeric_forward() 576 const char *xn, *yn; in size_forward1() local 600 yn = bfd_asymbol_name (y); in size_forward1() 602 ynl = strlen (yn); in size_forward1() 609 yf = (strstr (yn, "gnu_compiled") != NULL in size_forward1() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | nm.c | 701 const char *xn, *yn; in non_numeric_forward() local 709 yn = bfd_asymbol_name (y); in non_numeric_forward() 711 if (yn == NULL) in non_numeric_forward() 719 if (*yn == '\0') in non_numeric_forward() 724 return strcoll (xn, yn); in non_numeric_forward() 726 return strcmp (xn, yn); in non_numeric_forward() 758 const char *xn, *yn; in size_forward1() local 782 yn = bfd_asymbol_name (y); in size_forward1() 784 ynl = strlen (yn); in size_forward1() 791 yf = (strstr (yn, "gnu_compiled") != NULL in size_forward1() [all …]
|
| /openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/ |
| H A D | 2695.crt | 11 xPR0YVWexmZvKpx8aH2Qgpu3VJwaHAUt2eMIycfsP0SJFr8uV9eWStxKwnz/3/yn
|
| H A D | 1337.key | 25 yn+8D6NtOaJld/CRP4MGcv9CWTb17ELPfcnlkpknCiNunKvNdrP6Rc9SszYkJ0tD
|
| H A D | 1258.key | 17 ZNN2pHiWI2MInzxvVB/lHOmzBWLUjg5c9P4nUNKCzy4pCdE1gRjdnq1B3Mfwd/yn
|
| H A D | 1147.key | 24 reQBAoGAbWttWyhVt4e+ZqY7+FR2h5zHo6KF/thenhRNjMxczVH0E4jItVRb2/yn
|
| H A D | 558.key | 14 3VTHbYmyTy5kfLMjHm56JWtPtMkb/207H/gS5Yget59mf/Ooi+yn+tQ1Bw5kyfD4
|
| H A D | 290.chain | 42 PQbaAAmmiP3Kc8Pcrz60vkgm/HhFAyTyX6vulhpP5wAEu2VlT5VAhMtIHE/yn/18
|
| H A D | 3547.chain | 44 a6X8xyeSbzMt3BmJdQYauajMQbsD5OH4pt9rwz5UwjzNm6cHVILQp64seal/X+yn
|
| H A D | 2071.chain | 41 AEArbGl0gWX2+z70fNuB6ZdvvWtCtXwrjR2Sr77smZUHlh7ydmVeBYHiXM+6+yn/
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt/ |
| H A D | Calc.pm | 231 my $yn = $xs * $xs; # = 9999800001 232 last if $yn != $ys; 235 my $rn = $yn % $bs; # = 1 239 my $cn = ($yn - $rn) / $bs; # = 99998 244 my $zn = $yn + $cn; # = 99998999999 270 my $yn = $xs * $xs; # = 9999800001 271 next if $yn != $ys; 274 my $rn = $yn % $bs; # = 1 278 my $cn = ($yn - $rn) / $bs; # = 99998 283 my $zn = $yn [all...] |
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | remote-rdp.c | 1302 struct yn struct 1307 static struct yn stepinfo[] = argument 1315 static struct yn breakinfo[] = 1334 dump_bits (struct yn *t, int info) in dump_bits()
|
| /openbsd-src/lib/libm/ |
| H A D | Symbols.map | 285 yn;
|
| /openbsd-src/lib/libm/src/ |
| H A D | e_jn.c | 206 yn(int n, double x) in yn() function
|
| /openbsd-src/lib/libm/hidden/ |
| H A D | math.h | 218 PROTO_DEPRECATED(yn);
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Bk/ |
| H A D | synopsis.out_ascii | 4 BBkk--ssyynnooppssiiss - automatic keeps in the synopsis
|
| /openbsd-src/include/ |
| H A D | math.h | 255 double yn(int, double);
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | installperl | 529 sub yn { 532 my($default) = $prompt =~ m/\[([yn])\]\s*$/i;
|
| /openbsd-src/gnu/usr.bin/perl/ext/POSIX/t/ |
| H A D | export.t | 167 signbit tgamma trunc y0 y1 yn strtold
|
| /openbsd-src/gnu/llvm/clang/lib/Headers/ |
| H A D | __clang_cuda_math.h | 341 __DEVICE__ double yn(int __a, double __b) { return __nv_yn(__a, __b); } in yn() function
|
| H A D | __clang_hip_math.h | 1103 double yn(int __n, double __x) { // TODO: we could use Ahmes multiplication
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
| H A D | 920428-2.c | 35 double yn(int n, double x);
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | com-rt.def | 156 DEFGFRT (FFECOM_gfrtL_BESYN, "yn", FFECOM_rttypeDOUBLE_, "id", FALSE, FALSE, TRUE)
|