Searched refs:frac_str (Results 1 – 1 of 1) sorted by relevance
360 char *frac_str; in str_to_fxp_q4_nonneg() local366 frac_str = strchr(int_str, '.'); in str_to_fxp_q4_nonneg()368 if (frac_str) in str_to_fxp_q4_nonneg()369 *frac_str++ = '\0'; in str_to_fxp_q4_nonneg()375 if (!frac_str) in str_to_fxp_q4_nonneg()379 if (!isdigit(*frac_str)) in str_to_fxp_q4_nonneg()382 err = str_to_fxp_q4_nonneg_int(frac_str, &frac_val); in str_to_fxp_q4_nonneg()386 frac_digits = strlen(frac_str); in str_to_fxp_q4_nonneg()