Searched refs:float2double (Results 1 – 3 of 3) sorted by relevance
5 %float2double.i = fpext <4 x float> %0 to <4 x double>6 ret <4 x double> %float2double.i
307 static void float2double( void *, void *);715 static void float2double( void *out, void *in){ ((cl_double*) out)[0] = ((cl_float*) in)[0]; } in float2double() function2182 …ny( void *out, void *in, size_t n){size_t i; for( i = 0; i < n; i++){ float2double( (char*) out + … in float2double_many()