Lines Matching full:hex
39 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
40 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
41 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
57 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
58 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
59 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
71 << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
72 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
73 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
83 << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
84 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
85 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
99 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
100 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
101 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
117 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
118 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
119 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
131 << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
132 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
133 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
143 << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
144 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
145 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
159 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
160 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
161 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
177 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
178 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
179 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
197 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
198 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
199 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
215 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
216 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
217 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
229 << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
230 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
231 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
241 << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
242 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
243 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
257 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
258 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
259 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
275 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
276 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
277 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
289 << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
290 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
291 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
301 << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
302 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
303 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
317 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
318 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
319 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
335 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
336 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
337 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
357 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
358 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
359 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
377 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
378 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
379 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
393 << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
394 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
395 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
407 << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
408 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
409 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
425 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
426 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
427 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
445 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
446 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
447 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
461 << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
462 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
463 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
475 << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
476 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
477 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
493 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
494 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
495 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
513 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
514 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
515 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
535 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
536 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
537 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
555 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
556 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
557 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
571 << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
572 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
573 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
585 << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
586 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
587 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
603 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
604 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
605 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
623 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
624 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
625 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
639 << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
640 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
641 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
653 << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
654 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
655 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
671 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
672 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
673 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
691 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
692 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
693 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
713 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
714 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
715 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
733 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
734 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
735 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
749 << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
750 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
751 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
763 << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
764 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
765 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
781 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
782 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
783 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
801 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
802 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
803 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
817 << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
818 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
819 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
831 << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
832 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
833 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
849 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
850 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
851 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
869 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
870 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
871 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
891 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
892 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
893 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
911 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
912 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
913 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
927 << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
928 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
929 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
941 << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
942 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
943 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
959 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
960 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
961 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
979 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
980 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
981 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
995 << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
996 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
997 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
1009 << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
1010 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
1011 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
1027 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
1028 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
1029 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
1047 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
1048 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
1049 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
1069 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
1070 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
1071 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
1089 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
1090 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
1091 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
1105 << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
1106 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
1107 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
1119 << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
1120 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
1121 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
1137 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
1138 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
1139 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
1157 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
1158 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
1159 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
1173 << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
1174 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
1175 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
1187 << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
1188 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
1189 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
1205 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
1206 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
1207 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
1225 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
1226 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
1227 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
1247 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
1248 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
1249 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
1267 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
1268 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
1269 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
1283 << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
1284 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
1285 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
1297 << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
1298 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
1299 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
1315 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
1316 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
1317 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
1335 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
1336 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
1337 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
1351 << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
1352 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
1353 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
1365 << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
1366 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
1367 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
1383 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
1384 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
1385 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
1403 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
1404 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
1405 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
1423 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
1424 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
1425 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
1441 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
1442 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
1443 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
1455 << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
1456 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
1457 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
1467 << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
1468 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
1469 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
1483 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
1484 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
1485 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
1501 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
1502 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
1503 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
1515 << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
1516 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
1517 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
1527 << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
1528 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
1529 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
1543 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
1544 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
1545 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
1561 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
1562 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
1563 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
1581 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
1582 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
1583 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
1599 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
1600 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
1601 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
1613 << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
1614 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
1615 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
1625 << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
1626 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
1627 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
1641 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
1642 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
1643 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
1659 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
1660 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
1661 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
1673 << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
1674 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
1675 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
1685 << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
1686 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
1687 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
1701 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
1702 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
1703 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
1719 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
1720 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
1721 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()