Searched refs:u_stringify_float (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/AFLplusplus/include/ |
H A D | common.h | 131 u8 *u_stringify_float(u8 *buf, double val);
|
/aosp_15_r20/external/AFLplusplus/src/ |
H A D | afl-fuzz-stats.c | 1086 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 D | afl-common.c | 1223 u8 *u_stringify_float(u8 *buf, double val) { in u_stringify_float() function
|