/external/zlib/src/contrib/ada/ |
D | zlib-thin.ads | 38 type Int is new Interfaces.C.int; 45 type Int_Access is access Int; 125 function Deflate (strm : Z_Streamp; flush : Int) return Int; 127 function DeflateEnd (strm : Z_Streamp) return Int; 129 function Inflate (strm : Z_Streamp; flush : Int) return Int; 131 function InflateEnd (strm : Z_Streamp) return Int; 137 return Int; 139 function deflateCopy (dest : Z_Streamp; source : Z_Streamp) return Int; 142 function deflateReset (strm : Z_Streamp) return Int; -- zlib.h:495 146 level : Int; [all …]
|
/external/swiftshader/src/Pipeline/ |
D | PixelRoutine.hpp | 45 virtual void setBuiltins(Int &x, Int &y, Float4(&z)[4], Float4 &w) = 0; 46 virtual void applyShader(Int cMask[4]) = 0; 47 virtual Bool alphaTest(Int cMask[4]) = 0; 48 …d rasterOperation(Float4 &fog, Pointer<Byte> cBuffer[4], Int &x, Int sMask[4], Int zMask[4], Int c… 50 …er<Byte> cBuffer[4], Pointer<Byte> &zBuffer, Pointer<Byte> &sBuffer, Int cMask[4], Int &x, Int &y); 52 void alphaTest(Int &aMask, Short4 &alpha); 53 void alphaToCoverage(Int cMask[4], Float4 &alpha); 56 void alphaBlend(int index, Pointer<Byte> &cBuffer, Vector4s ¤t, Int &x); 57 void logicOperation(int index, Pointer<Byte> &cBuffer, Vector4s ¤t, Int &x); 58 …id writeColor(int index, Pointer<Byte> &cBuffer, Int &i, Vector4s ¤t, Int &sMask, Int &zMask… [all …]
|
D | SetupRoutine.cpp | 63 Array<Int> X(16); in generate() 64 Array<Int> Y(16); in generate() 66 X[0] = *Pointer<Int>(v0 + OFFSET(Vertex,X)); in generate() 67 X[1] = *Pointer<Int>(v1 + OFFSET(Vertex,X)); in generate() 68 X[2] = *Pointer<Int>(v2 + OFFSET(Vertex,X)); in generate() 70 Y[0] = *Pointer<Int>(v0 + OFFSET(Vertex,Y)); in generate() 71 Y[1] = *Pointer<Int>(v1 + OFFSET(Vertex,Y)); in generate() 72 Y[2] = *Pointer<Int>(v2 + OFFSET(Vertex,Y)); in generate() 74 Int d = 1; // Winding direction in generate() 94 Int w0w1w2 = *Pointer<Int>(v0 + pos * 16 + 12) ^ in generate() [all …]
|
D | PixelProgram.hpp | 51 virtual void setBuiltins(Int &x, Int &y, Float4(&z)[4], Float4 &w); 52 virtual void applyShader(Int cMask[4]); 53 virtual Bool alphaTest(Int cMask[4]); 54 …d rasterOperation(Float4 &fog, Pointer<Byte> cBuffer[4], Int &x, Int sMask[4], Int zMask[4], Int c… 70 Array<Int, 4> aL; 71 Array<Int, 4> increment; 72 Array<Int, 4> iteration; 74 Int loopDepth; // FIXME: Add support for switch 75 Int stackIndex; // FIXME: Inc/decrement callStack 79 Int enableIndex; [all …]
|
/external/swiftshader/src/Shader/ |
D | PixelRoutine.hpp | 45 virtual void setBuiltins(Int &x, Int &y, Float4(&z)[4], Float4 &w) = 0; 46 virtual void applyShader(Int cMask[4]) = 0; 47 virtual Bool alphaTest(Int cMask[4]) = 0; 48 …d rasterOperation(Float4 &fog, Pointer<Byte> cBuffer[4], Int &x, Int sMask[4], Int zMask[4], Int c… 50 …er<Byte> cBuffer[4], Pointer<Byte> &zBuffer, Pointer<Byte> &sBuffer, Int cMask[4], Int &x, Int &y); 52 void alphaTest(Int &aMask, Short4 &alpha); 53 void alphaToCoverage(Int cMask[4], Float4 &alpha); 58 void alphaBlend(int index, Pointer<Byte> &cBuffer, Vector4s ¤t, Int &x); 59 void logicOperation(int index, Pointer<Byte> &cBuffer, Vector4s ¤t, Int &x); 60 …id writeColor(int index, Pointer<Byte> &cBuffer, Int &i, Vector4s ¤t, Int &sMask, Int &zMask… [all …]
|
D | SetupRoutine.cpp | 65 Array<Int> X(16); in generate() 66 Array<Int> Y(16); in generate() 68 X[0] = *Pointer<Int>(v0 + OFFSET(Vertex,X)); in generate() 69 X[1] = *Pointer<Int>(v1 + OFFSET(Vertex,X)); in generate() 70 X[2] = *Pointer<Int>(v2 + OFFSET(Vertex,X)); in generate() 72 Y[0] = *Pointer<Int>(v0 + OFFSET(Vertex,Y)); in generate() 73 Y[1] = *Pointer<Int>(v1 + OFFSET(Vertex,Y)); in generate() 74 Y[2] = *Pointer<Int>(v2 + OFFSET(Vertex,Y)); in generate() 76 Int d = 1; // Winding direction in generate() 96 Int w0w1w2 = *Pointer<Int>(v0 + pos * 16 + 12) ^ in generate() [all …]
|
D | PixelProgram.hpp | 51 virtual void setBuiltins(Int &x, Int &y, Float4(&z)[4], Float4 &w); 52 virtual void applyShader(Int cMask[4]); 53 virtual Bool alphaTest(Int cMask[4]); 54 …d rasterOperation(Float4 &fog, Pointer<Byte> cBuffer[4], Int &x, Int sMask[4], Int zMask[4], Int c… 70 Array<Int, MAX_SHADER_NESTED_LOOPS> aL; 71 Array<Int, MAX_SHADER_NESTED_LOOPS> increment; 72 Array<Int, MAX_SHADER_NESTED_LOOPS> iteration; 74 Int loopDepth; // FIXME: Add support for switch 75 Int stackIndex; // FIXME: Inc/decrement callStack 79 Int enableIndex; [all …]
|
/external/swiftshader/src/WSI/ |
D | FrameBuffer.cpp | 181 For(Int y = 0, y < height, y++) in copyRoutine() 186 Int x0 = 0; in copyRoutine() 192 Int x = x0; in copyRoutine() 253 *Pointer<Int>(d) = *Pointer<Int>(s); in copyRoutine() 257 Int rgba = *Pointer<Int>(s); in copyRoutine() 259 *Pointer<Int>(d) = ((rgba & Int(0x00FF0000)) >> 16) | in copyRoutine() 260 ((rgba & Int(0x000000FF)) << 16) | in copyRoutine() 261 (rgba & Int(0xFF00FF00)); in copyRoutine() 268 *Pointer<Int>(d) = Int(As<Int2>(PackUnsigned(c, c))); in copyRoutine() 273 Int rgb = Int(*Pointer<Short>(s)); in copyRoutine() [all …]
|
/external/swiftshader/src/Main/ |
D | FrameBuffer.cpp | 181 For(Int y = 0, y < height, y++) in copyRoutine() 186 Int x0 = 0; in copyRoutine() 193 Int x = x0; in copyRoutine() 257 *Pointer<Int>(d) = *Pointer<Int>(s); in copyRoutine() 262 Int rgba = *Pointer<Int>(s); in copyRoutine() 264 *Pointer<Int>(d) = ((rgba & Int(0x00FF0000)) >> 16) | in copyRoutine() 265 ((rgba & Int(0x000000FF)) << 16) | in copyRoutine() 266 (rgba & Int(0xFF00FF00)); in copyRoutine() 273 *Pointer<Int>(d) = Int(As<Int2>(PackUnsigned(c, c))); in copyRoutine() 278 Int rgb = Int(*Pointer<Short>(s)); in copyRoutine() [all …]
|
/external/boringssl/src/crypto/fipsmodule/ec/ |
D | make_p256-x86_64-tests.go | 29 zero, one, p, R, Rinv *big.Int 43 zero = new(big.Int) 44 one = new(big.Int).SetInt64(1) 48 R = new(big.Int) 52 Rinv = new(big.Int).ModInverse(R, p) 57 func modMul(z, x, y *big.Int) *big.Int { argument 62 func toMontgomery(z, x *big.Int) *big.Int { argument 66 func fromMontgomery(z, x *big.Int) *big.Int { argument 70 func isAffineInfinity(x, y *big.Int) bool { argument 76 func randNonZeroInt(max *big.Int) *big.Int { argument [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | IntervalIterator.h | 68 inline void addNodeToInterval(Interval *Int, BasicBlock *BB) { in addNodeToInterval() argument 69 Int->Nodes.push_back(BB); in addNodeToInterval() 79 inline void addNodeToInterval(Interval *Int, Interval *I) { in addNodeToInterval() argument 81 copy(I->Nodes.begin(), I->Nodes.end(), back_inserter(Int->Nodes)); in addNodeToInterval() 170 Interval *Int = new Interval(Header); in ProcessInterval() local 176 ProcessNode(Int, getSourceGraphNode(OrigContainer, *I)); in ProcessInterval() 178 IntStack.push_back(std::make_pair(Int, succ_begin(Int))); in ProcessInterval() 191 void ProcessNode(Interval *Int, NodeTy *Node) { in ProcessNode() argument 192 assert(Int && "Null interval == bad!"); in ProcessNode() 198 if (Int->contains(NodeHeader)) { // Already in this interval... in ProcessNode() [all …]
|
/external/llvm/include/llvm/Analysis/ |
D | IntervalIterator.h | 68 inline void addNodeToInterval(Interval *Int, BasicBlock *BB) { in addNodeToInterval() argument 69 Int->Nodes.push_back(BB); in addNodeToInterval() 79 inline void addNodeToInterval(Interval *Int, Interval *I) { in addNodeToInterval() argument 81 Int->Nodes.insert(Int->Nodes.end(), I->Nodes.begin(), I->Nodes.end()); in addNodeToInterval() 180 Interval *Int = new Interval(Header); in ProcessInterval() local 185 ProcessNode(Int, getSourceGraphNode(OrigContainer, *I)); in ProcessInterval() 187 IntStack.push_back(std::make_pair(Int, succ_begin(Int))); in ProcessInterval() 200 void ProcessNode(Interval *Int, NodeTy *Node) { in ProcessNode() argument 201 assert(Int && "Null interval == bad!"); in ProcessNode() 207 if (Int->contains(NodeHeader)) { // Already in this interval... in ProcessNode() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | IntervalIterator.h | 73 inline void addNodeToInterval(Interval *Int, BasicBlock *BB) { in addNodeToInterval() argument 74 Int->Nodes.push_back(BB); in addNodeToInterval() 83 inline void addNodeToInterval(Interval *Int, Interval *I) { in addNodeToInterval() argument 85 Int->Nodes.insert(Int->Nodes.end(), I->Nodes.begin(), I->Nodes.end()); in addNodeToInterval() 182 Interval *Int = new Interval(Header); in ProcessInterval() local 187 ProcessNode(Int, getSourceGraphNode(OrigContainer, *I)); in ProcessInterval() 189 IntStack.push_back(std::make_pair(Int, succ_begin(Int))); in ProcessInterval() 201 void ProcessNode(Interval *Int, NodeTy *Node) { in ProcessNode() argument 202 assert(Int && "Null interval == bad!"); in ProcessNode() 208 if (Int->contains(NodeHeader)) { // Already in this interval... in ProcessNode() [all …]
|
/external/swiftshader/src/Device/ |
D | Blitter.cpp | 231 c.w = Float(Int(*Pointer<Byte>(element)) & Int(0xF)); in read() 232 c.x = Float((Int(*Pointer<Byte>(element)) >> 4) & Int(0xF)); in read() 233 c.y = Float(Int(*Pointer<Byte>(element + 1)) & Int(0xF)); in read() 234 c.z = Float((Int(*Pointer<Byte>(element + 1)) >> 4) & Int(0xF)); in read() 238 c.x = Float(Int(*Pointer<SByte>(element))); in read() 243 c.x = Float(Int(*Pointer<Byte>(element))); in read() 247 c.x = Float(Int(*Pointer<Short>(element))); in read() 251 c.x = Float(Int(*Pointer<UShort>(element))); in read() 255 c.x = Float(*Pointer<Int>(element)); in read() 295 c.x = Float(Int(*Pointer<SByte>(element + 0))); in read() [all …]
|
D | QuadRasterizer.cpp | 56 Int yMin = *Pointer<Int>(primitive + OFFSET(Primitive,yMin)); in generate() 57 Int yMax = *Pointer<Int>(primitive + OFFSET(Primitive,yMax)); in generate() 59 Int cluster2 = cluster + cluster; in generate() 93 void QuadRasterizer::rasterize(Int &yMin, Int &yMax) in rasterize() 103 …inter<Byte>>(data + OFFSET(DrawData,colorBuffer[index])) + yMin * *Pointer<Int>(data + OFFSET(Draw… in rasterize() 109 …zBuffer = *Pointer<Pointer<Byte>>(data + OFFSET(DrawData,depthBuffer)) + yMin * *Pointer<Int>(data… in rasterize() 114 …sBuffer = *Pointer<Pointer<Byte>>(data + OFFSET(DrawData,stencilBuffer)) + yMin * *Pointer<Int>(da… in rasterize() 117 Int y = yMin; in rasterize() 121 …Int x0a = Int(*Pointer<Short>(primitive + OFFSET(Primitive,outline->left) + (y + 0) * sizeof(Primi… in rasterize() 122 …Int x0b = Int(*Pointer<Short>(primitive + OFFSET(Primitive,outline->left) + (y + 1) * sizeof(Primi… in rasterize() [all …]
|
/external/swiftshader/src/Renderer/ |
D | QuadRasterizer.cpp | 56 Int yMin = *Pointer<Int>(primitive + OFFSET(Primitive,yMin)); in generate() 57 Int yMax = *Pointer<Int>(primitive + OFFSET(Primitive,yMax)); in generate() 59 Int cluster2 = cluster + cluster; in generate() 93 void QuadRasterizer::rasterize(Int &yMin, Int &yMax) in rasterize() 103 …inter<Byte>>(data + OFFSET(DrawData,colorBuffer[index])) + yMin * *Pointer<Int>(data + OFFSET(Draw… in rasterize() 109 …zBuffer = *Pointer<Pointer<Byte>>(data + OFFSET(DrawData,depthBuffer)) + yMin * *Pointer<Int>(data… in rasterize() 114 …sBuffer = *Pointer<Pointer<Byte>>(data + OFFSET(DrawData,stencilBuffer)) + yMin * *Pointer<Int>(da… in rasterize() 117 Int y = yMin; in rasterize() 121 …Int x0a = Int(*Pointer<Short>(primitive + OFFSET(Primitive,outline->left) + (y + 0) * sizeof(Primi… in rasterize() 122 …Int x0b = Int(*Pointer<Short>(primitive + OFFSET(Primitive,outline->left) + (y + 1) * sizeof(Primi… in rasterize() [all …]
|
D | Blitter.cpp | 231 c.xyz = Float(Int(*Pointer<Byte>(element))); in read() 235 c.w = Float(Int(*Pointer<Byte>(element))); in read() 239 c.x = Float(Int(*Pointer<SByte>(element))); in read() 244 c.x = Float(Int(*Pointer<Byte>(element))); in read() 248 c.x = Float(Int(*Pointer<Short>(element))); in read() 252 c.x = Float(Int(*Pointer<UShort>(element))); in read() 256 c.x = Float(*Pointer<Int>(element)); in read() 280 c.z = Float(Int(*Pointer<Byte>(element + 0))); in read() 281 c.y = Float(Int(*Pointer<Byte>(element + 1))); in read() 282 c.x = Float(Int(*Pointer<Byte>(element + 2))); in read() [all …]
|
/external/boringssl/src/crypto/fipsmodule/bn/ |
D | check_bn_tests.go | 30 Values map[string]*big.Int 62 valueInt, ok := new(big.Int).SetString(value, 16) 77 Values: make(map[string]*big.Int), 155 func checkResult(t test, expr, key string, r *big.Int) { argument 180 r := new(big.Int).Add(test.Values["A"], test.Values["B"]) 185 r := new(big.Int).Add(test.Values["A"], test.Values["A"]) 190 r := new(big.Int).Lsh(test.Values["A"], uint(test.Values["N"].Uint64())) 195 r := new(big.Int).Rsh(test.Values["A"], uint(test.Values["N"].Uint64())) 200 r := new(big.Int).Mul(test.Values["A"], test.Values["A"]) 205 r := new(big.Int).Mul(test.Values["A"], test.Values["B"]) [all …]
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/ |
D | p7-1y.cpp | 17 using Int = int; typedef 25 using Int = decltype(x3a); typedef 26 using Int = decltype(x3d); typedef 30 using Int = decltype(x4a); typedef 35 using Int = decltype(x5a); typedef 71 using Int = decltype(f1a()); typedef 72 using Int = decltype(f1d()); typedef 76 using Int = decltype(f2a(0)); typedef 77 using Int = decltype(f2d(0)); typedef 81 using Int = decltype(f3a(0)); typedef [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/ |
D | math.td | 14 class Int<int value> { 18 def v1022 : Int<1022>; 28 def v1023 : Int<!or(v1022.Value, 1)>; 30 def v1024 : Int<1024>; 34 def v1025 : Int<!add(v1024.Value, 1)>; 43 def v2 : Int<2>; 45 def v2048 : Int<!add(v1024.Value, v1024.Value)>; 49 def v0 : Int<!and(v1024.Value, v2048.Value)>; 50 def v1 : Int<!and(v1025.Value, 1)>; 54 def v3072 : Int<!or(v1024.Value, v2048.Value)>; [all …]
|
/external/google-fruit/include/fruit/impl/meta/ |
D | numeric_operations.h | 31 struct apply<Int<n>, Int<m>> { 32 using type = Int<n + m>; 39 using type = Int<0>; 44 using type = Int<N1::value + apply<Ints...>::type::value>; 50 …using type = Int<N0::value + N1::value + N2::value + N3::value + N4::value + apply<Ints...>::type:… 59 struct apply<Int<n>, Int<m>> { 60 using type = Int<n - m>; 69 struct apply<Int<n>, Int<m>> {
|
/external/tensorflow/tensorflow/core/framework/ |
D | variant_test.cc | 38 using Int = Wrapper<int>; typedef 43 TEST(VariantTest, Int) { in TEST() argument 56 x = Int{42}; in TEST() 59 EXPECT_NE(x.get<Int>(), nullptr); in TEST() 60 EXPECT_EQ(x.get<Int>()->value, 42); in TEST() 68 x = Int{42}; in TEST() 73 EXPECT_NE(y.get<Int>(), nullptr); in TEST() 74 EXPECT_EQ(y.get<Int>()->value, 42); in TEST() 81 x = Int{42}; in TEST() 84 EXPECT_NE(x.get<Int>(), nullptr); in TEST() [all …]
|
/external/swiftshader/src/Reactor/ |
D | SubzeroReactor.cpp | 861 Int x = *Pointer<Int>(pointer); in createLoad() 872 Int x = *Pointer<Int>(pointer); in createLoad() 873 Int y = *Pointer<Int>(pointer + 4); in createLoad() 931 Int x = Extract(v, 0); in createStore() 932 *Pointer<Int>(pointer) = x; in createStore() 943 Int x = Extract(v, 0); in createStore() 944 *Pointer<Int>(pointer) = x; in createStore() 945 Int y = Extract(v, 1); in createStore() 946 *Pointer<Int>(pointer + 4) = y; in createStore() 1586 Byte::Byte(RValue<Int> cast) in Byte() [all …]
|
/external/clang/test/Sema/ |
D | cast.c | 20 typedef int Int; typedef 33 (void) (Int) v; in testBool() 45 void testInt(Int v) { in testInt() 47 (void) (Int) v; in testInt() 69 (void) (Int) v; in testLong() 83 (void) (Int) v; in testFloat() 95 (void) (Int) v; in testDouble() 107 (void) (Int) v; in testCI() 119 (void) (Int) v; in testCLong() 131 (void) (Int) v; in testCFloat() [all …]
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | RangeConstraintManager.cpp | 301 const llvm::APSInt& Int, 305 const llvm::APSInt& Int, 309 const llvm::APSInt& Int, 313 const llvm::APSInt& Int, 317 const llvm::APSInt& Int, 321 const llvm::APSInt& Int, 345 const llvm::APSInt &Int, 348 const llvm::APSInt &Int, 351 const llvm::APSInt &Int, 353 RangeSet getSymLERange(const RangeSet &RS, const llvm::APSInt &Int, [all …]
|