Searched refs:multiplier (Results 1 – 6 of 6) sorted by relevance
68 int multiplier; in apply_suffix() local74 multiplier = 1; in apply_suffix()77 multiplier = 60; in apply_suffix()80 multiplier = 60 * 60; in apply_suffix()83 multiplier = 60 * 60 * 24; in apply_suffix()89 *x *= multiplier; in apply_suffix()
324 int multiplier; in apply_time_suffix() local330 multiplier = 1; in apply_time_suffix()333 multiplier = 60; in apply_time_suffix()336 multiplier = 60 * 60; in apply_time_suffix()339 multiplier = 60 * 60 * 24; in apply_time_suffix()345 *x *= multiplier; in apply_time_suffix()
680 long double multiplier = powerld (scale_base, power); in simple_strtod_human() local682 devmsg (" suffix power=%d^%d = %Lf\n", scale_base, power, multiplier); in simple_strtod_human()685 (*value) = (*value) * multiplier; in simple_strtod_human()
114 dd: warning: '0x' is a zero multiplier; use '00x' if that is intended115 dd: warning: '0x' is a zero multiplier; use '00x' if that is intended116 dd: warning: '0x' is a zero multiplier; use '00x' if that is intended
1294 interpret those as a zero multiplier rather than a hex constant.1295 The warning suggests to use 00x if a zero multiplier is really intended.
3009 Size multiplier suffixes are the same as with the @option{-c} option.3185 Size multiplier suffixes are the same as with the @option{-c} option.9875 can be followed by a multiplier: @samp{b}=512, @samp{c}=1,