| /openbsd-src/gnu/usr.bin/perl/dist/Math-Complex/t/ |
| H A D | Complex.t | 87 $z->Im(3); 88 print "# $test Re(z) = ",$z->Re(), " Im(z) = ", $z->Im(), " z = $z\n"; 89 print 'not ' unless Re($z) == 2 and Im($z) == 3; 98 print "# $test Re(z) = ",$z->Re(), " Im(z) = ", $z->Im(), " z = $z\n"; 102 (Im($z) - 3 ) < $eps; 111 print "# $test Re(z) = ",$z->Re(), " Im(z) = ", $z->Im(), " z = $z\n"; 115 (Im($z) + 1 ) < $eps; 397 print ((\$z0->Im() == 0) ? "ok $test\n" : "not ok $test\n"); 419 print ((\$z2->Im() == 0) ? "ok $test\n" : "not ok $test\n"); 575 $ex =~ s/\bb\b/Im($target)/g; [all …]
|
| /openbsd-src/gnu/llvm/llvm/tools/obj2yaml/ |
| H A D | wasm2yaml.cpp | 233 WasmYAML::Import Im; in dump() local 234 Im.Module = Import.Module; in dump() 235 Im.Field = Import.Field; in dump() 236 Im.Kind = Import.Kind; in dump() 237 switch (Im.Kind) { in dump() 239 Im.SigIndex = Import.SigIndex; in dump() 242 Im.GlobalImport.Type = Import.Global.Type; in dump() 243 Im.GlobalImport.Mutable = Import.Global.Mutable; in dump() 246 Im.SigIndex = Import.SigIndex; in dump() 251 Im.TableImport = makeTable(0, Import.Table); in dump() [all …]
|
| /openbsd-src/regress/usr.bin/mandoc/eqn/nullary/ |
| H A D | roman.out_html | 2 …><mi>min</mi><mi>lim</mi><mi>log</mi><mi>ln</mi><mi>exp</mi><mi>Re</mi><mi>Im</mi><mi>and</mi><mi>… 3 …tyle="italic">exp</mi><mi fontstyle="italic">Re</mi><mi fontstyle="italic">Im</mi><mi fontstyle="i…
|
| H A D | roman.out_ascii | 8 acsc sinh cosh tanh coth arc max min lim log ln exp Re Im and if for det
|
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 1115 wasm::WasmImport Im; in parseImportSection() local 1116 Im.Module = readString(Ctx); in parseImportSection() 1117 Im.Field = readString(Ctx); in parseImportSection() 1118 Im.Kind = readUint8(Ctx); in parseImportSection() 1119 switch (Im.Kind) { in parseImportSection() 1122 Im.SigIndex = readVaruint32(Ctx); in parseImportSection() 1123 if (Im.SigIndex >= NumTypes) in parseImportSection() 1129 Im.Global.Type = readUint8(Ctx); in parseImportSection() 1130 Im.Global.Mutable = readVaruint1(Ctx); in parseImportSection() 1133 Im.Memory = readLimits(Ctx); in parseImportSection() [all …]
|
| /openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/ |
| H A D | 361.crt | 14 l3F7Pz9/4l0gkF1WdnUJ+iszEWOVUiN2m3KthXucCJv+xr76mseQ4SenjONng+Im
|
| H A D | 1704.key | 22 Va3op4t6LqebUHqV0QcNQOh/9inWJMxeKW2lqOtMdPnFjy86jitY2/lZIF120/Im
|
| H A D | 3127.key | 5 ERqOzVVtl9Ktp+tvyV4Gxj6xcjQd2XkcWR+MZeR21EruEwpf+c7FFsfO4rHVD/Im
|
| H A D | 361.key | 26 Im+3NVrD3bHZAm+mupJgEDeJ5FsSdZwwOo5CdJp6vdmVrEZ1g/VXiWI=
|
| H A D | 2102.key | 11 dNJ1f/1Im/hXzqv41PB6SmjFtc/zqavDfMjkkK70jT5Kx+XaYHUIrVofE+OzqxhN
|
| H A D | 1472.key | 2 MIIEowIBAAKCAQEAr1hr7ERxJw/x+Im/pfuu2mfPu1QS3TYdl2f9zlpvDj1Gd250
|
| H A D | 2266.key | 4 Im+fImY9/73yfB0DCi3QCEPcY5grUm78OAI6H8tCzbOXxMyBcw/xhxD9Pie7ceIP
|
| H A D | 2073.chain | 14 qIk2SloX+qVKuMlySBOimp6RX+Im+b0FWQ0B/FB6jWPIIBsLfu1ITvZ0ji5hBUle
|
| H A D | 682.chain | 45 vWZ+00ocE+9hXngFTlfXmG+6eC8CbbaiHSJewn8XopEg64zsymZrmwDeb/vy/+Im
|
| H A D | 3252.chain | 13 pvchPAxwH6FOHDdr0K54XjluU1+MBLWhZVnfAJF0QlXZka/Im+a1AF5oKXundTAS
|
| /openbsd-src/gnu/usr.bin/perl/dist/Math-Complex/lib/Math/ |
| H A D | Complex.pm | 829 sub Im { subroutine 830 my ($z, $Im) = @_; 832 if (defined $Im) { 833 $z->{'cartesian'} = [ ${$z->_cartesian}[0], $Im ]; 1286 $u->Im(-$u->Im) if $re < 0 && $im == 0;
|
| /openbsd-src/regress/usr.bin/mandoc/roff/esc/ |
| H A D | two.out_ascii | 17 <intersection> <union> <sqrt> |~ ~| |_ _| <infinity> <Aleph> <Im> <Re>
|
| /openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/ |
| H A D | BareMetal.cpp | 65 Multilib Im = in findRISCVMultilibs() local 88 Result.Multilibs = MultilibSet().Either(I, Im, Iac, Imac, Imafc); in findRISCVMultilibs()
|
| /openbsd-src/regress/usr.bin/mandoc/char/unicode/ |
| H A D | named.out_ascii | 95 <Im><Im> BLACK-LETTER CAPITAL I
|
| /openbsd-src/gnu/usr.bin/perl/dist/Math-Complex/ |
| H A D | ChangeLog | 365 The Im() function wasn't returning zero for non-Math::Complex
|
| /openbsd-src/gnu/usr.bin/texinfo/po/ |
| H A D | de.po | 192 msgstr "Im Vervollständigungs-Fenster blättern" 1360 msgstr "Im anderen Fenster vorblättern" 1364 msgstr "Im anderen Fenster zurück blättern" 3106 " Im Emacs kann man mit dem zweiten Mausknopf auf einen Menüeintrag oder\n"
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perl5005delta.pod | 633 The accessors methods Re, Im, arg, abs, rho, theta, methods can
|
| H A D | perl5004delta.pod | 963 pi i Re Im arg
|
| H A D | perl56delta.pod | 1097 The accessor methods Re, Im, arg, abs, rho, and theta can now also
|
| H A D | perl561delta.pod | 1695 The accessor methods Re, Im, arg, abs, rho, and theta can now also
|