Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/
H A Dconversion.hpp77 std::same_as<bool, T> || std::floating_point<T> || string_like_type<T> ||
145 template <log_flags... Fs, std::floating_point V>
/openbmc/linux/sound/soc/fsl/
H A Dfsl_easrc.c1058 fmt->floating_point = !snd_pcm_format_linear(raw_fmt); in fsl_easrc_process_format()
1088 fmt->floating_point = 0; in fsl_easrc_process_format()
1150 in_fmt->floating_point << EASRC_CC_FMT_SHIFT); in fsl_easrc_set_ctx_format()
1175 out_fmt->floating_point << EASRC_COC_FMT_SHIFT); in fsl_easrc_set_ctx_format()
H A Dfsl_easrc.h559 unsigned int floating_point : 1; member