SYMBOL INDEX (809 symbols across 99 files) FILE: 3d-rendering/src/host/3d_rendering_host.cpp function main (line 46) | int main(int argc, char ** argv) FILE: 3d-rendering/src/host/typedefs.h type ap_uint (line 32) | typedef ap_uint<1> bit1; type ap_uint (line 33) | typedef ap_uint<2> bit2; type ap_uint (line 34) | typedef ap_uint<8> bit8; type ap_uint (line 35) | typedef ap_uint<16> bit16; type ap_uint (line 36) | typedef ap_uint<32> bit32; type bit8 (line 38) | typedef unsigned char bit8; type bit32 (line 39) | typedef unsigned int bit32; type Triangle_3D (line 43) | typedef struct type Triangle_2D (line 57) | typedef struct type CandidatePixel (line 69) | typedef struct type Pixel (line 78) | typedef struct FILE: 3d-rendering/src/host/utils.cpp function print_usage (line 16) | void print_usage(char* filename) function parse_sdaccel_command_line_args (line 22) | void parse_sdaccel_command_line_args( FILE: 3d-rendering/src/ocl/rendering.cpp function check_clockwise (line 19) | int check_clockwise( Triangle_2D triangle_2d ) function clockwise_vertices (line 31) | void clockwise_vertices( Triangle_2D *triangle_2d ) function bit1 (line 52) | bit1 pixel_in_triangle( bit8 x, bit8 y, Triangle_2D triangle_2d ) function bit8 (line 65) | bit8 find_min( bit8 in0, bit8 in1, bit8 in2 ) function bit8 (line 85) | bit8 find_max( bit8 in0, bit8 in1, bit8 in2 ) function projection (line 106) | void projection ( Triangle_3D triangle_3d, Triangle_2D *triangle_2d, bit... function bit2 (line 148) | bit2 rasterization1 ( Triangle_2D triangle_2d, bit8 max_min[], Triangle_... function bit16 (line 180) | bit16 rasterization2 ( bit2 flag, bit8 max_min[], bit16 max_index[], Tri... function bit16 (line 211) | bit16 zculling ( bit16 counter, CandidatePixel fragments[], bit16 size, ... function coloringFB (line 250) | void coloringFB(bit16 counter, bit16 size_pixels, Pixel pixels[], bit8 ... function output_FB (line 275) | void output_FB(bit8 frame_buffer[MAX_X][MAX_Y], bit32 output[NUM_FB]) function rendering (line 297) | void rendering( bit32 input[3*NUM_3D_TRI], bit32 output[NUM_FB]) FILE: 3d-rendering/src/sdsoc/rendering.cpp function check_clockwise (line 19) | int check_clockwise( Triangle_2D triangle_2d ) function clockwise_vertices (line 31) | void clockwise_vertices( Triangle_2D *triangle_2d ) function bit1 (line 52) | bit1 pixel_in_triangle( bit8 x, bit8 y, Triangle_2D triangle_2d ) function bit8 (line 65) | bit8 find_min( bit8 in0, bit8 in1, bit8 in2 ) function bit8 (line 85) | bit8 find_max( bit8 in0, bit8 in1, bit8 in2 ) function projection (line 106) | void projection ( Triangle_3D triangle_3d, Triangle_2D *triangle_2d, bit... function bit2 (line 148) | bit2 rasterization1 ( Triangle_2D triangle_2d, bit8 max_min[], Triangle_... function bit16 (line 180) | bit16 rasterization2 ( bit2 flag, bit8 max_min[], bit16 max_index[], Tri... function bit16 (line 211) | bit16 zculling ( bit16 counter, CandidatePixel fragments[], bit16 size, ... function coloringFB (line 250) | void coloringFB(bit16 counter, bit16 size_pixels, Pixel pixels[], bit8 ... function output_FB (line 275) | void output_FB(bit8 frame_buffer[MAX_X][MAX_Y], bit32 output[NUM_FB]) function rendering (line 295) | void rendering( bit32 input[3*NUM_3D_TRI], bit32 output[NUM_FB]) FILE: 3d-rendering/src/sw/rendering_sw.cpp function check_clockwise (line 19) | int check_clockwise( Triangle_2D triangle_2d ) function clockwise_vertices (line 31) | void clockwise_vertices( Triangle_2D *triangle_2d ) function pixel_in_triangle (line 52) | bool pixel_in_triangle( bit8 x, bit8 y, Triangle_2D triangle_2d ) function bit8 (line 65) | bit8 find_min( bit8 in0, bit8 in1, bit8 in2 ) function bit8 (line 85) | bit8 find_max( bit8 in0, bit8 in1, bit8 in2 ) function projection (line 106) | void projection ( Triangle_3D triangle_3d, Triangle_2D *triangle_2d, int... function rasterization1 (line 147) | bool rasterization1 ( Triangle_2D triangle_2d, bit8 max_min[], int max_i... function rasterization2 (line 169) | int rasterization2 ( bool flag, bit8 max_min[], int max_index[], Triangl... function zculling (line 199) | int zculling ( int counter, CandidatePixel fragments[], int size, Pixel ... function coloringFB (line 235) | void coloringFB(int counter, int size_pixels, Pixel pixels[], bit8 frame... function rendering_sw (line 255) | void rendering_sw( Triangle_3D triangle_3ds[NUM_3D_TRI], bit8 output[MAX... FILE: BNN/cpp/accel/Accel.cpp function print_ap_bits (line 16) | void print_ap_bits(const T& in, const unsigned W) { function print_params (line 24) | void print_params(T params[CONVOLVERS][K][K]) { function print_line_buffer_m (line 37) | void print_line_buffer_m(T lbuf[CONV_BANKS]) { function TwoBit (line 49) | TwoBit encode_bit(const Bit& b) { function ConvOut (line 56) | ConvOut conv3x3b( function conv_word (line 77) | void conv_word( function process_word (line 93) | void process_word( function bin_conv (line 183) | void bin_conv( function fp_conv (line 455) | void fp_conv( function bin_dense (line 582) | void bin_dense( function top (line 696) | void top( FILE: BNN/cpp/accel/Accel.h type LayerTypeEnum (line 57) | enum LayerTypeEnum {LAYER_CONV1, LAYER_CONV, LAYER_DENSE, LAYER_LAST} type ap_int (line 59) | typedef ap_int Word; type ap_int (line 60) | typedef ap_int WtType; type ap_uint (line 61) | typedef ap_uint<16> Address; type ap_int (line 62) | typedef ap_int<12> ConvSum; type ap_int (line 63) | typedef ap_int<5> ConvOut; type ap_uint (line 64) | typedef ap_uint<10> IdxType; type ap_int (line 66) | typedef ap_int<16> NormComp; type ap_int (line 67) | typedef ap_int<16> DenseSum; FILE: BNN/cpp/accel/AccelPrint.cpp function print_params3d (line 3) | void print_params3d(Word in[], unsigned M, unsigned num) { function print_wt_word (line 16) | void print_wt_word(const Word& in) { function print_wt (line 29) | void print_wt(const WtType& in) { FILE: BNN/cpp/accel/AccelPrint.h function set_bit (line 12) | void set_bit(T array[], unsigned bit_idx, Bit val) { function Bit (line 20) | Bit get_bit(T array[], unsigned bit_idx) { FILE: BNN/cpp/accel/AccelSchedule.cpp function compute_accel_schedule (line 28) | void compute_accel_schedule( function run_accel_schedule (line 94) | void run_accel_schedule( function find_conv_batch_size (line 145) | unsigned find_conv_batch_size(unsigned width, unsigned width_o, function find_dense_batch_size (line 174) | unsigned find_dense_batch_size(unsigned n_inputs, unsigned n_outputs) { function load_conv1_weights (line 201) | void load_conv1_weights(Word* wt, Word* wt_o, unsigned o, unsigned n_out) function load_conv_weights (line 237) | void load_conv_weights(Word* wt, Word* wt_o, function load_dense_weights (line 281) | void load_dense_weights(Word* wt, Word* wt_o, function load_kh (line 294) | void load_kh(Word* kh, Word kh_i[], unsigned o, unsigned n_out) { function total_time (line 301) | float total_time() { FILE: BNN/cpp/accel/AccelSchedule.h type AccelInfo (line 9) | struct AccelInfo { FILE: BNN/cpp/accel/AccelTest.cpp function layer_is_conv (line 10) | bool layer_is_conv(unsigned layer_idx) { function layer_is_binconv (line 13) | bool layer_is_binconv(unsigned layer_idx) { function layer_is_fpconv (line 17) | bool layer_is_fpconv(unsigned layer_idx) { function layer_is_last (line 21) | bool layer_is_last(unsigned layer_idx) { function log2 (line 29) | unsigned log2(unsigned x) { function WTS_TO_WORDS (line 39) | unsigned WTS_TO_WORDS(const unsigned n) { function set_weight_array (line 49) | void set_weight_array(Word* w, const float* wts, unsigned layer_idx) { function set_conv_weight_array (line 60) | void set_conv_weight_array(Word* w, const float* wts, unsigned size) { function set_dense_weight_array (line 73) | void set_dense_weight_array(Word* w, const float* wts, unsigned M, unsig... function round_away_from_zero (line 92) | int round_away_from_zero(float f) { function compute_thresh (line 97) | float compute_thresh(const float k, const float h) { function set_bnorm_array (line 104) | void set_bnorm_array(Word* kh, const float* k, const float* h, unsigned ... function set_bnorm_array1 (line 113) | void set_bnorm_array1(Word* kh, const float* k, const float* h, unsigned... function set_bnorm_array2 (line 132) | void set_bnorm_array2(Word* kh, const float* k, const float* h, unsigned... function binarize_input_images (line 152) | void binarize_input_images(Word* dmem_i, const float* inputs, unsigned S) { function padded_conv (line 173) | void padded_conv(Word in[], Word w[], Word out[], function test_conv_layer (line 207) | void test_conv_layer( function test_dense_layer (line 281) | void test_dense_layer( FILE: BNN/cpp/accel/Dense.cpp function dotproduct_m (line 14) | int dotproduct_m( function dense_layer_cpu (line 47) | void dense_layer_cpu( function last_layer_cpu (line 75) | int last_layer_cpu( FILE: BNN/cpp/accel/InputConv.cpp function run_input_conv_layer (line 5) | void run_input_conv_layer( FILE: BNN/cpp/accel/accel_test_bnn.cpp function main (line 14) | int main(int argc, char** argv) { FILE: BNN/cpp/accel/accel_test_layer.cpp function main (line 12) | int main(int argc, char** argv) { FILE: BNN/cpp/accel/accel_test_random.cpp function simple_hash (line 9) | unsigned simple_hash(unsigned x) { function test_conv_layer_random (line 17) | void test_conv_layer_random( function main (line 67) | int main() { FILE: BNN/cpp/accel/parse_vivado.py function get_immediate_subdirs (line 10) | def get_immediate_subdirs(dir): function changedir (line 14) | def changedir(dir): function find_text (line 23) | def find_text(node, string): function parse_impl_xml (line 34) | def parse_impl_xml(file): function parse_impl (line 57) | def parse_impl(): function parse_syn_xml (line 80) | def parse_syn_xml(file): function parse_syn (line 106) | def parse_syn(): function parse_sim (line 132) | def parse_sim(soln_dir): function parse_impl_and_syn (line 163) | def parse_impl_and_syn(soln_dir): function process_project (line 196) | def process_project(prj_dir): function print_dict (line 227) | def print_dict(d, key): function print_data (line 233) | def print_data(d): function main (line 260) | def main(): FILE: BNN/cpp/minizip/aes/aes.h type aes_inf (line 71) | typedef union type aes_encrypt_ctx (line 76) | typedef struct type aes_decrypt_ctx (line 81) | typedef struct FILE: BNN/cpp/minizip/aes/aes_via_ace.h function INLINE (line 335) | INLINE int has_cpuid(void) function INLINE (line 351) | INLINE int is_via_cpu(void) function INLINE (line 370) | INLINE int read_via_flags(void) function INLINE (line 387) | INLINE int via_rng_in(void *buf) function INLINE (line 399) | INLINE volatile void via_ecb_op5( function INLINE (line 413) | INLINE volatile void via_cbc_op6( function INLINE (line 428) | INLINE volatile void via_cbc_op7( function INLINE (line 446) | INLINE volatile void via_cfb_op6( function INLINE (line 461) | INLINE volatile void via_cfb_op7( function INLINE (line 479) | INLINE volatile void via_ofb_op6( function INLINE (line 498) | INLINE int via_ace_test(void) function INLINE (line 506) | INLINE int via_rng_test(void) function INLINE (line 514) | INLINE int read_via_rng(void *buf, int count) FILE: BNN/cpp/minizip/aes/aeskey.c function AES_RETURN (line 75) | AES_RETURN aes_encrypt_key128(const unsigned char *key, aes_encrypt_ctx ... function AES_RETURN (line 123) | AES_RETURN aes_encrypt_key192(const unsigned char *key, aes_encrypt_ctx ... function AES_RETURN (line 174) | AES_RETURN aes_encrypt_key256(const unsigned char *key, aes_encrypt_ctx ... function AES_RETURN (line 211) | AES_RETURN aes_encrypt_key(const unsigned char *key, int key_len, aes_en... function AES_RETURN (line 312) | AES_RETURN aes_decrypt_key128(const unsigned char *key, aes_decrypt_ctx ... function AES_RETURN (line 391) | AES_RETURN aes_decrypt_key192(const unsigned char *key, aes_decrypt_ctx ... function AES_RETURN (line 482) | AES_RETURN aes_decrypt_key256(const unsigned char *key, aes_decrypt_ctx ... function AES_RETURN (line 531) | AES_RETURN aes_decrypt_key(const unsigned char *key, int key_len, aes_de... FILE: BNN/cpp/minizip/aes/aestab.c function AES_RETURN (line 187) | AES_RETURN aes_init(void) function uint_8t (line 211) | static uint_8t hibit(const uint_32t x) function uint_8t (line 221) | static uint_8t gf_inv(const uint_8t x) function uint_8t (line 256) | uint_8t fwd_affine(const uint_8t x) function uint_8t (line 262) | uint_8t inv_affine(const uint_8t x) function AES_RETURN (line 270) | AES_RETURN aes_init(void) FILE: BNN/cpp/minizip/aes/brg_types.h type uint_8t (line 55) | typedef unsigned char uint_8t; type uint_16t (line 64) | typedef unsigned short uint_16t; type uint_32t (line 74) | typedef unsigned int uint_32t; type uint_32t (line 77) | typedef unsigned long uint_32t; type uint_64t (line 89) | typedef unsigned __int64 uint_64t; type uint_64t (line 93) | typedef unsigned __int64 uint_64t; type uint_64t (line 97) | typedef unsigned long long uint_64t; type uint_64t (line 101) | typedef unsigned int long long uint_64t; type uint_64t (line 106) | typedef unsigned int uint_64t; type uint_64t (line 112) | typedef unsigned long uint_64t; type uint_64t (line 118) | typedef unsigned long long uint_64t; type uint_64t (line 124) | typedef unsigned long long uint_64t; FILE: BNN/cpp/minizip/aes/entropy.c function entropy_fun (line 15) | int entropy_fun(unsigned char buf[], unsigned int len) function entropy_fun (line 39) | int entropy_fun(unsigned char buf[], unsigned int len) FILE: BNN/cpp/minizip/aes/fileenc.c function encr_data (line 52) | static void encr_data(unsigned char data[], unsigned long d_len, fcrypt_... function fcrypt_init (line 73) | int fcrypt_init( function fcrypt_encrypt (line 119) | void fcrypt_encrypt(unsigned char data[], unsigned int data_len, fcrypt_... function fcrypt_decrypt (line 127) | void fcrypt_decrypt(unsigned char data[], unsigned int data_len, fcrypt_... function fcrypt_end (line 135) | int fcrypt_end(unsigned char mac[], fcrypt_ctx cx[1]) FILE: BNN/cpp/minizip/aes/fileenc.h type fcrypt_ctx (line 84) | typedef struct FILE: BNN/cpp/minizip/aes/hmac.c function hmac_sha_begin (line 44) | void hmac_sha_begin(hmac_ctx cx[1]) function hmac_sha_key (line 50) | int hmac_sha_key(const unsigned char key[], unsigned long key_len, hmac_... function hmac_sha_data (line 74) | void hmac_sha_data(const unsigned char data[], unsigned long data_len, h... function hmac_sha_end (line 106) | void hmac_sha_end(unsigned char mac[], unsigned long mac_len, hmac_ctx c... function hmac_sha (line 132) | void hmac_sha(const unsigned char key[], unsigned long key_len, FILE: BNN/cpp/minizip/aes/hmac.h type hmac_ctx (line 81) | typedef struct FILE: BNN/cpp/minizip/aes/prng.c function prng_mix (line 52) | static void prng_mix(unsigned char buf[]) function update_pool (line 81) | static void update_pool(prng_ctx ctx[1]) function prng_init (line 100) | void prng_init(prng_entropy_fn fun, prng_ctx ctx[1]) function prng_rand (line 122) | void prng_rand(unsigned char data[], unsigned int data_len, prng_ctx ctx... function prng_end (line 146) | void prng_end(prng_ctx ctx[1]) FILE: BNN/cpp/minizip/aes/prng.h type prng_ctx (line 62) | typedef struct FILE: BNN/cpp/minizip/aes/pwd2key.c function derive_key (line 44) | void derive_key(const unsigned char pwd[], /* the PASSWORD */ function main (line 165) | int main() FILE: BNN/cpp/minizip/aes/sha1.c function VOID_RETURN (line 116) | VOID_RETURN sha1_compile(sha1_ctx ctx[1]) function VOID_RETURN (line 172) | VOID_RETURN sha1_begin(sha1_ctx ctx[1]) function VOID_RETURN (line 185) | VOID_RETURN sha1_hash(const unsigned char data[], unsigned long len, sha... function VOID_RETURN (line 206) | VOID_RETURN sha1_end(unsigned char hval[], sha1_ctx ctx[1]) function VOID_RETURN (line 250) | VOID_RETURN sha1(unsigned char hval[], const unsigned char data[], unsig... FILE: BNN/cpp/minizip/aes/sha1.h type sha1_ctx (line 49) | typedef struct FILE: BNN/cpp/minizip/crypt.h function decrypt_byte (line 40) | static int decrypt_byte(unsigned int* pkeys) function update_keys (line 53) | static int update_keys(unsigned int* pkeys,const unsigned int* pcrc_32_t... function init_keys (line 70) | static void init_keys(const char* passwd,unsigned int* pkeys,const unsig... function crypthead (line 96) | static int crypthead(const char* passwd, /* password string */ FILE: BNN/cpp/minizip/ioapi.c function voidpf (line 45) | voidpf call_zopen64 (const zlib_filefunc64_32_def* pfilefunc,const void*... function call_zseek64 (line 59) | long call_zseek64 (const zlib_filefunc64_32_def* pfilefunc,voidpf filest... function ZPOS64_T (line 70) | ZPOS64_T call_ztell64 (const zlib_filefunc64_32_def* pfilefunc,voidpf fi... function fill_zlib_filefunc64_32_def_from_filefunc32 (line 81) | void fill_zlib_filefunc64_32_def_from_filefunc32(zlib_filefunc64_32_def*... type FILE_IOPOSIX (line 107) | typedef struct function voidpf (line 114) | static voidpf file_build_ioposix(FILE *file, const char *filename) function voidpf (line 127) | static voidpf ZCALLBACK fopen_file_func (voidpf opaque, const char* file... function voidpf (line 146) | static voidpf ZCALLBACK fopen64_file_func (voidpf opaque, const void* fi... function voidpf (line 165) | static voidpf ZCALLBACK fopendisk64_file_func (voidpf opaque, voidpf str... function voidpf (line 190) | static voidpf ZCALLBACK fopendisk_file_func (voidpf opaque, voidpf strea... function uLong (line 215) | static uLong ZCALLBACK fread_file_func (voidpf opaque, voidpf stream, vo... function uLong (line 226) | static uLong ZCALLBACK fwrite_file_func (voidpf opaque, voidpf stream, c... function ftell_file_func (line 237) | static long ZCALLBACK ftell_file_func (voidpf opaque, voidpf stream) function ZPOS64_T (line 248) | static ZPOS64_T ZCALLBACK ftell64_file_func (voidpf opaque, voidpf stream) function fseek_file_func (line 259) | static long ZCALLBACK fseek_file_func (voidpf opaque, voidpf stream, uLo... function fseek64_file_func (line 288) | static long ZCALLBACK fseek64_file_func (voidpf opaque, voidpf stream, Z... function fclose_file_func (line 320) | static int ZCALLBACK fclose_file_func (voidpf opaque, voidpf stream) function ferror_file_func (line 334) | static int ZCALLBACK ferror_file_func (voidpf opaque, voidpf stream) function fill_fopen_filefunc (line 345) | void fill_fopen_filefunc (zlib_filefunc_def* pzlib_filefunc_def) function fill_fopen64_filefunc (line 358) | void fill_fopen64_filefunc (zlib_filefunc64_def* pzlib_filefunc_def) FILE: BNN/cpp/minizip/ioapi.h type IT_INT_CUSTOM_TYPE (line 60) | typedef 64BIT_INT_CUSTOM_TYPE ZPOS64_T; type ZPOS64_T (line 64) | typedef uint64_t ZPOS64_T; type ZPOS64_T (line 67) | typedef unsigned __int64 ZPOS64_T; type ZPOS64_T (line 69) | typedef unsigned long long int ZPOS64_T; type zlib_filefunc_def (line 108) | typedef struct zlib_filefunc_def_s type zlib_filefunc64_def (line 126) | typedef struct zlib_filefunc64_def_s type zlib_filefunc64_32_def (line 143) | typedef struct zlib_filefunc64_32_def_s FILE: BNN/cpp/minizip/ioapi_buf.c type ourstream_t (line 53) | typedef struct ourstream_s { function print_buf_internal (line 74) | void print_buf_internal(voidpf opaque, voidpf stream, char *format, ...) function voidpf (line 84) | voidpf fopen_buf_internal_func (opaque, stream, number_disk, mode) function voidpf (line 102) | voidpf ZCALLBACK fopen_buf_func (opaque, filename, mode) function voidpf (line 112) | voidpf ZCALLBACK fopen64_buf_func (opaque, filename, mode) function voidpf (line 122) | voidpf ZCALLBACK fopendisk_buf_func (opaque, stream_cd, number_disk, mode) function voidpf (line 134) | voidpf ZCALLBACK fopendisk64_buf_func (opaque, stream_cd, number_disk, m... function fflush_buf (line 147) | long fflush_buf (opaque, stream) function uLong (line 181) | uLong ZCALLBACK fread_buf_func (opaque, stream, buf, size) function uLong (line 247) | uLong ZCALLBACK fwrite_buf_func (opaque, stream, buf, size) function ZPOS64_T (line 308) | ZPOS64_T ftell_buf_internal_func (opaque, stream, position) function ftell_buf_func (line 323) | long ZCALLBACK ftell_buf_func (opaque, stream) function ZPOS64_T (line 333) | ZPOS64_T ZCALLBACK ftell64_buf_func (opaque, stream) function fseek_buf_internal_func (line 343) | int fseek_buf_internal_func (opaque, stream, offset, origin) function fseek_buf_func (line 419) | long ZCALLBACK fseek_buf_func (opaque, stream, offset, origin) function fseek64_buf_func (line 436) | long ZCALLBACK fseek64_buf_func (opaque, stream, offset, origin) function fclose_buf_func (line 453) | int ZCALLBACK fclose_buf_func (opaque, stream) function ferror_buf_func (line 474) | int ZCALLBACK ferror_buf_func (opaque, stream) function fill_buffer_filefunc (line 486) | void fill_buffer_filefunc (pzlib_filefunc_def, ourbuf) function fill_buffer_filefunc64 (line 501) | void fill_buffer_filefunc64 (pzlib_filefunc_def, ourbuf) FILE: BNN/cpp/minizip/ioapi_buf.h type ourbuffer_t (line 42) | typedef struct ourbuffer_s { FILE: BNN/cpp/minizip/ioapi_mem.c function voidpf (line 35) | voidpf ZCALLBACK fopen_mem_func (opaque, filename, mode) function voidpf (line 62) | voidpf ZCALLBACK fopendisk_mem_func (opaque, stream, number_disk, mode) function uLong (line 72) | uLong ZCALLBACK fread_mem_func (opaque, stream, buf, size) function uLong (line 90) | uLong ZCALLBACK fwrite_mem_func (opaque, stream, buf, size) function ftell_mem_func (line 126) | long ZCALLBACK ftell_mem_func (opaque, stream) function fseek_mem_func (line 134) | long ZCALLBACK fseek_mem_func (opaque, stream, offset, origin) function fclose_mem_func (line 163) | int ZCALLBACK fclose_mem_func (opaque, stream) function ferror_mem_func (line 171) | int ZCALLBACK ferror_mem_func (opaque, stream) function fill_memory_filefunc (line 179) | void fill_memory_filefunc (pzlib_filefunc_def, ourmem) FILE: BNN/cpp/minizip/ioapi_mem.h type ourmemory_t (line 37) | typedef struct ourmemory_s { FILE: BNN/cpp/minizip/iowin32.c type WIN32FILE_IOWIN (line 44) | typedef struct function win32_translate_open_mode (line 53) | static void win32_translate_open_mode(int mode, function voidpf (line 79) | static voidpf win32_build_iowin(HANDLE hFile) function voidpf (line 97) | voidpf ZCALLBACK win32_open64_file_func (voidpf opaque, const void* file... function voidpf (line 130) | voidpf ZCALLBACK win32_open64_file_funcA (voidpf opaque, const void* fil... function voidpf (line 159) | voidpf ZCALLBACK win32_open64_file_funcW (voidpf opaque,const void* file... function voidpf (line 188) | voidpf ZCALLBACK win32_open_file_func (voidpf opaque,const char* filenam... function voidpf (line 220) | voidpf ZCALLBACK win32_opendisk64_file_func (voidpf opaque, voidpf strea... function voidpf (line 245) | voidpf ZCALLBACK win32_opendisk64_file_funcW (voidpf opaque, voidpf stre... function voidpf (line 270) | voidpf ZCALLBACK win32_opendisk64_file_funcA (voidpf opaque, voidpf stre... function voidpf (line 295) | voidpf ZCALLBACK win32_opendisk_file_func (voidpf opaque, voidpf stream,... function uLong (line 320) | uLong ZCALLBACK win32_read_file_func (voidpf opaque, voidpf stream, void... function uLong (line 341) | uLong ZCALLBACK win32_write_file_func (voidpf opaque,voidpf stream,const... function BOOL (line 362) | static BOOL win32_setfilepointer_internal(HANDLE hFile, LARGE_INTEGER po... function win32_tell_file_func (line 381) | long ZCALLBACK win32_tell_file_func (voidpf opaque,voidpf stream) function ZPOS64_T (line 403) | ZPOS64_T ZCALLBACK win32_tell64_file_func (voidpf opaque, voidpf stream) function win32_seek_file_func (line 427) | long ZCALLBACK win32_seek_file_func (voidpf opaque,voidpf stream,uLong o... function win32_seek64_file_func (line 467) | long ZCALLBACK win32_seek64_file_func (voidpf opaque, voidpf stream,ZPOS... function win32_close_file_func (line 507) | int ZCALLBACK win32_close_file_func (voidpf opaque, voidpf stream) function win32_error_file_func (line 526) | int ZCALLBACK win32_error_file_func (voidpf opaque, voidpf stream) function fill_win32_filefunc (line 535) | void fill_win32_filefunc (zlib_filefunc_def* pzlib_filefunc_def) function fill_win32_filefunc64 (line 548) | void fill_win32_filefunc64(zlib_filefunc64_def* pzlib_filefunc_def) function fill_win32_filefunc64A (line 561) | void fill_win32_filefunc64A(zlib_filefunc64_def* pzlib_filefunc_def) function fill_win32_filefunc64W (line 574) | void fill_win32_filefunc64W(zlib_filefunc64_def* pzlib_filefunc_def) FILE: BNN/cpp/minizip/miniunz.c function change_file_date (line 77) | void change_file_date(const char *filename, uLong dosdate, tm_unz tmu_date) function check_file_exists (line 114) | int check_file_exists(const char* filename) function makedir (line 123) | int makedir(const char *newdir) function display_zpos64 (line 176) | void display_zpos64(ZPOS64_T n, int size_char) function do_banner (line 201) | void do_banner() function do_help (line 207) | void do_help() function do_list (line 219) | int do_list(unzFile uf) function do_extract_currentfile (line 293) | int do_extract_currentfile(unzFile uf, int opt_extract_without_path, int... function do_extract_all (line 429) | int do_extract_all(unzFile uf, int opt_extract_without_path, int opt_ove... function do_extract_onefile (line 455) | int do_extract_onefile(unzFile uf, const char* filename, int opt_extract... function main (line 468) | int main(int argc, const char *argv[]) FILE: BNN/cpp/minizip/minizip.c function uLong (line 70) | uLong filetime(const char *filename, tm_zip *tmzip, uLong *dostime) function check_file_exists (line 126) | int check_file_exists(const char* filename) function is_large_file (line 135) | int is_large_file(const char* filename) function get_file_crc (line 153) | int get_file_crc(const char* filenameinzip, void *buf, unsigned long siz... function do_banner (line 189) | void do_banner() function do_help (line 195) | void do_help() function main (line 206) | int main(int argc, char *argv[]) FILE: BNN/cpp/minizip/unzip.c type unz_file_info64_internal (line 99) | typedef struct unz_file_info64_internal_s type file_in_zip64_read_info_s (line 111) | typedef struct type unz64_s (line 145) | typedef struct function local (line 174) | local void unz64local_DosDateToTmuDate (ZPOS64_T ulDosDate, tm_unz* ptm) function local (line 198) | local int unz64local_getByte(const zlib_filefunc64_32_def* pzlib_filefun... function local (line 214) | local int unz64local_getShort (const zlib_filefunc64_32_def* pzlib_filef... function local (line 234) | local int unz64local_getLong (const zlib_filefunc64_32_def* pzlib_filefu... function local (line 260) | local int unz64local_getLong64 (const zlib_filefunc64_32_def* pzlib_file... function local (line 299) | local ZPOS64_T unz64local_SearchCentralDir(const zlib_filefunc64_32_def*... function local (line 361) | local ZPOS64_T unz64local_SearchCentralDir64(const zlib_filefunc64_32_de... function local (line 397) | local unzFile unzOpenInternal(const void *path, zlib_filefunc64_32_def* ... function unzFile (line 556) | extern unzFile ZEXPORT unzOpen2(const char *path, zlib_filefunc_def* pzl... function unzFile (line 567) | extern unzFile ZEXPORT unzOpen2_64(const void *path, zlib_filefunc64_def... function unzFile (line 580) | extern unzFile ZEXPORT unzOpen(const char *path) function unzFile (line 585) | extern unzFile ZEXPORT unzOpen64(const void *path) function unzClose (line 590) | extern int ZEXPORT unzClose(unzFile file) function local (line 613) | local int unzGoToNextDisk(unzFile file) function unzGetGlobalInfo (line 655) | extern int ZEXPORT unzGetGlobalInfo(unzFile file, unz_global_info* pglob... function unzGetGlobalInfo64 (line 668) | extern int ZEXPORT unzGetGlobalInfo64(unzFile file, unz_global_info64* p... function unzGetGlobalComment (line 678) | extern int ZEXPORT unzGetGlobalComment(unzFile file, char *comment, uLon... function local (line 705) | local int unz64local_GetCurrentFileInfoInternal(unzFile file, unz_file_i... function unzGetCurrentFileInfo (line 963) | extern int ZEXPORT unzGetCurrentFileInfo(unzFile file, unz_file_info * p... function unzGetCurrentFileInfo64 (line 998) | extern int ZEXPORT unzGetCurrentFileInfo64(unzFile file, unz_file_info64... function local (line 1008) | local int unz64local_CheckCurrentFileCoherencyHeader(unz64_s* s, uInt* p... function unzOpenCurrentFile3 (line 1094) | extern int ZEXPORT unzOpenCurrentFile3(unzFile file, int* method, int* l... function unzOpenCurrentFile (line 1299) | extern int ZEXPORT unzOpenCurrentFile(unzFile file) function unzOpenCurrentFilePassword (line 1304) | extern int ZEXPORT unzOpenCurrentFilePassword(unzFile file, const char* ... function unzOpenCurrentFile2 (line 1309) | extern int ZEXPORT unzOpenCurrentFile2(unzFile file, int* method, int* l... function unzReadCurrentFile (line 1321) | extern int ZEXPORT unzReadCurrentFile(unzFile file, voidp buf, unsigned ... function ZPOS64_T (line 1542) | extern ZPOS64_T ZEXPORT unzGetCurrentFileZStreamPos64(unzFile file) function unzGetLocalExtrafield (line 1553) | extern int ZEXPORT unzGetLocalExtrafield(unzFile file, voidp buf, unsign... function unzGoToFirstFile2 (line 1647) | extern int ZEXPORT unzGoToFirstFile2(unzFile file, unz_file_info64 *pfil... function unzGoToFirstFile (line 1665) | extern int ZEXPORT unzGoToFirstFile(unzFile file) function unzGoToNextFile2 (line 1670) | extern int ZEXPORT unzGoToNextFile2(unzFile file, unz_file_info64 *pfile... function unzGoToNextFile (line 1695) | extern int ZEXPORT unzGoToNextFile(unzFile file) function unzLocateFile (line 1700) | extern int ZEXPORT unzLocateFile(unzFile file, const char *filename, unz... function unzGetFilePos (line 1745) | extern int ZEXPORT unzGetFilePos(unzFile file, unz_file_pos* file_pos) function unzGoToFilePos (line 1757) | extern int ZEXPORT unzGoToFilePos(unzFile file, unz_file_pos* file_pos) function unzGetFilePos64 (line 1768) | extern int ZEXPORT unzGetFilePos64(unzFile file, unz64_file_pos* file_pos) function unzGoToFilePos64 (line 1784) | extern int ZEXPORT unzGoToFilePos64(unzFile file, const unz64_file_pos* ... function uLong (line 1804) | extern uLong ZEXPORT unzGetOffset(unzFile file) function ZPOS64_T (line 1814) | extern ZPOS64_T ZEXPORT unzGetOffset64(unzFile file) function unzSetOffset (line 1829) | extern int ZEXPORT unzSetOffset(unzFile file, uLong pos) function unzSetOffset64 (line 1834) | extern int ZEXPORT unzSetOffset64(unzFile file, ZPOS64_T pos) function z_off_t (line 1851) | extern z_off_t ZEXPORT unztell(unzFile file) function ZPOS64_T (line 1862) | extern ZPOS64_T ZEXPORT unztell64(unzFile file) function unzseek (line 1873) | extern int ZEXPORT unzseek(unzFile file, z_off_t offset, int origin) function unzseek64 (line 1878) | extern int ZEXPORT unzseek64(unzFile file, ZPOS64_T offset, int origin) function unzeof (line 1941) | extern int ZEXPORT unzeof(unzFile file) FILE: BNN/cpp/minizip/unzip.h type unzFile__ (line 41) | typedef struct TagunzFile__ { int unused; } unzFile__; type unzFile__ (line 42) | typedef unzFile__ *unzFile; type voidp (line 44) | typedef voidp unzFile; type tm_unz (line 57) | typedef struct tm_unz_s type unz_global_info64 (line 69) | typedef struct unz_global_info64_s type unz_global_info (line 76) | typedef struct unz_global_info_s type unz_file_info64 (line 84) | typedef struct unz_file_info64_s type unz_file_info (line 107) | typedef struct unz_file_info_s type unz_file_pos (line 276) | typedef struct unz_file_pos_s type unz64_file_pos (line 285) | typedef struct unz64_file_pos_s FILE: BNN/cpp/minizip/zip.c type linkedlist_datablock_internal (line 110) | typedef struct linkedlist_datablock_internal_s type linkedlist_data (line 119) | typedef struct linkedlist_data_s type curfile64_info (line 125) | typedef struct type zip64_internal (line 164) | typedef struct function local (line 187) | local linkedlist_datablock_internal* allocate_new_datablock() function local (line 204) | local void free_datablock(linkedlist_datablock_internal* ldi) function local (line 216) | local void init_linkedlist(linkedlist_data* ll) function local (line 223) | local void free_linkedlist(linkedlist_data* ll) function local (line 231) | local int add_data_in_datablock(linkedlist_data* ll, const void* buf, uL... function local (line 283) | local uLong zip64local_TmzDateToDosDate(const tm_zip* ptm) function local (line 318) | local int zip64local_putValue (const zlib_filefunc64_32_def* pzlib_filef... function local (line 344) | local ZPOS64_T zip64local_getValue_frommemory (void* src, int nbByte) function local (line 357) | local void zip64local_putValue_inmemory (void* dest, ZPOS64_T x, int nbB... function local (line 377) | local int zip64local_getByte(const zlib_filefunc64_32_def* pzlib_filefun... function local (line 392) | local int zip64local_getShort (const zlib_filefunc64_32_def* pzlib_filef... function local (line 412) | local int zip64local_getLong (const zlib_filefunc64_32_def* pzlib_filefu... function local (line 438) | local int zip64local_getLong64 (const zlib_filefunc64_32_def* pzlib_file... function local (line 478) | local int zipGetDiskSizeAvailable(zipFile file, ZPOS64_T *size_available) function local (line 492) | local int zipGoToSpecificDisk(zipFile file, int number_disk, int open_ex... function local (line 516) | local int zipGoToFirstDisk(zipFile file) function local (line 540) | local int zipGoToNextDisk(zipFile file) function local (line 576) | local ZPOS64_T zip64local_SearchCentralDir(const zlib_filefunc64_32_def*... function local (line 638) | local ZPOS64_T zip64local_SearchCentralDir64(const zlib_filefunc64_32_de... function zipFile (line 674) | extern zipFile ZEXPORT zipOpen4(const void *pathname, int append, ZPOS64... function zipFile (line 920) | extern zipFile ZEXPORT zipOpen2(const char *pathname, int append, const ... function zipFile (line 932) | extern zipFile ZEXPORT zipOpen2_64(const void *pathname, int append, con... function zipFile (line 946) | extern zipFile ZEXPORT zipOpen3(const char *pathname, int append, ZPOS64... function zipFile (line 958) | extern zipFile ZEXPORT zipOpen3_64(const void *pathname, int append, ZPO... function zipFile (line 972) | extern zipFile ZEXPORT zipOpen(const char* pathname, int append) function zipFile (line 977) | extern zipFile ZEXPORT zipOpen64(const void* pathname, int append) function zipOpenNewFileInZip4_64 (line 982) | extern int ZEXPORT zipOpenNewFileInZip4_64(zipFile file, const char* fil... function zipOpenNewFileInZip4 (line 1329) | extern int ZEXPORT zipOpenNewFileInZip4(zipFile file, const char* filena... function zipOpenNewFileInZip3 (line 1339) | extern int ZEXPORT zipOpenNewFileInZip3(zipFile file, const char* filena... function zipOpenNewFileInZip3_64 (line 1349) | extern int ZEXPORT zipOpenNewFileInZip3_64(zipFile file, const char* fil... function zipOpenNewFileInZip2 (line 1359) | extern int ZEXPORT zipOpenNewFileInZip2(zipFile file, const char* filena... function zipOpenNewFileInZip2_64 (line 1368) | extern int ZEXPORT zipOpenNewFileInZip2_64(zipFile file, const char* fil... function zipOpenNewFileInZip64 (line 1377) | extern int ZEXPORT zipOpenNewFileInZip64(zipFile file, const char* filen... function zipOpenNewFileInZip (line 1386) | extern int ZEXPORT zipOpenNewFileInZip(zipFile file, const char* filenam... function local (line 1397) | local int zip64FlushWriteBuffer(zip64_internal* zi) function zipWriteInFileInZip (line 1482) | extern int ZEXPORT zipWriteInFileInZip(zipFile file,const void* buf,unsi... function zipCloseFileInZipRaw (line 1577) | extern int ZEXPORT zipCloseFileInZipRaw(zipFile file, uLong uncompressed... function zipCloseFileInZipRaw64 (line 1582) | extern int ZEXPORT zipCloseFileInZipRaw64(zipFile file, ZPOS64_T uncompr... function zipCloseFileInZip (line 1858) | extern int ZEXPORT zipCloseFileInZip(zipFile file) function zipClose (line 1863) | extern int ZEXPORT zipClose(zipFile file, const char* global_comment) function zipClose_64 (line 1868) | extern int ZEXPORT zipClose_64(zipFile file, const char* global_comment) function zipClose2_64 (line 1873) | extern int ZEXPORT zipClose2_64(zipFile file, const char* global_comment... FILE: BNN/cpp/minizip/zip.h type zipFile__ (line 39) | typedef struct TagzipFile__ { int unused; } zipFile__; type zipFile__ (line 40) | typedef zipFile__ *zipFile; type voidp (line 42) | typedef voidp zipFile; type tm_zip (line 62) | typedef struct tm_zip_s type zip_fileinfo (line 72) | typedef struct FILE: BNN/cpp/utils/Common.cpp function get_root_dir (line 4) | std::string get_root_dir() { FILE: BNN/cpp/utils/DataIO.h function size (line 12) | struct Cifar10TestInputs { function size (line 26) | struct Cifar10TestLabels { FILE: BNN/cpp/utils/ParamIO.h function array_size (line 16) | struct Params { FILE: BNN/cpp/utils/SArray.h type T (line 9) | typedef T ElemType; function size (line 12) | static constexpr unsigned size() { return SIZE; } function T (line 15) | T* ptr() { return data; } function T (line 16) | const T* ptr() const { return data; } function T (line 20) | const T& operator[](unsigned i) const { return data[i]; } function set (line 22) | void set(T x) { function clear (line 27) | void clear() { FILE: BNN/cpp/utils/Timer.h function class (line 22) | class Timer { FILE: BNN/cpp/utils/Typedefs.h type InputFixed (line 10) | typedef float InputFixed; type ap_int (line 13) | typedef ap_int<1> Bit; type ap_int (line 14) | typedef ap_int<2> TwoBit; type KType (line 16) | typedef float KType; type HType (line 17) | typedef float HType; type NormOutput (line 19) | typedef float NormOutput; type ap_int (line 20) | typedef ap_int<14> ConvOutput; type ap_int (line 28) | typedef ap_int<1> Bit; type ap_int (line 29) | typedef ap_int<2> TwoBit; type ap_int (line 35) | typedef ap_int<14> ConvOutput; FILE: BNN/cpp/utils/ZipIO.cpp function unzFile (line 7) | unzFile open_unzip(const std::string filename) { function get_nfiles_in_unzip (line 17) | unsigned get_nfiles_in_unzip(unzFile ar) { function get_current_file_size (line 25) | unsigned get_current_file_size(unzFile ar) { function read_current_file (line 40) | void read_current_file(unzFile ar, void* buffer, unsigned bytes) { function write_buffer_to_zip (line 51) | void write_buffer_to_zip(zipFile zf, std::string fname, void* buf, unsig... FILE: BNN/cpp/utils/open_zip.cpp function main (line 12) | int main(int argc, char** argv) { FILE: digit-recognition/src/host/check_result.cpp function check_results (line 14) | void check_results(LabelType* result, const LabelType* expected, int cnt) FILE: digit-recognition/src/host/digit_recognition.cpp function main (line 46) | int main(int argc, char ** argv) FILE: digit-recognition/src/host/typedefs.h type DigitType (line 19) | typedef unsigned long long DigitType; type LabelType (line 20) | typedef unsigned char LabelType; type ap_uint (line 32) | typedef ap_uint<256> WholeDigitType; FILE: digit-recognition/src/host/utils.cpp function print_usage (line 16) | void print_usage(char* filename) function parse_sdaccel_command_line_args (line 22) | void parse_sdaccel_command_line_args( FILE: digit-recognition/src/sdsoc/digitrec.cpp function popcount (line 12) | int popcount(WholeDigitType x) function update_knn (line 26) | void update_knn( WholeDigitType test_inst, WholeDigitType train_inst, in... function LabelType (line 62) | LabelType knn_vote( int knn_set[PAR_FACTOR * K_CONST] ) function DigitRec (line 152) | void DigitRec(WholeDigitType global_training_set[NUM_TRAINING / 2], Whol... FILE: digit-recognition/src/sw/digitrec_sw.cpp function popcount (line 18) | int popcount(DigitType x) function update_knn (line 29) | void update_knn( const DigitType* train_inst, const DigitType* test_inst... function LabelType (line 62) | LabelType knn_vote(int labels[K_CONST]) function DigitRec_sw (line 86) | void DigitRec_sw(const DigitType training_set[NUM_TRAINING * DIGIT_WIDTH], FILE: face-detection/src/host/check_result.cpp function check_results (line 16) | void check_results(int &result_size, FILE: face-detection/src/host/face_detect_host.cpp function main (line 45) | int main(int argc, char ** argv) FILE: face-detection/src/host/image.cpp function itochar (line 22) | void itochar(int x, char* szBuffer, int radix) function writePgm (line 37) | int writePgm(const char *fileName, unsigned char Data[IMAGE_HEIGHT][IMAG... function drawRectangle (line 75) | void drawRectangle(unsigned char Data[IMAGE_HEIGHT][IMAGE_WIDTH], MyRect r) FILE: face-detection/src/host/typedefs.h type ap_uint (line 41) | typedef ap_uint<18> uint18_t; type ap_uint (line 42) | typedef ap_uint<10> uint10_t; type ap_uint (line 43) | typedef ap_uint<1> bit; type ap_uint (line 44) | typedef ap_uint<5> uint5_t; type ap_uint (line 45) | typedef ap_uint<13> int_I; type ap_uint (line 46) | typedef ap_uint<21> int_SI; type ap_uint (line 47) | typedef ap_uint<18> int_II; type ap_uint (line 48) | typedef ap_uint<26> int_SII; type MyPoint (line 52) | typedef struct MyPoint type MySize (line 58) | typedef struct type MyRect (line 64) | typedef struct type MyInputImage (line 72) | typedef struct FILE: face-detection/src/host/utils.cpp function print_usage (line 16) | void print_usage(char* filename) function parse_sdaccel_command_line_args (line 23) | void parse_sdaccel_command_line_args( function parse_sdsoc_command_line_args (line 51) | void parse_sdsoc_command_line_args( FILE: face-detection/src/ocl/face_detect.cpp function uint5_t (line 14) | uint5_t get_bank(uint10_t addr) function uint5_t (line 20) | uint5_t get_offset(uint10_t addr) function uint18_t (line 26) | uint18_t get_data0(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 61) | uint18_t get_data1(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 98) | uint18_t get_data2(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 138) | uint18_t get_data3(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 174) | uint18_t get_data4(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 209) | uint18_t get_data5(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 247) | uint18_t get_data6(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 282) | uint18_t get_data7(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 318) | uint18_t get_data8(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 331) | uint18_t get_data9(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 370) | uint18_t get_data10(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 402) | uint18_t get_data11(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 441) | uint18_t get_data12(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 478) | uint18_t get_data13(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 513) | uint18_t get_data14(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 548) | uint18_t get_data15(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 585) | uint18_t get_data16(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 620) | uint18_t get_data17(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 656) | uint18_t get_data18(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 692) | uint18_t get_data19(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 727) | uint18_t get_data20(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 764) | uint18_t get_data21(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 795) | uint18_t get_data22(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 831) | uint18_t get_data23(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 863) | uint18_t get_data24(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 896) | uint18_t get_data25(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 928) | uint18_t get_data26(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 957) | uint18_t get_data27(int offset, uint18_t aa[ROWS*COLS]) function get_all_data (line 982) | void get_all_data(uint18_t output[12], uint10_t addr_list[12], uint18_t ... function classifier0 (line 1065) | int classifier0( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier1 (line 1097) | int classifier1( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier2 (line 1129) | int classifier2( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier3 (line 1161) | int classifier3( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier4 (line 1193) | int classifier4( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier5 (line 1225) | int classifier5( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier6 (line 1257) | int classifier6( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier7 (line 1289) | int classifier7( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier8 (line 1321) | int classifier8( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier9 (line 1354) | int classifier9( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier10 (line 1386) | int classifier10( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier11 (line 1418) | int classifier11( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier12 (line 1450) | int classifier12( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier13 (line 1482) | int classifier13( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier14 (line 1514) | int classifier14( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier15 (line 1546) | int classifier15( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier16 (line 1578) | int classifier16( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier17 (line 1610) | int classifier17( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier18 (line 1642) | int classifier18( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier19 (line 1674) | int classifier19( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier20 (line 1706) | int classifier20( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier21 (line 1738) | int classifier21( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier22 (line 1770) | int classifier22( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier23 (line 1802) | int classifier23( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier24 (line 1834) | int classifier24( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier25 (line 1866) | int classifier25( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier26 (line 1898) | int classifier26( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier27 (line 1930) | int classifier27( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier28 (line 1962) | int classifier28( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier29 (line 1994) | int classifier29( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier30 (line 2026) | int classifier30( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier31 (line 2058) | int classifier31( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier32 (line 2090) | int classifier32( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier33 (line 2122) | int classifier33( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier34 (line 2154) | int classifier34( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier35 (line 2186) | int classifier35( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier36 (line 2218) | int classifier36( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier37 (line 2250) | int classifier37( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier38 (line 2282) | int classifier38( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier39 (line 2314) | int classifier39( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier40 (line 2346) | int classifier40( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier41 (line 2378) | int classifier41( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier42 (line 2410) | int classifier42( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier43 (line 2442) | int classifier43( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier44 (line 2474) | int classifier44( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier45 (line 2506) | int classifier45( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier46 (line 2538) | int classifier46( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier47 (line 2570) | int classifier47( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier48 (line 2602) | int classifier48( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier49 (line 2634) | int classifier49( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier50 (line 2666) | int classifier50( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier51 (line 2698) | int classifier51( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function myRound (line 2774) | inline int myRound ( float value ) function face_detect (line 2785) | void face_detect function processImage (line 2883) | void processImage function cascadeClassifier (line 3056) | int cascadeClassifier function weakClassifier (line 3321) | int weakClassifier function imageScaler (line 3356) | void imageScaler function int_sqrt (line 3393) | unsigned int int_sqrt function max (line 3420) | int max function min (line 3432) | int min FILE: face-detection/src/sdsoc/face_detect.cpp function uint5_t (line 13) | uint5_t get_bank(uint10_t addr) function uint5_t (line 19) | uint5_t get_offset(uint10_t addr) function uint18_t (line 25) | uint18_t get_data0(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 60) | uint18_t get_data1(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 97) | uint18_t get_data2(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 137) | uint18_t get_data3(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 173) | uint18_t get_data4(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 208) | uint18_t get_data5(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 246) | uint18_t get_data6(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 281) | uint18_t get_data7(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 317) | uint18_t get_data8(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 330) | uint18_t get_data9(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 369) | uint18_t get_data10(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 401) | uint18_t get_data11(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 440) | uint18_t get_data12(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 477) | uint18_t get_data13(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 512) | uint18_t get_data14(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 547) | uint18_t get_data15(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 584) | uint18_t get_data16(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 619) | uint18_t get_data17(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 655) | uint18_t get_data18(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 691) | uint18_t get_data19(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 726) | uint18_t get_data20(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 763) | uint18_t get_data21(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 794) | uint18_t get_data22(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 830) | uint18_t get_data23(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 862) | uint18_t get_data24(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 895) | uint18_t get_data25(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 927) | uint18_t get_data26(int offset, uint18_t aa[ROWS*COLS]) function uint18_t (line 956) | uint18_t get_data27(int offset, uint18_t aa[ROWS*COLS]) function get_all_data (line 981) | void get_all_data(uint18_t output[12], uint10_t addr_list[12], uint18_t ... function classifier0 (line 1063) | int classifier0( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier1 (line 1095) | int classifier1( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier2 (line 1127) | int classifier2( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier3 (line 1159) | int classifier3( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier4 (line 1191) | int classifier4( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier5 (line 1223) | int classifier5( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier6 (line 1255) | int classifier6( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier7 (line 1287) | int classifier7( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier8 (line 1319) | int classifier8( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier9 (line 1352) | int classifier9( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier10 (line 1384) | int classifier10( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier11 (line 1416) | int classifier11( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier12 (line 1448) | int classifier12( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier13 (line 1480) | int classifier13( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier14 (line 1512) | int classifier14( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier15 (line 1544) | int classifier15( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier16 (line 1576) | int classifier16( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier17 (line 1608) | int classifier17( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier18 (line 1640) | int classifier18( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier19 (line 1672) | int classifier19( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier20 (line 1704) | int classifier20( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier21 (line 1736) | int classifier21( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier22 (line 1768) | int classifier22( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier23 (line 1800) | int classifier23( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier24 (line 1832) | int classifier24( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier25 (line 1864) | int classifier25( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier26 (line 1896) | int classifier26( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier27 (line 1928) | int classifier27( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier28 (line 1960) | int classifier28( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier29 (line 1992) | int classifier29( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier30 (line 2024) | int classifier30( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier31 (line 2056) | int classifier31( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier32 (line 2088) | int classifier32( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier33 (line 2120) | int classifier33( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier34 (line 2152) | int classifier34( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier35 (line 2184) | int classifier35( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier36 (line 2216) | int classifier36( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier37 (line 2248) | int classifier37( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier38 (line 2280) | int classifier38( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier39 (line 2312) | int classifier39( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier40 (line 2344) | int classifier40( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier41 (line 2376) | int classifier41( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier42 (line 2408) | int classifier42( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier43 (line 2440) | int classifier43( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier44 (line 2472) | int classifier44( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier45 (line 2504) | int classifier45( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier46 (line 2536) | int classifier46( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier47 (line 2568) | int classifier47( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier48 (line 2600) | int classifier48( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier49 (line 2632) | int classifier49( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier50 (line 2664) | int classifier50( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function classifier51 (line 2696) | int classifier51( int_II II[WINDOW_SIZE][WINDOW_SIZE], int stddev ){ function myRound (line 2772) | inline int myRound ( float value ) function face_detect (line 2781) | void face_detect function processImage (line 2881) | void processImage function cascadeClassifier (line 3054) | int cascadeClassifier function weakClassifier (line 3319) | int weakClassifier function imageScaler (line 3354) | void imageScaler function int_sqrt (line 3391) | unsigned int int_sqrt function max (line 3418) | int max function min (line 3430) | int min FILE: face-detection/src/sw/face_detect_sw.cpp function myRound (line 55) | inline int myRound ( float value ) function face_detect_sw (line 61) | void face_detect_sw function processImage (line 129) | void processImage function cascadeClassifier (line 177) | int cascadeClassifier function weakClassifier (line 302) | int weakClassifier function integralImages (line 337) | void integralImages( int height, int width, unsigned char Data[IMAGE_HEI... function imageScaler (line 372) | void imageScaler function int_sqrt (line 413) | unsigned int int_sqrt function max (line 442) | int max function min (line 454) | int min FILE: harness/ocl_src/CLKernel.cpp type rosetta (line 12) | namespace rosetta FILE: harness/ocl_src/CLKernel.h function namespace (line 22) | namespace rosetta FILE: harness/ocl_src/CLMemObj.cpp type rosetta (line 12) | namespace rosetta function cl_mem_flags (line 53) | cl_mem_flags CLMemObj::get_flags() { return flags; } function cl_mem_ext_ptr_t (line 56) | cl_mem_ext_ptr_t* CLMemObj::get_xil_ext_ptr() { return bank; } FILE: harness/ocl_src/CLMemObj.h function namespace (line 20) | namespace rosetta FILE: harness/ocl_src/CLWorld.cpp type rosetta (line 11) | namespace rosetta function cl_device_id (line 35) | cl_device_id CLWorld::getDevice() function cl_context (line 41) | cl_context CLWorld::getContext() function cl_program (line 47) | cl_program CLWorld::getProgram() FILE: harness/ocl_src/CLWorld.h function namespace (line 23) | namespace rosetta FILE: optical-flow/imageLib/Convert.cpp function ScaleAndOffset (line 57) | extern void ScaleAndOffset(CImageOf& src, CImageOf& dst, float s... function ConvertToRGBA (line 89) | extern CImageOf ConvertToRGBA(CImageOf src) function BandSelect (line 118) | extern void BandSelect(CImageOf& src, CImageOf& dst, int sBand, in... function CopyPixelsInstantiate (line 156) | void CopyPixelsInstantiate(CImageOf s1) function InstantiateConvert (line 167) | int InstantiateConvert(CImageOf src) function InstantiateAllConverts (line 176) | void InstantiateAllConverts(void) FILE: optical-flow/imageLib/Convolve.cpp function TrimIndex (line 33) | static int TrimIndex(int k, EBorderMode e, int n) function FillRowBuffer (line 55) | static void FillRowBuffer(float buf[], CImageOf& src, CFloatImage& ke... function ConvolveRow2D (line 82) | static function Convolve (line 110) | void Convolve(CImageOf src, CImageOf& dst, function ConvolveSeparable (line 164) | void ConvolveSeparable(CImageOf src, CImageOf& dst, function InstantiateConvolutionOf (line 211) | void InstantiateConvolutionOf(CImageOf img) function InstantiateConvolutions (line 218) | void InstantiateConvolutions() type KernelInit (line 233) | struct KernelInit FILE: optical-flow/imageLib/Error.h function exception (line 20) | struct CError : public exception FILE: optical-flow/imageLib/Image.cpp function uchar (line 165) | uchar CImageOf::MinVal(void) { return 0; } function uchar (line 166) | uchar CImageOf::MaxVal(void) { return 255; } FILE: optical-flow/imageLib/Image.h function namespace (line 34) | namespace std {} type uchar (line 56) | typedef unsigned char uchar; type CShape (line 61) | struct CShape function InBounds (line 76) | inline bool CShape::InBounds(int x, int y) function InBounds (line 83) | inline bool CShape::InBounds(int x, int y, int b) type EBorderMode (line 94) | enum EBorderMode type CImageAttributes (line 104) | struct CImageAttributes function class (line 115) | class CImage : public CImageAttributes type CImageOf (line 244) | typedef CImageOf CByteImage; type CImageOf (line 245) | typedef CImageOf CIntImage; type CImageOf (line 246) | typedef CImageOf CFloatImage; FILE: optical-flow/imageLib/ImageIO.cpp type CTargaHead (line 56) | struct CTargaHead class CTargaRLC (line 93) | class CTargaRLC method CTargaRLC (line 97) | CTargaRLC(bool RLC) : m_count(0), m_RLC(RLC) {} function uchar (line 106) | inline uchar* CTargaRLC::getBytes(int nBytes, FILE *stream) function ReadFileTGA (line 139) | void ReadFileTGA(CByteImage& img, const char* filename) function WriteFileTGA (line 249) | void WriteFileTGA(CImage img, const char* filename) function skip_comment (line 302) | void skip_comment(FILE *fp) function skip_space (line 312) | void skip_space(FILE *fp) function read_header (line 323) | void read_header(FILE *fp, const char *imtype, char c1, char c2, function ReadFilePGM (line 355) | void ReadFilePGM(CByteImage& img, const char* filename) function WriteFilePGM (line 429) | void WriteFilePGM(CByteImage img, const char* filename) function ReadImage (line 518) | void ReadImage (CImage& img, const char* filename) function WriteImage (line 581) | void WriteImage(CImage& img, const char* filename) function ReadImageVerb (line 621) | void ReadImageVerb(CImage& img, const char* filename, int verbose) { function WriteImageVerb (line 628) | void WriteImageVerb(CImage& img, const char* filename, int verbose) { FILE: optical-flow/imageLib/RefCntMem.cpp function CRefCntMem (line 65) | CRefCntMem& CRefCntMem::operator=(const CRefCntMem& ref) FILE: optical-flow/imageLib/RefCntMem.h type CRefCntMemPtr (line 25) | struct CRefCntMemPtr // shared component of reference counted me... function class (line 34) | class CRefCntMem // reference-counted memory allocator FILE: optical-flow/imageLib/flowIO.cpp function unknown_flow (line 35) | bool unknown_flow(float u, float v) { function unknown_flow (line 41) | bool unknown_flow(float *f) { function ReadFlowFile (line 46) | void ReadFlowFile(CFloatImage& img, const char* filename) function WriteFlowFile (line 96) | void WriteFlowFile(CFloatImage img, const char* filename) FILE: optical-flow/src/host/check_result.cpp function check_results (line 20) | void check_results(velocity_t output[MAX_HEIGHT][MAX_WIDTH], CFloatImage... FILE: optical-flow/src/host/optical_flow_host.cpp function main (line 43) | int main(int argc, char ** argv) FILE: optical-flow/src/host/typedefs.h type pixel_t (line 23) | typedef float pixel_t; type outer_pixel_t (line 24) | typedef float outer_pixel_t; type vel_pixel_t (line 25) | typedef float vel_pixel_t; type gradient_t (line 27) | typedef struct{ type outer_t (line 33) | typedef struct{ type tensor_t (line 37) | typedef struct{ type velocity_t (line 41) | typedef struct{ type ap_uint (line 49) | typedef ap_uint<64> frames_t; FILE: optical-flow/src/host/utils.cpp function print_usage (line 16) | void print_usage(char* filename) function parse_sdaccel_command_line_args (line 24) | void parse_sdaccel_command_line_args( function parse_sdsoc_command_line_args (line 56) | void parse_sdsoc_command_line_args( FILE: optical-flow/src/ocl/optical_flow.cpp function gradient_xy_calc (line 18) | void gradient_xy_calc(input_t frame[MAX_HEIGHT][MAX_WIDTH], function gradient_z_calc (line 103) | void gradient_z_calc(input_t frame1[MAX_HEIGHT][MAX_WIDTH], function gradient_weight_y (line 126) | void gradient_weight_y(pixel_t gradient_x[MAX_HEIGHT][MAX_WIDTH], function gradient_weight_x (line 183) | void gradient_weight_x(gradient_t y_filt[MAX_HEIGHT][MAX_WIDTH], function outer_product (line 230) | void outer_product(gradient_t gradient[MAX_HEIGHT][MAX_WIDTH], function tensor_weight_y (line 255) | void tensor_weight_y(outer_t outer[MAX_HEIGHT][MAX_WIDTH], function tensor_weight_x (line 305) | void tensor_weight_x(tensor_t tensor_y[MAX_HEIGHT][MAX_WIDTH], function flow_calc (line 352) | void flow_calc(tensor_t tensors[MAX_HEIGHT][MAX_WIDTH], function optical_flow (line 400) | void optical_flow(frames_t frames[MAX_HEIGHT * MAX_WIDTH], FILE: optical-flow/src/sdsoc/optical_flow.cpp function gradient_xy_calc (line 20) | void gradient_xy_calc(input_t frame[MAX_HEIGHT][MAX_WIDTH], function gradient_z_calc (line 105) | void gradient_z_calc(input_t frame1[MAX_HEIGHT][MAX_WIDTH], function gradient_weight_y (line 128) | void gradient_weight_y(pixel_t gradient_x[MAX_HEIGHT][MAX_WIDTH], function gradient_weight_x (line 185) | void gradient_weight_x(gradient_t y_filt[MAX_HEIGHT][MAX_WIDTH], function outer_product (line 232) | void outer_product(gradient_t gradient[MAX_HEIGHT][MAX_WIDTH], function tensor_weight_y (line 257) | void tensor_weight_y(outer_t outer[MAX_HEIGHT][MAX_WIDTH], function tensor_weight_x (line 307) | void tensor_weight_x(tensor_t tensor_y[MAX_HEIGHT][MAX_WIDTH], function flow_calc (line 354) | void flow_calc(tensor_t tensors[MAX_HEIGHT][MAX_WIDTH], function optical_flow (line 401) | void optical_flow(frames_t frames[MAX_HEIGHT][MAX_WIDTH], FILE: optical-flow/src/sw/optical_flow_sw.cpp function gradient_xy_calc (line 13) | void gradient_xy_calc(pixel_t frame[MAX_HEIGHT][MAX_WIDTH], function gradient_z_calc (line 44) | void gradient_z_calc(pixel_t frame0[MAX_HEIGHT][MAX_WIDTH], function gradient_weight_y (line 67) | void gradient_weight_y(pixel_t gradient_x[MAX_HEIGHT][MAX_WIDTH], function gradient_weight_x (line 99) | void gradient_weight_x(gradient_t y_filt[MAX_HEIGHT][MAX_WIDTH], function outer_product (line 129) | void outer_product(gradient_t gradient[MAX_HEIGHT][MAX_WIDTH], function tensor_weight_y (line 150) | void tensor_weight_y(outer_t outer[MAX_HEIGHT][MAX_WIDTH], function tensor_weight_x (line 182) | void tensor_weight_x(tensor_t tensor_y[MAX_HEIGHT][MAX_WIDTH], function flow_calc (line 213) | void flow_calc(tensor_t tensors[MAX_HEIGHT][MAX_WIDTH], function optical_flow_sw (line 239) | void optical_flow_sw(pixel_t frame0[MAX_HEIGHT][MAX_WIDTH], FILE: spam-filter/src/host/check_result.cpp type DataSet_s (line 13) | struct DataSet_s function dotProduct (line 25) | float dotProduct(FeatureType* param_vector, DataType* data_point_i, cons... function LabelType (line 40) | LabelType getPrediction(FeatureType* parameter_vector, DataType* data_po... function computeErrorRate (line 47) | double computeErrorRate( function check_results (line 85) | void check_results(FeatureType* param_vector, DataType* data_points, Lab... FILE: spam-filter/src/host/spam_filter.cpp function main (line 42) | int main(int argc, char *argv[]) FILE: spam-filter/src/host/typedefs.h type ap_fixed (line 48) | typedef ap_fixed FeatureType; type ap_uint (line 49) | typedef ap_uint VectorFeatureType; type ap_fixed (line 54) | typedef ap_fixed DataType; type ap_uint (line 55) | typedef ap_uint VectorDataType; type ap_uint (line 60) | typedef ap_uint LabelType; type ap_uint (line 61) | typedef ap_uint VectorLabelType; type ap_uint (line 70) | typedef ap_uint IdxFixed; type ap_fixed (line 71) | typedef ap_fixed LutInFixed; type ap_fixed (line 72) | typedef ap_fixed LutOutFixed; type FeatureType (line 75) | typedef float FeatureType; type DataType (line 76) | typedef float DataType; type LabelType (line 77) | typedef unsigned char LabelType; FILE: spam-filter/src/host/utils.cpp function print_usage (line 16) | void print_usage(char* filename) function parse_sdaccel_command_line_args (line 23) | void parse_sdaccel_command_line_args( function parse_sdsoc_command_line_args (line 51) | void parse_sdsoc_command_line_args( FILE: spam-filter/src/ocl/sgd.cpp function FeatureType (line 13) | FeatureType dotProduct(FeatureType param[NUM_FEATURES], function FeatureType (line 32) | FeatureType useLUT(FeatureType in) function FeatureType (line 48) | FeatureType Sigmoid(FeatureType exponent) function computeGradient (line 63) | void computeGradient( function updateParameter (line 78) | void updateParameter( function read_data (line 95) | void read_data(VectorDataType data[NUM_FEATURES * NUM_TRAINING / D_VECT... function compute (line 113) | void compute(FeatureType theta_local[NUM_FEATURES], function SgdLR (line 140) | void SgdLR( VectorDataType data[NUM_FEATURES * NUM_TRAINING / D_VECTO... FILE: spam-filter/src/sdsoc/sgd.cpp function read_data (line 14) | void read_data(VectorDataType data[NUM_FEATURES / D_VECTOR_SIZE], function FeatureType (line 29) | FeatureType dotProduct(FeatureType param[NUM_FEATURES], function FeatureType (line 52) | FeatureType useLUT(FeatureType in) function FeatureType (line 68) | FeatureType Sigmoid(FeatureType exponent) function computeGradient (line 83) | void computeGradient( function updateParameter (line 101) | void updateParameter( function streamOut (line 120) | void streamOut(FeatureType theta_local[NUM_FEATURES], VectorFeatureType ... function compute (line 136) | void compute(FeatureType theta_local[NUM_FEATURES], function SgdLR (line 159) | void SgdLR( VectorDataType data[NUM_FEATURES * NUM_TRAINING / D_VECTO... FILE: spam-filter/src/sw/sgd_sw.cpp function FeatureType (line 13) | FeatureType dotProduct(FeatureType param[NUM_FEATURES], function FeatureType (line 22) | FeatureType Sigmoid(FeatureType exponent) function computeGradient (line 28) | void computeGradient( function updateParameter (line 38) | void updateParameter( function SgdLR_sw (line 48) | void SgdLR_sw( DataType data[NUM_FEATURES * NUM_TRAINING],