HomeSort by relevance Sort by last modified time
    Searched full:try_f32_to_u32 (Results 1 - 1 of 1) sorted by null

  /external/valgrind/none/tests/arm/
vcvt_fixed_float_VFP.c 286 void try_f32_to_u32 ( float f ) function
383 try_f32_to_u32(0.0);
384 try_f32_to_u32(1.0);
385 try_f32_to_u32(-1.0);
386 try_f32_to_u32(0.0 / 0.0);
388 try_f32_to_u32((float)d);

Completed in 75 milliseconds