Searched refs:int2float (Results 1 – 7 of 7) sorted by relevance
10 %int2float = sitofp <8 x i32> %t2 to <8 x float>11 %blendAsInt.i821 = bitcast <8 x float> %int2float to <8 x i32>
61 ADD_TEST(int2float),
223 float int2float(int32_t ix);
697 float int2float(int32_t ix) in int2float() function
115 # avoiding excess precision problems that cause tests like int2float
297 static void int2float( void *, void *);697 static void int2float( void *out, void *in) in int2float() function2160 void int2float_many( void *out, void *in, size_t n){size_t i; for( i = 0; i < n; i++){ int2float( (… in int2float_many()