Searched defs:f64 (Results 1 – 1 of 1) sorted by relevance
521 pub fn atof(arg1: *const c_char) -> f64; in atof()522 pub fn strtod(arg1: *const c_char, arg2: *mut *mut c_char) -> f64; in strtod()524 pub fn erand48(arg1: *mut c_ushort) -> f64; in erand48()526 pub fn strtold(arg1: *const c_char, arg2: *mut *mut c_char) -> f64; in strtold()527 pub fn strtod_l(arg1: *const c_char, arg2: *mut *mut c_char, arg3: locale_t) -> f64; in strtod_l()529 pub fn strtold_l(arg1: *const c_char, arg2: *mut *mut c_char, arg3: locale_t) -> f64; in strtold_l()790 pub fn difftime(arg1: time_t, arg2: time_t) -> f64; in difftime()