Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: square_S_vector.h
- Revision:
- 1:51a340435086
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/square_S_vector.h Fri Apr 17 01:50:54 2015 +0000 @@ -0,0 +1,85 @@ +static const int square_S_vector[] = { +1 , -640 , 640 , +1 , -576 , 640 , +1 , -512 , 640 , +1 , -448 , 640 , +1 , -384 , 640 , +1 , -320 , 640 , +1 , -256 , 640 , +1 , -192 , 640 , +1 , -128 , 640 , +1 , -64 , 640 , +1 , 0 , 640 , +1 , 64 , 640 , +1 , 128 , 640 , +1 , 192 , 640 , +1 , 256 , 640 , +1 , 320 , 640 , +1 , 384 , 640 , +1 , 448 , 640 , +1 , 512 , 640 , +1 , 576 , 640 , +1 , 640 , 640 , +1 , 640 , 576 , +1 , 640 , 512 , +1 , 640 , 448 , +1 , 640 , 384 , +1 , 640 , 320 , +1 , 640 , 256 , +1 , 640 , 192 , +1 , 640 , 128 , +1 , 640 , 64 , +1 , 640 , 0 , +1 , 640 , -64 , +1 , 640 , -128 , +1 , 640 , -192 , +1 , 640 , -256 , +1 , 640 , -320 , +1 , 640 , -384 , +1 , 640 , -448 , +1 , 640 , -512 , +1 , 640 , -576 , +1 , 640 , -640 , +1 , 576 , -640 , +1 , 512 , -640 , +1 , 448 , -640 , +1 , 384 , -640 , +1 , 320 , -640 , +1 , 256 , -640 , +1 , 192 , -640 , +1 , 128 , -640 , +1 , 64 , -640 , +1 , 0 , -640 , +1 , -64 , -640 , +1 , -128 , -640 , +1 , -192 , -640 , +1 , -256 , -640 , +1 , -320 , -640 , +1 , -384 , -640 , +1 , -448 , -640 , +1 , -512 , -640 , +1 , -576 , -640 , +1 , -640 , -640 , +1 , -640 , -576 , +1 , -640 , -512 , +1 , -640 , -448 , +1 , -640 , -384 , +1 , -640 , -320 , +1 , -640 , -256 , +1 , -640 , -192 , +1 , -640 , -128 , +1 , -640 , -64 , +1 , -640 , 0 , +1 , -640 , 64 , +1 , -640 , 128 , +1 , -640 , 192 , +1 , -640 , 256 , +1 , -640 , 320 , +1 , -640 , 384 , +1 , -640 , 448 , +1 , -640 , 512 , +1 , -640 , 576 , +1 , -640 , 640 +}; + +static const int square_S_vector_dnum = sizeof square_S_vector / sizeof square_S_vector[0]; \ No newline at end of file