Home
last modified time | relevance | path

Searched +full:- +full:i (Results 1 – 25 of 1317) sorted by relevance

12345678910>>...53

/external/python/cpython2/Lib/test/
Drandv2_32.pck6 (I-2147483648
7 I-845974985
8 I-1294090086
10 I-1849481736
11 I-946579732
12 I-34406770
17 I-943175655
18 I-1718073964
20 I-1045260575
22 I-1555108250
[all …]
/external/icu/icu4c/source/data/region/
Dzu.txt6 002{"i-Africa"}
7 003{"i-North America"}
8 005{"i-South America"}
9 009{"i-Oceania"}
10 011{"i-Western Africa"}
11 013{"i-Central America"}
12 014{"i-Eastern Africa"}
13 015{"i-Northern Africa"}
14 017{"i-Middle Africa"}
15 018{"i-Southern Africa"}
[all …]
/external/curl/tests/libtest/
Dlib557.c8 * Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al.
118 int i, j; in test_unsigned_short_formatting() local
124 i=1; us_test[i].num = 0xFFU; us_test[i].expected = "256"; in test_unsigned_short_formatting()
125 i++; us_test[i].num = 0xF0U; us_test[i].expected = "240"; in test_unsigned_short_formatting()
126 i++; us_test[i].num = 0x0FU; us_test[i].expected = "15"; in test_unsigned_short_formatting()
128 i++; us_test[i].num = 0xE0U; us_test[i].expected = "224"; in test_unsigned_short_formatting()
129 i++; us_test[i].num = 0x0EU; us_test[i].expected = "14"; in test_unsigned_short_formatting()
131 i++; us_test[i].num = 0xC0U; us_test[i].expected = "192"; in test_unsigned_short_formatting()
132 i++; us_test[i].num = 0x0CU; us_test[i].expected = "12"; in test_unsigned_short_formatting()
134 i++; us_test[i].num = 0x01U; us_test[i].expected = "1"; in test_unsigned_short_formatting()
[all …]
/external/icu/icu4c/source/data/curr/
Dzu.txt7 "i-Dirham yase-United Arab Emirates",
11 "i-Afghan Afghani",
15 "i-Albanian Lek",
19 "i-Armenian Dram",
23 "i-Netherlands Antillean Guilder",
27 "i-Angolan Kwanza",
31 "i-Argentina Peso",
35 "i-Austrilian Dollar",
39 "i-Aruban Florin",
43 "i-Azerbaijani Manat",
[all …]
/external/llvm/test/Transforms/InstCombine/
Ddiv-shift-crash.ll1 ; RUN: opt -instcombine < %s
2 target datalayout = "E-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-f…
3 target triple = "powerpc64-unknown-linux-gnu"
10 …%l_819.i.i = alloca %struct.S0.0.1.2.3.4.13.22.31.44.48.53.54.55.56.58.59.60.66.68.70.74.77.106.10…
11 br i1 undef, label %land.lhs.true, label %for.cond.i
14 br label %for.cond.i
16 for.cond.i: ; preds = %land.lhs.true, %entry
17 ….54.55.56.58.59.60.66.68.70.74.77.106.107.108.109.110.113.117.118.128.129* %l_819.i.i, i64 0, i32 0
18 br label %for.cond.i6.i.i
20 for.cond.i6.i.i: ; preds = %for.body.i8.i.i, %for.cond.i
[all …]
/external/ImageMagick/PerlMagick/t/reference/read/
Dgradient.miff2 class=DirectClass colors=0 alpha-trait=Undefined
7 rendering-intent=Perceptual
9 red-primary=0.64,0.33 green-primary=0.3,0.6 blue-primary=0.15,0.06
10 white-point=0.3127,0.329
11 date:create=2015-04-15T09:25:08-04:00
12 date:modify=2015-04-15T09:25:08-04:00
14 …�""����""����""����""����""����""����""����""����""����""����""�-��'��-��'��-��'��-��'��-��'��-��'…
/external/valgrind/none/tests/mips64/
Dload_store.c6 int i; in main() local
11 /*-------------------------------LOAD---------------------------------*/ in main()
14 for (i = 0; i < N*s1; i++) in main()
15 TEST1("lb", i, reg_val1); in main()
17 for (i = 0; i < N*s2; i++) in main()
18 TEST1("lb", i, reg_val2); in main()
21 for (i = 0; i < N*s1; i++) in main()
22 TEST1("lbu", i, reg_val1); in main()
24 for (i = 0; i < N*s2; i++) in main()
25 TEST1("lbu", i, reg_val2); in main()
[all …]
/external/clang/test/CodeGen/
Dcomplex-convert.c1 // RUN: %clang_cc1 -emit-llvm -o - %s | FileCheck %s
5 // with widening, narrowing, and equal-size operands. Signed and unsigned
24 // CHECK-LABEL: define {{.*}}void @foo( in foo()
26 // CHECK: i[[CHSIZE:[0-9]+]]{{[^,]*}}, in foo()
27 // CHECK: i[[CHSIZE]]{{[^,]*}}, in foo()
28 // CHECK: i[[LLSIZE:[0-9]+]] in foo()
31 // CHECK: alloca i[[CHSIZE]], align [[CHALIGN:[0-9]+]] in foo()
32 // CHECK: alloca i[[LLSIZE]], align [[LLALIGN:[0-9]+]] in foo()
37 …:[A-Za-z0-9.]+]] = getelementptr inbounds { i[[CHSIZE]], i[[CHSIZE]] }, { i[[CHSIZE]], i[[CHSIZE]… in foo()
38 // CHECK-NEXT: %[[VAR2:[A-Za-z0-9.]+]] = load i[[CHSIZE]], i[[CHSIZE]]* %[[VAR1]] in foo()
[all …]
/external/clang/test/OpenMP/
Dfor_schedule_messages.cpp1 // RUN: %clang_cc1 -verify -fopenmp %s
10 struct S1; // expected-note {{declared here}}
12 template <class T, typename S, int N, int ST> // expected-note {{declared here}}
14 #pragma omp for schedule // expected-error {{expected '(' after 'schedule'}} in tmain()
15 for (int i = ST; i < N; i++) argv[0][i] = argv[0][i] - argv[0][i-ST]; in tmain() local
16-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or… in tmain()
17 for (int i = ST; i < N; i++) argv[0][i] = argv[0][i] - argv[0][i-ST]; in tmain() local
18 …#pragma omp for schedule () // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'r… in tmain()
19 for (int i = ST; i < N; i++) argv[0][i] = argv[0][i] - argv[0][i-ST]; in tmain() local
20 …#pragma omp for schedule (auto // expected-error {{expected ')'}} expected-note {{to match this '(… in tmain()
[all …]
Dsimd_misc_messages.c1 // RUN: %clang_cc1 -fsyntax-only -fopenmp -verify %s
3 // expected-error@+1 {{unexpected OpenMP directive '#pragma omp simd'}}
6 // expected-error@+1 {{unexpected OpenMP directive '#pragma omp simd'}}
9 // expected-error@+1 {{unexpected OpenMP directive '#pragma omp simd'}}
13 int i; in test_no_clause() local
15 for (i = 0; i < 16; ++i) in test_no_clause()
18 // expected-error@+2 {{statement after '#pragma omp simd' must be a for loop}} in test_no_clause()
20 ++i; in test_no_clause()
24 int i = 0; in test_branch_protected_scope() local
26 ++i; in test_branch_protected_scope()
[all …]
Dparallel_for_schedule_messages.cpp1 // RUN: %clang_cc1 -verify -fopenmp %s
10 struct S1; // expected-note {{declared here}}
12 template <class T, typename S, int N, int ST> // expected-note {{declared here}}
14 #pragma omp parallel for schedule // expected-error {{expected '(' after 'schedule'}} in tmain()
15 for (int i = ST; i < N; i++) argv[0][i] = argv[0][i] - argv[0][i-ST]; in tmain() local
16-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or… in tmain()
17 for (int i = ST; i < N; i++) argv[0][i] = argv[0][i] - argv[0][i-ST]; in tmain() local
18 …#pragma omp parallel for schedule () // expected-error {{expected 'static', 'dynamic', 'guided', '… in tmain()
19 for (int i = ST; i < N; i++) argv[0][i] = argv[0][i] - argv[0][i-ST]; in tmain() local
20 …#pragma omp parallel for schedule (auto // expected-error {{expected ')'}} expected-note {{to matc… in tmain()
[all …]
Dtarget_parallel_for_simd_schedule_messages.cpp1 // RUN: %clang_cc1 -verify -fopenmp %s
10 struct S1; // expected-note {{declared here}}
12 template <class T, typename S, int N, int ST> // expected-note {{declared here}}
14 #pragma omp target parallel for simd schedule // expected-error {{expected '(' after 'schedule'}} in tmain()
15 for (int i = ST; i < N; i++) argv[0][i] = argv[0][i] - argv[0][i-ST]; in tmain() local
16-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or… in tmain()
17 for (int i = ST; i < N; i++) argv[0][i] = argv[0][i] - argv[0][i-ST]; in tmain() local
18 …#pragma omp target parallel for simd schedule () // expected-error {{expected 'static', 'dynamic',… in tmain()
19 for (int i = ST; i < N; i++) argv[0][i] = argv[0][i] - argv[0][i-ST]; in tmain() local
20 …#pragma omp target parallel for simd schedule (auto // expected-error {{expected ')'}} expected-no… in tmain()
[all …]
Dfor_simd_schedule_messages.cpp1 // RUN: %clang_cc1 -verify -fopenmp %s
10 struct S1; // expected-note {{declared here}}
12 template <class T, typename S, int N, int ST> // expected-note {{declared here}}
14 #pragma omp for simd schedule // expected-error {{expected '(' after 'schedule'}} in tmain()
15 for (int i = ST; i < N; i++) argv[0][i] = argv[0][i] - argv[0][i-ST]; in tmain() local
16-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or… in tmain()
17 for (int i = ST; i < N; i++) argv[0][i] = argv[0][i] - argv[0][i-ST]; in tmain() local
18 …#pragma omp for simd schedule () // expected-error {{expected 'static', 'dynamic', 'guided', 'auto… in tmain()
19 for (int i = ST; i < N; i++) argv[0][i] = argv[0][i] - argv[0][i-ST]; in tmain() local
20 …#pragma omp for simd schedule (auto // expected-error {{expected ')'}} expected-note {{to match th… in tmain()
[all …]
Dtarget_parallel_for_schedule_messages.cpp1 // RUN: %clang_cc1 -verify -fopenmp %s
10 struct S1; // expected-note {{declared here}}
12 template <class T, typename S, int N, int ST> // expected-note {{declared here}}
14 #pragma omp target parallel for schedule // expected-error {{expected '(' after 'schedule'}} in tmain()
15 for (int i = ST; i < N; i++) argv[0][i] = argv[0][i] - argv[0][i-ST]; in tmain() local
16-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or… in tmain()
17 for (int i = ST; i < N; i++) argv[0][i] = argv[0][i] - argv[0][i-ST]; in tmain() local
18 …#pragma omp target parallel for schedule () // expected-error {{expected 'static', 'dynamic', 'gui… in tmain()
19 for (int i = ST; i < N; i++) argv[0][i] = argv[0][i] - argv[0][i-ST]; in tmain() local
20 …#pragma omp target parallel for schedule (auto // expected-error {{expected ')'}} expected-note {{… in tmain()
[all …]
Dparallel_for_simd_schedule_messages.cpp1 // RUN: %clang_cc1 -verify -fopenmp %s
10 struct S1; // expected-note {{declared here}}
12 template <class T, typename S, int N, int ST> // expected-note {{declared here}}
14 #pragma omp parallel for simd schedule // expected-error {{expected '(' after 'schedule'}} in tmain()
15 for (int i = ST; i < N; i++) argv[0][i] = argv[0][i] - argv[0][i-ST]; in tmain() local
16-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or… in tmain()
17 for (int i = ST; i < N; i++) argv[0][i] = argv[0][i] - argv[0][i-ST]; in tmain() local
18 …#pragma omp parallel for simd schedule () // expected-error {{expected 'static', 'dynamic', 'guide… in tmain()
19 for (int i = ST; i < N; i++) argv[0][i] = argv[0][i] - argv[0][i-ST]; in tmain() local
20 …#pragma omp parallel for simd schedule (auto // expected-error {{expected ')'}} expected-note {{to… in tmain()
[all …]
Dnesting_of_regions.cpp1 // RUN: %clang_cc1 -fsyntax-only -fopenmp -verify %s
11 for (int i = 0; i < 10; ++i) in foo() local
15 for (int i = 0; i < 10; ++i) in foo() local
19 for (int i = 0; i < 10; ++i) in foo() local
27 #pragma omp section // expected-error {{'omp section' directive must be closely nested to a section… in foo()
47 for (int i = 0; i < 10; ++i) in foo() local
51 for (int i = 0; i < 10; ++i) in foo() local
85 #pragma omp ordered // expected-error {{region cannot be closely nested inside 'parallel' region; p… in foo()
106 for (int i = 0; i < 10; ++i) in foo() local
121 #pragma omp teams // expected-error {{region cannot be closely nested inside 'parallel' region; per… in foo()
[all …]
Dfor_simd_misc_messages.c1 // RUN: %clang_cc1 -fsyntax-only -fopenmp -verify %s
3 // expected-error@+1 {{unexpected OpenMP directive '#pragma omp for simd'}}
6 // expected-error@+1 {{unexpected OpenMP directive '#pragma omp for simd'}}
10 int i; in test_no_clause() local
12 for (i = 0; i < 16; ++i) in test_no_clause()
15 // expected-error@+2 {{statement after '#pragma omp for simd' must be a for loop}} in test_no_clause()
17 ++i; in test_no_clause()
21 int i = 0; in test_branch_protected_scope() local
23 ++i; in test_branch_protected_scope()
29 for (i = 0; i < 16; ++i) { in test_branch_protected_scope()
[all …]
Dparallel_for_simd_misc_messages.c1 // RUN: %clang_cc1 -fsyntax-only -fopenmp -verify %s
3 // expected-error@+1 {{unexpected OpenMP directive '#pragma omp parallel for simd'}}
6 // expected-error@+1 {{unexpected OpenMP directive '#pragma omp parallel for simd'}}
10 int i; in test_no_clause() local
12 for (i = 0; i < 16; ++i) in test_no_clause()
15 // expected-error@+2 {{statement after '#pragma omp parallel for simd' must be a for loop}} in test_no_clause()
17 ++i; in test_no_clause()
21 int i = 0; in test_branch_protected_scope() local
23 ++i; in test_branch_protected_scope()
29 for (i = 0; i < 16; ++i) { in test_branch_protected_scope()
[all …]
/external/libcxx/src/
Dhash.cpp1 //===-------------------------- hash.cpp ----------------------------------===//
8 //===----------------------------------------------------------------------===//
16 #pragma clang diagnostic ignored "-Wtautological-constant-out-of-range-compare"
23 // handle all next_prime(i) for i in [1, 210), special case 0
76 // potential primes = 210*k + indices[i], k >= 1
136 // The algorithm creates a list of small primes, plus an open-ended list of
184 if (n <= small_primes[N-1]) in __next_prime()
192 // Known a-priori n >= L in __next_prime()
194 size_t in = static_cast<size_t>(std::lower_bound(indices, indices + M, n - k0 * L) in __next_prime()
195 - indices); in __next_prime()
[all …]
/external/openssh/
Dsc25519.c5 * Peter Schwabe, Bo-Yin Yang.
6 * Copied from supercop-20130419/crypto_sign/ed25519/ref/sc25519.c
21 static crypto_uint32 lt(crypto_uint32 a,crypto_uint32 b) /* 16-bit inputs */ in lt()
24 x -= (unsigned int) b; /* 0..65535: no; 4294901761..4294967295: yes */ in lt()
35 int i; in reduce_add_sub() local
38 for(i=0;i<32;i++) in reduce_add_sub()
40 pb += m[i]; in reduce_add_sub()
41 b = lt(r->v[i],pb); in reduce_add_sub()
42 t[i] = r->v[i]-pb+(b<<8); in reduce_add_sub()
45 mask = b - 1; in reduce_add_sub()
[all …]
/external/flac/libFLAC/
Dlpc.c1 /* libFLAC - Free Lossless Audio Codec library
2 * Copyright (C) 2000-2009 Josh Coalson
3 * Copyright (C) 2011-2014 Xiph.Org Foundation
9 * - Redistributions of source code must retain the above copyright
12 * - Redistributions in binary form must reproduce the above copyright
16 * - Neither the name of the Xiph.org Foundation nor the names of its
69 unsigned i; in FLAC__lpc_window_data() local
70 for(i = 0; i < data_len; i++) in FLAC__lpc_window_data()
71 out[i] = in[i] * window[i]; in FLAC__lpc_window_data()
79 unsigned i; in FLAC__lpc_compute_autocorrelation()
[all …]
/external/llvm/test/CodeGen/AArch64/
Darm64-neon-2velem-high.ll1 ; RUN: llc -mtriple=arm64-none-linux-gnu -mattr=+neon -fp-contract=fast \
2 ; RUN: < %s -verify-machineinstrs -asm-verbose=false | FileCheck %s
5 ; CHECK-LABEL: test_vmull_high_n_s16:
6 ; CHECK-NEXT: dup [[REPLICATE:v[0-9]+]].8h, w0
7 ; CHECK-NEXT: smull2 {{v[0-9]+}}.4s, {{v[0-9]+}}.8h, [[REPLICATE]].8h
8 ; CHECK-NEXT: ret
10 %shuffle.i.i = shufflevector <8 x i16> %a, <8 x i16> undef, <4 x i32> <i32 4, i32 5, i32 6, i32 7>
11 %vecinit.i.i = insertelement <4 x i16> undef, i16 %b, i32 0
12 %vecinit1.i.i = insertelement <4 x i16> %vecinit.i.i, i16 %b, i32 1
13 %vecinit2.i.i = insertelement <4 x i16> %vecinit1.i.i, i16 %b, i32 2
[all …]
/external/icu/icu4c/source/data/zone/
Dzu.txt7 ec{"i-Abidjan"}
10 ec{"i-Accra"}
13 ec{"i-Addis Ababa"}
16 ec{"i-Algiers"}
19 ec{"i-Asmara"}
22 ec{"i-Bamako"}
25 ec{"i-Bangui"}
28 ec{"i-Banjul"}
31 ec{"i-Bissau"}
34 ec{"i-Blantyre"}
[all …]
/external/mesa3d/src/mesa/swrast/
Ds_texcombine.c2 * Mesa 3-D graphics library
4 * Copyright (C) 1999-2008 Brian Paul All Rights Reserved.
53 …return (float4_array) (swrast->TexelBuffer + unit * SWRAST_MAX_WIDTH * 4 * omp_get_num_threads() +… in get_texel_array()
55 return (float4_array) (swrast->TexelBuffer + unit * SWRAST_MAX_WIDTH * 4); in get_texel_array()
77 * span->end: number of fragments to process
78 * span->array->rgba: incoming/result fragment colors
87 const struct gl_texture_unit *textureUnit = &(ctx->Texture.Unit[unit]); in texture_combine()
88 const struct gl_tex_env_combine_state *combine = textureUnit->_CurrentCombine; in texture_combine()
91 const GLfloat scaleRGB = (GLfloat) (1 << combine->ScaleShiftRGB); in texture_combine()
92 const GLfloat scaleA = (GLfloat) (1 << combine->ScaleShiftA); in texture_combine()
[all …]
/external/clang/lib/Sema/
DMultiplexExternalSemaSource.cpp1 //===--- MultiplexExternalSemaSource.cpp ---------------------------------===//
8 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
22 ///\param[in] source - An ExternalSemaSource.
35 ///\param[in] source - An ExternalSemaSource.
41 //===----------------------------------------------------------------------===//
43 //===----------------------------------------------------------------------===//
46 for(size_t i = 0; i < Sources.size(); ++i) in GetExternalDecl() local
47 if (Decl *Result = Sources[i]->GetExternalDecl(ID)) in GetExternalDecl()
53 for (size_t i = 0; i < Sources.size(); ++i) in CompleteRedeclChain() local
[all …]

12345678910>>...53