Searched defs:s32_to_f32_imm32 (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/none/tests/arm/
H A Dvcvt_fixed_float_VFP.c14 __attribute__((noinline)) float s32_to_f32_imm32(int x) function
23 float f32 = s32_to_f32_imm32(x);
24 printf("s32_to_f32_imm32: %11d -> %18.14e\n", x, (double)f32);

Completed in 1293 milliseconds