Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_link_bw.c360 char *frac_str; in str_to_fxp_q4_nonneg() local
366 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()