Home
last modified time | relevance | path

Searched refs:yn (Results 1 – 25 of 37) sorted by relevance

12

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/noncompile/
H A D19990826-4.f36 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 Dsmartmatch.t85 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 Dnm.c486 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 Dnm.c701 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 D2695.crt11 xPR0YVWexmZvKpx8aH2Qgpu3VJwaHAUt2eMIycfsP0SJFr8uV9eWStxKwnz/3/yn
H A D1337.key25 yn+8D6NtOaJld/CRP4MGcv9CWTb17ELPfcnlkpknCiNunKvNdrP6Rc9SszYkJ0tD
H A D1258.key17 ZNN2pHiWI2MInzxvVB/lHOmzBWLUjg5c9P4nUNKCzy4pCdE1gRjdnq1B3Mfwd/yn
H A D1147.key24 reQBAoGAbWttWyhVt4e+ZqY7+FR2h5zHo6KF/thenhRNjMxczVH0E4jItVRb2/yn
H A D558.key14 3VTHbYmyTy5kfLMjHm56JWtPtMkb/207H/gS5Yget59mf/Ooi+yn+tQ1Bw5kyfD4
H A D290.chain42 PQbaAAmmiP3Kc8Pcrz60vkgm/HhFAyTyX6vulhpP5wAEu2VlT5VAhMtIHE/yn/18
H A D3547.chain44 a6X8xyeSbzMt3BmJdQYauajMQbsD5OH4pt9rwz5UwjzNm6cHVILQp64seal/X+yn
H A D2071.chain41 AEArbGl0gWX2+z70fNuB6ZdvvWtCtXwrjR2Sr77smZUHlh7ydmVeBYHiXM+6+yn/
/openbsd-src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt/
H A DCalc.pm231 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 Dremote-rdp.c1302 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 DSymbols.map285 yn;
/openbsd-src/lib/libm/src/
H A De_jn.c206 yn(int n, double x) in yn() function
/openbsd-src/lib/libm/hidden/
H A Dmath.h218 PROTO_DEPRECATED(yn);
/openbsd-src/regress/usr.bin/mandoc/mdoc/Bk/
H A Dsynopsis.out_ascii4 BBkk--ssyynnooppssiiss - automatic keeps in the synopsis
/openbsd-src/include/
H A Dmath.h255 double yn(int, double);
/openbsd-src/gnu/usr.bin/perl/
H A Dinstallperl529 sub yn {
532 my($default) = $prompt =~ m/\[([yn])\]\s*$/i;
/openbsd-src/gnu/usr.bin/perl/ext/POSIX/t/
H A Dexport.t167 signbit tgamma trunc y0 y1 yn strtold
/openbsd-src/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_math.h341 __DEVICE__ double yn(int __a, double __b) { return __nv_yn(__a, __b); } in yn() function
H A D__clang_hip_math.h1103 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 D920428-2.c35 double yn(int n, double x);
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dcom-rt.def156 DEFGFRT (FFECOM_gfrtL_BESYN, "yn", FFECOM_rttypeDOUBLE_, "id", FALSE, FALSE, TRUE)

12