/external/llvm-project/compiler-rt/test/profile/Inputs/ |
D | instrprof-value-prof-real.c | 41 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/compiler-rt/test/profile/Inputs/ |
D | instrprof-value-prof-real.c | 41 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/ |
D | is_invocable.pass.cpp | 123 using Fp = void(*)(Tag&, int); in main() typedef 124 static_assert(std::is_invocable<Fp, Tag&, int>::value, ""); in main() 125 static_assert(std::is_invocable<Fp, DerFromTag&, int>::value, ""); in main() 126 static_assert(!std::is_invocable<Fp, const Tag&, int>::value, ""); in main() 127 static_assert(!std::is_invocable<Fp>::value, ""); in main() 128 static_assert(!std::is_invocable<Fp, Tag&>::value, ""); in main() 132 using Fp = void(&)(Tag&, int); in main() typedef 133 static_assert(std::is_invocable<Fp, Tag&, int>::value, ""); in main() 134 static_assert(std::is_invocable<Fp, DerFromTag&, int>::value, ""); in main() 135 static_assert(!std::is_invocable<Fp, const Tag&, int>::value, ""); in main() [all …]
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | reduce_precision_test.cc | 459 template <typename Fp, typename Uint, int kNumTestcases, int kNumInputs> 493 template <typename Fp, typename Uint, int kNumTestcases, int kNumInputs> 501 std::vector<Fp> input_values; in DoIt() 502 std::vector<Fp> expected_values; in DoIt() 504 const Uint sign_bit = Uint{1} << (sizeof(Fp) * 8 - 1); in DoIt() 507 input_values.push_back(absl::bit_cast<Fp>(test_value[0])); in DoIt() 508 expected_values.push_back(absl::bit_cast<Fp>(test_value[operation_index])); in DoIt() 511 input_values.push_back(absl::bit_cast<Fp, Uint>(test_value[0] ^ sign_bit)); in DoIt() 513 absl::bit_cast<Fp, Uint>(test_value[operation_index] ^ sign_bit)); in DoIt() 521 Literal a_literal = LiteralUtil::CreateR1<Fp>({input_values}); in DoIt() [all …]
|
/external/llvm-project/libcxx/test/std/utilities/meta/meta.rel/ |
D | is_invocable.pass.cpp | 201 using Fp = void(*)(Tag&, int); in main() typedef 202 static_assert(std::is_invocable<Fp, Tag&, int>::value, ""); in main() 203 static_assert(std::is_invocable<Fp, DerFromTag&, int>::value, ""); in main() 204 static_assert(!std::is_invocable<Fp, const Tag&, int>::value, ""); in main() 205 static_assert(!std::is_invocable<Fp>::value, ""); in main() 206 static_assert(!std::is_invocable<Fp, Tag&>::value, ""); in main() 210 using Fp = void (&)(Tag&, int); in main() typedef 211 static_assert(std::is_invocable<Fp, Tag&, int>::value, ""); in main() 212 static_assert(std::is_invocable<Fp, DerFromTag&, int>::value, ""); in main() 213 static_assert(!std::is_invocable<Fp, const Tag&, int>::value, ""); in main() [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | ECFieldElement.java | 95 public static class Fp extends AbstractFp class in ECFieldElement 116 public Fp(BigInteger q, BigInteger x) in Fp() method in ECFieldElement.Fp 121 Fp(BigInteger q, BigInteger r, BigInteger x) in Fp() method in ECFieldElement.Fp 160 return new Fp(q, r, modAdd(x, b.toBigInteger())); in add() 170 return new Fp(q, r, x2); in addOne() 175 return new Fp(q, r, modSubtract(x, b.toBigInteger())); in subtract() 180 return new Fp(q, r, modMult(x, b.toBigInteger())); in multiply() 188 return new Fp(q, r, modReduce(ab.subtract(xy))); in multiplyMinusProduct() 196 return new Fp(q, r, modReduce(ab.add(xy))); in multiplyPlusProduct() 201 return new Fp(q, r, modMult(x, modInverse(b.toBigInteger()))); in divide() [all …]
|
D | ECCurve.java | 668 public static class Fp extends AbstractFp 673 ECPoint.Fp infinity; 678 public Fp(BigInteger q, BigInteger a, BigInteger b) 683 public Fp(BigInteger q, BigInteger a, BigInteger b, BigInteger order, BigInteger cofactor) 688 this.r = ECFieldElement.Fp.calculateResidue(q); 689 this.infinity = new ECPoint.Fp(this, null, null); 698 …protected Fp(BigInteger q, BigInteger r, ECFieldElement a, ECFieldElement b, BigInteger order, Big… 704 this.infinity = new ECPoint.Fp(this, null, null); 715 return new Fp(this.q, this.r, this.a, this.b, this.order, this.cofactor); 744 return new ECFieldElement.Fp(this.q, this.r, x); [all …]
|
D | ECPoint.java | 630 public static class Fp extends AbstractFp class in ECPoint 632 Fp(ECCurve curve, ECFieldElement x, ECFieldElement y) in Fp() method in ECPoint.Fp 637 Fp(ECCurve curve, ECFieldElement x, ECFieldElement y, ECFieldElement[] zs) in Fp() method in ECPoint.Fp 644 return new ECPoint.Fp(null, this.getAffineXCoord(), this.getAffineYCoord()); in detach() 701 return new ECPoint.Fp(curve, X3, Y3); in add() 743 return new ECPoint.Fp(curve, X3, Y3, new ECFieldElement[]{ Z3 }); in add() 866 return new ECPoint.Fp(curve, X3, Y3, zs); in add() 905 return new ECPoint.Fp(curve, X3, Y3); in twice() 935 return new ECPoint.Fp(curve, X3, Y3, new ECFieldElement[]{ Z3 }); in twice() 994 return new ECPoint.Fp(curve, X3, Y3, new ECFieldElement[]{ Z3 }); in twice() [all …]
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/ |
D | ECFieldElement.java | 105 public static class Fp extends AbstractFp class in ECFieldElement 126 public Fp(BigInteger q, BigInteger x) in Fp() method in ECFieldElement.Fp 131 Fp(BigInteger q, BigInteger r, BigInteger x) in Fp() method in ECFieldElement.Fp 170 return new Fp(q, r, modAdd(x, b.toBigInteger())); in add() 180 return new Fp(q, r, x2); in addOne() 185 return new Fp(q, r, modSubtract(x, b.toBigInteger())); in subtract() 190 return new Fp(q, r, modMult(x, b.toBigInteger())); in multiply() 198 return new Fp(q, r, modReduce(ab.subtract(xy))); in multiplyMinusProduct() 206 return new Fp(q, r, modReduce(ab.add(xy))); in multiplyPlusProduct() 211 return new Fp(q, r, modMult(x, modInverse(b.toBigInteger()))); in divide() [all …]
|
D | ECCurve.java | 677 public static class Fp extends AbstractFp 682 ECPoint.Fp infinity; 687 public Fp(BigInteger q, BigInteger a, BigInteger b) 692 public Fp(BigInteger q, BigInteger a, BigInteger b, BigInteger order, BigInteger cofactor) 697 this.r = ECFieldElement.Fp.calculateResidue(q); 698 this.infinity = new ECPoint.Fp(this, null, null); 707 …protected Fp(BigInteger q, BigInteger r, ECFieldElement a, ECFieldElement b, BigInteger order, Big… 713 this.infinity = new ECPoint.Fp(this, null, null); 724 return new Fp(this.q, this.r, this.a, this.b, this.order, this.cofactor); 753 return new ECFieldElement.Fp(this.q, this.r, x); [all …]
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/ec/ |
D | ECFieldElement.java | 105 public static class Fp extends AbstractFp class in ECFieldElement 126 public Fp(BigInteger q, BigInteger x) in Fp() method in ECFieldElement.Fp 131 Fp(BigInteger q, BigInteger r, BigInteger x) in Fp() method in ECFieldElement.Fp 170 return new Fp(q, r, modAdd(x, b.toBigInteger())); in add() 180 return new Fp(q, r, x2); in addOne() 185 return new Fp(q, r, modSubtract(x, b.toBigInteger())); in subtract() 190 return new Fp(q, r, modMult(x, b.toBigInteger())); in multiply() 198 return new Fp(q, r, modReduce(ab.subtract(xy))); in multiplyMinusProduct() 206 return new Fp(q, r, modReduce(ab.add(xy))); in multiplyPlusProduct() 211 return new Fp(q, r, modMult(x, modInverse(b.toBigInteger()))); in divide() [all …]
|
D | ECCurve.java | 677 public static class Fp extends AbstractFp 682 ECPoint.Fp infinity; 687 public Fp(BigInteger q, BigInteger a, BigInteger b) 692 public Fp(BigInteger q, BigInteger a, BigInteger b, BigInteger order, BigInteger cofactor) 697 this.r = ECFieldElement.Fp.calculateResidue(q); 698 this.infinity = new ECPoint.Fp(this, null, null); 707 …protected Fp(BigInteger q, BigInteger r, ECFieldElement a, ECFieldElement b, BigInteger order, Big… 713 this.infinity = new ECPoint.Fp(this, null, null); 724 return new Fp(this.q, this.r, this.a, this.b, this.order, this.cofactor); 753 return new ECFieldElement.Fp(this.q, this.r, x); [all …]
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | modernize-avoid-bind-permissive-parameter-list.cpp | 7 template <class Fp, class... Arguments> 10 template <class Fp, class... Arguments> 11 bind_rt<Fp, Arguments...> bind(Fp &&, Arguments &&...);
|
D | modernize-avoid-bind.cpp | 5 template <class Fp, class... Arguments> 8 template <class Fp, class... Arguments> 9 bind_rt<Fp, Arguments...> bind(Fp &&, Arguments &&...); 17 template <class Fp, class... Arguments> 20 template <class Fp, class... Arguments> 21 bind_rt<Fp, Arguments...> bind(const Fp &, Arguments...);
|
/external/lzma/CPP/ |
D | Build.mak | 120 COMPL_PCH = $(CC) $(CFLAGS_O1) -Yc"StdAfx.h" -Fp$O/a.pch $** 121 COMPL = $(CC) $(CFLAGS_O1) -Yu"StdAfx.h" -Fp$O/a.pch $** 123 COMPLB = $(CC) $(CFLAGS_O1) -Yu"StdAfx.h" -Fp$O/a.pch $< 124 # COMPLB_O2 = $(CC) $(CFLAGS_O2) -Yu"StdAfx.h" -Fp$O/a.pch $< 128 CCOMPL_PCH = $(CC) $(CFLAGS_C_ALL) -Yc"Precomp.h" -Fp$O/a.pch $** 129 CCOMPL_USE = $(CC) $(CFLAGS_C_ALL) -Yu"Precomp.h" -Fp$O/a.pch $**
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | ScopeExit.h | 30 template <typename Fp> 31 explicit scope_exit(Fp &&F) : ExitFunction(std::forward<Fp>(F)) {} in scope_exit()
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | ScopeExit.h | 30 template <typename Fp> 31 explicit scope_exit(Fp &&F) : ExitFunction(std::forward<Fp>(F)) {} in scope_exit()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/sec/ |
D | SECNamedCurves.java | 59 ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h)); 83 ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h)); 107 ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h)); 131 ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h)); 169 ECCurve curve = configureCurveGLV(new ECCurve.Fp(p, a, b, n, h), glv); 193 ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h)); 217 ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h)); 255 ECCurve curve = configureCurveGLV(new ECCurve.Fp(p, a, b, n, h), glv); 279 ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h)); 317 ECCurve curve = configureCurveGLV(new ECCurve.Fp(p, a, b, n, h), glv); [all …]
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/sec/ |
D | SECNamedCurves.java | 63 ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h)); 87 ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h)); 111 ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h)); 135 ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h)); 173 ECCurve curve = configureCurveGLV(new ECCurve.Fp(p, a, b, n, h), glv); 197 ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h)); 221 ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h)); 259 ECCurve curve = configureCurveGLV(new ECCurve.Fp(p, a, b, n, h), glv); 283 ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h)); 321 ECCurve curve = configureCurveGLV(new ECCurve.Fp(p, a, b, n, h), glv); [all …]
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/sec/ |
D | SECNamedCurves.java | 63 ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h)); 87 ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h)); 111 ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h)); 135 ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h)); 173 ECCurve curve = configureCurveGLV(new ECCurve.Fp(p, a, b, n, h), glv); 197 ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h)); 221 ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h)); 259 ECCurve curve = configureCurveGLV(new ECCurve.Fp(p, a, b, n, h), glv); 283 ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h)); 321 ECCurve curve = configureCurveGLV(new ECCurve.Fp(p, a, b, n, h), glv); [all …]
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x9/ |
D | X962NamedCurves.java | 45 ECCurve curve = configureCurve(new ECCurve.Fp( 65 ECCurve curve = configureCurve(new ECCurve.Fp( 85 ECCurve curve = configureCurve(new ECCurve.Fp( 105 ECCurve curve = configureCurve(new ECCurve.Fp( 125 ECCurve curve = configureCurve(new ECCurve.Fp( 145 ECCurve curve = configureCurve(new ECCurve.Fp( 165 ECCurve curve = configureCurve(new ECCurve.Fp(
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x9/ |
D | X962NamedCurves.java | 45 ECCurve curve = configureCurve(new ECCurve.Fp( 65 ECCurve curve = configureCurve(new ECCurve.Fp( 85 ECCurve curve = configureCurve(new ECCurve.Fp( 105 ECCurve curve = configureCurve(new ECCurve.Fp( 125 ECCurve curve = configureCurve(new ECCurve.Fp( 145 ECCurve curve = configureCurve(new ECCurve.Fp( 165 ECCurve curve = configureCurve(new ECCurve.Fp(
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/ |
D | X962NamedCurves.java | 43 ECCurve curve = configureCurve(new ECCurve.Fp( 63 ECCurve curve = configureCurve(new ECCurve.Fp( 83 ECCurve curve = configureCurve(new ECCurve.Fp( 103 ECCurve curve = configureCurve(new ECCurve.Fp( 123 ECCurve curve = configureCurve(new ECCurve.Fp( 143 ECCurve curve = configureCurve(new ECCurve.Fp( 163 ECCurve curve = configureCurve(new ECCurve.Fp(
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | regpressure.ll | 25 %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/llvm/test/CodeGen/X86/ |
D | regpressure.ll | 25 %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]
|