Home
last modified time | relevance | path

Searched refs:HostT (Results 1 – 21 of 21) sorted by relevance

/dports/devel/f18/f18-1688bef/lib/evaluate/
H A Dintrinsics-library.cc55 template<typename HostT>
58 using F = FuncPointer<HostT, HostT>; in AddLibmRealHostProcedures()
59 using F2 = FuncPointer<HostT, HostT, HostT>; in AddLibmRealHostProcedures()
105 template<typename HostT>
108 using F = FuncPointer<std::complex<HostT>, const std::complex<HostT> &>; in AddLibmComplexHostProcedures()
109 using F2 = FuncPointer<std::complex<HostT>, const std::complex<HostT> &, in AddLibmComplexHostProcedures()
111 using F2a = FuncPointer<std::complex<HostT>, const HostT &, in AddLibmComplexHostProcedures()
113 using F2b = FuncPointer<std::complex<HostT>, const std::complex<HostT> &, in AddLibmComplexHostProcedures()
114 const HostT &>; in AddLibmComplexHostProcedures()
116 {"abs", FuncPointer<HostT, const std::complex<HostT> &>{std::abs}, true}, in AddLibmComplexHostProcedures()
[all …]
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/base/
H A Dasyncinvoker.h96 template <class ReturnT, class FunctorT, class HostT>
99 void (HostT::*callback)(ReturnT),
100 HostT* callback_host,
110 template <class ReturnT, class FunctorT, class HostT>
113 void (HostT::*callback)(),
114 HostT* callback_host,
190 template <class ReturnT, class FunctorT, class HostT>
192 void (HostT::*callback)(ReturnT),
193 HostT* callback_host,
207 void (HostT::*callback)(),
[all …]
H A Dasyncinvoker-inl.h79 template <class ReturnT, class FunctorT, class HostT>
85 void (HostT::*callback)(ReturnT), in NotifyingAsyncClosure()
86 HostT* callback_host) in NotifyingAsyncClosure()
101 void (HostT::*callback_)(ReturnT); variable
102 HostT* callback_host_;
106 template <class FunctorT, class HostT>
107 class NotifyingAsyncClosure<void, FunctorT, HostT>
113 void (HostT::*callback)(), in NotifyingAsyncClosure()
114 HostT* callback_host) in NotifyingAsyncClosure()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/base/
H A Dasyncinvoker.h103 template <class ReturnT, class FunctorT, class HostT>
108 void (HostT::*callback)(ReturnT),
109 HostT* callback_host,
127 void (HostT::*callback)(),
128 HostT* callback_host,
214 void (HostT::*callback)(ReturnT),
215 HostT* callback_host,
220 invoker_.AsyncInvoke<ReturnT, FunctorT, HostT>(
232 void (HostT::*callback)(),
233 HostT* callback_host,
[all …]
H A Dasyncinvoker-inl.h82 template <class ReturnT, class FunctorT, class HostT>
89 void (HostT::*callback)(ReturnT), in NotifyingAsyncClosure()
90 HostT* callback_host) in NotifyingAsyncClosure()
107 void (HostT::*callback_)(ReturnT); variable
108 HostT* callback_host_;
112 template <class FunctorT, class HostT>
113 class NotifyingAsyncClosure<void, FunctorT, HostT>
120 void (HostT::*callback)(), in NotifyingAsyncClosure()
121 HostT* callback_host) in NotifyingAsyncClosure()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/lib/Evaluate/
H A Dintrinsics-library.cpp49 template <typename HostT>
52 using F = FuncPointer<HostT, HostT>; in AddLibmRealHostProcedures()
53 using F2 = FuncPointer<HostT, HostT, HostT>; in AddLibmRealHostProcedures()
99 template <typename HostT>
102 using F = FuncPointer<std::complex<HostT>, const std::complex<HostT> &>; in AddLibmComplexHostProcedures()
103 using F2 = FuncPointer<std::complex<HostT>, const std::complex<HostT> &, in AddLibmComplexHostProcedures()
105 using F2a = FuncPointer<std::complex<HostT>, const HostT &, in AddLibmComplexHostProcedures()
107 using F2b = FuncPointer<std::complex<HostT>, const std::complex<HostT> &, in AddLibmComplexHostProcedures()
108 const HostT &>; in AddLibmComplexHostProcedures()
110 {"abs", FuncPointer<HostT, const std::complex<HostT> &>{std::abs}, true}, in AddLibmComplexHostProcedures()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/base/
H A Dasyncinvoker-inl.h79 template <class ReturnT, class FunctorT, class HostT>
85 void (HostT::*callback)(ReturnT), in NotifyingAsyncClosure()
86 HostT* callback_host) in NotifyingAsyncClosure()
101 void (HostT::*callback_)(ReturnT); variable
102 HostT* callback_host_;
106 template <class FunctorT, class HostT>
107 class NotifyingAsyncClosure<void, FunctorT, HostT>
113 void (HostT::*callback)(), in NotifyingAsyncClosure()
114 HostT* callback_host) in NotifyingAsyncClosure()
H A Dasyncinvoker.h86 template <class ReturnT, class FunctorT, class HostT>
89 void (HostT::*callback)(ReturnT),
90 HostT* callback_host,
93 new RefCountedObject<NotifyingAsyncClosure<ReturnT, FunctorT, HostT> >(
100 template <class ReturnT, class FunctorT, class HostT>
103 void (HostT::*callback)(),
104 HostT* callback_host,
107 new RefCountedObject<NotifyingAsyncClosure<void, FunctorT, HostT> >(
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/lib/Evaluate/
H A Dintrinsics-library.cpp205 template <typename HostT>
207 using F = FuncPointer<HostT, HostT>;
208 using F2 = FuncPointer<HostT, HostT, HostT>;
209 using ComplexToRealF = FuncPointer<HostT, const std::complex<HostT> &>;
251 template <typename HostT>
253 using F = FuncPointer<std::complex<HostT>, const std::complex<HostT> &>;
254 using F2 = FuncPointer<std::complex<HostT>, const std::complex<HostT> &,
255 const std::complex<HostT> &>;
256 using F2A = FuncPointer<std::complex<HostT>, const HostT &,
258 using F2B = FuncPointer<std::complex<HostT>, const std::complex<HostT> &,
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Evaluate/
H A Dintrinsics-library.cpp205 template <typename HostT>
207 using F = FuncPointer<HostT, HostT>;
208 using F2 = FuncPointer<HostT, HostT, HostT>;
209 using ComplexToRealF = FuncPointer<HostT, const std::complex<HostT> &>;
251 template <typename HostT>
253 using F = FuncPointer<std::complex<HostT>, const std::complex<HostT> &>;
254 using F2 = FuncPointer<std::complex<HostT>, const std::complex<HostT> &,
255 const std::complex<HostT> &>;
256 using F2A = FuncPointer<std::complex<HostT>, const HostT &,
258 using F2B = FuncPointer<std::complex<HostT>, const std::complex<HostT> &,
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/lib/Evaluate/
H A Dintrinsics-library.cpp205 template <typename HostT>
207 using F = FuncPointer<HostT, HostT>;
208 using F2 = FuncPointer<HostT, HostT, HostT>;
209 using ComplexToRealF = FuncPointer<HostT, const std::complex<HostT> &>;
251 template <typename HostT>
253 using F = FuncPointer<std::complex<HostT>, const std::complex<HostT> &>;
254 using F2 = FuncPointer<std::complex<HostT>, const std::complex<HostT> &,
255 const std::complex<HostT> &>;
256 using F2A = FuncPointer<std::complex<HostT>, const HostT &,
258 using F2B = FuncPointer<std::complex<HostT>, const std::complex<HostT> &,
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Evaluate/
H A Dintrinsics-library.cpp205 template <typename HostT>
207 using F = FuncPointer<HostT, HostT>;
208 using F2 = FuncPointer<HostT, HostT, HostT>;
209 using ComplexToRealF = FuncPointer<HostT, const std::complex<HostT> &>;
249 template <typename HostT>
251 using F = FuncPointer<std::complex<HostT>, const std::complex<HostT> &>;
252 using F2 = FuncPointer<std::complex<HostT>, const std::complex<HostT> &,
253 const std::complex<HostT> &>;
254 using F2A = FuncPointer<std::complex<HostT>, const HostT &,
256 using F2B = FuncPointer<std::complex<HostT>, const std::complex<HostT> &,
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/lib/Evaluate/
H A Dintrinsics-library.cpp205 template <typename HostT>
207 using F = FuncPointer<HostT, HostT>;
208 using F2 = FuncPointer<HostT, HostT, HostT>;
209 using ComplexToRealF = FuncPointer<HostT, const std::complex<HostT> &>;
251 template <typename HostT>
253 using F = FuncPointer<std::complex<HostT>, const std::complex<HostT> &>;
254 using F2 = FuncPointer<std::complex<HostT>, const std::complex<HostT> &,
255 const std::complex<HostT> &>;
256 using F2A = FuncPointer<std::complex<HostT>, const HostT &,
258 using F2B = FuncPointer<std::complex<HostT>, const std::complex<HostT> &,
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/lib/Evaluate/
H A Dintrinsics-library.cpp205 template <typename HostT>
207 using F = FuncPointer<HostT, HostT>;
208 using F2 = FuncPointer<HostT, HostT, HostT>;
209 using ComplexToRealF = FuncPointer<HostT, const std::complex<HostT> &>;
251 template <typename HostT>
253 using F = FuncPointer<std::complex<HostT>, const std::complex<HostT> &>;
254 using F2 = FuncPointer<std::complex<HostT>, const std::complex<HostT> &,
255 const std::complex<HostT> &>;
256 using F2A = FuncPointer<std::complex<HostT>, const HostT &,
258 using F2B = FuncPointer<std::complex<HostT>, const std::complex<HostT> &,
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/lib/Evaluate/
H A Dintrinsics-library.cpp205 template <typename HostT>
207 using F = FuncPointer<HostT, HostT>;
208 using F2 = FuncPointer<HostT, HostT, HostT>;
209 using ComplexToRealF = FuncPointer<HostT, const std::complex<HostT> &>;
251 template <typename HostT>
253 using F = FuncPointer<std::complex<HostT>, const std::complex<HostT> &>;
254 using F2 = FuncPointer<std::complex<HostT>, const std::complex<HostT> &,
255 const std::complex<HostT> &>;
256 using F2A = FuncPointer<std::complex<HostT>, const HostT &,
258 using F2B = FuncPointer<std::complex<HostT>, const std::complex<HostT> &,
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/rtc_base/
H A Dasyncinvoker.h212 template <class ReturnT, class FunctorT, class HostT>
216 void (HostT::*callback)(ReturnT),
217 HostT* callback_host,
222 invoker_.AsyncInvoke<ReturnT, FunctorT, HostT>(
230 template <class ReturnT, class FunctorT, class HostT>
234 void (HostT::*callback)(),
235 HostT* callback_host,
240 invoker_.AsyncInvoke<ReturnT, FunctorT, HostT>(
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/rtc_base/
H A Dasyncinvoker.h212 template <class ReturnT, class FunctorT, class HostT>
216 void (HostT::*callback)(ReturnT),
217 HostT* callback_host,
222 invoker_.AsyncInvoke<ReturnT, FunctorT, HostT>(
230 template <class ReturnT, class FunctorT, class HostT>
234 void (HostT::*callback)(),
235 HostT* callback_host,
240 invoker_.AsyncInvoke<ReturnT, FunctorT, HostT>(
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/rtc_base/
H A Dasyncinvoker.h212 template <class ReturnT, class FunctorT, class HostT>
216 void (HostT::*callback)(ReturnT),
217 HostT* callback_host,
222 invoker_.AsyncInvoke<ReturnT, FunctorT, HostT>(
230 template <class ReturnT, class FunctorT, class HostT>
234 void (HostT::*callback)(),
235 HostT* callback_host,
240 invoker_.AsyncInvoke<ReturnT, FunctorT, HostT>(
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/rtc_base/
H A Dasync_invoker.h220 template <class ReturnT, class FunctorT, class HostT>
224 void (HostT::*callback)(ReturnT),
225 HostT* callback_host,
230 invoker_.AsyncInvoke<ReturnT, FunctorT, HostT>(
238 template <class ReturnT, class FunctorT, class HostT>
242 void (HostT::*callback)(),
243 HostT* callback_host,
248 invoker_.AsyncInvoke<ReturnT, FunctorT, HostT>(
/dports/www/erlang-webmachine/webmachine-1.10.9/src/
H A Dwrq.erl124 host_tokens(_RD = #wm_reqdata{host_tokens=HostT}) -> HostT. % list of strings
/dports/lang/yap/yap-6.2.2/pl/
H A Dboot.yap250 get_value('$myddas_host',HostT),
251 ( HostT \= [] ->
252 Host = HostT,