Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/doc/crypto/
HDEC_GFp_simple_method.pod32 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…
HDEC_GROUP_new.pod30 prime field Fp. The elements of Fp are the integers 0 to p-1, where p is a prime number. This gives…
45 EC_GROUP_set_curve_GF2m as appropriate to create a curve defined over Fp or over F2^m respectively.
47 EC_GROUP_set_curve_GFp sets the curve parameters B<p>, B<a> and B<b> for a curve over Fp stored in …
HDEC_GROUP_copy.pod114 EC_GROUP_get_degree gets the degree of the field. For Fp fields this will be the number of bits in …
118 For a curve defined over Fp the discriminant is given by the formula 4*a^3 + 27*b^2 whilst for F2^m…
HDEC_POINT_new.pod73 projective co-ordinates (for Fp curves only). Jacobian projective co-ordinates are expressed as thr…
/NextBSD/cddl/contrib/dtracetoolkit/Bin/
Ddapptrace104 dapptrace -Fp 1871 # print using flow indents
/NextBSD/cddl/contrib/dtracetoolkit/Proc/
HDdapptrace104 dapptrace -Fp 1871 # print using flow indents
/NextBSD/contrib/llvm/lib/Target/NVPTX/
HDNVPTXAsmPrinter.h287 void printFPConstant(const ConstantFP *Fp, raw_ostream &O);
HDNVPTXAsmPrinter.cpp1685 void NVPTXAsmPrinter::printFPConstant(const ConstantFP *Fp, raw_ostream &O) { in printFPConstant() argument
1686 APFloat APF = APFloat(Fp->getValueAPF()); // make a copy in printFPConstant()
1691 if (Fp->getType()->getTypeID() == Type::FloatTyID) { in printFPConstant()
1695 } else if (Fp->getType()->getTypeID() == Type::DoubleTyID) { in printFPConstant()
HDNVPTXVector.td1338 // Fp scalar to fp vector convert
1347 // Fp vector to fp scalar convert
1352 // Fp scalar to int vector convert
1391 // Fp vector to int scalar convert
1441 // Fp vector to int vector convert
/NextBSD/cddl/contrib/dtracetoolkit/Examples/
HDdapptrace_example.txt22 dapptrace -Fp 1871 # print using flow indents
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDBuiltins.def420 BUILTIN(__builtin_fprintf, "iP*cC*.", "Fp:1:")
427 BUILTIN(__builtin_printf, "icC*.", "Fp:0:")
483 BUILTIN(__builtin___snprintf_chk, "ic*zizcC*.", "Fp:4:")
484 BUILTIN(__builtin___sprintf_chk, "ic*izcC*.", "Fp:3:")
487 BUILTIN(__builtin___fprintf_chk, "iP*icC*.", "Fp:2:")
488 BUILTIN(__builtin___printf_chk, "iicC*.", "Fp:1:")
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86Schedule.td75 defm WriteFVarBlend : X86SchedWritePair; // Fp vector variable blends.
120 defm WriteFShuffle256 : X86SchedWritePair; // Fp 256-bit width vector shuffles.
/NextBSD/contrib/llvm/tools/clang/include/clang/Driver/
HDCLCompatOptions.td288 def _SLASH_Fp : CLJoined<"Fp">;
/NextBSD/contrib/ntp/lib/isc/win32/
HDlibisc.mak203 …" /D "__STDC__" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LIBISC_EXPORTS" /Fp"$(INTDIR)\libisc.pch…
478 …D "__STDC__" /D "_MBCS" /D "_USRDLL" /D "LIBISC_EXPORTS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\libisc.pch…
/NextBSD/contrib/ncurses/include/
HDCaps.uwin562 key_f61 kf61 str Fp KEY_F(61) - ----E F61 function key
851 #key_f61 kf61 str Fp - - ----- F61 function key
HDCaps.aix4614 key_f61 kf61 str Fp KEY_F(61) - ----E F61 function key
1129 #key_f61 kf61 str Fp - - ----- F61 function key
HDCaps.keys596 key_f61 kf61 str Fp KEY_F(61) - ----E F61 function key
1117 #key_f61 kf61 str Fp - - ----- F61 function key
HDCaps594 key_f61 kf61 str Fp KEY_F(61) - ----E F61 function key
1027 #key_f61 kf61 str Fp - - ----- F61 function key
HDCaps.osf1r5651 key_f61 kf61 str Fp KEY_F(61) - ----E F61 function key
1035 #key_f61 kf61 str Fp - - ----- F61 function key
HDCaps.hpux11533 key_f61 kf61 str Fp KEY_F(61) - ----E F61 function key
1041 #key_f61 kf61 str Fp - - ----- F61 function key
/NextBSD/
HDUPDATING1338 mergemaster -Fp [5]
1375 mergemaster -Fp [5]
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenFunction.h2590 const llvm::CmpInst::Predicate Fp,
HDCGBuiltin.cpp3195 Value *Op, llvm::Type *Ty, const CmpInst::Predicate Fp, in EmitAArch64CompareBuiltinExpr() argument
3208 Op = Builder.CreateFCmp(Fp, Op, Constant::getNullValue(OTy)); in EmitAArch64CompareBuiltinExpr()