Lines Matching refs:vec_ldl
2070 /* Function vec_ldl */
2074 UCaux1.v = vec_ldl( 0, UCmem );
2083 printf("Function vec_ldl [type unsigned char] ===> Error\n");
2085 printf("Function vec_ldl [type unsigned char] ===> OK\n");
2089 Caux1.v = vec_ldl( 0, Cmem );
2098 printf("Function vec_ldl [type char] ===> Error\n");
2100 printf("Function vec_ldl [type char] ===> OK\n");
2104 USaux1.v = vec_ldl( 0, USmem );
2113 printf("Function vec_ldl [type unsigned short] ===> Error\n");
2115 printf("Function vec_ldl [type unsigned short] ===> OK\n");
2119 Saux1.v = vec_ldl( 0, Smem );
2128 printf("Function vec_ldl [type short] ===> Error\n");
2130 printf("Function vec_ldl [type short] ===> OK\n");
2134 UIaux1.v = vec_ldl( 0, UImem );
2143 printf("Function vec_ldl [type unsigned int] ===> Error\n");
2145 printf("Function vec_ldl [type unsigned int] ===> OK\n");
2149 Iaux1.v = vec_ldl( 0, Imem );
2158 printf("Function vec_ldl [type int] ===> Error\n");
2160 printf("Function vec_ldl [type int] ===> OK\n");
2165 Faux1.v = vec_ldl( 0, Fmem );
2174 printf("Function vec_ldl [type float] ===> Error\n");
2176 printf("Function vec_ldl [type float] ===> OK\n");