Searched refs:floating_point (Results 1 – 11 of 11) sorted by relevance
48 floating_point abs(floating_point x);50 floating_point acos (arithmetic x);54 floating_point asin (arithmetic x);58 floating_point atan (arithmetic x);62 floating_point atan2 (arithmetic y, arithmetic x);66 floating_point ceil (arithmetic x);70 floating_point cos (arithmetic x);74 floating_point cosh (arithmetic x);78 floating_point exp (arithmetic x);82 floating_point fabs (arithmetic x);[all …]
176 struct floating_point struct184 struct floating_point<32> struct191 struct floating_point<64> struct390 : make_binary_parser<detail::floating_point<bits>, \396 : make_binary_lit_parser<A0, detail::floating_point<bits>, \
528 template<floating_point _Tp>600 // FIXME: || floating_point<remove_reference_t<_Tp>>609 if constexpr (floating_point<decay_t<_Tp>>)632 if constexpr (floating_point<decay_t<_Tp>>)645 = floating_point<remove_reference_t<_Tp>>656 if constexpr (floating_point<decay_t<_Tp>>)680 if constexpr (floating_point<decay_t<_Tp>>)
111 concept floating_point = is_floating_point_v<_Tp>;
1058 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()
559 unsigned int floating_point : 1; member
3584 floating_point = 0;3595 In this example, the symbol 'floating_point' will be defined as zero.3613 HIDDEN(floating_point = 0);