diff --git a/macro-comparison.xlsx b/documents/macro-comparison.xlsx similarity index 100% rename from macro-comparison.xlsx rename to documents/macro-comparison.xlsx diff --git a/~$macro-comparison.xlsx b/documents/~$macro-comparison.xlsx similarity index 100% rename from ~$macro-comparison.xlsx rename to documents/~$macro-comparison.xlsx diff --git a/images/0820_TeamProject.PNG b/images/0820_TeamProject.PNG new file mode 100644 index 0000000000000000000000000000000000000000..4b760a7f22a069d668917f6b2a440d2a77a5b476 Binary files /dev/null and b/images/0820_TeamProject.PNG differ diff --git a/DIV_01.png b/images/DIV_01.png similarity index 100% rename from DIV_01.png rename to images/DIV_01.png diff --git a/DIV_02.png b/images/DIV_02.png similarity index 100% rename from DIV_02.png rename to images/DIV_02.png diff --git a/DIV_03.png b/images/DIV_03.png similarity index 100% rename from DIV_03.png rename to images/DIV_03.png diff --git a/optimization-result.png b/images/optimization-result.png similarity index 100% rename from optimization-result.png rename to images/optimization-result.png diff --git a/speed-experiment-2.png b/images/speed-experiment-2.png similarity index 100% rename from speed-experiment-2.png rename to images/speed-experiment-2.png diff --git a/speed-experiment.png b/images/speed-experiment.png similarity index 100% rename from speed-experiment.png rename to images/speed-experiment.png diff --git a/test.c b/test.c index daa387548d63c5f9a50c781a65cbeaf21f82b1ae..7e5b5ef59abb3497bac7f129bc382523d93f1738 100755 --- a/test.c +++ b/test.c @@ -3,57 +3,63 @@ #include "fx_1615_longlong.h" //#include <time.h> #include <limits.h> -static void fx_1615_longlong_mul1_test(void); -static void fx_1615_longlong_mul2_test(void); -static void fx_1615_longlong_mul3_test(void); - -static void fx_1615_longlong_mul1_test(void) { - fx_s1615 divisor = 62764; - fx_s1615 a = 0; - for (int i = 0; i < 100000000; ++i) { - a = FX_1615_LONGLONG_MUL1((i), (divisor)); - } -} - -static void fx_1615_longlong_mul2_test(void) { - fx_s1615 divisor = 62764; - fx_s1615 a = 0; - for (int i = 0; i < 100000000; ++i) { - a=FX_1615_LONGLONG_MUL2((i), (divisor)); - } -} - -static void fx_1615_longlong_mul3_test(void) { - fx_s1615 divisor = 62764; - fx_s1615 a = 0; - for (int i = 0; i < 100000000; ++i) { - a=FX_1615_LONGLONG_MUL3((i), (divisor)); - } -} - -static void fx_1615_longlong_div01_test(void) { - fx_s1615 divisor = 3194858; - fx_s1615 a = 0; - for (int i = 0; i < 100000000; ++i) { - a=FX_1615_LONGLONG_DIV01((i),(divisor)); - } -} - -static void fx_1615_longlong_div02_test(void) { - fx_s1615 divisor = 3194858; - fx_s1615 a = 0; - for (int i = 0; i < 100000000; ++i) { - a=FX_1615_LONGLONG_DIV02((i),(divisor)); - } -} - -static void fx_1615_longlong_div03_test(void) { - fx_s1615 divisor = 3194858; - fx_s1615 a = 0; - for (int i = 0; i < 100000000; ++i) { - a=FX_1615_LONGLONG_DIV03((i),(divisor)); - } -} +//static void fx_1615_longlong_mul1_test(void); +//static void fx_1615_longlong_mul2_test(void); +//static void fx_1615_longlong_mul3_test(void); +// +//static void fx_1615_longlong_mul1_test(void) { +// fx_s1615 divisor = 62764; +// fx_s1615 a = 0; +// int i=0; +// for (i = 0; i < 100000000; ++i) { +// a = FX_1615_LONGLONG_MUL1((i), (divisor)); +// } +//} +// +//static void fx_1615_longlong_mul2_test(void) { +// fx_s1615 divisor = 62764; +// fx_s1615 a = 0; +// int i=0; +// for (i = 0; i < 100000000; ++i) { +// a=FX_1615_LONGLONG_MUL2((i), (divisor)); +// } +//} +// +//static void fx_1615_longlong_mul3_test(void) { +// fx_s1615 divisor = 62764; +// fx_s1615 a = 0; +// int i=0; +// for ( i = 0; i < 100000000; ++i) { +// a=FX_1615_LONGLONG_MUL3((i), (divisor)); +// } +//} +// +//static void fx_1615_longlong_div01_test(void) { +// fx_s1615 divisor = 3194858; +// fx_s1615 a = 0; +// int i=0; +// for (i = 0; i < 100000000; ++i) { +// a=FX_1615_LONGLONG_DIV01((i),(divisor)); +// } +//} +// +//static void fx_1615_longlong_div02_test(void) { +// fx_s1615 divisor = 3194858; +// fx_s1615 a = 0; +// int i=0; +// for ( i = 0; i < 100000000; ++i) { +// a=FX_1615_LONGLONG_DIV02((i),(divisor)); +// } +//} +// +//static void fx_1615_longlong_div03_test(void) { +// fx_s1615 divisor = 3194858; +// fx_s1615 a = 0; +// int i=0; +// for ( i = 0; i < 100000000; ++i) { +// a=FX_1615_LONGLONG_DIV03((i),(divisor)); +// } +//} // static void fx_1615_longlong_div04_test(void) { // fx_s1615 divisor = 3194858; @@ -120,27 +126,27 @@ static void fx_1615_longlong_div03_test(void) { // } int main(void) { - const fx_s1615 fx_1615_SinTable[91] = { 0, 571, 1143, 1714, 2285, 2855, - 3425, 3993, 4560, 5126, 5690, 6252, 6812, 7371, 7927, 8480, 9032, - 9580, 10125, 10668, 11207, 11743, 12275, 12803, 13327, 13848, - 14364, 14876, 15383, 15886, 16384, 16876, 17364, 17846, 18323, - 18794, 19260, 19720, 20173, 20621, 21062, 21497, 21926, 22347, - 22762, 23170, 23571, 23964, 24351, 24730, 25101, 25465, 25821, - 26169, 26509, 26841, 27165, 27481, 27788, 28087, 28377, 28659, - 28932, 29196, 29451, 29697, 29935, 30163, 30381, 30591, 30791, - 30982, 31164, 31336, 31498, 31651, 31794, 31928, 32051, 32165, - 32270, 32364, 32449, 32523, 32588, 32643, 32688, 32723, 32748, - 32763, 32768 - }; - - fx_1615_longlong_mul1_test(); - fx_1615_longlong_mul2_test(); - fx_1615_longlong_mul3_test(); - - - fx_1615_longlong_div01_test(); - fx_1615_longlong_div02_test(); - fx_1615_longlong_div03_test(); +// const fx_s1615 fx_1615_SinTable[91] = { 0, 571, 1143, 1714, 2285, 2855, +// 3425, 3993, 4560, 5126, 5690, 6252, 6812, 7371, 7927, 8480, 9032, +// 9580, 10125, 10668, 11207, 11743, 12275, 12803, 13327, 13848, +// 14364, 14876, 15383, 15886, 16384, 16876, 17364, 17846, 18323, +// 18794, 19260, 19720, 20173, 20621, 21062, 21497, 21926, 22347, +// 22762, 23170, 23571, 23964, 24351, 24730, 25101, 25465, 25821, +// 26169, 26509, 26841, 27165, 27481, 27788, 28087, 28377, 28659, +// 28932, 29196, 29451, 29697, 29935, 30163, 30381, 30591, 30791, +// 30982, 31164, 31336, 31498, 31651, 31794, 31928, 32051, 32165, +// 32270, 32364, 32449, 32523, 32588, 32643, 32688, 32723, 32748, +// 32763, 32768 +// }; + +// fx_1615_longlong_mul1_test(); +// fx_1615_longlong_mul2_test(); +// fx_1615_longlong_mul3_test(); +// +// +// fx_1615_longlong_div01_test(); +// fx_1615_longlong_div02_test(); +// fx_1615_longlong_div03_test(); // fx_1615_longlong_div04_test(); // fx_1615_longlong_div05_test(); // fx_1615_longlong_div06_test(); @@ -180,7 +186,7 @@ int main(void) { } } */ - /* 오차가 발생하는 주기 찾기 + double da; double db; scanf("%lf %lf",&da, &db); @@ -204,18 +210,18 @@ int main(void) { da*db - FX_S1615_INT_TO_DOUBLE(fc)); printf("\nTest division\n"); - fc =FX_1615_LONGLONG_DIV1(fa,fb); + fc =FX_1615_LONGLONG_DIV01(fa,fb); printf("Exact answer = %f func result = %f, error = %f\n",da/db, FX_S1615_INT_TO_DOUBLE(fc), da/db - FX_S1615_INT_TO_DOUBLE(fc)); - fc =FX_1615_LONGLONG_DIV2(fa,fb); + fc =FX_1615_LONGLONG_DIV02(fa,fb); printf("Exact answer = %f func result = %f, error = %f\n",da/db, FX_S1615_INT_TO_DOUBLE(fc), da/db - FX_S1615_INT_TO_DOUBLE(fc)); - fc =FX_1615_LONGLONG_DIV3(fa,fb); + fc =FX_1615_LONGLONG_DIV03(fa,fb); printf("Exact answer = %f func result = %f, error = %f\n",da/db, FX_S1615_INT_TO_DOUBLE(fc), da/db - FX_S1615_INT_TO_DOUBLE(fc)); - */ + /* clock_t start = clock(); diff --git a/violations.html b/violations.html deleted file mode 100644 index ce46b422dc2ac206dde9c9a6ce1b79a3ce820341..0000000000000000000000000000000000000000 --- a/violations.html +++ /dev/null @@ -1,546 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html> - <head> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> - <style type="text/css"> - .style_2 { font-family: "맑은 고딕"; font-size: 16pt; padding: 2pt; background-color: rgb(237, 247, 254);} - .style_3 { font-family: "맑은 고딕";} - .style_13 { border: thin solid rgb(255, 255, 255); background-color: rgb(245, 245, 245);} - .style_14 { margin: 15pt 5pt 5pt; border-top: thin solid rgb(11, 109, 183);} - .style_0 { font-family: sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; color: black; text-indent: 0em; letter-spacing: normal; word-spacing: normal; text-transform: none; white-space: normal; line-height: normal;} - .style_1 { font-family: "맑은 고딕"; font-weight: bold; font-size: 18pt; color: rgb(255, 255, 255); margin: 0px 0pt 0pt; padding: 5pt; background-color: rgb(11, 109, 183);} - .style_6 { border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin dashed rgb(11, 109, 183); border-left: thin solid rgb(255, 255, 255); background-color: rgb(255, 180, 130);} - .style_7 { font-family: "맑은 고딕";} - .style_8 { border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin dashed rgb(11, 109, 183); border-left: thin solid rgb(255, 255, 255); background-color: rgb(245, 245, 245);} - .style_9 { border: thin solid rgb(255, 255, 255); background-color: rgb(255, 180, 130);} - .style_10 { font-family: "맑은 고딕";} - .style_12 { border: thin solid rgb(255, 255, 255); background-color: rgb(245, 245, 245);} - .style_11 { font-size: 9pt;} - </style> - <script type="text/javascript"> - //<![CDATA[ - function redirect(target, url){ - if (target =='_blank'){ - open(url); - } - else if (target == '_top'){ - window.top.location.href=url; - } - else if (target == '_parent'){ - location.href=url; - } - else if (target == '_self'){ - location.href =url; - } - else{ - open(url); - } - } - //]]> - </script> - </head> - <body class="style_0" style=" margin:0px;"> - <table cellpadding="0" rule="none" style="empty-cells: show; width:8in; overflow: hidden; table-layout:fixed;"> - <col></col> - <tr> - <td></td> - </tr> - <tr> - <td valign="top"> - <table style="border-collapse: collapse; empty-cells: show; width: 100%; overflow:hidden; table-layout:fixed;" id="__bookmark_1"> - <col></col> - <tr style=" height: 50px;" valign="top" align="left"> - <td style=" overflow:hidden; padding: 0px;" valign="top"> - <div style="position: relative; height: 100%;"> - <div style=" height: 50px; width: 100%; position: absolute; left: 0px; overflow:hidden;"> - <div class="style_1" id="AUTOGENBOOKMARK_1" style=" text-align:center;">인스펙션 위배 상세 내용</div> - </div> - </div> - </td> - </tr> - <tr style=" height: 40px;" valign="top" align="left"> - <td style=" overflow:hidden; padding: 0px;" valign="top"> - <div style="position: relative; height: 100%;"> - <div style=" height: 40px; width: 100%; position: absolute; left: 0px; overflow:hidden;"> - <div class="style_2" id="__bookmark_2" style=" text-align:center;">프로젝트 이름: ' battle_c_1 '</div> - </div> - </div> - </td> - </tr> - <tr valign="top" align="left"> - <td style=" overflow:hidden;"> - <div class="style_3" style=" text-align:right;">2020-08-19 16:14:36</div> - </td> - </tr> - </table> - <table style="border-collapse: collapse; empty-cells: show; width: 100%; overflow:hidden; table-layout:fixed;" id="AUTOGENBOOKMARK_2"> - <col></col> - <tr valign="top" align="left"> - <td style=" overflow:hidden;" align="center" valign="middle"></td> - </tr> - </table> - <table style="border-collapse: collapse; empty-cells: show; width: 7.948in; overflow:hidden; table-layout:fixed;" id="__bookmark_3"> - <col style=" width: 2.156in;"></col> - <col style=" width: 0.802in;"></col> - <col style=" width: 0.594in;"></col> - <col style=" width: 0.802in;"></col> - <col style=" width: 0.802in;"></col> - <col style=" width: 0.51in;"></col> - <col style=" width: 2.281in;"></col> - <tr valign="top" align="center"> - <th class="style_6" colspan="2" style=" overflow:hidden;font-weight: normal; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin dashed rgb(11, 109, 183); border-left: thin solid rgb(255, 255, 255);" align="center" valign="middle"> - <div class="style_7" id="AUTOGENBOOKMARK_3" style=" text-align:center;">전체 위배 수</div> - </th> - <th class="style_8" colspan="5" style=" overflow:hidden;font-weight: normal; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin dashed rgb(11, 109, 183); border-left: thin solid rgb(255, 255, 255);" align="center" valign="middle"> - <div class="style_7" style=" text-align:center;">18</div> - </th> - </tr> - <tr valign="top" align="center"> - <th class="style_9" style=" overflow:hidden;font-weight: normal; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="center" valign="middle"> - <div class="style_10" id="AUTOGENBOOKMARK_4">진단 메시지</div> - </th> - <th class="style_9" style=" overflow:hidden;font-weight: normal; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="center" valign="middle"> - <div class="style_10" id="AUTOGENBOOKMARK_5">규칙</div> - </th> - <th class="style_9" style=" overflow:hidden;font-weight: normal; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="center" valign="middle"> - <div class="style_10" id="AUTOGENBOOKMARK_6">심각도</div> - </th> - <th class="style_9" style=" overflow:hidden;font-weight: normal; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="center" valign="middle"> - <div class="style_10" id="AUTOGENBOOKMARK_7">소스</div> - </th> - <th class="style_9" style=" overflow:hidden;font-weight: normal; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="center" valign="middle"> - <div class="style_10" id="AUTOGENBOOKMARK_8">함수</div> - </th> - <th class="style_9" style=" overflow:hidden;font-weight: normal; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="center" valign="middle"> - <div class="style_10" id="AUTOGENBOOKMARK_9">라인</div> - </th> - <th class="style_9" style=" overflow:hidden;font-weight: normal; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="center" valign="middle"> - <div class="style_10" id="AUTOGENBOOKMARK_10">경로</div> - </th> - </tr> - <tr class="style_11" valign="top" align="left"> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">일반 산술변환의 두 피연산자가 다른 essential type임 ( signed / float )</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">MISRA_C_2<br/>012_10_04</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">높음</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">fx_s1615_d<br/>ouble.c</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">sine_fx_s1<br/>615_int</div> - </td> - <td class="style_13" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="center" valign="middle"> - <div class="style_10">8</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">C:\Users\ajou\Desktop\battle_c<br/>_1</div> - </td> - </tr> - <tr class="style_11" valign="top" align="left"> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">일반 산술변환의 두 피연산자가 다른 essential type임 ( float / signed )</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">MISRA_C_2<br/>012_10_04</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">높음</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">fx_s1615_d<br/>ouble.c</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">sine_fx_s1<br/>615_int</div> - </td> - <td class="style_13" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="center" valign="middle"> - <div class="style_10">9</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">C:\Users\ajou\Desktop\battle_c<br/>_1</div> - </td> - </tr> - <tr class="style_11" valign="top" align="left"> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">타입이 double인 복합수식문을 크거나 다른 essential type인 int로 명시적으로 변환하면 안됨</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">MISRA_C_2<br/>012_10_08</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">높음</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">fx_s1615_d<br/>ouble.c</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">sine_fx_s1<br/>615_int</div> - </td> - <td class="style_13" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="center" valign="middle"> - <div class="style_10">10</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">C:\Users\ajou\Desktop\battle_c<br/>_1</div> - </td> - </tr> - <tr class="style_11" valign="top" align="left"> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">일반 산술변환의 두 피연산자가 다른 essential type임 ( signed / float )</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">MISRA_C_2<br/>012_10_04</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">높음</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">fx_s1615_d<br/>ouble.c</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">sqrt_fx_s1<br/>615_int</div> - </td> - <td class="style_13" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="center" valign="middle"> - <div class="style_10">14</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">C:\Users\ajou\Desktop\battle_c<br/>_1</div> - </td> - </tr> - <tr class="style_11" valign="top" align="left"> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">타입이 double인 복합수식문을 크거나 다른 essential type인 int로 명시적으로 변환하면 안됨</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">MISRA_C_2<br/>012_10_08</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">높음</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">fx_s1615_d<br/>ouble.c</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">sqrt_fx_s1<br/>615_int</div> - </td> - <td class="style_13" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="center" valign="middle"> - <div class="style_10">15</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">C:\Users\ajou\Desktop\battle_c<br/>_1</div> - </td> - </tr> - <tr class="style_11" valign="top" align="left"> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">일반 산술변환의 두 피연산자가 다른 essential type임 ( signed / float )</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">MISRA_C_2<br/>012_10_04</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">높음</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">fx_s1615_d<br/>ouble.c</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">power_fx_s<br/>1615_int</div> - </td> - <td class="style_13" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="center" valign="middle"> - <div class="style_10">19</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">C:\Users\ajou\Desktop\battle_c<br/>_1</div> - </td> - </tr> - <tr class="style_11" valign="top" align="left"> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">타입이 double인 복합수식문을 크거나 다른 essential type인 int로 명시적으로 변환하면 안됨</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">MISRA_C_2<br/>012_10_08</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">높음</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">fx_s1615_d<br/>ouble.c</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">power_fx_s<br/>1615_int</div> - </td> - <td class="style_13" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="center" valign="middle"> - <div class="style_10">20</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">C:\Users\ajou\Desktop\battle_c<br/>_1</div> - </td> - </tr> - <tr class="style_11" valign="top" align="left"> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">long long 타입이 더 작거나 다른 essential 타입인 int으로 변환되었음</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">MISRA_C_2<br/>012_10_03</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">높음</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">test.c</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">fx_1615_lo<br/>nglong_mul<br/>1_test</div> - </td> - <td class="style_13" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="center" valign="middle"> - <div class="style_10">20</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">C:\Users\ajou\Desktop\battle_c<br/>_1</div> - </td> - </tr> - <tr class="style_11" valign="top" align="left"> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">연산자 bitwise operator에 부적절한 essential type인 signed을 사용하였음</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">MISRA_C_2<br/>012_10_01</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">높음</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">test.c</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">fx_1615_lo<br/>nglong_mul<br/>1_test</div> - </td> - <td class="style_13" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="center" valign="middle"> - <div class="style_10">20</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">C:\Users\ajou\Desktop\battle_c<br/>_1</div> - </td> - </tr> - <tr class="style_11" valign="top" align="left"> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">연산자 bitwise operator에 부적절한 essential type인 signed을 사용하였음</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">MISRA_C_2<br/>012_10_01</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">높음</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">test.c</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">fx_1615_lo<br/>nglong_mul<br/>2_test</div> - </td> - <td class="style_13" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="center" valign="middle"> - <div class="style_10">28</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">C:\Users\ajou\Desktop\battle_c<br/>_1</div> - </td> - </tr> - <tr class="style_11" valign="top" align="left"> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">연산자 bitwise operator에 부적절한 essential type인 signed을 사용하였음</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">MISRA_C_2<br/>012_10_01</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">높음</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">test.c</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">fx_1615_lo<br/>nglong_mul<br/>3_test</div> - </td> - <td class="style_13" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="center" valign="middle"> - <div class="style_10">36</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">C:\Users\ajou\Desktop\battle_c<br/>_1</div> - </td> - </tr> - <tr class="style_11" valign="top" align="left"> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">long long 타입이 더 작거나 다른 essential 타입인 int으로 변환되었음</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">MISRA_C_2<br/>012_10_03</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">높음</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">test.c</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">fx_1615_lo<br/>nglong_div<br/>1_test</div> - </td> - <td class="style_13" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="center" valign="middle"> - <div class="style_10">44</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">C:\Users\ajou\Desktop\battle_c<br/>_1</div> - </td> - </tr> - <tr class="style_11" valign="top" align="left"> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">연산자 bitwise operator에 부적절한 essential type인 signed을 사용하였음</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">MISRA_C_2<br/>012_10_01</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">높음</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">test.c</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">fx_1615_lo<br/>nglong_div<br/>1_test</div> - </td> - <td class="style_13" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="center" valign="middle"> - <div class="style_10">44</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">C:\Users\ajou\Desktop\battle_c<br/>_1</div> - </td> - </tr> - <tr class="style_11" valign="top" align="left"> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">연산자 bitwise operator에 부적절한 essential type인 signed을 사용하였음</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">MISRA_C_2<br/>012_10_01</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">높음</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">test.c</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">fx_1615_lo<br/>nglong_div<br/>2_test</div> - </td> - <td class="style_13" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="center" valign="middle"> - <div class="style_10">52</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">C:\Users\ajou\Desktop\battle_c<br/>_1</div> - </td> - </tr> - <tr class="style_11" valign="top" align="left"> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">연산자 bitwise operator에 부적절한 essential type인 signed을 사용하였음</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">MISRA_C_2<br/>012_10_01</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">높음</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">test.c</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">fx_1615_lo<br/>nglong_div<br/>2_test1</div> - </td> - <td class="style_13" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="center" valign="middle"> - <div class="style_10">60</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">C:\Users\ajou\Desktop\battle_c<br/>_1</div> - </td> - </tr> - <tr class="style_11" valign="top" align="left"> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">연산자 bitwise operator에 부적절한 essential type인 signed을 사용하였음</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">MISRA_C_2<br/>012_10_01</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">높음</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">test.c</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">fx_1615_lo<br/>nglong_div<br/>2_test2</div> - </td> - <td class="style_13" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="center" valign="middle"> - <div class="style_10">67</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">C:\Users\ajou\Desktop\battle_c<br/>_1</div> - </td> - </tr> - <tr class="style_11" valign="top" align="left"> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">연산자 bitwise operator에 부적절한 essential type인 signed을 사용하였음</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">MISRA_C_2<br/>012_10_01</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">높음</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">test.c</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">fx_1615_lo<br/>nglong_div<br/>2_test3</div> - </td> - <td class="style_13" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="center" valign="middle"> - <div class="style_10">74</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">C:\Users\ajou\Desktop\battle_c<br/>_1</div> - </td> - </tr> - <tr class="style_11" valign="top" align="left"> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">연산자 bitwise operator에 부적절한 essential type인 signed을 사용하였음</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">MISRA_C_2<br/>012_10_01</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">높음</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">test.c</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">fx_1615_lo<br/>nglong_div<br/>3_test</div> - </td> - <td class="style_13" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="center" valign="middle"> - <div class="style_10">82</div> - </td> - <td class="style_12" style=" overflow:hidden; border-top: thin solid rgb(255, 255, 255); border-right: thin solid rgb(255, 255, 255); border-bottom: thin solid rgb(255, 255, 255); border-left: thin solid rgb(255, 255, 255);" align="left" valign="middle"> - <div class="style_10">C:\Users\ajou\Desktop\battle_c<br/>_1</div> - </td> - </tr> - </table> - <div class="style_14" id="AUTOGENBOOKMARK_11" style=" text-align:center;">Copyright (c) Suresoft Technologies Inc. All rights reserved.</div> - </td> - </tr> - <tr> - <td> - <div></div> - </td> - </tr> - </table> - </body> - </html> \ No newline at end of file diff --git a/violations.pdf b/violations.pdf new file mode 100644 index 0000000000000000000000000000000000000000..eca3bd00efac933cb2635d5b64ac9781111e03d4 Binary files /dev/null and b/violations.pdf differ