Home
last modified time | relevance | path

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

/aosp_15_r20/external/AFLplusplus/include/
H A Dcommon.h131 u8 *u_stringify_float(u8 *buf, double val);
/aosp_15_r20/external/AFLplusplus/src/
H A Dafl-fuzz-stats.c1086 sprintf(tmp, "%s/sec (%s)", u_stringify_float(IB(0), afl->stats_avg_exec),
1093 sprintf(tmp, "%s/sec", u_stringify_float(IB(0), afl->stats_avg_exec));
1914 sprintf(tmp, "%s/sec (%s)", u_stringify_float(IB(0), afl->stats_avg_exec),
1923 sprintf(tmp, "%s/sec", u_stringify_float(IB(0), afl->stats_avg_exec));
H A Dafl-common.c1223 u8 *u_stringify_float(u8 *buf, double val) { in u_stringify_float() function