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

/external/valgrind/main/none/tests/arm/
H A Dvcvt_fixed_float_VFP.c175 __attribute__((noinline)) ULong f64_to_u32_imm1 ( double d ) function
209 res = f64_to_u32_imm1(d);
210 printf("f64_to_u32_imm1: %18.14e -> 0x%016llx\n", d, res);

Completed in 62 milliseconds