Home
last modified time | relevance | path

Searched refs:to_binary (Results 1 – 25 of 649) sorted by relevance

12345678910>>...26

/dports/math/universal/universal-3.48/tests/fixpnt/api/
H A Dassignment.cpp33 std::cout << to_binary(fa) << ' ' << fa << ' ' << to_binary(a) << ' ' << a << '\n'; in PositiveTestCases()
34 std::cout << to_binary(fb) << ' ' << fb << ' ' << to_binary(b) << ' ' << b << '\n'; in PositiveTestCases()
35 std::cout << to_binary(fc) << ' ' << fc << ' ' << to_binary(c) << ' ' << c << '\n'; in PositiveTestCases()
36 std::cout << to_binary(fd) << ' ' << fd << ' ' << to_binary(d) << ' ' << d << '\n'; in PositiveTestCases()
48 std::cout << to_binary(eps[20]) << '\n'; in PositiveTestCases()
107 std::cout << to_binary(fa) << ' ' << fa << ' ' << to_binary(a) << ' ' << a << '\n'; in NegativeTestCases()
108 std::cout << to_binary(fb) << ' ' << fb << ' ' << to_binary(b) << ' ' << b << '\n'; in NegativeTestCases()
109 std::cout << to_binary(fc) << ' ' << fc << ' ' << to_binary(c) << ' ' << c << '\n'; in NegativeTestCases()
110 std::cout << to_binary(fd) << ' ' << fd << ' ' << to_binary(d) << ' ' << d << '\n'; in NegativeTestCases()
199 std::cout << to_binary(a) << " * " << to_binary(b) << " = " << to_binary(c) << " " << c << '\n'; in main()
[all …]
H A Dapi.cpp60 …std::cout << "FAIL: " << to_binary(a) << ' ' << to_binary(b) << ' ' << to_binary(c) << ' ' << to_b… in main()
78 …std::cout << to_binary(a) << ' ' << to_binary(b) << ' ' << to_binary(c) << ' ' << to_binary(d) << … in main()
79 std::cout << to_binary(d - 1) << ' ' << to_binary(d - 0.5) << '\n'; in main()
94 …d::cout << "FAIL : construction " << to_binary(a) << ' ' << to_binary(b) << ' ' << to_binary(c) <<… in main()
237 …std::cout << to_binary(c + d) << " vs " << to_binary(fixpnt<nbits, rbits, arithmetic, blocktype>(0… in main()
238 std::cout << to_binary(a + c) << " vs " << to_binary(b) << '\n'; in main()
366 …' << to_binary(a) << ' ' << setw(10) << a << ' ' << setw(3) << int(f) << ' ' << to_binary(b) << ' … in main()
379 …std::cout << to_binary(i) << ' ' << a << ' ' << to_binary(a) << ' ' << to_binary(-a) << ' ' << -a … in main()
/dports/math/universal/universal-3.48/tests/numerical/utils/
H A Dsampling.cpp25 std::cout << sw::universal::to_binary(_a) << " : " << _a << '\n'; in GenerateTestCase()
26 std::cout << sw::universal::to_binary(_b) << " : " << _b << '\n'; in GenerateTestCase()
27 std::cout << sw::universal::to_binary(_c) << " : " << _c << '\n'; in GenerateTestCase()
29 …std::cout << to_binary(a, true) << " + " << to_binary(b, true) << " = " << to_binary(sum, true) <<… in GenerateTestCase()
44 std::cout << to_binary(a) << " " << a << '\n'; in Sample()
48 std::cout << " <------- sample " << sample << ' ' << to_binary(sample) << '\n'; in Sample()
50 std::cout << to_binary(b) << " " << b << '\n'; in Sample()
53 std::cout << " <------- sample " << sample << ' ' << to_binary(sample) << '\n'; in Sample()
59 std::cout << to_binary(a) << " " << a << '\n'; in Sample()
65 std::cout << to_binary(b) << " " << b << '\n'; in Sample()
[all …]
/dports/math/universal/universal-3.48/validation/hw/alu/
H A Dcfloat.cpp37 …std::cout << to_binary(a, true) << " + " << to_binary(b, true) << " = " << to_binary(c, true) << '… in main()
43 …std::cout << to_binary(a, true) << " - " << to_binary(b, true) << " = " << to_binary(c, true) << '… in main()
49 …std::cout << to_binary(a, true) << " * " << to_binary(b, true) << " = " << to_binary(c, true) << '… in main()
55 …std::cout << to_binary(a, true) << " / " << to_binary(b, true) << " = " << to_binary(c, true) << '… in main()
61 std::cout << "sqrt(" << to_binary(a, true) << " = " << to_binary(c, true) << '\n'; in main()
H A Dinteger.cpp37 …std::cout << to_binary(a, true) << " + " << to_binary(b, true) << " = " << to_binary(c, true) << '… in main()
43 …std::cout << to_binary(a, true) << " - " << to_binary(b, true) << " = " << to_binary(c, true) << '… in main()
49 …std::cout << to_binary(a, true) << " * " << to_binary(b, true) << " = " << to_binary(c, true) << '… in main()
55 …std::cout << to_binary(a, true) << " / " << to_binary(b, true) << " = " << to_binary(c, true) << '… in main()
61 std::cout << "sqrt(" << to_binary(a) << " = " << to_binary(c) << '\n'; in main()
H A Dposit.cpp37 std::cout << to_binary(a) << " + " << to_binary(b) << " = " << to_binary(c) << '\n'; in main()
43 std::cout << to_binary(a) << " - " << to_binary(b) << " = " << to_binary(c) << '\n'; in main()
49 std::cout << to_binary(a) << " * " << to_binary(b) << " = " << to_binary(c) << '\n'; in main()
55 std::cout << to_binary(a) << " / " << to_binary(b) << " = " << to_binary(c) << '\n'; in main()
61 std::cout << "sqrt(" << to_binary(a) << " = " << to_binary(c) << '\n'; in main()
/dports/math/universal/universal-3.48/tests/blockfraction/api/
H A Dconstexpr.cpp15 std::cout << to_binary(bf) << " : " << bf << '\n'; in ConstexprBlockConstructor()
28 std::cout << to_binary(b8_1w, true) << " : " << b8_1w << '\n'; in main()
29 std::cout << to_binary(b8_2b, true) << " : " << b8_2b << '\n'; in main()
30 std::cout << to_binary(b8_4b, true) << " : " << b8_4b << '\n'; in main()
38 std::cout << to_binary(b16_2b, true) << " : " << b16_2b << '\n'; in main()
39 std::cout << to_binary(b16_1w, true) << " : " << b16_1w << '\n'; in main()
40 std::cout << to_binary(b16_4b, true) << " : " << b16_4b << '\n'; in main()
55 std::cout << to_binary(bf, true) << " : " << bf << '\n'; in main()
59 std::cout << to_binary(bf, true) << " : " << bf << '\n'; in main()
63 std::cout << to_binary(bf, true) << " : " << bf << '\n'; in main()
[all …]
H A Dapi.cpp43 std::cout << to_binary(a) << " : " << a << '\n'; in main()
44 std::cout << to_binary(b) << " : " << b << '\n'; in main()
46 std::cout << to_binary(c) << " : " << c << '\n'; in main()
48 std::cout << to_binary(fractionBits, 4) << '\n'; in main()
59 std::cout << to_binary(a) << " : " << a << '\n'; in main()
60 std::cout << to_binary(b) << " : " << b << '\n'; in main()
62 std::cout << to_binary(c) << " : " << c << '\n'; in main()
64 std::cout << to_binary(fractionBits, 5) << '\n'; in main()
72 std::cout << to_binary(a) << " : " << a << '\n'; in main()
73 std::cout << to_binary(b) << " : " << b << '\n'; in main()
[all …]
/dports/math/universal/universal-3.48/tests/valid/api/
H A Dapi.cpp56 …std::cout << to_binary(a) << ' ' << to_binary(b) << ' ' << to_binary(c) << ' ' << to_binary(d) << … in main()
57 std::cout << to_binary(d - 1) << ' ' << to_binary(d - 0.5) << '\n'; in main()
73 …d::cout << "FAIL : construction " << to_binary(a) << ' ' << to_binary(b) << ' ' << to_binary(c) <<… in main()
139 cout << to_binary(c + d) << " vs " << to_binary(valid<nbits,es>(0)) << endl; in main()
140 cout << to_binary(a + c) << " vs " << to_binary(b) << endl; in main()
264 …' << to_binary(a) << ' ' << setw(10) << a << ' ' << setw(3) << int(f) << ' ' << to_binary(b) << ' … in main()
275 …cout << to_binary(i) << ' ' << a << ' ' << to_binary(a) << ' ' << to_binary(-a) << ' ' << -a << ' … in main()
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/mango/src/
H A Dmango_json.erl23 to_binary/1
103 to_binary({Props}) -> function
105 {to_binary(Key), to_binary(Value)}
108 to_binary(Data) when is_list(Data) -> function
109 [to_binary(D) || D <- Data];
110 to_binary(null) -> function
112 to_binary(true) -> function
114 to_binary(false) -> function
116 to_binary(Data) when is_atom(Data) -> function
118 to_binary(Data) when is_number(Data) -> function
[all …]
/dports/math/universal/universal-3.48/tests/blockbinary/arithmetic/
H A Dshift.cpp70 std::cout << to_binary(a, true) << '\n'; in ShiftExamples()
71 std::cout << to_binary(b, true) << '\n'; in ShiftExamples()
72 std::cout << to_binary(c, true) << '\n'; in ShiftExamples()
80 std::cout << to_binary(a, true) << '\n'; in ShiftExamples()
82 std::cout << to_binary(a, true) << '\n'; in ShiftExamples()
84 std::cout << to_binary(a, true) << '\n'; in ShiftExamples()
86 std::cout << to_binary(a, true) << '\n'; in ShiftExamples()
88 std::cout << to_binary(a, true) << '\n'; in ShiftExamples()
90 std::cout << to_binary(a, true) << '\n'; in ShiftExamples()
92 std::cout << to_binary(a, true) << '\n'; in ShiftExamples()
[all …]
/dports/math/universal/universal-3.48/tests/posit/api/
H A Dapi.cpp58 …std::cout << to_binary(a) << ' ' << to_binary(b) << ' ' << to_binary(c) << ' ' << to_binary(d) << … in main()
59 std::cout << to_binary(d - 1) << ' ' << to_binary(d - 0.5) << '\n'; in main()
87 …d::cout << "FAIL : construction " << to_binary(a) << ' ' << to_binary(b) << ' ' << to_binary(c) <<… in main()
154 cout << to_binary(c + d) << " vs " << to_binary(posit<nbits,es>(0)) << endl; in main()
155 cout << to_binary(a + c) << " vs " << to_binary(b) << endl; in main()
279 …' << to_binary(a) << ' ' << setw(10) << a << ' ' << setw(3) << int(f) << ' ' << to_binary(b) << ' … in main()
290 …cout << to_binary(i) << ' ' << a << ' ' << to_binary(a) << ' ' << to_binary(-a) << ' ' << -a << ' … in main()
/dports/math/universal/universal-3.48/tests/unum2/
H A Dapi.cpp65 …cout << "FAIL: " << to_binary(a) << ' ' << to_binary(b) << ' ' << to_binary(c) << ' ' << to_binary in main()
83 … cout << to_binary(a) << ' ' << to_binary(b) << ' ' << to_binary(c) << ' ' << to_binary(d) << endl; in main()
84 cout << to_binary(d - 1) << ' ' << to_binary(d - 0.5) << endl; in main()
99 …cout << "FAIL : construction " << to_binary(a) << ' ' << to_binary(b) << ' ' << to_binary(c) << ' … in main()
229 cout << to_binary(c + d) << " vs " << to_binary(0, nbits) << endl; in main()
230 cout << to_binary(a + c) << " vs " << to_binary(b) << endl; in main()
358 …' << to_binary(a) << ' ' << setw(10) << a << ' ' << setw(3) << int(f) << ' ' << to_binary(b) << ' … in main()
371 …cout << to_binary(i) << ' ' << a << ' ' << to_binary(a) << ' ' << to_binary(-a) << ' ' << -a << ' … in main()
/dports/math/universal/universal-3.48/tests/unum/
H A Dapi.cpp66 …cout << "FAIL: " << to_binary(a) << ' ' << to_binary(b) << ' ' << to_binary(c) << ' ' << to_binary in main()
85 … cout << to_binary(a) << ' ' << to_binary(b) << ' ' << to_binary(c) << ' ' << to_binary(d) << endl; in main()
86 cout << to_binary(d - 1) << ' ' << to_binary(d - 0.5) << endl; in main()
102 …cout << "FAIL : construction " << to_binary(a) << ' ' << to_binary(b) << ' ' << to_binary(c) << ' … in main()
232 cout << to_binary(c + d) << " vs " << to_binary(0, nbits) << endl; in main()
233 cout << to_binary(a + c) << " vs " << to_binary(b) << endl; in main()
361 …' << to_binary(a) << ' ' << setw(10) << a << ' ' << setw(3) << int(f) << ' ' << to_binary(b) << ' … in main()
374 …cout << to_binary(i) << ' ' << a << ' ' << to_binary(a) << ' ' << to_binary(-a) << ' ' << -a << ' … in main()
/dports/math/universal/universal-3.48/applications/numeric/
H A Dpriest.cpp79 std::cout << to_binary(c) << " : " << to_binary(a + b) << '\n'; in TestSumErr()
80 std::cout << to_binary(d) << '\n'; in TestSumErr()
81 std::cout << "a : " << to_binary(a) << '\n'; in TestSumErr()
82 std::cout << "b : " << to_binary(b) << '\n'; in TestSumErr()
83 std::cout << "c : " << to_binary(c) << '\n'; in TestSumErr()
84 std::cout << "d : " << to_binary(d) << '\n'; in TestSumErr()
91 std::cout << to_binary(c) << " : " << to_binary(a + b) << '\n'; in TestSumErr()
92 std::cout << to_binary(d) << '\n'; in TestSumErr()
93 std::cout << "a : " << to_binary(a) << '\n'; in TestSumErr()
94 std::cout << "b : " << to_binary(b) << '\n'; in TestSumErr()
[all …]
H A Dquadratic.cpp39 std::cout << "a : " << sw::universal::to_binary(a) << " : " << a << '\n'; in CompareTerms()
40 std::cout << "b : " << sw::universal::to_binary(b) << " : " << b << '\n'; in CompareTerms()
41 std::cout << "c : " << sw::universal::to_binary(c) << " : " << c << '\n'; in CompareTerms()
46 …std::cout << "b^2 : " << sw::universal::to_binary(b_square) << " : " << (b_square… in CompareTerms()
47 …std::cout << "4ac : " << sw::universal::to_binary(fourac) << " : " << (fourac) <<… in CompareTerms()
48 …std::cout << " (b^2 - 4ac) : " << sw::universal::to_binary(difference) << " : " << differe… in CompareTerms()
52 …std::cout << "-b + sqrt(b^2 - 4ac) : " << sw::universal::to_binary(numerator) << " : " << numerato… in CompareTerms()
53 …std::cout << "2a : " << sw::universal::to_binary(denominator) << " : " << denomi… in CompareTerms()
55 std::cout << "root : " << sw::universal::to_binary(root) << " : " << root << '\n'; in CompareTerms()
123 std::cout << "a : " << to_binary(a) << " : " << a << '\n'; in main()
[all …]
/dports/databases/elixir-ecto/ecto-2.2.10/test/ecto/
H A Dlog_entry_test.exs9 assert to_binary(entry) == "QUERY OK\ndone []"
12 assert to_binary(entry) == "QUERY OK\ndone [1, 2, 3]"
15 assert to_binary(entry) == "QUERY OK\ndone [9, 10, 11]"
18 assert to_binary(entry) == "QUERY OK\ndone [1, 2, 3]"
21 assert to_binary(entry) == "QUERY OK db=0.0ms\ndone [1, 2, 3]"
24 assert to_binary(entry) == "QUERY OK db=0.0ms\ndone [1, 2, 3]"
28 assert to_binary(entry) == "QUERY OK db=2.1ms queue=0.1ms\ndone [1, 2, 3]"
32 assert to_binary(entry) == "QUERY ERROR db=2.1ms queue=0.1ms\ndone [1, 2, 3]"
36 assert to_binary(entry) == "QUERY ERROR db=2.1ms decode=0.5ms queue=0.1ms\ndone [1, 2, 3]"
39 …assert to_binary(entry) == "QUERY ERROR source=\"test\" db=2.1ms decode=0.5ms queue=0.1ms\ndone [1…
[all …]
/dports/math/universal/universal-3.48/include/universal/verification/
H A Dblockbinary_test_status.hpp25 << std::setw(COLUMN_WIDTH) << reference << ' ' << to_binary(reference,nbits) in ReportBinaryArithmeticError()
26 << " " << to_binary(result, true) << " vs " << to_binary(reference, nbits) in ReportBinaryArithmeticError()
42 << std::setw(COLUMN_WIDTH) << reference << ' ' << to_binary(reference, nbits) in ReportBinaryArithmeticSuccess()
43 << " " << to_binary(result, true) << " vs " << to_binary(reference, nbits) in ReportBinaryArithmeticSuccess()
59 << std::setw(COLUMN_WIDTH) << reference << ' ' << to_binary(reference, nbits) in ReportArithmeticShiftError()
60 << " " << to_binary(result, true) << " vs " << to_binary(reference, nbits) in ReportArithmeticShiftError()
76 << std::setw(COLUMN_WIDTH) << reference << ' ' << to_binary(reference, nbits) in ReportArithmeticShiftSuccess()
77 << " " << to_binary(result, true) << " vs " << to_binary(reference, nbits) in ReportArithmeticShiftSuccess()
H A Dblocktriple_test_status.hpp24 << std::setw(COLUMN_WIDTH) << reference << ' ' << to_binary(reference,nbits) in ReportBinaryArithmeticError()
25 << " " << to_binary(result, true) << " vs " << to_binary(reference, nbits) in ReportBinaryArithmeticError()
41 << std::setw(COLUMN_WIDTH) << reference << ' ' << to_binary(reference, nbits) in ReportBinaryArithmeticSuccess()
42 << " " << to_binary(result, true) << " vs " << to_binary(reference, nbits) in ReportBinaryArithmeticSuccess()
58 << std::setw(COLUMN_WIDTH) << reference << ' ' << to_binary(reference, nbits) in ReportArithmeticShiftError()
59 << " " << to_binary(result, true) << " vs " << to_binary(reference, nbits) in ReportArithmeticShiftError()
75 << std::setw(COLUMN_WIDTH) << reference << ' ' << to_binary(reference, nbits) in ReportArithmeticShiftSuccess()
76 << " " << to_binary(result, true) << " vs " << to_binary(reference, nbits) in ReportArithmeticShiftSuccess()
H A Dcfloat_test_suite.hpp30 << " reference " << to_binary(reference) << " vs result " << to_binary(result) in CfloatReportConversionError()
480 std::cerr << "nut : " << to_binary(nut) << "\nref : " << to_binary(ref) << '\n'; in VerifyFloat2CfloatConversionRnd()
481 std::cerr << "test: " << to_binary(testValue) << "\nref : " << to_binary(refValue) << '\n'; in VerifyFloat2CfloatConversionRnd()
484 std::cerr << "nut : " << to_binary(nut) << "\nref : " << to_binary(ref) << '\n'; in VerifyFloat2CfloatConversionRnd()
535 std::cerr << "nut : " << to_binary(nut) << "\nref : " << to_binary(ref) << '\n'; in VerifyDouble2CfloatConversionRnd()
536 std::cerr << "test: " << to_binary(testValue) << "\nref : " << to_binary(refValue) << '\n'; in VerifyDouble2CfloatConversionRnd()
539 std::cout << "nut : " << to_binary(nut) << "\nref : " << to_binary(ref) << std::endl; in VerifyDouble2CfloatConversionRnd()
1157 …<< "a " << to_binary(a) << ' ' << std::setw(20) << a << ' ' << to_binary(float(a)) << ' ' << to… in VerifyCfloatAddition()
1158 …<< "b " << to_binary(b) << ' ' << std::setw(20) << b << ' ' << to_binary(float(b)) << ' ' << to… in VerifyCfloatAddition()
1301 …<< "a " << to_binary(a) << ' ' << std::setw(20) << a << ' ' << to_binary(float(a)) << ' ' << to… in VerifyCfloatSubtraction()
[all …]
/dports/math/universal/universal-3.48/include/universal/native/
H A Dieee754.hpp70 …ostr << "sign field mask : " << to_binary(v.smask, v.nbits, true) << '\n'; // mask o… in operator <<()
71 …ostr << "exponent field mask : " << to_binary(v.emask, v.nbits, true) << '\n'; // mask o… in operator <<()
72 …ostr << "mask of exponent value : " << to_binary(v.eallset, v.ebits, true) << '\n'; // mask o… in operator <<()
74 …ostr << "mask of hidden bit : " << to_binary(v.hmask, v.nbits, true) << '\n'; // mask … in operator <<()
75 …ostr << "fraction field mask : " << to_binary(v.fmask, v.nbits, true) << '\n'; // mask … in operator <<()
77 …ostr << "MSB fraction bit mask : " << to_binary(v.fmsb, v.nbits, true) << '\n'; // mask … in operator <<()
78 …ostr << "qNaN pattern : " << to_binary(v.qnanmask, v.nbits, true) << '\n'; // mask … in operator <<()
79 …ostr << "sNaN pattern : " << to_binary(v.snanmask, v.nbits, true) << '\n'; // mask … in operator <<()
81 ostr << " : " << to_binary(v.minNormal) << '\n'; in operator <<()
83 ostr << " : " << to_binary(v.minSubnormal) << '\n'; in operator <<()
[all …]
/dports/math/universal/universal-3.48/tests/fixpnt/conversion/
H A Dmod_conversion.cpp47 …std::cout << to_binary(fpnext) << ' ' << std::setw(10) << fpnext << " | " << to_binary(fp) << ' … in GenerateFixedPointComparisonTable()
76 …<< "i = " << std::setw(3) << 0 << " bit pattern: " << to_binary(marchingOne) << " : " << to_binary in VerifySignedIntegerProgressions()
79 …< "i = " << std::setw(3) << -i << " bit pattern: " << to_binary(marchingOne) << " : " << to_binary in VerifySignedIntegerProgressions()
89 …<< "i = " << std::setw(3) << i << " bit pattern: " << to_binary(marchingOne) << " : " << to_binary in VerifySignedIntegerProgressions()
114 …<< "i = " << std::setw(3) << i << " bit pattern: " << to_binary(marchingOne) << " : " << to_binary in VerifyUnsignedIntegerProgressions()
143 std::cout << to_binary(f) << '\n'; in VerifySignedIntegerProgressionsFloat()
148 … std::setw(3) << 0 << " bit pattern: " << to_binary(marchingOne) << " : " << to_binary(a) << " : "… in VerifySignedIntegerProgressionsFloat()
151 …std::setw(3) << -i << " bit pattern: " << to_binary(marchingOne) << " : " << to_binary(a) << " : "… in VerifySignedIntegerProgressionsFloat()
162 … std::setw(3) << i << " bit pattern: " << to_binary(marchingOne) << " : " << to_binary(a) << " : "… in VerifySignedIntegerProgressionsFloat()
198 std::cout << to_binary(f) << " : " << f << std::endl; in main()
[all …]
/dports/math/universal/universal-3.48/tests/cfloat/math/
H A Dhyperbolic.cpp23 …w::universal::to_binary(a) << " -> sinh( " << a << ") = " << sw::universal::to_binary(asinh) << " … in GenerateTestCaseSinh()
38 …w::universal::to_binary(a) << " -> cosh( " << a << ") = " << sw::universal::to_binary(acosh) << " … in GenerateTestCaseCosh()
53 …w::universal::to_binary(a) << " -> tanh( " << a << ") = " << sw::universal::to_binary(atanh) << " … in GenerateTestCaseTanh()
67 …::universal::to_binary(a) << " -> asinh( " << a << ") = " << sw::universal::to_binary(aasinh) << "… in GenerateTestCaseAsinh()
82 …::universal::to_binary(a) << " -> acosh( " << a << ") = " << sw::universal::to_binary(aacosh) << "… in GenerateTestCaseAcosh()
97 …::universal::to_binary(a) << " -> atanh( " << a << ") = " << sw::universal::to_binary(aatanh) << "… in GenerateTestCaseAtanh()
/dports/math/universal/universal-3.48/tests/fixpnt/math/
H A Dhyperbolic.cpp21 …w::universal::to_binary(a) << " -> sinh( " << a << ") = " << sw::universal::to_binary(asinh) << " … in GenerateTestCaseSinh()
36 …w::universal::to_binary(a) << " -> cosh( " << a << ") = " << sw::universal::to_binary(acosh) << " … in GenerateTestCaseCosh()
51 …w::universal::to_binary(a) << " -> tanh( " << a << ") = " << sw::universal::to_binary(atanh) << " … in GenerateTestCaseTanh()
65 …::universal::to_binary(a) << " -> asinh( " << a << ") = " << sw::universal::to_binary(aasinh) << "… in GenerateTestCaseAsinh()
80 …::universal::to_binary(a) << " -> acosh( " << a << ") = " << sw::universal::to_binary(aacosh) << "… in GenerateTestCaseAcosh()
95 …::universal::to_binary(a) << " -> atanh( " << a << ") = " << sw::universal::to_binary(aatanh) << "… in GenerateTestCaseAtanh()
/dports/x11-toolkits/py-xlib/python-xlib-0.27/test/
H A Dtest_requests_be.py44 bin = request.CreateWindow._request.to_binary(*(), **self.req_args_0)
218 bin = request.MapWindow._request.to_binary(*(), **self.req_args_0)
254 bin = request.UnmapWindow._request.to_binary(*(), **self.req_args_0)
389 bin = request.QueryTree._request.to_binary(*(), **self.req_args_0)
398 bin = request.QueryTree._reply.to_binary(*(), **self.reply_args_0)
428 bin = request.InternAtom._request.to_binary(*(), **self.req_args_0)
1226 bin = request.GrabKey._request.to_binary(*(), **self.req_args_0)
2004 bin = request.CopyGC._request.to_binary(*(), **self.req_args_0)
2088 bin = request.FreeGC._request.to_binary(*(), **self.req_args_0)
2289 bin = request.PolyArc._request.to_binary(*(), **self.req_args_0)
[all …]

12345678910>>...26