PintS  0.1
Portable Intrinsics for SIMD
 All Data Structures Files Functions Groups
Functions
print functions

Functions

void v1d_fprintf (FILE *file, v1d a, const char *format)
 Prints a v1d vector. More...
 
void v1f_fprintf (FILE *file, v1f a, const char *format)
 Prints a v1f vector. More...
 
void v1i_fprintf (FILE *file, v1i a, const char *format)
 Prints a v1i vector. More...
 
void v1l_fprintf (FILE *file, v1l a, const char *format)
 Prints a v1l vector. More...
 
void v2d_fprintf (FILE *file, v2d a, const char *format)
 Prints a v2d vector. More...
 
void v2f_fprintf (FILE *file, v2f a, const char *format)
 Prints a v2f vector. More...
 
void v2i_fprintf (FILE *file, v2i a, const char *format)
 Prints a v2i vector. More...
 
void v2l_fprintf (FILE *file, v2l a, const char *format)
 Prints a v2l vector. More...
 
void v4d_fprintf (FILE *file, v4d a, const char *format)
 Prints a v4d vector. More...
 
void v4f_fprintf (FILE *file, v4f a, const char *format)
 Prints a v4f vector. More...
 
void v4i_fprintf (FILE *file, v4i a, const char *format)
 Prints a v4i vector. More...
 
void v4l_fprintf (FILE *file, v4l a, const char *format)
 Prints a v4l vector. More...
 
void v8d_fprintf (FILE *file, v8d a, const char *format)
 Prints a v8d vector. More...
 
void v8f_fprintf (FILE *file, v8f a, const char *format)
 Prints a v8f vector. More...
 
void v8i_fprintf (FILE *file, v8i a, const char *format)
 Prints a v8i vector. More...
 
void v8l_fprintf (FILE *file, v8l a, const char *format)
 Prints a v8l vector. More...
 
void v16f_fprintf (FILE *file, v16f a, const char *format)
 Prints a v16f vector. More...
 
void v16i_fprintf (FILE *file, v16i a, const char *format)
 Prints a v16i vector. More...
 
void v1d_printf (v1d a, const char *format)
 Prints a v1d vector. More...
 
void v1f_printf (v1f a, const char *format)
 Prints a v1f vector. More...
 
void v1i_printf (v1i a, const char *format)
 Prints a v1i vector. More...
 
void v1l_printf (v1l a, const char *format)
 Prints a v1l vector. More...
 
void v2d_printf (v2d a, const char *format)
 Prints a v2d vector. More...
 
void v2f_printf (v2f a, const char *format)
 Prints a v2f vector. More...
 
void v2i_printf (v2i a, const char *format)
 Prints a v2i vector. More...
 
void v2l_printf (v2l a, const char *format)
 Prints a v2l vector. More...
 
void v4d_printf (v4d a, const char *format)
 Prints a v4d vector. More...
 
void v4f_printf (v4f a, const char *format)
 Prints a v4f vector. More...
 
void v4i_printf (v4i a, const char *format)
 Prints a v4i vector. More...
 
void v4l_printf (v4l a, const char *format)
 Prints a v4l vector. More...
 
void v8d_printf (v8d a, const char *format)
 Prints a v8d vector. More...
 
void v8f_printf (v8f a, const char *format)
 Prints a v8f vector. More...
 
void v8i_printf (v8i a, const char *format)
 Prints a v8i vector. More...
 
void v8l_printf (v8l a, const char *format)
 Prints a v8l vector. More...
 
void v16f_printf (v16f a, const char *format)
 Prints a v16f vector. More...
 
void v16i_printf (v16i a, const char *format)
 Prints a v16i vector. More...
 
void v1d_fprint (FILE *file, v1d a)
 Prints a v1d vector. More...
 
void v1f_fprint (FILE *file, v1f a)
 Prints a v1f vector. More...
 
void v1i_fprint (FILE *file, v1i a)
 Prints a v1i vector. More...
 
void v1l_fprint (FILE *file, v1l a)
 Prints a v1l vector. More...
 
void v2d_fprint (FILE *file, v2d a)
 Prints a v2d vector. More...
 
void v2f_fprint (FILE *file, v2f a)
 Prints a v2f vector. More...
 
void v2i_fprint (FILE *file, v2i a)
 Prints a v2i vector. More...
 
void v2l_fprint (FILE *file, v2l a)
 Prints a v2l vector. More...
 
void v4d_fprint (FILE *file, v4d a)
 Prints a v4d vector. More...
 
void v4f_fprint (FILE *file, v4f a)
 Prints a v4f vector. More...
 
void v4i_fprint (FILE *file, v4i a)
 Prints a v4i vector. More...
 
void v4l_fprint (FILE *file, v4l a)
 Prints a v4l vector. More...
 
void v8d_fprint (FILE *file, v8d a)
 Prints a v8d vector. More...
 
void v8f_fprint (FILE *file, v8f a)
 Prints a v8f vector. More...
 
void v8i_fprint (FILE *file, v8i a)
 Prints a v8i vector. More...
 
void v8l_fprint (FILE *file, v8l a)
 Prints a v8l vector. More...
 
void v16f_fprint (FILE *file, v16f a)
 Prints a v16f vector. More...
 
void v16i_fprint (FILE *file, v16i a)
 Prints a v16i vector. More...
 
void v1d_print (v1d a)
 Prints a v1d vector. More...
 
void v1f_print (v1f a)
 Prints a v1f vector. More...
 
void v1i_print (v1i a)
 Prints a v1i vector. More...
 
void v1l_print (v1l a)
 Prints a v1l vector. More...
 
void v2d_print (v2d a)
 Prints a v2d vector. More...
 
void v2f_print (v2f a)
 Prints a v2f vector. More...
 
void v2i_print (v2i a)
 Prints a v2i vector. More...
 
void v2l_print (v2l a)
 Prints a v2l vector. More...
 
void v4d_print (v4d a)
 Prints a v4d vector. More...
 
void v4f_print (v4f a)
 Prints a v4f vector. More...
 
void v4i_print (v4i a)
 Prints a v4i vector. More...
 
void v4l_print (v4l a)
 Prints a v4l vector. More...
 
void v8d_print (v8d a)
 Prints a v8d vector. More...
 
void v8f_print (v8f a)
 Prints a v8f vector. More...
 
void v8i_print (v8i a)
 Prints a v8i vector. More...
 
void v8l_print (v8l a)
 Prints a v8l vector. More...
 
void v16f_print (v16f a)
 Prints a v16f vector. More...
 
void v16i_print (v16i a)
 Prints a v16i vector. More...
 
void v1d_rfprintf (FILE *file, v1d a, const char *format)
 Prints a v1d vector (reversed order) More...
 
void v1f_rfprintf (FILE *file, v1f a, const char *format)
 Prints a v1f vector (reversed order) More...
 
void v1i_rfprintf (FILE *file, v1i a, const char *format)
 Prints a v1i vector (reversed order) More...
 
void v1l_rfprintf (FILE *file, v1l a, const char *format)
 Prints a v1l vector (reversed order) More...
 
void v2d_rfprintf (FILE *file, v2d a, const char *format)
 Prints a v2d vector (reversed order) More...
 
void v2f_rfprintf (FILE *file, v2f a, const char *format)
 Prints a v2f vector (reversed order) More...
 
void v2i_rfprintf (FILE *file, v2i a, const char *format)
 Prints a v2i vector (reversed order) More...
 
void v2l_rfprintf (FILE *file, v2l a, const char *format)
 Prints a v2l vector (reversed order) More...
 
void v4d_rfprintf (FILE *file, v4d a, const char *format)
 Prints a v4d vector (reversed order) More...
 
void v4f_rfprintf (FILE *file, v4f a, const char *format)
 Prints a v4f vector (reversed order) More...
 
void v4i_rfprintf (FILE *file, v4i a, const char *format)
 Prints a v4i vector (reversed order) More...
 
void v4l_rfprintf (FILE *file, v4l a, const char *format)
 Prints a v4l vector (reversed order) More...
 
void v8d_rfprintf (FILE *file, v8d a, const char *format)
 Prints a v8d vector (reversed order) More...
 
void v8f_rfprintf (FILE *file, v8f a, const char *format)
 Prints a v8f vector (reversed order) More...
 
void v8i_rfprintf (FILE *file, v8i a, const char *format)
 Prints a v8i vector (reversed order) More...
 
void v8l_rfprintf (FILE *file, v8l a, const char *format)
 Prints a v8l vector (reversed order) More...
 
void v16f_rfprintf (FILE *file, v16f a, const char *format)
 Prints a v16f vector (reversed order) More...
 
void v16i_rfprintf (FILE *file, v16i a, const char *format)
 Prints a v16i vector (reversed order) More...
 
void v1d_rprintf (v1d a, const char *format)
 Prints a v1d vector (reversed order) More...
 
void v1f_rprintf (v1f a, const char *format)
 Prints a v1f vector (reversed order) More...
 
void v1i_rprintf (v1i a, const char *format)
 Prints a v1i vector (reversed order) More...
 
void v1l_rprintf (v1l a, const char *format)
 Prints a v1l vector (reversed order) More...
 
void v2d_rprintf (v2d a, const char *format)
 Prints a v2d vector (reversed order) More...
 
void v2f_rprintf (v2f a, const char *format)
 Prints a v2f vector (reversed order) More...
 
void v2i_rprintf (v2i a, const char *format)
 Prints a v2i vector (reversed order) More...
 
void v2l_rprintf (v2l a, const char *format)
 Prints a v2l vector (reversed order) More...
 
void v4d_rprintf (v4d a, const char *format)
 Prints a v4d vector (reversed order) More...
 
void v4f_rprintf (v4f a, const char *format)
 Prints a v4f vector (reversed order) More...
 
void v4i_rprintf (v4i a, const char *format)
 Prints a v4i vector (reversed order) More...
 
void v4l_rprintf (v4l a, const char *format)
 Prints a v4l vector (reversed order) More...
 
void v8d_rprintf (v8d a, const char *format)
 Prints a v8d vector (reversed order) More...
 
void v8f_rprintf (v8f a, const char *format)
 Prints a v8f vector (reversed order) More...
 
void v8i_rprintf (v8i a, const char *format)
 Prints a v8i vector (reversed order) More...
 
void v8l_rprintf (v8l a, const char *format)
 Prints a v8l vector (reversed order) More...
 
void v16f_rprintf (v16f a, const char *format)
 Prints a v16f vector (reversed order) More...
 
void v16i_rprintf (v16i a, const char *format)
 Prints a v16i vector (reversed order) More...
 
void v1d_rfprint (FILE *file, v1d a)
 Prints a v1d vector (reversed order) More...
 
void v1f_rfprint (FILE *file, v1f a)
 Prints a v1f vector (reversed order) More...
 
void v1i_rfprint (FILE *file, v1i a)
 Prints a v1i vector (reversed order) More...
 
void v1l_rfprint (FILE *file, v1l a)
 Prints a v1l vector (reversed order) More...
 
void v2d_rfprint (FILE *file, v2d a)
 Prints a v2d vector (reversed order) More...
 
void v2f_rfprint (FILE *file, v2f a)
 Prints a v2f vector (reversed order) More...
 
void v2i_rfprint (FILE *file, v2i a)
 Prints a v2i vector (reversed order) More...
 
void v2l_rfprint (FILE *file, v2l a)
 Prints a v2l vector (reversed order) More...
 
void v4d_rfprint (FILE *file, v4d a)
 Prints a v4d vector (reversed order) More...
 
void v4f_rfprint (FILE *file, v4f a)
 Prints a v4f vector (reversed order) More...
 
void v4i_rfprint (FILE *file, v4i a)
 Prints a v4i vector (reversed order) More...
 
void v4l_rfprint (FILE *file, v4l a)
 Prints a v4l vector (reversed order) More...
 
void v8d_rfprint (FILE *file, v8d a)
 Prints a v8d vector (reversed order) More...
 
void v8f_rfprint (FILE *file, v8f a)
 Prints a v8f vector (reversed order) More...
 
void v8i_rfprint (FILE *file, v8i a)
 Prints a v8i vector (reversed order) More...
 
void v8l_rfprint (FILE *file, v8l a)
 Prints a v8l vector (reversed order) More...
 
void v16f_rfprint (FILE *file, v16f a)
 Prints a v16f vector (reversed order) More...
 
void v16i_rfprint (FILE *file, v16i a)
 Prints a v16i vector (reversed order) More...
 
void v1d_rprint (v1d a)
 Prints a v1d vector (reversed order) More...
 
void v1f_rprint (v1f a)
 Prints a v1f vector (reversed order) More...
 
void v1i_rprint (v1i a)
 Prints a v1i vector (reversed order) More...
 
void v1l_rprint (v1l a)
 Prints a v1l vector (reversed order) More...
 
void v2d_rprint (v2d a)
 Prints a v2d vector (reversed order) More...
 
void v2f_rprint (v2f a)
 Prints a v2f vector (reversed order) More...
 
void v2i_rprint (v2i a)
 Prints a v2i vector (reversed order) More...
 
void v2l_rprint (v2l a)
 Prints a v2l vector (reversed order) More...
 
void v4d_rprint (v4d a)
 Prints a v4d vector (reversed order) More...
 
void v4f_rprint (v4f a)
 Prints a v4f vector (reversed order) More...
 
void v4i_rprint (v4i a)
 Prints a v4i vector (reversed order) More...
 
void v4l_rprint (v4l a)
 Prints a v4l vector (reversed order) More...
 
void v8d_rprint (v8d a)
 Prints a v8d vector (reversed order) More...
 
void v8f_rprint (v8f a)
 Prints a v8f vector (reversed order) More...
 
void v8i_rprint (v8i a)
 Prints a v8i vector (reversed order) More...
 
void v8l_rprint (v8l a)
 Prints a v8l vector (reversed order) More...
 
void v16f_rprint (v16f a)
 Prints a v16f vector (reversed order) More...
 
void v16i_rprint (v16i a)
 Prints a v16i vector (reversed order) More...
 

Detailed Description

Function Documentation

void v1d_fprintf ( FILE *  file,
v1d  a,
const char *  format 
)
related

Prints the v1d input vector into file, using format to format the printing of each element.

Parameters
fileoutput file
av1d vector to print
formatprintf-like format
void v1f_fprintf ( FILE *  file,
v1f  a,
const char *  format 
)
related

Prints the v1f input vector into file, using format to format the printing of each element.

Parameters
fileoutput file
av1f vector to print
formatprintf-like format
void v1i_fprintf ( FILE *  file,
v1i  a,
const char *  format 
)
related

Prints the v1i input vector into file, using format to format the printing of each element.

Parameters
fileoutput file
av1i vector to print
formatprintf-like format
void v1l_fprintf ( FILE *  file,
v1l  a,
const char *  format 
)
related

Prints the v1l input vector into file, using format to format the printing of each element.

Parameters
fileoutput file
av1l vector to print
formatprintf-like format
void v2d_fprintf ( FILE *  file,
v2d  a,
const char *  format 
)
related

Prints the v2d input vector into file, using format to format the printing of each element.

Parameters
fileoutput file
av2d vector to print
formatprintf-like format
void v2f_fprintf ( FILE *  file,
v2f  a,
const char *  format 
)
related

Prints the v2f input vector into file, using format to format the printing of each element.

Parameters
fileoutput file
av2f vector to print
formatprintf-like format
void v2i_fprintf ( FILE *  file,
v2i  a,
const char *  format 
)
related

Prints the v2i input vector into file, using format to format the printing of each element.

Parameters
fileoutput file
av2i vector to print
formatprintf-like format
void v2l_fprintf ( FILE *  file,
v2l  a,
const char *  format 
)
related

Prints the v2l input vector into file, using format to format the printing of each element.

Parameters
fileoutput file
av2l vector to print
formatprintf-like format
void v4d_fprintf ( FILE *  file,
v4d  a,
const char *  format 
)
related

Prints the v4d input vector into file, using format to format the printing of each element.

Parameters
fileoutput file
av4d vector to print
formatprintf-like format
void v4f_fprintf ( FILE *  file,
v4f  a,
const char *  format 
)
related

Prints the v4f input vector into file, using format to format the printing of each element.

Parameters
fileoutput file
av4f vector to print
formatprintf-like format
void v4i_fprintf ( FILE *  file,
v4i  a,
const char *  format 
)
related

Prints the v4i input vector into file, using format to format the printing of each element.

Parameters
fileoutput file
av4i vector to print
formatprintf-like format
void v4l_fprintf ( FILE *  file,
v4l  a,
const char *  format 
)
related

Prints the v4l input vector into file, using format to format the printing of each element.

Parameters
fileoutput file
av4l vector to print
formatprintf-like format
void v8d_fprintf ( FILE *  file,
v8d  a,
const char *  format 
)
related

Prints the v8d input vector into file, using format to format the printing of each element.

Parameters
fileoutput file
av8d vector to print
formatprintf-like format
void v8f_fprintf ( FILE *  file,
v8f  a,
const char *  format 
)
related

Prints the v8f input vector into file, using format to format the printing of each element.

Parameters
fileoutput file
av8f vector to print
formatprintf-like format
void v8i_fprintf ( FILE *  file,
v8i  a,
const char *  format 
)
related

Prints the v8i input vector into file, using format to format the printing of each element.

Parameters
fileoutput file
av8i vector to print
formatprintf-like format
void v8l_fprintf ( FILE *  file,
v8l  a,
const char *  format 
)
related

Prints the v8l input vector into file, using format to format the printing of each element.

Parameters
fileoutput file
av8l vector to print
formatprintf-like format
void v16f_fprintf ( FILE *  file,
v16f  a,
const char *  format 
)
related

Prints the v16f input vector into file, using format to format the printing of each element.

Parameters
fileoutput file
av16f vector to print
formatprintf-like format
void v16i_fprintf ( FILE *  file,
v16i  a,
const char *  format 
)
related

Prints the v16i input vector into file, using format to format the printing of each element.

Parameters
fileoutput file
av16i vector to print
formatprintf-like format
void v1d_printf ( v1d  a,
const char *  format 
)
related

Prints the v1d input vector to stdout, using format to format the printing of each element.

functionally equivalent to v1d_fprintf(stdout, a, format)

Parameters
av1d vector to print
formatprintf-like format
void v1f_printf ( v1f  a,
const char *  format 
)
related

Prints the v1f input vector to stdout, using format to format the printing of each element.

functionally equivalent to v1f_fprintf(stdout, a, format)

Parameters
av1f vector to print
formatprintf-like format
void v1i_printf ( v1i  a,
const char *  format 
)
related

Prints the v1i input vector to stdout, using format to format the printing of each element.

functionally equivalent to v1i_fprintf(stdout, a, format)

Parameters
av1i vector to print
formatprintf-like format
void v1l_printf ( v1l  a,
const char *  format 
)
related

Prints the v1l input vector to stdout, using format to format the printing of each element.

functionally equivalent to v1l_fprintf(stdout, a, format)

Parameters
av1l vector to print
formatprintf-like format
void v2d_printf ( v2d  a,
const char *  format 
)
related

Prints the v2d input vector to stdout, using format to format the printing of each element.

functionally equivalent to v2d_fprintf(stdout, a, format)

Parameters
av2d vector to print
formatprintf-like format
void v2f_printf ( v2f  a,
const char *  format 
)
related

Prints the v2f input vector to stdout, using format to format the printing of each element.

functionally equivalent to v2f_fprintf(stdout, a, format)

Parameters
av2f vector to print
formatprintf-like format
void v2i_printf ( v2i  a,
const char *  format 
)
related

Prints the v2i input vector to stdout, using format to format the printing of each element.

functionally equivalent to v2i_fprintf(stdout, a, format)

Parameters
av2i vector to print
formatprintf-like format
void v2l_printf ( v2l  a,
const char *  format 
)
related

Prints the v2l input vector to stdout, using format to format the printing of each element.

functionally equivalent to v2l_fprintf(stdout, a, format)

Parameters
av2l vector to print
formatprintf-like format
void v4d_printf ( v4d  a,
const char *  format 
)
related

Prints the v4d input vector to stdout, using format to format the printing of each element.

functionally equivalent to v4d_fprintf(stdout, a, format)

Parameters
av4d vector to print
formatprintf-like format
void v4f_printf ( v4f  a,
const char *  format 
)
related

Prints the v4f input vector to stdout, using format to format the printing of each element.

functionally equivalent to v4f_fprintf(stdout, a, format)

Parameters
av4f vector to print
formatprintf-like format
void v4i_printf ( v4i  a,
const char *  format 
)
related

Prints the v4i input vector to stdout, using format to format the printing of each element.

functionally equivalent to v4i_fprintf(stdout, a, format)

Parameters
av4i vector to print
formatprintf-like format
void v4l_printf ( v4l  a,
const char *  format 
)
related

Prints the v4l input vector to stdout, using format to format the printing of each element.

functionally equivalent to v4l_fprintf(stdout, a, format)

Parameters
av4l vector to print
formatprintf-like format
void v8d_printf ( v8d  a,
const char *  format 
)
related

Prints the v8d input vector to stdout, using format to format the printing of each element.

functionally equivalent to v8d_fprintf(stdout, a, format)

Parameters
av8d vector to print
formatprintf-like format
void v8f_printf ( v8f  a,
const char *  format 
)
related

Prints the v8f input vector to stdout, using format to format the printing of each element.

functionally equivalent to v8f_fprintf(stdout, a, format)

Parameters
av8f vector to print
formatprintf-like format
void v8i_printf ( v8i  a,
const char *  format 
)
related

Prints the v8i input vector to stdout, using format to format the printing of each element.

functionally equivalent to v8i_fprintf(stdout, a, format)

Parameters
av8i vector to print
formatprintf-like format
void v8l_printf ( v8l  a,
const char *  format 
)
related

Prints the v8l input vector to stdout, using format to format the printing of each element.

functionally equivalent to v8l_fprintf(stdout, a, format)

Parameters
av8l vector to print
formatprintf-like format
void v16f_printf ( v16f  a,
const char *  format 
)
related

Prints the v16f input vector to stdout, using format to format the printing of each element.

functionally equivalent to v16f_fprintf(stdout, a, format)

Parameters
av16f vector to print
formatprintf-like format
void v16i_printf ( v16i  a,
const char *  format 
)
related

Prints the v16i input vector to stdout, using format to format the printing of each element.

functionally equivalent to v16i_fprintf(stdout, a, format)

Parameters
av16i vector to print
formatprintf-like format
void v1d_fprint ( FILE *  file,
v1d  a 
)
related

Prints the v1d input vector into file.

functionally equivalent to v1d_fprintf(file, a, "%lf")

Parameters
fileoutput file
av1d vector to print
void v1f_fprint ( FILE *  file,
v1f  a 
)
related

Prints the v1f input vector into file.

functionally equivalent to v1f_fprintf(file, a, "%f")

Parameters
fileoutput file
av1f vector to print
void v1i_fprint ( FILE *  file,
v1i  a 
)
related

Prints the v1i input vector into file.

functionally equivalent to v1i_fprintf(file, a, "%i")

Parameters
fileoutput file
av1i vector to print
void v1l_fprint ( FILE *  file,
v1l  a 
)
related

Prints the v1l input vector into file.

functionally equivalent to v1l_fprintf(file, a, "%lli")

Parameters
fileoutput file
av1l vector to print
void v2d_fprint ( FILE *  file,
v2d  a 
)
related

Prints the v2d input vector into file.

functionally equivalent to v2d_fprintf(file, a, "%lf")

Parameters
fileoutput file
av2d vector to print
void v2f_fprint ( FILE *  file,
v2f  a 
)
related

Prints the v2f input vector into file.

functionally equivalent to v2f_fprintf(file, a, "%f")

Parameters
fileoutput file
av2f vector to print
void v2i_fprint ( FILE *  file,
v2i  a 
)
related

Prints the v2i input vector into file.

functionally equivalent to v2i_fprintf(file, a, "%i")

Parameters
fileoutput file
av2i vector to print
void v2l_fprint ( FILE *  file,
v2l  a 
)
related

Prints the v2l input vector into file.

functionally equivalent to v2l_fprintf(file, a, "%lli")

Parameters
fileoutput file
av2l vector to print
void v4d_fprint ( FILE *  file,
v4d  a 
)
related

Prints the v4d input vector into file.

functionally equivalent to v4d_fprintf(file, a, "%lf")

Parameters
fileoutput file
av4d vector to print
void v4f_fprint ( FILE *  file,
v4f  a 
)
related

Prints the v4f input vector into file.

functionally equivalent to v4f_fprintf(file, a, "%f")

Parameters
fileoutput file
av4f vector to print
void v4i_fprint ( FILE *  file,
v4i  a 
)
related

Prints the v4i input vector into file.

functionally equivalent to v4i_fprintf(file, a, "%i")

Parameters
fileoutput file
av4i vector to print
void v4l_fprint ( FILE *  file,
v4l  a 
)
related

Prints the v4l input vector into file.

functionally equivalent to v4l_fprintf(file, a, "%lli")

Parameters
fileoutput file
av4l vector to print
void v8d_fprint ( FILE *  file,
v8d  a 
)
related

Prints the v8d input vector into file.

functionally equivalent to v8d_fprintf(file, a, "%lf")

Parameters
fileoutput file
av8d vector to print
void v8f_fprint ( FILE *  file,
v8f  a 
)
related

Prints the v8f input vector into file.

functionally equivalent to v8f_fprintf(file, a, "%f")

Parameters
fileoutput file
av8f vector to print
void v8i_fprint ( FILE *  file,
v8i  a 
)
related

Prints the v8i input vector into file.

functionally equivalent to v8i_fprintf(file, a, "%i")

Parameters
fileoutput file
av8i vector to print
void v8l_fprint ( FILE *  file,
v8l  a 
)
related

Prints the v8l input vector into file.

functionally equivalent to v8l_fprintf(file, a, "%lli")

Parameters
fileoutput file
av8l vector to print
void v16f_fprint ( FILE *  file,
v16f  a 
)
related

Prints the v16f input vector into file.

functionally equivalent to v16f_fprintf(file, a, "%f")

Parameters
fileoutput file
av16f vector to print
void v16i_fprint ( FILE *  file,
v16i  a 
)
related

Prints the v16i input vector into file.

functionally equivalent to v16i_fprintf(file, a, "%i")

Parameters
fileoutput file
av16i vector to print
void v1d_print ( v1d  a)
related

Prints the v1d input vector to stdout.

functionally equivalent to v1d_fprintf(stdout, a, "%lf")

Parameters
av1d vector to print
void v1f_print ( v1f  a)
related

Prints the v1f input vector to stdout.

functionally equivalent to v1f_fprintf(stdout, a, "%f")

Parameters
av1f vector to print
void v1i_print ( v1i  a)
related

Prints the v1i input vector to stdout.

functionally equivalent to v1i_fprintf(stdout, a, "%i")

Parameters
av1i vector to print
void v1l_print ( v1l  a)
related

Prints the v1l input vector to stdout.

functionally equivalent to v1l_fprintf(stdout, a, "%lli")

Parameters
av1l vector to print
void v2d_print ( v2d  a)
related

Prints the v2d input vector to stdout.

functionally equivalent to v2d_fprintf(stdout, a, "%lf")

Parameters
av2d vector to print
void v2f_print ( v2f  a)
related

Prints the v2f input vector to stdout.

functionally equivalent to v2f_fprintf(stdout, a, "%f")

Parameters
av2f vector to print
void v2i_print ( v2i  a)
related

Prints the v2i input vector to stdout.

functionally equivalent to v2i_fprintf(stdout, a, "%i")

Parameters
av2i vector to print
void v2l_print ( v2l  a)
related

Prints the v2l input vector to stdout.

functionally equivalent to v2l_fprintf(stdout, a, "%lli")

Parameters
av2l vector to print
void v4d_print ( v4d  a)
related

Prints the v4d input vector to stdout.

functionally equivalent to v4d_fprintf(stdout, a, "%lf")

Parameters
av4d vector to print
void v4f_print ( v4f  a)
related

Prints the v4f input vector to stdout.

functionally equivalent to v4f_fprintf(stdout, a, "%f")

Parameters
av4f vector to print
void v4i_print ( v4i  a)
related

Prints the v4i input vector to stdout.

functionally equivalent to v4i_fprintf(stdout, a, "%i")

Parameters
av4i vector to print
void v4l_print ( v4l  a)
related

Prints the v4l input vector to stdout.

functionally equivalent to v4l_fprintf(stdout, a, "%lli")

Parameters
av4l vector to print
void v8d_print ( v8d  a)
related

Prints the v8d input vector to stdout.

functionally equivalent to v8d_fprintf(stdout, a, "%lf")

Parameters
av8d vector to print
void v8f_print ( v8f  a)
related

Prints the v8f input vector to stdout.

functionally equivalent to v8f_fprintf(stdout, a, "%f")

Parameters
av8f vector to print
void v8i_print ( v8i  a)
related

Prints the v8i input vector to stdout.

functionally equivalent to v8i_fprintf(stdout, a, "%i")

Parameters
av8i vector to print
void v8l_print ( v8l  a)
related

Prints the v8l input vector to stdout.

functionally equivalent to v8l_fprintf(stdout, a, "%lli")

Parameters
av8l vector to print
void v16f_print ( v16f  a)
related

Prints the v16f input vector to stdout.

functionally equivalent to v16f_fprintf(stdout, a, "%f")

Parameters
av16f vector to print
void v16i_print ( v16i  a)
related

Prints the v16i input vector to stdout.

functionally equivalent to v16i_fprintf(stdout, a, "%i")

Parameters
av16i vector to print
void v1d_rfprintf ( FILE *  file,
v1d  a,
const char *  format 
)
related

Prints the v1d input vector in reverse order into file, using format to format the printing of each element.

Parameters
fileoutput file
av1d vector to print
formatprintf-like format
void v1f_rfprintf ( FILE *  file,
v1f  a,
const char *  format 
)
related

Prints the v1f input vector in reverse order into file, using format to format the printing of each element.

Parameters
fileoutput file
av1f vector to print
formatprintf-like format
void v1i_rfprintf ( FILE *  file,
v1i  a,
const char *  format 
)
related

Prints the v1i input vector in reverse order into file, using format to format the printing of each element.

Parameters
fileoutput file
av1i vector to print
formatprintf-like format
void v1l_rfprintf ( FILE *  file,
v1l  a,
const char *  format 
)
related

Prints the v1l input vector in reverse order into file, using format to format the printing of each element.

Parameters
fileoutput file
av1l vector to print
formatprintf-like format
void v2d_rfprintf ( FILE *  file,
v2d  a,
const char *  format 
)
related

Prints the v2d input vector in reverse order into file, using format to format the printing of each element.

Parameters
fileoutput file
av2d vector to print
formatprintf-like format
void v2f_rfprintf ( FILE *  file,
v2f  a,
const char *  format 
)
related

Prints the v2f input vector in reverse order into file, using format to format the printing of each element.

Parameters
fileoutput file
av2f vector to print
formatprintf-like format
void v2i_rfprintf ( FILE *  file,
v2i  a,
const char *  format 
)
related

Prints the v2i input vector in reverse order into file, using format to format the printing of each element.

Parameters
fileoutput file
av2i vector to print
formatprintf-like format
void v2l_rfprintf ( FILE *  file,
v2l  a,
const char *  format 
)
related

Prints the v2l input vector in reverse order into file, using format to format the printing of each element.

Parameters
fileoutput file
av2l vector to print
formatprintf-like format
void v4d_rfprintf ( FILE *  file,
v4d  a,
const char *  format 
)
related

Prints the v4d input vector in reverse order into file, using format to format the printing of each element.

Parameters
fileoutput file
av4d vector to print
formatprintf-like format
void v4f_rfprintf ( FILE *  file,
v4f  a,
const char *  format 
)
related

Prints the v4f input vector in reverse order into file, using format to format the printing of each element.

Parameters
fileoutput file
av4f vector to print
formatprintf-like format
void v4i_rfprintf ( FILE *  file,
v4i  a,
const char *  format 
)
related

Prints the v4i input vector in reverse order into file, using format to format the printing of each element.

Parameters
fileoutput file
av4i vector to print
formatprintf-like format
void v4l_rfprintf ( FILE *  file,
v4l  a,
const char *  format 
)
related

Prints the v4l input vector in reverse order into file, using format to format the printing of each element.

Parameters
fileoutput file
av4l vector to print
formatprintf-like format
void v8d_rfprintf ( FILE *  file,
v8d  a,
const char *  format 
)
related

Prints the v8d input vector in reverse order into file, using format to format the printing of each element.

Parameters
fileoutput file
av8d vector to print
formatprintf-like format
void v8f_rfprintf ( FILE *  file,
v8f  a,
const char *  format 
)
related

Prints the v8f input vector in reverse order into file, using format to format the printing of each element.

Parameters
fileoutput file
av8f vector to print
formatprintf-like format
void v8i_rfprintf ( FILE *  file,
v8i  a,
const char *  format 
)
related

Prints the v8i input vector in reverse order into file, using format to format the printing of each element.

Parameters
fileoutput file
av8i vector to print
formatprintf-like format
void v8l_rfprintf ( FILE *  file,
v8l  a,
const char *  format 
)
related

Prints the v8l input vector in reverse order into file, using format to format the printing of each element.

Parameters
fileoutput file
av8l vector to print
formatprintf-like format
void v16f_rfprintf ( FILE *  file,
v16f  a,
const char *  format 
)
related

Prints the v16f input vector in reverse order into file, using format to format the printing of each element.

Parameters
fileoutput file
av16f vector to print
formatprintf-like format
void v16i_rfprintf ( FILE *  file,
v16i  a,
const char *  format 
)
related

Prints the v16i input vector in reverse order into file, using format to format the printing of each element.

Parameters
fileoutput file
av16i vector to print
formatprintf-like format
void v1d_rprintf ( v1d  a,
const char *  format 
)
related

Prints the v1d input vector in reverse order to stdout, using format to format the printing of each element.

functionally equivalent to v1d_rfprintf(stdout, a, format)

Parameters
av1d vector to print
formatprintf-like format
void v1f_rprintf ( v1f  a,
const char *  format 
)
related

Prints the v1f input vector in reverse order to stdout, using format to format the printing of each element.

functionally equivalent to v1f_rfprintf(stdout, a, format)

Parameters
av1f vector to print
formatprintf-like format
void v1i_rprintf ( v1i  a,
const char *  format 
)
related

Prints the v1i input vector in reverse order to stdout, using format to format the printing of each element.

functionally equivalent to v1i_rfprintf(stdout, a, format)

Parameters
av1i vector to print
formatprintf-like format
void v1l_rprintf ( v1l  a,
const char *  format 
)
related

Prints the v1l input vector in reverse order to stdout, using format to format the printing of each element.

functionally equivalent to v1l_rfprintf(stdout, a, format)

Parameters
av1l vector to print
formatprintf-like format
void v2d_rprintf ( v2d  a,
const char *  format 
)
related

Prints the v2d input vector in reverse order to stdout, using format to format the printing of each element.

functionally equivalent to v2d_rfprintf(stdout, a, format)

Parameters
av2d vector to print
formatprintf-like format
void v2f_rprintf ( v2f  a,
const char *  format 
)
related

Prints the v2f input vector in reverse order to stdout, using format to format the printing of each element.

functionally equivalent to v2f_rfprintf(stdout, a, format)

Parameters
av2f vector to print
formatprintf-like format
void v2i_rprintf ( v2i  a,
const char *  format 
)
related

Prints the v2i input vector in reverse order to stdout, using format to format the printing of each element.

functionally equivalent to v2i_rfprintf(stdout, a, format)

Parameters
av2i vector to print
formatprintf-like format
void v2l_rprintf ( v2l  a,
const char *  format 
)
related

Prints the v2l input vector in reverse order to stdout, using format to format the printing of each element.

functionally equivalent to v2l_rfprintf(stdout, a, format)

Parameters
av2l vector to print
formatprintf-like format
void v4d_rprintf ( v4d  a,
const char *  format 
)
related

Prints the v4d input vector in reverse order to stdout, using format to format the printing of each element.

functionally equivalent to v4d_rfprintf(stdout, a, format)

Parameters
av4d vector to print
formatprintf-like format
void v4f_rprintf ( v4f  a,
const char *  format 
)
related

Prints the v4f input vector in reverse order to stdout, using format to format the printing of each element.

functionally equivalent to v4f_rfprintf(stdout, a, format)

Parameters
av4f vector to print
formatprintf-like format
void v4i_rprintf ( v4i  a,
const char *  format 
)
related

Prints the v4i input vector in reverse order to stdout, using format to format the printing of each element.

functionally equivalent to v4i_rfprintf(stdout, a, format)

Parameters
av4i vector to print
formatprintf-like format
void v4l_rprintf ( v4l  a,
const char *  format 
)
related

Prints the v4l input vector in reverse order to stdout, using format to format the printing of each element.

functionally equivalent to v4l_rfprintf(stdout, a, format)

Parameters
av4l vector to print
formatprintf-like format
void v8d_rprintf ( v8d  a,
const char *  format 
)
related

Prints the v8d input vector in reverse order to stdout, using format to format the printing of each element.

functionally equivalent to v8d_rfprintf(stdout, a, format)

Parameters
av8d vector to print
formatprintf-like format
void v8f_rprintf ( v8f  a,
const char *  format 
)
related

Prints the v8f input vector in reverse order to stdout, using format to format the printing of each element.

functionally equivalent to v8f_rfprintf(stdout, a, format)

Parameters
av8f vector to print
formatprintf-like format
void v8i_rprintf ( v8i  a,
const char *  format 
)
related

Prints the v8i input vector in reverse order to stdout, using format to format the printing of each element.

functionally equivalent to v8i_rfprintf(stdout, a, format)

Parameters
av8i vector to print
formatprintf-like format
void v8l_rprintf ( v8l  a,
const char *  format 
)
related

Prints the v8l input vector in reverse order to stdout, using format to format the printing of each element.

functionally equivalent to v8l_rfprintf(stdout, a, format)

Parameters
av8l vector to print
formatprintf-like format
void v16f_rprintf ( v16f  a,
const char *  format 
)
related

Prints the v16f input vector in reverse order to stdout, using format to format the printing of each element.

functionally equivalent to v16f_rfprintf(stdout, a, format)

Parameters
av16f vector to print
formatprintf-like format
void v16i_rprintf ( v16i  a,
const char *  format 
)
related

Prints the v16i input vector in reverse order to stdout, using format to format the printing of each element.

functionally equivalent to v16i_rfprintf(stdout, a, format)

Parameters
av16i vector to print
formatprintf-like format
void v1d_rfprint ( FILE *  file,
v1d  a 
)
related

Prints the v1d input vector in reverse order into file.

functionally equivalent to v1d_rfprintf(file, a, "%lf")

Parameters
fileoutput file
av1d vector to print
void v1f_rfprint ( FILE *  file,
v1f  a 
)
related

Prints the v1f input vector in reverse order into file.

functionally equivalent to v1f_rfprintf(file, a, "%f")

Parameters
fileoutput file
av1f vector to print
void v1i_rfprint ( FILE *  file,
v1i  a 
)
related

Prints the v1i input vector in reverse order into file.

functionally equivalent to v1i_rfprintf(file, a, "%i")

Parameters
fileoutput file
av1i vector to print
void v1l_rfprint ( FILE *  file,
v1l  a 
)
related

Prints the v1l input vector in reverse order into file.

functionally equivalent to v1l_rfprintf(file, a, "%lli")

Parameters
fileoutput file
av1l vector to print
void v2d_rfprint ( FILE *  file,
v2d  a 
)
related

Prints the v2d input vector in reverse order into file.

functionally equivalent to v2d_rfprintf(file, a, "%lf")

Parameters
fileoutput file
av2d vector to print
void v2f_rfprint ( FILE *  file,
v2f  a 
)
related

Prints the v2f input vector in reverse order into file.

functionally equivalent to v2f_rfprintf(file, a, "%f")

Parameters
fileoutput file
av2f vector to print
void v2i_rfprint ( FILE *  file,
v2i  a 
)
related

Prints the v2i input vector in reverse order into file.

functionally equivalent to v2i_rfprintf(file, a, "%i")

Parameters
fileoutput file
av2i vector to print
void v2l_rfprint ( FILE *  file,
v2l  a 
)
related

Prints the v2l input vector in reverse order into file.

functionally equivalent to v2l_rfprintf(file, a, "%lli")

Parameters
fileoutput file
av2l vector to print
void v4d_rfprint ( FILE *  file,
v4d  a 
)
related

Prints the v4d input vector in reverse order into file.

functionally equivalent to v4d_rfprintf(file, a, "%lf")

Parameters
fileoutput file
av4d vector to print
void v4f_rfprint ( FILE *  file,
v4f  a 
)
related

Prints the v4f input vector in reverse order into file.

functionally equivalent to v4f_rfprintf(file, a, "%f")

Parameters
fileoutput file
av4f vector to print
void v4i_rfprint ( FILE *  file,
v4i  a 
)
related

Prints the v4i input vector in reverse order into file.

functionally equivalent to v4i_rfprintf(file, a, "%i")

Parameters
fileoutput file
av4i vector to print
void v4l_rfprint ( FILE *  file,
v4l  a 
)
related

Prints the v4l input vector in reverse order into file.

functionally equivalent to v4l_rfprintf(file, a, "%lli")

Parameters
fileoutput file
av4l vector to print
void v8d_rfprint ( FILE *  file,
v8d  a 
)
related

Prints the v8d input vector in reverse order into file.

functionally equivalent to v8d_rfprintf(file, a, "%lf")

Parameters
fileoutput file
av8d vector to print
void v8f_rfprint ( FILE *  file,
v8f  a 
)
related

Prints the v8f input vector in reverse order into file.

functionally equivalent to v8f_rfprintf(file, a, "%f")

Parameters
fileoutput file
av8f vector to print
void v8i_rfprint ( FILE *  file,
v8i  a 
)
related

Prints the v8i input vector in reverse order into file.

functionally equivalent to v8i_rfprintf(file, a, "%i")

Parameters
fileoutput file
av8i vector to print
void v8l_rfprint ( FILE *  file,
v8l  a 
)
related

Prints the v8l input vector in reverse order into file.

functionally equivalent to v8l_rfprintf(file, a, "%lli")

Parameters
fileoutput file
av8l vector to print
void v16f_rfprint ( FILE *  file,
v16f  a 
)
related

Prints the v16f input vector in reverse order into file.

functionally equivalent to v16f_rfprintf(file, a, "%f")

Parameters
fileoutput file
av16f vector to print
void v16i_rfprint ( FILE *  file,
v16i  a 
)
related

Prints the v16i input vector in reverse order into file.

functionally equivalent to v16i_rfprintf(file, a, "%i")

Parameters
fileoutput file
av16i vector to print
void v1d_rprint ( v1d  a)
related

Prints the v1d input vector in reverse order to stdout.

functionally equivalent to v1d_rfprintf(stdout, a, "%lf")

Parameters
av1d vector to print
void v1f_rprint ( v1f  a)
related

Prints the v1f input vector in reverse order to stdout.

functionally equivalent to v1f_rfprintf(stdout, a, "%f")

Parameters
av1f vector to print
void v1i_rprint ( v1i  a)
related

Prints the v1i input vector in reverse order to stdout.

functionally equivalent to v1i_rfprintf(stdout, a, "%i")

Parameters
av1i vector to print
void v1l_rprint ( v1l  a)
related

Prints the v1l input vector in reverse order to stdout.

functionally equivalent to v1l_rfprintf(stdout, a, "%lli")

Parameters
av1l vector to print
void v2d_rprint ( v2d  a)
related

Prints the v2d input vector in reverse order to stdout.

functionally equivalent to v2d_rfprintf(stdout, a, "%lf")

Parameters
av2d vector to print
void v2f_rprint ( v2f  a)
related

Prints the v2f input vector in reverse order to stdout.

functionally equivalent to v2f_rfprintf(stdout, a, "%f")

Parameters
av2f vector to print
void v2i_rprint ( v2i  a)
related

Prints the v2i input vector in reverse order to stdout.

functionally equivalent to v2i_rfprintf(stdout, a, "%i")

Parameters
av2i vector to print
void v2l_rprint ( v2l  a)
related

Prints the v2l input vector in reverse order to stdout.

functionally equivalent to v2l_rfprintf(stdout, a, "%lli")

Parameters
av2l vector to print
void v4d_rprint ( v4d  a)
related

Prints the v4d input vector in reverse order to stdout.

functionally equivalent to v4d_rfprintf(stdout, a, "%lf")

Parameters
av4d vector to print
void v4f_rprint ( v4f  a)
related

Prints the v4f input vector in reverse order to stdout.

functionally equivalent to v4f_rfprintf(stdout, a, "%f")

Parameters
av4f vector to print
void v4i_rprint ( v4i  a)
related

Prints the v4i input vector in reverse order to stdout.

functionally equivalent to v4i_rfprintf(stdout, a, "%i")

Parameters
av4i vector to print
void v4l_rprint ( v4l  a)
related

Prints the v4l input vector in reverse order to stdout.

functionally equivalent to v4l_rfprintf(stdout, a, "%lli")

Parameters
av4l vector to print
void v8d_rprint ( v8d  a)
related

Prints the v8d input vector in reverse order to stdout.

functionally equivalent to v8d_rfprintf(stdout, a, "%lf")

Parameters
av8d vector to print
void v8f_rprint ( v8f  a)
related

Prints the v8f input vector in reverse order to stdout.

functionally equivalent to v8f_rfprintf(stdout, a, "%f")

Parameters
av8f vector to print
void v8i_rprint ( v8i  a)
related

Prints the v8i input vector in reverse order to stdout.

functionally equivalent to v8i_rfprintf(stdout, a, "%i")

Parameters
av8i vector to print
void v8l_rprint ( v8l  a)
related

Prints the v8l input vector in reverse order to stdout.

functionally equivalent to v8l_rfprintf(stdout, a, "%lli")

Parameters
av8l vector to print
void v16f_rprint ( v16f  a)
related

Prints the v16f input vector in reverse order to stdout.

functionally equivalent to v16f_rfprintf(stdout, a, "%f")

Parameters
av16f vector to print
void v16i_rprint ( v16i  a)
related

Prints the v16i input vector in reverse order to stdout.

functionally equivalent to v16i_rfprintf(stdout, a, "%i")

Parameters
av16i vector to print