Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DScopeExit.h31 template <typename Fp>
32 explicit scope_exit(Fp &&F) : ExitFunction(std::forward<Fp>(F)) {} in scope_exit()
/freebsd/contrib/bc/tests/dc/scripts/
H A Dno_clamp.dc6 Fp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_unwind_win.cpp64 stack_frame.AddrFrame.Offset = ctx.Fp; in UnwindSlow()
H A Dsanitizer_win.cpp988 bp = (uptr)context_record->Fp; in InitPcSpBp()
/freebsd/crypto/openssl/doc/man3/
H A 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
H A DEC_GFp_simple_method.pod40 For Fp curves the lowest common denominator implementation is the EC_GFp_simple_method implementati…
H A 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…
H A DEC_POINT_new.pod144 terms of its Jacobian projective coordinates (for Fp curves only). Jacobian
/freebsd/crypto/openssl/doc/man7/
H A 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
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h219 void printFPConstant(const ConstantFP *Fp, raw_ostream &O);
H A DNVPTXAsmPrinter.cpp1779 void NVPTXAsmPrinter::printFPConstant(const ConstantFP *Fp, raw_ostream &O) { in printFPConstant() argument
1780 APFloat APF = APFloat(Fp->getValueAPF()); // make a copy in printFPConstant()
1785 if (Fp->getType()->getTypeID() == Type::FloatTyID) { in printFPConstant()
1789 } else if (Fp->getType()->getTypeID() == Type::DoubleTyID) { in printFPConstant()
/freebsd/crypto/libecc/
H A DREADME.md201 (Fp) arithmetic layers.
293 Since it is possible to use libecc as a NN (**positive** Natural Numbers), Fp (Finite field over pr…
308 * Fp layer examples:
311 …over a prime field Fp. Given a prime field element x, the algorithm finds y so that y<sup>2</sup> …
328 …libsig.h](include/libecc/libsig.h): they are respectively used for the NN and Fp arithmetic layers,
337 * Pre-ECC Signature schemes (based on Fp finite fields discrete logarithm) in [src/examples/sig](sr…
346 ### Building the NN and Fp arithmetic tests
348 libecc is provided with arithmetic random tests for the low level NN and Fp routines (addition, sub…
357 NN, over Fp, ...).
437 code around the NN and Fp arithmetic layers. The user will be stuck with a hard coded maximum size …
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Schedule.td321 defm WriteFVarBlend : X86SchedWritePair<ReadAfterVecXLd>; // Fp vector variable blends.
322 defm WriteFVarBlendY : X86SchedWritePair<ReadAfterVecYLd>; // Fp vector variable blends (YMM).
323 defm WriteFVarBlendZ : X86SchedWritePair<ReadAfterVecYLd>; // Fp vector variable blends (YMZMM).
495 defm WriteFShuffle256 : X86SchedWritePair<ReadAfterVecYLd>; // Fp 256-bit width vector shuffles.
496 defm WriteFVarShuffle256 : X86SchedWritePair<ReadAfterVecYLd>; // Fp 256-bit width variable shuffles.
H A DX86ScheduleZnver3.td963 defm : Zn3WriteResXMMPair<WriteFVarBlend, [Zn3FPFMul01], 1, [1], 1>; // Fp vector variable blends.
964 defm : Zn3WriteResYMMPair<WriteFVarBlendY, [Zn3FPFMul01], 1, [1], 1>; // Fp vector variable blends …
965 defm : X86WriteResPairUnsupported<WriteFVarBlendZ>; // Fp vector variable blends (ZMM).
1329 defm : Zn3WriteResYMMPair<WriteFShuffle256, [Zn3FPVShuf], 2, [1], 1, /*LoadUOps=*/2>; // Fp 256-bit…
1330 defm : Zn3WriteResYMMPair<WriteFVarShuffle256, [Zn3FPVShuf], 7, [1], 2, /*LoadUOps=*/1>; // Fp 256-…
H A DX86SchedBroadwell.td350 defm : BWWriteResPair<WriteFShuffle256, [BWPort5], 3, [1], 1, 6>; // Fp 256-bit width vector shuffl…
351 defm : BWWriteResPair<WriteFVarShuffle256, [BWPort5], 3, [1], 1, 6>; // Fp 256-bit width vector var…
352 defm : BWWriteResPair<WriteFVarBlend, [BWPort5], 2, [2], 2, 5>; // Fp vector variable blends.
353 defm : BWWriteResPair<WriteFVarBlendY, [BWPort5], 2, [2], 2, 6>; // Fp vector variable blends.
H A DX86ScheduleZnver4.td975 defm : Zn4WriteResXMMPair<WriteFVarBlend, [Zn4FPFMul01], 1, [1], 1>; // Fp vector variable blends.
976 defm : Zn4WriteResYMMPair<WriteFVarBlendY, [Zn4FPFMul01], 1, [1], 1>; // Fp vector variable blends …
977 defm : Zn4WriteResZMMPair<WriteFVarBlendZ, [Zn4FPFMul01], 1, [2], 1>; // Fp vector variable blends …
1369 defm : Zn4WriteResYMMPair<WriteFShuffle256, [Zn4FPVShuf], 2, [1], 1, /*LoadUOps=*/2>; // Fp 256-bit…
1370 defm : Zn4WriteResYMMPair<WriteFVarShuffle256, [Zn4FPVShuf], 7, [1], 2, /*LoadUOps=*/1>; // Fp 256-…
H A DX86SchedSkylakeClient.td337 defm : SKLWriteResPair<WriteFVarBlend, [SKLPort015], 2, [2], 2, 6>; // Fp vector variable blends.
599 defm : SKLWriteResPair<WriteFShuffle256, [SKLPort5], 3, [1], 1, 7>; // Fp 256-bit width vector shuf…
600 defm : SKLWriteResPair<WriteFVarShuffle256, [SKLPort5], 3, [1], 1, 7>; // Fp 256-bit width vector v…
H A DX86SchedSkylakeServer.td337 defm : SKXWriteResPair<WriteFVarBlend, [SKXPort015], 2, [2], 2, 6>; // Fp vector variable blends.
595 defm : SKXWriteResPair<WriteFShuffle256, [SKXPort5], 3, [1], 1, 7>; // Fp 256-bit width vector shuf…
596 defm : SKXWriteResPair<WriteFVarShuffle256, [SKXPort5], 3, [1], 1, 7>; // Fp 256-bit width vector v…
H A DX86SchedIceLake.td342 defm : ICXWriteResPair<WriteFVarBlend, [ICXPort015], 2, [2], 2, 6>; // Fp vector variable blends.
600 defm : ICXWriteResPair<WriteFShuffle256, [ICXPort5], 3, [1], 1, 7>; // Fp 256-bit width vector shuf…
601 defm : ICXWriteResPair<WriteFVarShuffle256, [ICXPort5], 3, [1], 1, 7>; // Fp 256-bit width vector v…
/freebsd/contrib/sqlite3/tea/win/
H A Dmakefile.vc234 cflags = -nologo -c -W3 -D_CRT_SECURE_NO_WARNINGS -YX -Fp$(TMP_DIR)^\
/freebsd/contrib/file/tests/
H A Dmatilde.arm.testfile4 R��0-as�Aꏾ�<�H���Ҵ�_d)Q����A����Kp���@< <J?�9a�V�9u8�9��Fp�ך�"��P<
/freebsd/lib/libefivar/
H A Defivar-dp-format.c2035 FILEPATH_DEVICE_PATH *Fp; in DevPathToTextFilePath() local
2038 Fp = DevPath; in DevPathToTextFilePath()
2039 ucs2_to_utf8(Fp->PathName, &name); in DevPathToTextFilePath()
/freebsd/contrib/ncurses/include/
H A DCaps-ncurses104 #key_f61 kf61 str Fp - - ----- F61 function key
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc563 StackFrame.AddrFrame.Offset = Context.Fp;
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticLexKinds.td534 "/Fp can be used to specify precompiled header filename">,

12