/third_party/boost/boost/thread/detail/ |
D | invoke.hpp | 56 template <class Fp, class A0, class ...Args> 58 invoke(BOOST_THREAD_RV_REF(Fp) f, BOOST_THREAD_RV_REF(A0) a0, BOOST_THREAD_RV_REF(Args) ...args) in invoke() 63 template <class R, class Fp, class A0, class ...Args> 65 invoke(BOOST_THREAD_RV_REF(Fp) f, BOOST_THREAD_RV_REF(A0) a0, BOOST_THREAD_RV_REF(Args) ...args) in invoke() 71 template <class Fp, class A0, class ...Args> 73 invoke(BOOST_THREAD_RV_REF(Fp) f, BOOST_THREAD_RV_REF(A0) a0, BOOST_THREAD_RV_REF(Args) ...args) in invoke() 78 template <class R, class Fp, class A0, class ...Args> 80 invoke(BOOST_THREAD_RV_REF(Fp) f, BOOST_THREAD_RV_REF(A0) a0, BOOST_THREAD_RV_REF(Args) ...args) in invoke() 88 template <class Fp, class A0> 90 invoke(BOOST_THREAD_RV_REF(Fp) f, BOOST_THREAD_RV_REF(A0) a0) in invoke() [all …]
|
D | invoker.hpp | 44 template <class Fp, class ... Args> 51 csbl::tuple<Fp, Args...> f_; 56 typedef typename result_of<Fp(Args...)>::type result_type; 106 template <class R, class Fp, class ... Args> 113 csbl::tuple<Fp, Args...> f_; 162 template <class Fp, class Arg = tuples::null_type 168 template <class Fp BOOST_PP_COMMA_IF(n) BOOST_PP_ENUM_PARAMS(n, class Arg) > \ 169 class invoker<Fp BOOST_PP_COMMA_IF(n) BOOST_PP_ENUM_PARAMS(n, Arg)> \ 171 Fp fp_; \ 175 typedef typename result_of<Fp(BOOST_PP_ENUM_PARAMS(n, Arg))>::type result_type; \ [all …]
|
/third_party/boost/boost/thread/ |
D | future.hpp | 962 template<typename Rp, typename Fp> 969 void init(BOOST_THREAD_FWD_REF(Fp) f) in init() 972 …ost::thread(&future_async_shared_state::run, static_shared_from_this(this), boost::forward<Fp>(f)); in init() 974 …ad(&future_async_shared_state::run, static_shared_from_this(this), boost::forward<Fp>(f)).detach(); in init() 978 static void run(shared_ptr<future_async_shared_state> that, BOOST_THREAD_FWD_REF(Fp) f) in run() 991 template<typename Fp> 992 struct future_async_shared_state<void, Fp>: public future_async_shared_state_base<void> 994 void init(BOOST_THREAD_FWD_REF(Fp) f) in init() 1003 static void run(shared_ptr<future_async_shared_state> that, BOOST_THREAD_FWD_REF(Fp) f) in run() 1017 template<typename Rp, typename Fp> [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | ScopeExit.h | 30 template <typename Fp> 31 explicit scope_exit(Fp &&F) : ExitFunction(std::forward<Fp>(F)) {} in scope_exit()
|
/third_party/mbedtls/library/ |
D | ripemd160.c | 139 (rp), (sp), Fp, Kp ); \ in mbedtls_internal_ripemd160_process() 144 #define Fp F5 in mbedtls_internal_ripemd160_process() macro 164 #undef Fp in mbedtls_internal_ripemd160_process() 169 #define Fp F4 in mbedtls_internal_ripemd160_process() macro 189 #undef Fp in mbedtls_internal_ripemd160_process() 194 #define Fp F3 in mbedtls_internal_ripemd160_process() macro 214 #undef Fp in mbedtls_internal_ripemd160_process() 219 #define Fp F2 in mbedtls_internal_ripemd160_process() macro 239 #undef Fp in mbedtls_internal_ripemd160_process() 244 #define Fp F1 in mbedtls_internal_ripemd160_process() macro [all …]
|
/third_party/openssl/doc/man3/ |
D | EC_GFp_simple_method.pod | 32 For Fp curves the lowest common denominator implementation is the EC_GFp_simple_method implementati… 43 F2^m or Fp. If the field type is Fp then the value B<NID_X9_62_prime_field> is returned. If the fie…
|
D | EC_GROUP_new.pod | 61 The first form is those defined over the prime field Fp. The elements of Fp are 85 over Fp B<p> is the prime for the field. For a curve over F2^m B<p> represents
|
D | EC_GROUP_copy.pod | 139 EC_GROUP_get_degree() gets the degree of the field. For Fp fields this will be the number of bits i… 143 For a curve defined over Fp the discriminant is given by the formula 4*a^3 + 27*b^2 whilst for F2^m…
|
D | EC_POINT_new.pod | 138 terms of its Jacobian projective co-ordinates (for Fp curves only). Jacobian
|
/third_party/flutter/skia/tools/ |
D | CrashHandler.cpp | 162 frame.AddrFrame.Offset = c->Fp; in handler()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86Schedule.td | 314 defm WriteFVarBlend : X86SchedWritePair<ReadAfterVecXLd>; // Fp vector variable blends. 315 defm WriteFVarBlendY : X86SchedWritePair<ReadAfterVecYLd>; // Fp vector variable blends (YMM). 316 defm WriteFVarBlendZ : X86SchedWritePair<ReadAfterVecYLd>; // Fp vector variable blends (YMZMM). 485 defm WriteFShuffle256 : X86SchedWritePair<ReadAfterVecYLd>; // Fp 256-bit width vector shuffles. 486 defm WriteFVarShuffle256 : X86SchedWritePair<ReadAfterVecYLd>; // Fp 256-bit width variable shuffle…
|
D | X86SchedBroadwell.td | 334 defm : BWWriteResPair<WriteFVarBlend, [BWPort5], 2, [2], 2, 5>; // Fp vector variable blends. 335 defm : BWWriteResPair<WriteFVarBlendY, [BWPort5], 2, [2], 2, 6>; // Fp vector variable blends. 579 defm : BWWriteResPair<WriteFShuffle256, [BWPort5], 3, [1], 1, 6>; // Fp 256-bit width vector shuffl… 580 defm : BWWriteResPair<WriteFVarShuffle256, [BWPort5], 3, [1], 1, 6>; // Fp 256-bit width vector var…
|
D | X86SchedSkylakeClient.td | 325 defm : SKLWriteResPair<WriteFVarBlend, [SKLPort015], 2, [2], 2, 6>; // Fp vector variable blends. 579 defm : SKLWriteResPair<WriteFShuffle256, [SKLPort5], 3, [1], 1, 7>; // Fp 256-bit width vector shuf… 580 defm : SKLWriteResPair<WriteFVarShuffle256, [SKLPort5], 3, [1], 1, 7>; // Fp 256-bit width vector v…
|
D | X86SchedSkylakeServer.td | 325 defm : SKXWriteResPair<WriteFVarBlend, [SKXPort015], 2, [2], 2, 6>; // Fp vector variable blends. 580 defm : SKXWriteResPair<WriteFShuffle256, [SKXPort5], 3, [1], 1, 7>; // Fp 256-bit width vector shuf… 581 defm : SKXWriteResPair<WriteFVarShuffle256, [SKXPort5], 3, [1], 1, 7>; // Fp 256-bit width vector v…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.h | 262 void printFPConstant(const ConstantFP *Fp, raw_ostream &O);
|
D | NVPTXAsmPrinter.cpp | 1690 void NVPTXAsmPrinter::printFPConstant(const ConstantFP *Fp, raw_ostream &O) { in printFPConstant() argument 1691 APFloat APF = APFloat(Fp->getValueAPF()); // make a copy in printFPConstant() 1696 if (Fp->getType()->getTypeID() == Type::FloatTyID) { in printFPConstant() 1700 } else if (Fp->getType()->getTypeID() == Type::DoubleTyID) { in printFPConstant()
|
/third_party/spirv-tools/ |
D | CMakeLists.txt | 297 …(${${SRCS}} PROPERTIES COMPILE_FLAGS "/Yu${PCHPREFIX}.h /FI${PCHPREFIX}.h /Fp${PCH_NAME} /Zm300" O… 299 …set_source_files_properties("${PCHPREFIX}.cpp" PROPERTIES COMPILE_FLAGS "/Yc${PCHPREFIX}.h /Fp${PC…
|
/third_party/vk-gl-cts/ |
D | CMakeLists.txt | 200 …set_source_files_properties(${${SRCS}} PROPERTIES COMPILE_FLAGS "/Yupch.h /FIpch.h /Fp${PCH_NAME}"… 202 …set_source_files_properties(${PCHCPP} PROPERTIES COMPILE_FLAGS "/Ycpch.h /Fp${PCH_NAME}" OBJECT_OU…
|
/third_party/skia/third_party/externals/spirv-tools/ |
D | CMakeLists.txt | 310 …(${${SRCS}} PROPERTIES COMPILE_FLAGS "/Yu${PCHPREFIX}.h /FI${PCHPREFIX}.h /Fp${PCH_NAME} /Zm300" O… 312 …set_source_files_properties("${PCHPREFIX}.cpp" PROPERTIES COMPILE_FLAGS "/Yc${PCHPREFIX}.h /Fp${PC…
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/ |
D | CMakeLists.txt | 310 …(${${SRCS}} PROPERTIES COMPILE_FLAGS "/Yu${PCHPREFIX}.h /FI${PCHPREFIX}.h /Fp${PCH_NAME} /Zm300" O… 312 …set_source_files_properties("${PCHPREFIX}.cpp" PROPERTIES COMPILE_FLAGS "/Yc${PCHPREFIX}.h /Fp${PC…
|
/third_party/python/Doc/library/ |
D | plistlib.rst | 93 Write *value* to a plist file. *Fp* should be a writable, binary
|
/third_party/python/Misc/NEWS.d/ |
D | 3.6.1rc1.rst | 830 .. nonce: Fp-Hdq
|
/third_party/boost/tools/build/src/tools/ |
D | msvc.jam | 671 …sp:E="$(>[1]:W)" -Fo"$(<[1]:W)" $(PDB_CFLAG)"$(PDB_NAME)" -Yu"$(>[3]:D=)" -Fp"$(>[2]:W)" $(CC_RSPL… 676 …($(<[1]:W).rsp:E="$(>[1]:W)" -E $(PDB_CFLAG)"$(PDB_NAME)" -Yu"$(>[3]:D=)" -Fp"$(>[2]:W)" $(CC_RSPL… 703 … -Fo"$(<[2]:W)" -Yc"$(>[1]:D=)" $(YLOPTION)"__bjam_pch_symbol_$(>[1]:D=)" -Fp"$(<[1]:W)" $(CC_RSPL… 712 … -Fo"$(<[2]:W)" -Yc"$(>[1]:D=)" $(YLOPTION)"__bjam_pch_symbol_$(>[1]:D=)" -Fp"$(<[1]:W)" $(CC_RSPL…
|
/third_party/flutter/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/ |
D | StackWalker.cpp | 1128 s.AddrFrame.Offset = c.Fp; in ShowCallstack()
|
/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/ |
D | StackWalker.cpp | 1128 s.AddrFrame.Offset = c.Fp; in ShowCallstack()
|