Home
last modified time | relevance | path

Searched refs:float2double (Results 1 – 3 of 3) sorted by relevance

/external/llvm/test/CodeGen/X86/
D2011-02-27-Fpextend.ll5 %float2double.i = fpext <4 x float> %0 to <4 x double>
6 ret <4 x double> %float2double.i
/external/llvm-project/llvm/test/CodeGen/X86/
D2011-02-27-Fpextend.ll5 %float2double.i = fpext <4 x float> %0 to <4 x double>
6 ret <4 x double> %float2double.i
/external/OpenCL-CTS/test_conformance/conversions/
Dbasic_test_conversions.cpp307 static void float2double( void *, void *);
715 static void float2double( void *out, void *in){ ((cl_double*) out)[0] = ((cl_float*) in)[0]; } in float2double() function
2182 …ny( void *out, void *in, size_t n){size_t i; for( i = 0; i < n; i++){ float2double( (char*) out + … in float2double_many()