"platforms/opencl/tests/TestOpenCLNoseHooverThermostat.cpp" did not exist on "80e1b66f0a4daf8fff8bbe6f2f6186e6c42cb8f5"
kcommon.h 444 Bytes
Newer Older
Mark Friedrichs's avatar
Mods  
Mark Friedrichs committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef __KCOMMON_H__
#define __KCOMMON_H__

void  kgetxyz (::brook::stream instr,
		::brook::stream outstr); 

void  kzerof3 (::brook::stream outstr);
void  kzerof4 (::brook::stream outstr); 
void  kzerof4 (::brook::stream outstr); 

void  ksetf4 (const float4  val, ::brook::stream outstr); 
void kadd3( ::brook::stream instr, ::brook::stream outstr );
void ksetStr3( ::brook::stream instr, ::brook::stream outstr );

#endif // __KCOMMON_H__