Home
last modified time | relevance | path

Searched refs:Fp (Results 1 – 25 of 37) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DScopeExit.h30 template <typename Fp>
31 explicit scope_exit(Fp &&F) : ExitFunction(std::forward<Fp>(F)) {} in scope_exit()
/third_party/mbedtls/library/
Dripemd160.c139 (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/man7/
DEVP_PKEY-EC.pod34 which correspond to prime field Fp and binary field F2^m.
38 For a curve over Fp I<p> is the prime for the field. For a curve over F2^m I<p>
50 For Fp: y^2 mod p = x^3 +ax + b mod p OR
/third_party/openssl/doc/man3/
DEC_GROUP_new.pod77 The first form is those defined over the prime field Fp. The elements of Fp are
116 over Fp I<p> is the prime for the field. For a curve over F2^m I<p> represents
DEC_GFp_simple_method.pod40 For Fp curves the lowest common denominator implementation is the EC_GFp_simple_method implementati…
DEC_GROUP_copy.pod152 For Fp fields this will be the number of bits in p.
156 which will be either F2^m or Fp.
159 For a curve defined over Fp the discriminant is given by the formula 4*a^3 + 27*b^2 whilst for F2^m…
DEC_POINT_new.pod144 terms of its Jacobian projective co-ordinates (for Fp curves only). Jacobian
/third_party/flutter/skia/tools/
DCrashHandler.cpp162 frame.AddrFrame.Offset = c->Fp; in handler()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Schedule.td314 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…
DX86SchedBroadwell.td334 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…
DX86SchedSkylakeClient.td325 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…
DX86SchedSkylakeServer.td325 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/
DNVPTXAsmPrinter.h262 void printFPConstant(const ConstantFP *Fp, raw_ostream &O);
DNVPTXAsmPrinter.cpp1690 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/
DCMakeLists.txt297 …(${${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/
DCMakeLists.txt200 …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/
DCMakeLists.txt310 …(${${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/
DCMakeLists.txt310 …(${${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/
Dplistlib.rst93 Write *value* to a plist file. *Fp* should be a writable, binary
/third_party/python/Misc/NEWS.d/
D3.6.1rc1.rst830 .. nonce: Fp-Hdq
/third_party/flutter/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/
DStackWalker.cpp1128 s.AddrFrame.Offset = c.Fp; in ShowCallstack()
/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/
DStackWalker.cpp1128 s.AddrFrame.Offset = c.Fp; in ShowCallstack()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DSignals.inc542 StackFrame.AddrFrame.Offset = Context.Fp;
/third_party/gstreamer/gstplugins_bad/tests/files/
Dtest.ts890 …;�b1�1[`��lV�&ŧD��e���`�����B`pG@A6 �M����������!MK����� 0��A�xCɔ��_�ڦX [kx;�Fp�B!0
1322 ���f�f�����ٓ�Q6"�����㚇L�,�Fpc'b�����v�2��n��s=��o��0��K�?�bC�fX��
2312 HDMV�D?�B������G@A8 ������������!M]����� 0��A�RxCɔ��_�ڦX [r>X�Fp�O�����i�ѳ�:�"'�Q�> …
/third_party/FreeBSD/
DUPDATING819 existing systems. Do not skip the "mergemaster -Fp" step before
2405 mergemaster -Fp [5]
2443 mergemaster -Fp [5]

12