/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | ScopeExit.h | 31 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 D | no_clamp.dc | 6 Fp
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_unwind_win.cpp | 64 stack_frame.AddrFrame.Offset = ctx.Fp; in UnwindSlow()
|
H A D | sanitizer_win.cpp | 988 bp = (uptr)context_record->Fp; in InitPcSpBp()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EC_GROUP_new.pod | 77 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 D | EC_GFp_simple_method.pod | 40 For Fp curves the lowest common denominator implementation is the EC_GFp_simple_method implementati…
|
H A D | EC_GROUP_copy.pod | 152 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 D | EC_POINT_new.pod | 144 terms of its Jacobian projective coordinates (for Fp curves only). Jacobian
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | EVP_PKEY-EC.pod | 34 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 D | NVPTXAsmPrinter.h | 219 void printFPConstant(const ConstantFP *Fp, raw_ostream &O);
|
H A D | NVPTXAsmPrinter.cpp | 1779 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 D | README.md | 201 (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 D | X86Schedule.td | 321 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 D | X86ScheduleZnver3.td | 963 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 D | X86SchedBroadwell.td | 350 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 D | X86ScheduleZnver4.td | 975 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 D | X86SchedSkylakeClient.td | 337 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 D | X86SchedSkylakeServer.td | 337 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 D | X86SchedIceLake.td | 342 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 D | makefile.vc | 234 cflags = -nologo -c -W3 -D_CRT_SECURE_NO_WARNINGS -YX -Fp$(TMP_DIR)^\
|
/freebsd/contrib/file/tests/ |
H A D | matilde.arm.testfile | 4 R��0-as�Aꏾ�<�H���Ҵ�_d)Q����A����Kp���@< <J?�9a�V�9u8�9��Fp�ך�"��P<
|
/freebsd/lib/libefivar/ |
H A D | efivar-dp-format.c | 2035 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 D | Caps-ncurses | 104 #key_f61 kf61 str Fp - - ----- F61 function key
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
H A D | Signals.inc | 563 StackFrame.AddrFrame.Offset = Context.Fp;
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticLexKinds.td | 534 "/Fp can be used to specify precompiled header filename">,
|