ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
linkTest1.cpp File Reference
#include <Vc/Vc>
#include <Vc/IO>
#include <Vc/support.h>
Include dependency graph for linkTest1.cpp:

Go to the source code of this file.

Functions

float_v fooLib0A (float_v::AsArg a)
 
float_v fooLib1A (float_v::AsArg a)
 
float_v fooLib0B (float_v::AsArg a)
 
float_v fooLib1B (float_v::AsArg a)
 
float_v fooLib2 (float_v::AsArg a)
 
float_v fooLib3 (float_v::AsArg a)
 
float_v foo0 (float_v::AsArg a)
 
float_v foo1 (float_v::AsArg a)
 
int main ()
 

Function Documentation

float_v foo0 ( float_v::AsArg  a)

Definition at line 10 of file linkTest0.cpp.

Referenced by main().

float_v foo1 ( float_v::AsArg  a)

Definition at line 14 of file linkTest1.cpp.

Referenced by main().

float_v fooLib0A ( float_v::AsArg  a)

Referenced by main().

float_v fooLib0B ( float_v::AsArg  a)

Referenced by main().

float_v fooLib1A ( float_v::AsArg  a)

Referenced by main().

float_v fooLib1B ( float_v::AsArg  a)

Referenced by main().

float_v fooLib2 ( float_v::AsArg  a)

Definition at line 5 of file linkTestLib2.cpp.

Referenced by main().

float_v fooLib3 ( float_v::AsArg  a)

Definition at line 5 of file linkTestLib3.cpp.

Referenced by main().

int main ( )

Definition at line 21 of file linkTest1.cpp.