Home
last modified time | relevance | path

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

123

/external/compiler-rt/test/profile/Inputs/
Dinstrprof-value-prof-real.c41 FPT Fp = getFunc(I); local
44 Fp();
46 Fp = getFunc(511 - I);
48 Fp();
50 Fp = getFunc(I);
52 Fp();
54 Fp = getFunc(I);
56 Fp();
58 Fp = getFunc(I);
60 Fp();
[all …]
/external/libcxx/test/std/utilities/meta/meta.rel/
Dis_callable.pass.cpp123 using Fp = void(*)(Tag&, int); in main() typedef
124 static_assert(std::is_callable<Fp(Tag&, int)>::value, ""); in main()
125 static_assert(std::is_callable<Fp(DerFromTag&, int)>::value, ""); in main()
126 static_assert(!std::is_callable<Fp(const Tag&, int)>::value, ""); in main()
127 static_assert(!std::is_callable<Fp()>::value, ""); in main()
128 static_assert(!std::is_callable<Fp(Tag&)>::value, ""); in main()
132 using Fp = void(&)(Tag&, int); in main() typedef
133 static_assert(std::is_callable<Fp(Tag&, int)>::value, ""); in main()
134 static_assert(std::is_callable<Fp(DerFromTag&, int)>::value, ""); in main()
135 static_assert(!std::is_callable<Fp(const Tag&, int)>::value, ""); in main()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DECFieldElement.java87 public static class Fp extends ECFieldElement class in ECFieldElement
108 public Fp(BigInteger q, BigInteger x) in Fp() method in ECFieldElement.Fp
113 Fp(BigInteger q, BigInteger r, BigInteger x) in Fp() method in ECFieldElement.Fp
152 return new Fp(q, r, modAdd(x, b.toBigInteger())); in add()
162 return new Fp(q, r, x2); in addOne()
167 return new Fp(q, r, modSubtract(x, b.toBigInteger())); in subtract()
172 return new Fp(q, r, modMult(x, b.toBigInteger())); in multiply()
180 return new Fp(q, r, modReduce(ab.subtract(xy))); in multiplyMinusProduct()
188 return new Fp(q, r, modReduce(ab.add(xy))); in multiplyPlusProduct()
193 return new Fp(q, r, modMult(x, modInverse(b.toBigInteger()))); in divide()
[all …]
DECCurve.java538 public static class Fp extends AbstractFp class in ECCurve
543 ECPoint.Fp infinity;
545 public Fp(BigInteger q, BigInteger a, BigInteger b) in Fp() method in ECCurve.Fp
550 public Fp(BigInteger q, BigInteger a, BigInteger b, BigInteger order, BigInteger cofactor) in Fp() method in ECCurve.Fp
555 this.r = ECFieldElement.Fp.calculateResidue(q); in Fp()
556 this.infinity = new ECPoint.Fp(this, null, null); in Fp()
565 protected Fp(BigInteger q, BigInteger r, ECFieldElement a, ECFieldElement b) in Fp() method in ECCurve.Fp
570 …protected Fp(BigInteger q, BigInteger r, ECFieldElement a, ECFieldElement b, BigInteger order, Big… in Fp() method in ECCurve.Fp
576 this.infinity = new ECPoint.Fp(this, null, null); in Fp()
587 return new Fp(this.q, this.r, this.a, this.b, this.order, this.cofactor); in cloneCurve()
[all …]
DECPoint.java602 public static class Fp extends AbstractFp class in ECPoint
613 public Fp(ECCurve curve, ECFieldElement x, ECFieldElement y) in Fp() method in ECPoint.Fp
628 public Fp(ECCurve curve, ECFieldElement x, ECFieldElement y, boolean withCompression) in Fp() method in ECPoint.Fp
640Fp(ECCurve curve, ECFieldElement x, ECFieldElement y, ECFieldElement[] zs, boolean withCompression) in Fp() method in ECPoint.Fp
649 return new ECPoint.Fp(null, this.getAffineXCoord(), this.getAffineYCoord()); in detach()
706 return new ECPoint.Fp(curve, X3, Y3, this.withCompression); in add()
748 … return new ECPoint.Fp(curve, X3, Y3, new ECFieldElement[]{ Z3 }, this.withCompression); in add()
871 return new ECPoint.Fp(curve, X3, Y3, zs, this.withCompression); in add()
910 return new ECPoint.Fp(curve, X3, Y3, this.withCompression); in twice()
940 … return new ECPoint.Fp(curve, X3, Y3, new ECFieldElement[]{ Z3 }, this.withCompression); in twice()
[all …]
/external/lzma/CPP/
DBuild.mak88 COMPL_PCH = $(CC) $(CFLAGS_O1) -Yc"StdAfx.h" -Fp$O/a.pch $**
89 COMPL = $(CC) $(CFLAGS_O1) -Yu"StdAfx.h" -Fp$O/a.pch $**
91 COMPLB = $(CC) $(CFLAGS_O1) -Yu"StdAfx.h" -Fp$O/a.pch $<
92 # COMPLB_O2 = $(CC) $(CFLAGS_O2) -Yu"StdAfx.h" -Fp$O/a.pch $<
95 CCOMPL_PCH = $(CC) $(CFLAGS_O2) -Yc"Precomp.h" -Fp$O/a.pch $**
96 CCOMPL_USE = $(CC) $(CFLAGS_O2) -Yu"Precomp.h" -Fp$O/a.pch $**
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/sec/
DSECNamedCurves.java51 ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h));
77 ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h));
103 ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h));
129 ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h));
168 ECCurve curve = configureCurveGLV(new ECCurve.Fp(p, a, b, n, h), glv);
194 ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h));
220 ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h));
259 ECCurve curve = configureCurveGLV(new ECCurve.Fp(p, a, b, n, h), glv);
285 ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h));
324 ECCurve curve = configureCurveGLV(new ECCurve.Fp(p, a, b, n, h), glv);
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
DX962NamedCurves.java25 ECCurve cFp192v1 = new ECCurve.Fp(
47 ECCurve cFp192v2 = new ECCurve.Fp(
69 ECCurve cFp192v3 = new ECCurve.Fp(
91 ECCurve cFp239v1 = new ECCurve.Fp(
113 ECCurve cFp239v2 = new ECCurve.Fp(
135 ECCurve cFp239v3 = new ECCurve.Fp(
157 ECCurve cFp256v1 = new ECCurve.Fp(
DX9FieldElement.java28 this(new ECFieldElement.Fp(p, new BigInteger(1, s.getOctets()))); in X9FieldElement()
DX9Curve.java58 curve = new ECCurve.Fp(p, x9A.getValue().toBigInteger(), x9B.getValue().toBigInteger()); in X9Curve()
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dregpressure.ll24 %Fp = getelementptr i32* %P, i32 5 ; <i32*> [#uses=1]
25 %F = load i32* %Fp ; <i32> [#uses=1]
52 %Fp = getelementptr i32* %P, i32 5 ; <i32*> [#uses=1]
53 %F = load i32* %Fp ; <i32> [#uses=1]
84 %Fp = getelementptr i16* %P, i32 5 ; <i16*> [#uses=1]
85 %F = load i16* %Fp ; <i16> [#uses=1]
/external/llvm/test/CodeGen/X86/
Dregpressure.ll25 %Fp = getelementptr i32, i32* %P, i32 5 ; <i32*> [#uses=1]
26 %F = load i32, i32* %Fp ; <i32> [#uses=1]
53 %Fp = getelementptr i32, i32* %P, i32 5 ; <i32*> [#uses=1]
54 %F = load i32, i32* %Fp ; <i32> [#uses=1]
85 %Fp = getelementptr i16, i16* %P, i32 5 ; <i16*> [#uses=1]
86 %F = load i16, i16* %Fp ; <i16> [#uses=1]
/external/ltp/testcases/kernel/io/disktest/
DMakefile.windows75 …NT=0x0500" /D"WINDOWS" /D"NDEBUG" /D"_CONSOLE" /D"_MBCS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\disktest.p…
144 …T=0x0500" /D"WINDOWS" /D"_DEBUG" /D"_CONSOLE" /D "_MBCS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\disktest.p…
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
DEC5Util.java222 ECCurve.Fp curve = new ECCurve.Fp(((ECFieldFp)field).getP(), a, b); in convertCurve()
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
Ddpath.c800 FILEPATH_DEVICE_PATH *Fp; in _DevPathFilePath() local
802 Fp = DevPath; in _DevPathFilePath()
803 CatPrint(Str, L"%s", Fp->PathName); in _DevPathFilePath()
/external/ImageMagick/PerlMagick/t/reference/write/filter/
DNormalize.miff133 �� �������3L� A�JK���;5��gUt>:hN|$Q~,Kw!Ir'Di#Eh!Fp���� 69I9:m86�\`�kn�gg�fk�hg…
141 �(���\�̄Rx9:iT�(P}-EqFp'Dn$EpKy#����%)(42NOL�zw�|x�fc�ii�tt�vk�fZ|L?:;:E:"J9n5�-,�…
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.h280 void printFPConstant(const ConstantFP *Fp, raw_ostream &O);
DNVPTXAsmPrinter.cpp1707 void NVPTXAsmPrinter::printFPConstant(const ConstantFP *Fp, raw_ostream &O) { in printFPConstant() argument
1708 APFloat APF = APFloat(Fp->getValueAPF()); // make a copy in printFPConstant()
1713 if (Fp->getType()->getTypeID() == Type::FloatTyID) { in printFPConstant()
1717 } else if (Fp->getType()->getTypeID() == Type::DoubleTyID) { in printFPConstant()
DNVPTXVector.td1336 // Fp scalar to fp vector convert
1345 // Fp vector to fp scalar convert
1350 // Fp scalar to int vector convert
1389 // Fp vector to int scalar convert
1439 // Fp vector to int vector convert
/external/ImageMagick/PerlMagick/t/reference/read/
Dinput_gray_msb_08bit_mat.miff15 …Zy����>>>Dq���T.<@??A>��rU?Lbihhwv}{���������������������ï���:v�����@==Fp���W.=??@@8��vaFYibbs…
38 ^Ddh1X}1b�Co�Vt�[z�c�k��m{�`|�x�Ϡ�Ԫ�Ȕ}�|x�k�`c{Fp�L��wf�<K9F;AJW+��l��N�#����…
40 …gTњ��I:�5)�* �-%�2'�5'�6'�7&�H2ӆj԰�Єa�yU�|^�L2�C.�0 �3%�1%�:+�=(Lh/vs2l�Fp�Uy�e�����ſ�ʏÓ~�oy�gQ…
79 ��U-��U��V��S��S��O��O��Q��W��Z��Z��Y��[��V+c�Fp�Qz�Tx�O��W��c��t[lAy�Z��jWb4_x@��b��Y��d�Њ�Ѝ�̈́…
Dinput_uyvy.miff14Fp�Dp�Bp�Op�br�dr�fq�hq�cpwapwUr{<r{7z;z7y~6y~[ix�ix�ep�epngqsgqygqngqav�bv�cv�bv�bv�bv�bv�bv�cv…
/external/clang/include/clang/Basic/
DBuiltins.def431 BUILTIN(__builtin_fprintf, "iP*cC*.", "Fp:1:")
438 BUILTIN(__builtin_printf, "icC*.", "Fp:0:")
495 BUILTIN(__builtin___snprintf_chk, "ic*zizcC*.", "Fp:4:")
496 BUILTIN(__builtin___sprintf_chk, "ic*izcC*.", "Fp:3:")
499 BUILTIN(__builtin___fprintf_chk, "iP*icC*.", "Fp:2:")
500 BUILTIN(__builtin___printf_chk, "iicC*.", "Fp:1:")
/external/llvm/lib/Target/X86/
DX86Schedule.td75 defm WriteFVarBlend : X86SchedWritePair; // Fp vector variable blends.
120 defm WriteFShuffle256 : X86SchedWritePair; // Fp 256-bit width vector shuffles.
/external/ImageMagick/PerlMagick/t/reference/filter/
DSharpen.miff18 ….(�60�90�/$�/�;�F2�;H�,<�03�4:�37�4%�?*�`]�JZ�:0�1!�8%�E-�7�I7�PG�gj�u��Fp�V{��[m���YdF������…
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/
Den-US_kdt_g2p.pkb349 ~�<�Fp�&

123