Searched refs:float_to_float (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/conversion/test/ |
D | traits_test.cpp | 155 DEFINE_CONVERSION(float , float, cTrivial, float_to_float , signed_to_signed , builti… 156 DEFINE_CONVERSION(double , float, !cTrivial, float_to_float , signed_to_signed , builti… 157 DEFINE_CONVERSION(long double , float, !cTrivial, float_to_float , signed_to_signed , builti… 159 DEFINE_CONVERSION(MyFloat , float, !cTrivial, float_to_float , signed_to_signed , builti… 167 DEFINE_CONVERSION(float , double, !cTrivial, float_to_float , signed_to_signed , built… 168 DEFINE_CONVERSION(double , double, cTrivial, float_to_float , signed_to_signed , built… 169 DEFINE_CONVERSION(long double , double, !cTrivial, float_to_float , signed_to_signed , built… 171 DEFINE_CONVERSION(MyFloat , double, !cTrivial, float_to_float , signed_to_signed , built… 179 DEFINE_CONVERSION(float , long double, !cTrivial, float_to_float , signed_to_signed , … 180 DEFINE_CONVERSION(double , long double, !cTrivial, float_to_float , signed_to_signed , … [all …]
|
D | test_helpers2.cpp | 28 case boost::numeric::float_to_float : return "float_to_float" ; in to_string()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/conversion/include/boost/numeric/conversion/ |
D | int_float_mixture_enum.hpp | 20 ,float_to_float enumerator
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/conversion/include/boost/numeric/conversion/detail/ |
D | int_float_mixture.hpp | 27 typedef mpl::integral_c<int_float_mixture_enum, float_to_float> float2float_c ;
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/conversion/doc/ |
D | conversion_traits.qbk | 24 ,float_to_float
|
D | converter.qbk | 250 float_to_float |--> subranged |--> ( s >= S(LowestT) ) && ( s <= S(HighestT) )
|
/aosp_15_r20/external/deqp/data/gles2/shaders/ |
H A D | conversions.test | 6 case float_to_float
|
/aosp_15_r20/external/deqp/external/vulkancts/data/vulkan/glsl/es310/ |
H A D | conversions.test | 6 case float_to_float
|
/aosp_15_r20/external/deqp/data/gles3/shaders/ |
H A D | conversions.test | 6 case float_to_float
|