Home
last modified time | relevance | path

Searched refs:Ex (Results 1 – 25 of 109) sorted by relevance

12345

/third_party/boost/libs/asio/include/boost/asio/execution/
Dany_executor.hpp660 template <typename Ex>
661 Ex& object()
663 return *static_cast<Ex*>(static_cast<void*>(&object_));
666 template <typename Ex>
667 const Ex& object() const
669 return *static_cast<const Ex*>(static_cast<const void*>(&object_));
847 template <typename Ex>
850 is_same<Ex, void>::value
864 template <typename Ex>
867 return typeid(Ex);
[all …]
/third_party/boost/boost/asio/execution/
Dany_executor.hpp660 template <typename Ex>
661 Ex& object()
663 return *static_cast<Ex*>(static_cast<void*>(&object_));
666 template <typename Ex>
667 const Ex& object() const
669 return *static_cast<const Ex*>(static_cast<const void*>(&object_));
847 template <typename Ex>
850 is_same<Ex, void>::value
864 template <typename Ex>
867 return typeid(Ex);
[all …]
/third_party/typescript/tests/baselines/reference/
DintersectionMemberOfUnionNarrowsCorrectly.symbols9 type Ex<T, U> = T extends U ? T : never;
10 >Ex : Symbol(Ex, Decl(intersectionMemberOfUnionNarrowsCorrectly.ts, 0, 75))
17 declare let x: Ex<U, { kind?: 'A' }>
19 >Ex : Symbol(Ex, Decl(intersectionMemberOfUnionNarrowsCorrectly.ts, 0, 75))
DintersectionMemberOfUnionNarrowsCorrectly.types9 type Ex<T, U> = T extends U ? T : never;
10 >Ex : Ex<T, U>
12 declare let x: Ex<U, { kind?: 'A' }>
DintersectionMemberOfUnionNarrowsCorrectly.js3 type Ex<T, U> = T extends U ? T : never;
4 declare let x: Ex<U, { kind?: 'A' }>
/third_party/boost/boost/units/detail/
Ddimension_impl.hpp301 template<typename Begin, typename Ex>
305 typename mpl::times<typename Begin::item, Ex>::type,
306 … typename detail::static_power_impl<N - 1>::template apply<typename Begin::next, Ex>::type
314 template<typename Begin, typename Ex>
323 template<class Begin, class Ex>
326 typename mpl::divides<typename Begin::item, Ex>::type,
327 typename detail::static_root_impl<N - 1>::template apply<typename Begin::next, Ex>::type
334 template<class Begin, class Ex>
/third_party/boost/boost/ptr_container/detail/
Dthrow_exception.hpp24 #define BOOST_PTR_CONTAINER_THROW_EXCEPTION( If, Ex, Msg ) BOOST_ASSERT( !(If) && Msg ) argument
28 #define BOOST_PTR_CONTAINER_THROW_EXCEPTION( If, Ex, Msg ) if( (If) ) throw Ex ( Msg ) argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonConstExtenders.cpp303 bool operator==(const ExtExpr &Ex) const { in operator ==()
304 return Rs == Ex.Rs && S == Ex.S && Neg == Ex.Neg; in operator ==()
306 bool operator!=(const ExtExpr &Ex) const { in operator !=()
307 return !operator==(Ex); in operator !=()
309 bool operator<(const ExtExpr &Ex) const { in operator <()
310 if (Rs != Ex.Rs) in operator <()
311 return Rs < Ex.Rs; in operator <()
312 if (S != Ex.S) in operator <()
313 return S < Ex.S; in operator <()
314 return !Neg && Ex.Neg; in operator <()
[all …]
/third_party/boost/libs/thread/example/
Dfib_task_region.cpp44 template <class Ex>
45 int fib_task_region_gen( Ex& ex, int n) in fib_task_region_gen()
56 task_region(ex, [&](task_region_handle_gen<Ex>& trh) in fib_task_region_gen()
/third_party/typescript/tests/cases/conformance/types/intersection/
DintersectionMemberOfUnionNarrowsCorrectly.ts2 type Ex<T, U> = T extends U ? T : never; alias
3 declare let x: Ex<U, { kind?: 'A' }>
/third_party/boost/boost/thread/experimental/parallel/v2/
Dtask_region.hpp122 template <class Ex, typename F> in BOOST_THREAD_INLINE_NAMESPACE()
123 friend void task_region(Ex&, BOOST_THREAD_FWD_REF(F) f); in BOOST_THREAD_INLINE_NAMESPACE()
124 template<class Ex, typename F> in BOOST_THREAD_INLINE_NAMESPACE()
125 friend void task_region_final(Ex&, BOOST_THREAD_FWD_REF(F) f); in BOOST_THREAD_INLINE_NAMESPACE()
/third_party/boost/boost/thread/executors/
Dscheduler.hpp243 template <class Ex>
244 scheduler_executor_wrapper<scheduler, Ex> on(Ex& ex) in on()
246 return scheduler_executor_wrapper<scheduler, Ex>(*this, ex); in on()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DItaniumDemangle.h4103 Node *Ex = getDerived().parseExpr(); in parseNewExpr() local
4104 if (Ex == nullptr) in parseNewExpr()
4106 Names.push_back(Ex); in parseNewExpr()
4496 Node *Ex = getDerived().parseExpr(); in parseExpr() local
4497 if (Ex == nullptr) in parseExpr()
4498 return Ex; in parseExpr()
4499 return make<CastExpr>("const_cast", Ty, Ex); in parseExpr()
4530 Node *Ex = getDerived().parseExpr(); in parseExpr() local
4531 if (Ex == nullptr) in parseExpr()
4532 return Ex; in parseExpr()
[all …]
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/
Dno-invalid-void-type.md85 The following patterns are considered warnings with `{ allowInGenericTypeArguments: ['Ex.Mx.Tx'] }`:
95 The following patterns are not considered warnings with `{ allowInGenericTypeArguments: ['Ex.Mx.Tx'…
98 type AllowedVoid = Ex.Mx.Tx<void>;
99 type AllowedVoidUnion = void | Ex.Mx.Tx<void>;
/third_party/boost/boost/units/
Ddimension.hpp60 template<typename DL,typename Ex>
65 Ex
/third_party/boost/boost/thread/
Dfuture.hpp1570 template<typename Ex, typename F, typename Rp, typename Fp>
1572 …make_future_executor_continuation_shared_state(Ex& ex, boost::unique_lock<boost::mutex> &lock, BOO…
1574 template<typename Ex, typename F, typename Rp, typename Fp>
1576 …make_shared_future_executor_continuation_shared_state(Ex& ex, boost::unique_lock<boost::mutex> &lo…
1662 template<typename Ex, typename F, typename Rp, typename Fp>
1664 …detail::make_future_executor_continuation_shared_state(Ex& ex, boost::unique_lock<boost::mutex> &l…
1666 template<typename Ex, typename F, typename Rp, typename Fp>
1668 …detail::make_shared_future_executor_continuation_shared_state(Ex& ex, boost::unique_lock<boost::mu…
1868 template<typename Ex, typename F>
1870 then(Ex& ex, BOOST_THREAD_FWD_REF(F) func); // EXTENSION
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.h39 EHFrameRelatedSections(SID EH, SID T, SID Ex) in EHFrameRelatedSections()
40 : EHFrameSID(EH), TextSID(T), ExceptTabSID(Ex) {} in EHFrameRelatedSections()
/third_party/mesa3d/src/gallium/frontends/nine/
DREADME56 This library is then linked to the library implementing the IDirect3D9[Ex]
57 interface and the actual Direct3D9 entry points (Direct3DCreate9[Ex])
59 The implementation of IDirect3D9[Ex] lies within wine and coexists with
/third_party/ffmpeg/libavfilter/
Daf_arnndn.c511 static void frame_analysis(AudioRNNContext *s, DenoiseState *st, AVComplexFloat *X, float *Ex, cons… in frame_analysis() argument
520 compute_band_energy(Ex, X); in frame_analysis()
1035 … float *Ex, float *Ep, float *Exp, float *features, const float *in) in compute_frame_features() argument
1049 frame_analysis(s, st, X, Ex, in); in compute_frame_features()
1072 Exp[i] = Exp[i] / sqrtf(.001f+Ex[i]*Ep[i]); in compute_frame_features()
1086 Ly[i] = log10f(1e-2f + Ex[i]); in compute_frame_features()
1090 E += Ex[i]; in compute_frame_features()
1157 static void pitch_filter(AVComplexFloat *X, const AVComplexFloat *P, const float *Ex, const float *… in pitch_filter() argument
1170 r[i] *= sqrtf(Ex[i]/(1e-8+Ep[i])); in pitch_filter()
1179 norm[i] = sqrtf(Ex[i] / (1e-8+newE[i])); in pitch_filter()
[all …]
/third_party/jsoncpp/.github/ISSUE_TEMPLATE/
Dfeature_request.md11 A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
/third_party/benchmark/.github/ISSUE_TEMPLATE/
Dfeature_request.md11 A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp1027 wasm::WasmExport Ex; in parseExportSection() local
1028 Ex.Name = readString(Ctx); in parseExportSection()
1029 Ex.Kind = readUint8(Ctx); in parseExportSection()
1030 Ex.Index = readVaruint32(Ctx); in parseExportSection()
1031 switch (Ex.Kind) { in parseExportSection()
1034 if (!isDefinedFunctionIndex(Ex.Index)) in parseExportSection()
1037 getDefinedFunction(Ex.Index).ExportName = Ex.Name; in parseExportSection()
1040 if (!isValidGlobalIndex(Ex.Index)) in parseExportSection()
1045 if (!isValidEventIndex(Ex.Index)) in parseExportSection()
1056 Exports.push_back(Ex); in parseExportSection()
/third_party/boost/libs/math/include_private/boost/math/tools/
Dremez.hpp262 detail::remez_max_error_function<T> Ex(Err); in init_chebyshev() local
267 std::pair<T, T> r = brent_find_minima(Ex, zeros[i], zeros[i+1], m_precision); in init_chebyshev()
584 detail::remez_max_error_function<T> Ex(Err); in iterate() local
589 std::pair<T, T> r = brent_find_minima(Ex, zeros[i], zeros[i+1], m_precision); in iterate()
/third_party/skia/third_party/externals/angle2/src/third_party/ceval/
DREADME.md59Ex: `2,3` would give `3`; `4,3,0` would be equal to `0`; and `cos(_pi/2,_pi/3,_pi)` would return `…
62 Ex: `0.0314` could be written as `3.14e-2`; `1230000` could be subsituted by `1.23e6`
/third_party/libphonenumber/resources/carrier/en/
D594.txt16 # Search using prefix 0694X. Ex: 06945

12345