Home
last modified time | relevance | path

Searched defs:cast_impl (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/eigen/test/
H A Dboostmultiprec.cpp94 struct cast_impl<Real,NewType> { struct
95 static inline NewType run(const Real& x) { in run()
101 struct cast_impl<Real,std::complex<Real> > { struct
102 static inline std::complex<Real> run(const Real& x) { in run()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/parameter/include/boost/parameter/aux_/preprocessor/impl/
Dfunction_cast.hpp220 using cast_impl = ::std::remove_reference< typedef
595 struct cast_impl struct
597 typedef Source& type;
599 inline static Source& evaluate(Source& value) in evaluate()
644 struct cast_impl<Target,Source,Args,::boost::mpl::false_> struct
/aosp_15_r20/external/ComputeLibrary/include/half/
H A Dhalf.hpp2077 static half cast_impl(U arg, true_type) { return half(binary, float2half<R>(arg)); } in cast_impl() function
2078 static half cast_impl(U arg, false_type) { return half(binary, int2half<R>(arg)); } in cast_impl() function
2089 static T cast_impl(half arg, true_type) { return half2float<T>(arg.data_); } in cast_impl() function
2090 static T cast_impl(half arg, false_type) { return half2int<R,T>(arg.data_); } in cast_impl() function
2101 static T cast_impl(float arg, true_type) { return static_cast<T>(arg); } in cast_impl() function
2102 static T cast_impl(half arg, false_type) { return half2int<R,T>(arg.data_); } in cast_impl() function
/aosp_15_r20/external/armnn/third-party/half/
H A Dhalf.hpp2079 static half cast_impl(U arg, true_type) { return half(binary, float2half<R>(arg)); } in cast_impl() function
2080 static half cast_impl(U arg, false_type) { return half(binary, int2half<R>(arg)); } in cast_impl() function
2091 static T cast_impl(half arg, true_type) { return half2float<T>(arg.data_); } in cast_impl() function
2092 static T cast_impl(half arg, false_type) { return half2int<R,T>(arg.data_); } in cast_impl() function
2103 static T cast_impl(float arg, true_type) { return static_cast<T>(arg); } in cast_impl() function
2104 static T cast_impl(half arg, false_type) { return half2int<R,T>(arg.data_); } in cast_impl() function