00001 /* 00002 * round.cpp 00003 * 00004 * Code generation for function 'round' 00005 * 00006 * C source code generated on: Wed Jul 24 16:11:35 2013 00007 * 00008 */ 00009 00010 /* Include files */ 00011 #include "rt_nonfinite.h" 00012 #include "Optimal_affine_tracking_3d16_fast_realtime.h" 00013 #include "round.h" 00014 #include "Optimal_affine_tracking_3d16_fast_realtime_rtwutil.h" 00015 00016 /* Type Definitions */ 00017 00018 /* Named Constants */ 00019 00020 /* Variable Declarations */ 00021 00022 /* Variable Definitions */ 00023 00024 /* Function Declarations */ 00025 00026 /* Function Definitions */ 00027 void b_round(real_T x[1296]) 00028 { 00029 int32_T k; 00030 for (k = 0; k < 1296; k++) { 00031 x[k] = rt_roundd_snf(x[k]); 00032 } 00033 } 00034 00035 /* End of code generation (round.cpp) */