/external/icu/icu4c/source/test/testdata/out/testdata/ |
D | testtable32.txt | 2 oooooooooooooooo1:int{1} 3 ooooooooooooooo1o:int{2} 4 ooooooooooooooo11:int{3} 5 oooooooooooooo1oo:int{4} 6 oooooooooooooo1o1:int{5} 7 oooooooooooooo11o:int{6} 8 oooooooooooooo111:int{7} 9 ooooooooooooo1ooo:int{8} 10 ooooooooooooo1oo1:int{9} 12 ooooooooooooo1o11:int{11} [all …]
|
/external/icu/icu4c/source/data/misc/ |
D | currencyNumericCodes.txt | 17 ADP:int{20} 18 AED:int{784} 19 AFA:int{4} 20 AFN:int{971} 21 ALK:int{8} 22 ALL:int{8} 23 AMD:int{51} 24 ANG:int{532} 25 AOA:int{973} 26 AOK:int{24} [all …]
|
D | numberingSystems.txt | 7 algorithmic:int{0} 9 radix:int{10} 12 algorithmic:int{0} 14 radix:int{10} 17 algorithmic:int{0} 19 radix:int{10} 22 algorithmic:int{0} 24 radix:int{10} 27 algorithmic:int{1} 29 radix:int{10} [all …]
|
/external/python/cryptography/tests/hazmat/primitives/ |
D | fixtures_rsa.py | 13 p=int( 16 q=int( 19 d=int( 23 dmp1=int( 26 dmq1=int( 29 iqmp=int( 34 n=int( 43 p=int( 46 q=int( 49 d=int( [all …]
|
/external/python/cryptography/tests/ |
D | test_utils.py | 798 'modulus': int( 804 'public_exponent': int('10001', 16), 805 'private_exponent': int( 811 'p': int( 815 'q': int( 819 'dmp1': int( 823 'dmq1': int( 827 'iqmp': int( 866 'modulus': int( 872 'public_exponent': int('10001', 16) [all …]
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | decls.frag.out | 33 0:5 move second child to first child ( temp int) 34 0:5 'd1' ( global int) 36 0:5 1 (const int) 38 0:6 move second child to first child ( temp int) 39 0:6 'e2' ( global int) 41 0:6 2 (const int) 43 0:7 move second child to first child ( temp int) 44 0:7 'h3' ( global int) 46 0:7 3 (const int) 48 0:14 move second child to first child ( temp 4-element array of int) [all …]
|
D | hlsl.params.default.negative.frag.out | 12 0:7 Function Definition: fn1(vi4; ( temp 4-component vector of int) 14 0:7 'p0' ( in 4-component vector of int) 18 0:? 1 (const int) 19 0:? 2 (const int) 20 0:? 3 (const int) 21 0:? 4 (const int) 22 0:9 Function Definition: fn1(vi4;b1;b1; ( temp 4-component vector of int) 24 0:9 'p0' ( in 4-component vector of int) 29 0:10 'p0' ( in 4-component vector of int) 30 0:17 Function Definition: fn1(vi4;vi4;i1[2];i1; ( temp 4-component vector of int) [all …]
|
D | hlsl.boolConv.vert.out | 13 0:4 move second child to first child ( temp int) 14 0:4 'r' ( temp int) 16 0:4 0 (const int) 17 0:6 add second child into first child ( temp int) 18 0:6 'r' ( temp int) 19 0:6 add ( temp int) 20 0:6 Convert bool to int ( temp int) 22 0:6 Convert bool to int ( temp int) 24 0:7 add second child into first child ( temp int) 25 0:7 'r' ( temp int) [all …]
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | decls.frag.out | 33 0:5 move second child to first child ( temp int) 34 0:5 'd1' ( global int) 36 0:5 1 (const int) 38 0:6 move second child to first child ( temp int) 39 0:6 'e2' ( global int) 41 0:6 2 (const int) 43 0:7 move second child to first child ( temp int) 44 0:7 'h3' ( global int) 46 0:7 3 (const int) 48 0:14 move second child to first child ( temp 4-element array of int) [all …]
|
D | hlsl.params.default.negative.frag.out | 12 0:7 Function Definition: fn1(vi4; ( temp 4-component vector of int) 14 0:7 'p0' ( in 4-component vector of int) 18 0:7 1 (const int) 19 0:7 2 (const int) 20 0:7 3 (const int) 21 0:7 4 (const int) 22 0:9 Function Definition: fn1(vi4;b1;b1; ( temp 4-component vector of int) 24 0:9 'p0' ( in 4-component vector of int) 29 0:10 'p0' ( in 4-component vector of int) 30 0:17 Function Definition: fn1(vi4;vi4;i1[2];i1; ( temp 4-component vector of int) [all …]
|
D | hlsl.boolConv.vert.out | 13 0:4 move second child to first child ( temp int) 14 0:4 'r' ( temp int) 16 0:4 0 (const int) 17 0:6 add second child into first child ( temp int) 18 0:6 'r' ( temp int) 19 0:6 add ( temp int) 20 0:6 Convert bool to int ( temp int) 22 0:6 Convert bool to int ( temp int) 24 0:7 add second child into first child ( temp int) 25 0:7 'r' ( temp int) [all …]
|
/external/llvm-project/llvm/test/TableGen/ |
D | SiblingForeach.td | 3 class Set<int i = 0, int j = 0, int k = 0> { 4 int I = i; 5 int J = j; 6 int K = k; 24 // CHECK: int I = 1; 25 // CHECK: int J = 0; 26 // CHECK: int K = 0; 29 // CHECK: int I = 1; 30 // CHECK: int J = 1; 31 // CHECK: int K = 0; [all …]
|
/external/llvm/test/TableGen/ |
D | SiblingForeach.td | 3 class Set<int i = 0, int j = 0, int k = 0> { 4 int I = i; 5 int J = j; 6 int K = k; 24 // CHECK: int I = 1; 25 // CHECK: int J = 0; 26 // CHECK: int K = 0; 29 // CHECK: int I = 1; 30 // CHECK: int J = 1; 31 // CHECK: int K = 0; [all …]
|
/external/deqp/framework/opengl/ |
D | gluStrUtilPrototypes.inl | 6 const char* getErrorName (int value); 7 const char* getTypeName (int value); 8 const char* getParamQueryName (int value); 9 const char* getProgramParamName (int value); 10 const char* getUniformParamName (int value); 11 const char* getFramebufferAttachmentName (int value); 12 const char* getFramebufferAttachmentParameterName (int value); 13 const char* getFramebufferTargetName (int value); 14 const char* getFramebufferStatusName (int value); 15 const char* getFramebufferAttachmentTypeName (int value); [all …]
|
/external/llvm-project/lldb/test/API/lang/objc/cpp_keyword_identifiers/ |
D | main.m | 1 int main() { 4 int alignas = 1; 5 int alignof = 1; 6 int and = 1; 7 int and_eq = 1; 8 int atomic_cancel = 1; 9 int atomic_commit = 1; 10 int atomic_noexcept = 1; 11 int bitand = 1; 12 int bitor = 1; [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_int.py | 29 class IntSubclass(int): 35 self.assertEqual(int(314), 314) 36 self.assertEqual(int(3.14), 3) 38 self.assertEqual(int(-3.14), -3) 39 self.assertEqual(int(3.9), 3) 40 self.assertEqual(int(-3.9), -3) 41 self.assertEqual(int(3.5), 3) 42 self.assertEqual(int(-3.5), -3) 43 self.assertEqual(int("-3"), -3) 44 self.assertEqual(int(" -3 "), -3) [all …]
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cusolver_dense_10_0.inc | 6 int *value) { 7 using FuncPtr = cusolverStatus_t(CUSOLVERAPI *)(libraryPropertyType, int *); 47 int n, float *A, int lda, int *Lwork) { 49 cusolverDnHandle_t, cublasFillMode_t, int, float *, int, int *); 57 int n, double *A, int lda, int *Lwork) { 59 cusolverDnHandle_t, cublasFillMode_t, int, double *, int, int *); 67 int n, cuComplex *A, int lda, int *Lwork) { 69 cusolverDnHandle_t, cublasFillMode_t, int, cuComplex *, int, int *); 77 int n, cuDoubleComplex *A, int lda, int *Lwork) { 79 cusolverDnHandle_t, cublasFillMode_t, int, cuDoubleComplex *, int, int *); [all …]
|
D | cusolver_dense_10_1.inc | 6 int *value) { 7 using FuncPtr = cusolverStatus_t(CUSOLVERAPI *)(libraryPropertyType, int *); 13 cusolverStatus_t CUSOLVERAPI cusolverGetVersion(int *version) { 14 using FuncPtr = cusolverStatus_t(CUSOLVERAPI *)(int *); 54 int n, float *A, int lda, int *Lwork) { 56 cusolverDnHandle_t, cublasFillMode_t, int, float *, int, int *); 64 int n, double *A, int lda, int *Lwork) { 66 cusolverDnHandle_t, cublasFillMode_t, int, double *, int, int *); 74 int n, cuComplex *A, int lda, int *Lwork) { 76 cusolverDnHandle_t, cublasFillMode_t, int, cuComplex *, int, int *); [all …]
|
D | cusparse_10_0.inc | 20 int *version) { 21 using FuncPtr = cusparseStatus_t(CUSPARSEAPI *)(cusparseHandle_t, int *); 28 int *value) { 29 using FuncPtr = cusparseStatus_t(CUSPARSEAPI *)(libraryPropertyType, int *); 152 int *nlevels, int **levelPtr, int **levelInd) { 154 cusparseHandle_t, cusparseSolveAnalysisInfo_t, int *, int **, int **); 334 cusparseStatus_t CUSPARSEAPI cusparseSaxpyi(cusparseHandle_t handle, int nnz, 336 const float *xVal, const int *xInd, 340 cusparseHandle_t, int, const float *, const float *, const int *, float *, 347 cusparseStatus_t CUSPARSEAPI cusparseDaxpyi(cusparseHandle_t handle, int nnz, [all …]
|
D | cusolver_dense_9_0.inc | 6 int *value) { 7 using FuncPtr = cusolverStatus_t(CUSOLVERAPI *)(libraryPropertyType, int *); 47 int n, float *A, int lda, int *Lwork) { 49 cusolverDnHandle_t, cublasFillMode_t, int, float *, int, int *); 57 int n, double *A, int lda, int *Lwork) { 59 cusolverDnHandle_t, cublasFillMode_t, int, double *, int, int *); 67 int n, cuComplex *A, int lda, int *Lwork) { 69 cusolverDnHandle_t, cublasFillMode_t, int, cuComplex *, int, int *); 77 int n, cuDoubleComplex *A, int lda, int *Lwork) { 79 cusolverDnHandle_t, cublasFillMode_t, int, cuDoubleComplex *, int, int *); [all …]
|
D | cusolver_dense_10_2.inc | 6 int *value) { 7 using FuncPtr = cusolverStatus_t(CUSOLVERAPI *)(libraryPropertyType, int *); 13 cusolverStatus_t CUSOLVERAPI cusolverGetVersion(int *version) { 14 using FuncPtr = cusolverStatus_t(CUSOLVERAPI *)(int *); 582 int n, float *A, int lda, int *Lwork) { 584 cusolverDnHandle_t, cublasFillMode_t, int, float *, int, int *); 592 int n, double *A, int lda, int *Lwork) { 594 cusolverDnHandle_t, cublasFillMode_t, int, double *, int, int *); 602 int n, cuComplex *A, int lda, int *Lwork) { 604 cusolverDnHandle_t, cublasFillMode_t, int, cuComplex *, int, int *); [all …]
|
D | cusparse_11_0.inc | 22 int *version) { 23 using FuncPtr = cusparseStatus_t(CUSPARSEAPI *)(cusparseHandle_t, int *); 30 int *value) { 31 using FuncPtr = cusparseStatus_t(CUSPARSEAPI *)(libraryPropertyType, int *); 308 cusparseStatus_t CUSPARSEAPI cusparseSaxpyi(cusparseHandle_t handle, int nnz, 310 const float *xVal, const int *xInd, 314 cusparseHandle_t, int, const float *, const float *, const int *, float *, 321 cusparseStatus_t CUSPARSEAPI cusparseDaxpyi(cusparseHandle_t handle, int nnz, 323 const double *xVal, const int *xInd, 327 cusparseHandle_t, int, const double *, const double *, const int *, [all …]
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | decls.frag | 3 int a; 4 int b, c; 5 int d1 = 1; 6 int e2 = 2, f; 7 int g, h3 = 3; 9 int i4[4]; 10 int j, k5[5]; 11 int m6[6], m7[7]; 12 int n8[8], p; 14 int ii4[4] = int[](1, 2, 3, 4); [all …]
|
/external/deqp-deps/glslang/Test/ |
D | decls.frag | 3 int a; 4 int b, c; 5 int d1 = 1; 6 int e2 = 2, f; 7 int g, h3 = 3; 9 int i4[4]; 10 int j, k5[5]; 11 int m6[6], m7[7]; 12 int n8[8], p; 14 int ii4[4] = int[](1, 2, 3, 4); [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_int.py | 48 class IntSubclass(int): 71 ntype = int 74 self.assertEqual(int(314), 314) 75 self.assertEqual(int(3.14), 3) 76 self.assertEqual(int(314L), 314) 78 self.assertEqual(int(-3.14), -3) 79 self.assertEqual(int(3.9), 3) 80 self.assertEqual(int(-3.9), -3) 81 self.assertEqual(int(3.5), 3) 82 self.assertEqual(int(-3.5), -3) [all …]
|