/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt/t/ |
H A D | downgrade-mbi-mbf.t | 421 note("testing bsub()"); 423 $x = $half -> copy() -> bsub($nan); 424 subtest '$x = $half -> copy() -> bsub($nan);' => sub { 430 $x = $half -> copy() -> bsub($inf); 431 subtest '$x = $half -> copy() -> bsub($inf);' => sub { 437 $x = $half -> copy() -> bsub($half); 451 $x = $four -> copy() -> bsub($zero); 458 $x = $zero -> copy() -> bsub($four); 465 $x = $inf -> copy() -> bsub($four); 466 subtest '$x = $inf -> copy() -> bsub($four);' => sub { [all …]
|
H A D | downgrade-mbi-mbr.t | 219 note("bsub()"); 221 $x = $half -> copy() -> bsub($nan); 225 $x = $half -> copy() -> bsub($inf); 229 $x = $half -> copy() -> bsub($half); 233 $x = $half -> copy() -> bsub($half -> copy() -> bneg()); 237 $x = $four -> copy() -> bsub($zero); 241 $x = $zero -> copy() -> bsub($four); 245 $x = $inf -> copy() -> bsub($four); 249 $x = $nan -> copy() -> bsub($four);
|
H A D | bigfltpm.t | 19 # bug #17447: Can't call method Math::BigFloat->bsub, not a valid method 21 is($c->bsub(123), '0.3', 22 qq|\$c = Math::BigFloat -> new("123.3"); \$y = \$c -> bsub("123")|);
|
H A D | bigintpm.inc | 116 } elsif ($f eq "bsub") { 301 $x->bsub($y); 302 is($x, -8, '$x->bsub($y); $x'); 303 is($y, 3, '$x->bsub($y); $y'); 331 $x->bsub($y); 332 is($x, 2, '$x->bsub($y); $x'); 333 is($y, 3, '$x->bsub($y); $y'); 361 $x->bsub($y); 362 is($x, 8, '$x->bsub($y); $x'); 363 is($y, -3, '$x->bsub($y); $y'); [all …]
|
H A D | bigrat.t | 184 is($mbr->new('3/7')->bsub(1), '-4/7'); 185 is($mbr->new('3/10')->bsub(1.1), '-4/5'); 186 is($mbr->new('3/7')->bsub($mbi->new(1)), '-4/7'); 187 is($mbr->new('3/10')->bsub($mbf->new('1.1')), '-4/5');
|
H A D | bigfltpm.inc | 131 } elsif ($f eq "bsub") { 132 $try .= ' $x->bsub($y);'; 214 is($CLASS->new($monster)->bsub($monster), 0, 215 qq|$CLASS->new("$monster")->bsub("$monster")|); 1643 &bsub
|
H A D | inf_nan.t | 158 $z = $x->bsub($y); 162 . qq|\$z = \$x->bsub(\$y);|;
|
H A D | mbimbf.inc | 309 is($class->new(123)->bsub(122), 1, qq|$class->new(123)->bsub(122)|); 310 is($class->bsub(321, 123), 198, qq|$class->bsub(321, 123)|); 311 is($class->bsub(321, $class->new(123)), 198, 312 qq|$class->bsub(321, $class->new(123))|); 1243 # see if $x->bsub(0) and $x->badd(0) really round 1247 $x->bsub(0);
|
H A D | upgrade.inc | 33 $a[0]->bsub($a[1]); 126 } elsif ($f eq "bsub") { 770 &bsub
|
H A D | bigratpm.inc | 100 } elsif ($f eq "bsub") { 494 &bsub
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elf64-alpha.c | 2118 bfd *bsub; in elf64_alpha_can_merge_gots() local 2131 for (bsub = b; bsub ; bsub = alpha_elf_tdata (bsub)->in_got_link_next) in elf64_alpha_can_merge_gots() 2178 bfd *bsub; in elf64_alpha_merge_gots() local 2187 for (bsub = b; bsub ; bsub = alpha_elf_tdata (bsub)->in_got_link_next) in elf64_alpha_merge_gots() 2198 n = elf_tdata (bsub)->symtab_hdr.sh_info; in elf64_alpha_merge_gots() 2208 hashes = alpha_elf_sym_hashes (bsub); in elf64_alpha_merge_gots() 2209 symtab_hdr = &elf_tdata (bsub)->symtab_hdr; in elf64_alpha_merge_gots() 2254 alpha_elf_tdata (bsub)->gotobj = a; in elf64_alpha_merge_gots() 2262 bsub = a; in elf64_alpha_merge_gots() 2264 bsub = next; in elf64_alpha_merge_gots() [all …]
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elf64-alpha.c | 3430 bfd *bsub; local 3443 for (bsub = b; bsub ; bsub = alpha_elf_tdata (bsub)->in_got_link_next) 3491 bfd *bsub; local 3500 for (bsub = b; bsub ; bsub = alpha_elf_tdata (bsub)->in_got_link_next) 3511 n = elf_tdata (bsub)->symtab_hdr.sh_info; 3521 hashes = alpha_elf_sym_hashes (bsub); 3522 symtab_hdr = &elf_tdata (bsub)->symtab_hdr; 3563 alpha_elf_tdata (bsub)->gotobj = a; 3571 bsub = a; 3573 bsub = next; [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/ |
H A D | BigFloat.pm | 66 '-=' => sub { $_[0] -> bsub($_[1]); }, 1932 sub bsub { subroutine 3197 $x = $x -> bsub($pi); 3362 $x = $x->bsub($next); 3533 $x = $x->bsub($next); 3549 $x = $x->bsub($x_copy); 3650 -> bsub($pi); 3999 while ($f -> bsub($k) > $one) { 4031 while ($f -> bsub($k) > $one) { 4811 $expo = $expo -> bsub($c); [all …]
|
H A D | BigInt.pm | 53 : $c -> bsub($_[1]); }, 76 '-=' => sub { $_[0] -> bsub($_[1]); }, 2021 sub bsub { subroutine 2032 return $upgrade -> bsub($x, $y, @r) 2382 $x = $x -> bsub(1); 2394 $rem = $y -> copy() -> babs() -> bsub($rem); 3327 $n = $class -> bone() -> blsft($n + $three) -> bsub($three); 3562 while ($f -> bsub($k) > $one) { 3584 while ($f -> bsub($k) > $one) { 4802 $expo = $expo -> bsub($c);
|
H A D | BigRat.pm | 42 : $c -> bsub($_[1]); }, 65 '-=' => sub { $_[0] -> bsub($_[1]); }, 908 sub bsub { subroutine 1120 $rem = $rem -> bsub($x -> copy()) -> bmul($y); 1186 $x -> bsub($x -> copy() -> bdiv($y) -> bfloor() -> bmul($y));
|
/openbsd/usr.bin/dc/ |
H A D | bcode.c | 93 static void bsub(void); 148 { '-', bsub }, 996 bsub(void) in bsub() function
|
/openbsd/gnu/llvm/llvm/utils/vscode/llvm/syntaxes/ |
H A D | ll.tmLanguage.yaml | 119 \\bsub\\b|\
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.td | 2942 (LDRBui GPR64sp:$Rn, uimm12s1:$offset), bsub)>; 2946 (LDRBui GPR64sp:$Rn, uimm12s1:$offset), bsub)>; 5330 UCVTFv1i32, ro8, LDRBroW, LDRBroX, bsub>; 5334 (LDRBui GPR64sp:$Rn, uimm12s1:$offset), bsub))>; 5338 (LDURBi GPR64sp:$Rn, simm9:$offset), bsub))>; 5359 UCVTFv1i64, ro8, LDRBroW, LDRBroX, bsub>; 5363 (LDRBui GPR64sp:$Rn, uimm12s1:$offset), bsub))>; 5367 (LDURBi GPR64sp:$Rn, simm9:$offset), bsub))>; 6194 bsub), ssub)>; 6198 bsub), ssub)>; [all …]
|
H A D | AArch64RegisterInfo.td | 24 def bsub : SubRegIndex<8>; 298 let SubRegIndices = [bsub] in {
|
H A D | AArch64InstrInfo.cpp | 3740 RI.getMatchingSuperReg(DestReg, AArch64::bsub, &AArch64::FPR32RegClass); in copyPhysReg() 3742 RI.getMatchingSuperReg(SrcReg, AArch64::bsub, &AArch64::FPR32RegClass); in copyPhysReg()
|
H A D | AArch64SVEInstrInfo.td | 1858 (LASTB_VPZ_B (PTRUE_B 31), ZPR:$Z1), bsub))>;
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 590 SubReg = AArch64::bsub; in getSubRegForClass() 4084 ExtractSubReg = AArch64::bsub; in getLaneCopyOpcode() 4452 SubregIdx = AArch64::bsub; in getInsertVecEltOpInfo()
|