Home
last modified time | relevance | path

Searched full:90 (Results 1 – 25 of 6574) sorted by relevance

12345678910>>...263

/external/libhevc/common/
Dihevc_trans_tables.c242 { 90, 87, 80, 70, 57, 43, 25, 9, -9, -25, -43, -57, -70, -80, -87, -90 },
244 { 87, 57, 9, -43, -80, -90, -70, -25, 25, 70, 90, 80, 43, -9, -57, -87 },
246 { 80, 9, -70, -87, -25, 57, 90, 43, -43, -90, -57, 25, 87, 70, -9, -80 },
248 { 70, -43, -87, 9, 90, 25, -80, -57, 57, 80, -25, -90, -9, 87, 43, -70 },
250 { 57, -80, -25, 90, -9, -87, 43, 70, -70, -43, 87, 9, -90, 25, 80, -57 },
252 { 43, -90, 57, 25, -87, 70, 9, -80, 80, -9, -70, 87, -25, -57, 90, -43 },
254 { 25, -70, 90, -80, 43, 9, -57, 87, -87, 57, -9, -43, 80, -90, 70, -25 },
256 { 9, -25, 43, -57, 70, -80, 87, -90, 90, -87, 80, -70, 57, -43, 25, -9 }
262 { 90, 87, 80, 70, 57, 43, 25, 9 },
264 { 87, 57, 9, -43, -80, -90, -70, -25 },
[all …]
/external/igt-gpu-tools/tests/
Dfeat_profile.json5 "target_rate" : 90
10 "target_rate" : 90
15 "target_rate" : 90
20 "target_rate" : 90
25 "target_rate" : 90
30 "target_rate" : 90
36 "target_rate" : 90
41 "target_rate" : 90
46 "target_rate" : 90
52 "target_rate" : 90
[all …]
/external/skia/modules/canvaskit/tests/assets/
Dmap-shield.json190],[33.372,83.404],[45.008,77.573],[55.262,70.45],[63.238,63.239],[69.244,56.505],[77.369,44.687]…
/external/skqp/bench/
DChromeBench.cpp95 5, 90, 24,
119 6, 90, 7,
145 7, 90, 12,
146 7, 90, 20,
147 7, 90, 33,
148 7, 90, 35,
163 8, 90, 13,
164 8, 90, 23,
191 9, 90, 17,
192 9, 90, 19,
[all …]
/external/skia/bench/
DChromeBench.cpp95 5, 90, 24,
119 6, 90, 7,
145 7, 90, 12,
146 7, 90, 20,
147 7, 90, 33,
148 7, 90, 35,
163 8, 90, 13,
164 8, 90, 23,
191 9, 90, 17,
192 9, 90, 19,
[all …]
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_context.cpp35 90};
37 90};
38 const std::pair<uint32_t, uint32_t> kChanceOfAddingArrayOrStructType = {20, 90};
46 const std::pair<uint32_t, uint32_t> kChanceOfAddingDeadBlock = {20, 90};
50 90};
51 const std::pair<uint32_t, uint32_t> kChanceOfAddingGlobalVariable = {20, 90};
53 {20, 90};
55 const std::pair<uint32_t, uint32_t> kChanceOfAddingLocalVariable = {20, 90};
56 const std::pair<uint32_t, uint32_t> kChanceOfAddingLoopPreheader = {20, 90};
62 const std::pair<uint32_t, uint32_t> kChanceOfAddingRelaxedDecoration = {20, 90};
[all …]
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dfuzzer_context.cpp35 90};
37 90};
38 const std::pair<uint32_t, uint32_t> kChanceOfAddingArrayOrStructType = {20, 90};
46 const std::pair<uint32_t, uint32_t> kChanceOfAddingDeadBlock = {20, 90};
50 90};
51 const std::pair<uint32_t, uint32_t> kChanceOfAddingGlobalVariable = {20, 90};
53 {20, 90};
55 const std::pair<uint32_t, uint32_t> kChanceOfAddingLocalVariable = {20, 90};
56 const std::pair<uint32_t, uint32_t> kChanceOfAddingLoopPreheader = {20, 90};
62 const std::pair<uint32_t, uint32_t> kChanceOfAddingRelaxedDecoration = {20, 90};
[all …]
/external/llvm-project/clang/test/CodeGenCXX/
Dmatrix-type-operators.cpp62 // CHECK: [[MATRIX:%.*]] = load <90 x double>, <90 x double>* {{.*}}, align 8 in test_DoubleWrapper1_Sub1()
64 // CHECK-NEXT: [[SCALAR_EMBED:%.*]] = insertelement <90 x double> undef, double [[SCALAR]], i32 0 in test_DoubleWrapper1_Sub1()
65 …CK-NEXT: [[SCALAR_EMBED1:%.*]] = shufflevector <90 x double> [[SCALAR_EMBED]], <90 x double> unde… in test_DoubleWrapper1_Sub1()
66 // CHECK-NEXT: [[RES:%.*]] = fsub <90 x double> [[MATRIX]], [[SCALAR_EMBED1]] in test_DoubleWrapper1_Sub1()
67 // CHECK: store <90 x double> [[RES]], <90 x double>* {{.*}}, align 8 in test_DoubleWrapper1_Sub1()
77 // CHECK: [[MATRIX:%.*]] = load <90 x double>, <90 x double>* {{.*}}, align 8 in test_DoubleWrapper1_Sub2()
78 // CHECK-NEXT: [[SCALAR_EMBED:%.*]] = insertelement <90 x double> undef, double [[SCALAR]], i32 0 in test_DoubleWrapper1_Sub2()
79 …CK-NEXT: [[SCALAR_EMBED1:%.*]] = shufflevector <90 x double> [[SCALAR_EMBED]], <90 x double> unde… in test_DoubleWrapper1_Sub2()
80 // CHECK-NEXT: [[RES:%.*]] = fsub <90 x double> [[SCALAR_EMBED1]], [[MATRIX]] in test_DoubleWrapper1_Sub2()
81 // CHECK: store <90 x double> [[RES]], <90 x double>* {{.*}}, align 8 in test_DoubleWrapper1_Sub2()
[all …]
/external/llvm-project/llvm/test/MC/AArch64/
Darmv8.3a-complex_bad.s4 fcmla v0.2s, v1.2s, v2.2s, #-90
7 fcadd v0.2s, v1.2s, v2.2s, #-90
15 fcmla v0.4s, v1.4s, v2.s[0], #-90
16 //CHECK: {{.*}}error: complex rotation must be 0, 90, 180 or 270.
19 //CHECK-NEXT: {{.*}}error: complex rotation must be 0, 90, 180 or 270.
22 //CHECK-NEXT: {{.*}}error: complex rotation must be 0, 90, 180 or 270.
23 //CHECK-NEXT: fcmla v0.2s, v1.2s, v2.2s, #-90
25 //CHECK-NEXT: {{.*}}error: complex rotation must be 90 or 270.
28 //CHECK-NEXT: {{.*}}error: complex rotation must be 90 or 270.
31 //CHECK-NEXT: {{.*}}error: complex rotation must be 90 or 270.
[all …]
/external/deqp/framework/delibs/decpp/
DdeRandom.cpp110 static const int items[] = { 3, 42, 45, 123, 654, -123, -90, 0, 43 }; in Random_selfTest()
114 { -123, 42, -90, 123, 43 }, in Random_selfTest()
115 { 43, 0, -90, 123, -123 }, in Random_selfTest()
118 { 3, 43, 45, -90, -123 }, in Random_selfTest()
119 { -90, 0, 45, -123, 654 }, in Random_selfTest()
121 { -90, 43, 45, 123, 654 }, in Random_selfTest()
123 { 0, -90, 45, -123, 654 } in Random_selfTest()
139 static const int items[] = { 3, 42, 45, 123, 654, -123, -90, 0, 43 }; in Random_selfTest()
140 static const int expected[] = { 43, 123, -90, -90, 0, 3, 43, 0, 654, 43 }; in Random_selfTest()
150 static const int items[] = { 3, 42, 45, 123, 654, -123, -90, 0 }; in Random_selfTest()
[all …]
/external/deqp-deps/glslang/Test/baseResults/
Dspv.specConstantOperations.vert.out158 90: TypeVector 6(int) 4
159 91(iv): 90(ivec4) SpecConstantComposite 78 89 19(sp_int) 19(sp_int)
168 100: 90(ivec4) ConstantComposite 12 12 12 12
169 101: 90(ivec4) ConstantComposite 32 32 32 32
170 102(iv_from_bv): 90(ivec4) SpecConstantOp 169 98(bv_from_iv) 101 100
174 106(iv_from_uv): 90(ivec4) SpecConstantOp 128 95(uv) 97
175 107(not_iv): 90(ivec4) SpecConstantOp 200 91(iv)
176 108(negate_iv): 90(ivec4) SpecConstantOp 126 91(iv)
177 109: 90(ivec4) ConstantComposite 20 20 20 20
178 110(iv_add_two): 90(ivec4) SpecConstantOp 128 91(iv) 109
[all …]
/external/mesa3d/src/intel/isl/
Disl_format.c101 SF( Y, 50, x, x, Y, Y, Y, Y, x, 70, 90, 90, R32G32B32A32_FLOAT)
102 SF( Y, x, x, x, Y, x, Y, Y, x, 70, 90, 90, R32G32B32A32_SINT)
103 SF( Y, x, x, x, Y, x, Y, Y, x, 70, 90, 90, R32G32B32A32_UINT)
120 SF( Y, Y, x, x, Y, 45, Y, x, 60, 70, 110, 90, R16G16B16A16_UNORM)
121 SF( Y, Y, x, x, Y, 60, Y, x, x, 70, 110, 90, R16G16B16A16_SNORM)
122 SF( Y, x, x, x, Y, x, Y, x, x, 70, 90, 90, R16G16B16A16_SINT)
123 SF( Y, x, x, x, Y, x, Y, x, x, 70, 75, 90, R16G16B16A16_UINT)
124 SF( Y, Y, x, x, Y, Y, Y, x, x, 70, 90, 90, R16G16B16A16_FLOAT)
125 SF( Y, 50, x, x, Y, Y, Y, Y, x, 70, 90, 90, R32G32_FLOAT)
127 SF( Y, x, x, x, Y, x, Y, Y, x, 70, 90, 90, R32G32_SINT)
[all …]
/external/gemmlowp/test/
Dtest_data.cc36 82, 81, 82, 72, 70, 90, 88, 77, 85, 68,
37 76, 88, 77, 90, 86, 94, 88, 88, 78, 74,
40 87, 87, 77, 73, 97, 75, 91, 92, 80, 90,
42 70, 84, 85, 80, 86, 75, 79, 68, 90, 94,
43 84, 79, 81, 75, 84, 94, 91, 88, 90, 87,
45 90, 85, 83, 72, 80, 81, 85, 88, 79, 101,
46 85, 86, 81, 70, 84, 89, 79, 72, 90, 62,
47 97, 90, 70, 79, 80, 83, 78, 86, 78, 88,
56 83, 75, 86, 89, 87, 90, 92, 87, 93, 64,
59 95, 71, 90, 86, 83, 76, 89, 57, 94, 89,
[all …]
/external/rappor/client/java/com/google/android/rappor/
DHmacDrbg.java19 * See http://csrc.nist.gov/publications/nistpubs/800-90A/SP800-90A.pdf for thorough specification.
22 * See http://csrc.nist.gov/publications/nistpubs/800-90A/SP800-90A.pdf Section 8.6.8.
39 // See: http://csrc.nist.gov/publications/nistpubs/800-90A/SP800-90A.pdf D.2 #1.
45 * See: http://csrc.nist.gov/publications/nistpubs/800-90A/SP800-90A.pdf D.2 #7.
54 * See: http://csrc.nist.gov/publications/nistpubs/800-90A/SP800-90A.pdf
62 * http://csrc.nist.gov/publications/nistpubs/800-90A/SP800-90A.pdf section D.2,
70 // See: http://csrc.nist.gov/publications/nistpubs/800-90A/SP800-90A.pdf D.2 #2.
73 // floor(7500/8); see: http://csrc.nist.gov/publications/nistpubs/800-90A/SP800-90A.pdf D.2 #5.
81 // See: http://csrc.nist.gov/publications/nistpubs/800-90A/SP800-90A.pdf 10.1.1.2 in HmacDrbg()
142 * See: http://csrc.nist.gov/publications/nistpubs/800-90A/SP800-90A.pdf 10.1.2.2
[all …]
/external/deqp-deps/SPIRV-Tools/test/fuzz/
Dtransformation_replace_params_with_struct_test.cpp134 TransformationReplaceParamsWithStruct({}, 90, 91, {{33, 92}, {90, 93}}) in TEST()
138 ASSERT_FALSE(TransformationReplaceParamsWithStruct({16, 16, 17}, 90, 91, in TEST()
139 {{33, 92}, {90, 93}}) in TEST()
143 ASSERT_FALSE(TransformationReplaceParamsWithStruct({21, 16, 17}, 90, 91, in TEST()
144 {{33, 92}, {90, 93}}) in TEST()
146 ASSERT_FALSE(TransformationReplaceParamsWithStruct({16, 90, 17}, 90, 91, in TEST()
147 {{33, 92}, {90, 93}}) in TEST()
151 ASSERT_FALSE(TransformationReplaceParamsWithStruct({16, 17, 52}, 90, 91, in TEST()
152 {{33, 92}, {90, 93}}) in TEST()
156 ASSERT_FALSE(TransformationReplaceParamsWithStruct({16, 17, 42, 43}, 90, 91, in TEST()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_replace_params_with_struct_test.cpp134 TransformationReplaceParamsWithStruct({}, 90, 91, {{33, 92}, {90, 93}}) in TEST()
138 ASSERT_FALSE(TransformationReplaceParamsWithStruct({16, 16, 17}, 90, 91, in TEST()
139 {{33, 92}, {90, 93}}) in TEST()
143 ASSERT_FALSE(TransformationReplaceParamsWithStruct({21, 16, 17}, 90, 91, in TEST()
144 {{33, 92}, {90, 93}}) in TEST()
146 ASSERT_FALSE(TransformationReplaceParamsWithStruct({16, 90, 17}, 90, 91, in TEST()
147 {{33, 92}, {90, 93}}) in TEST()
151 ASSERT_FALSE(TransformationReplaceParamsWithStruct({16, 17, 52}, 90, 91, in TEST()
152 {{33, 92}, {90, 93}}) in TEST()
156 ASSERT_FALSE(TransformationReplaceParamsWithStruct({16, 17, 42, 43}, 90, 91, in TEST()
[all …]
/external/llvm-project/clang/test/CodeGen/aarch64-sve2-intrinsics/negative/
Dacle_sve2_cmla.c15 // expected-error@+1 {{argument should be the value 0, 90, 180 or 270}} in test_svcmla_s8()
21 // expected-error@+1 {{argument should be the value 0, 90, 180 or 270}} in test_svcmla_s8_1()
27 // expected-error@+1 {{argument should be the value 0, 90, 180 or 270}} in test_svcmla_s8_2()
33 // expected-error@+1 {{argument should be the value 0, 90, 180 or 270}} in test_svcmla_s8_3()
39 // expected-error@+1 {{argument should be the value 0, 90, 180 or 270}} in test_svcmla_s8_4()
45 // expected-error@+1 {{argument should be the value 0, 90, 180 or 270}} in test_svcmla_s16()
51 // expected-error@+1 {{argument should be the value 0, 90, 180 or 270}} in test_svcmla_s32()
57 // expected-error@+1 {{argument should be the value 0, 90, 180 or 270}} in test_svcmla_s64()
63 // expected-error@+1 {{argument should be the value 0, 90, 180 or 270}} in test_svcmla_u8()
69 // expected-error@+1 {{argument should be the value 0, 90, 180 or 270}} in test_svcmla_u16()
[all …]
Dacle_sve2_cadd.c15 // expected-error@+1 {{argument should be the value 90 or 270}} in test_svcadd_s8()
21 // expected-error@+1 {{argument should be the value 90 or 270}} in test_svcadd_s8_1()
27 // expected-error@+1 {{argument should be the value 90 or 270}} in test_svcadd_s8_2()
33 // expected-error@+1 {{argument should be the value 90 or 270}} in test_svcadd_s8_3()
39 // expected-error@+1 {{argument should be the value 90 or 270}} in test_svcadd_s8_4()
45 // expected-error@+1 {{argument should be the value 90 or 270}} in test_svcadd_s16()
51 // expected-error@+1 {{argument should be the value 90 or 270}} in test_svcadd_s32()
57 // expected-error@+1 {{argument should be the value 90 or 270}} in test_svcadd_s64()
63 // expected-error@+1 {{argument should be the value 90 or 270}} in test_svcadd_u8()
69 // expected-error@+1 {{argument should be the value 90 or 270}} in test_svcadd_u16()
[all …]
/external/bc/tests/fuzzing/dc_inputs/
D15.txt4 _10bp/90
5 _30_.1/10bp30_.1/90
6 _300.1/90/90
7 _30_.1/90
8 _30000.1/90
9 90
10 _30000.1/90
/external/llvm-project/clang/test/CodeGen/aarch64-sve-intrinsics/negative/
Dacle_sve_cmla.c15 // expected-error@+1 {{argument should be the value 0, 90, 180 or 270}} in test_svcmla_f16_z()
21 // expected-error@+1 {{argument should be the value 0, 90, 180 or 270}} in test_svcmla_f16_z_1()
27 // expected-error@+1 {{argument should be the value 0, 90, 180 or 270}} in test_svcmla_f16_z_2()
33 // expected-error@+1 {{argument should be the value 0, 90, 180 or 270}} in test_svcmla_f16_z_3()
39 // expected-error@+1 {{argument should be the value 0, 90, 180 or 270}} in test_svcmla_f16_z_4()
45 // expected-error@+1 {{argument should be the value 0, 90, 180 or 270}} in test_svcmla_f32_z()
51 // expected-error@+1 {{argument should be the value 0, 90, 180 or 270}} in test_svcmla_f64_z()
57 // expected-error@+1 {{argument should be the value 0, 90, 180 or 270}} in test_svcmla_f16_m()
63 // expected-error@+1 {{argument should be the value 0, 90, 180 or 270}} in test_svcmla_f32_m()
69 // expected-error@+1 {{argument should be the value 0, 90, 180 or 270}} in test_svcmla_f64_m()
[all …]
Dacle_sve_cadd.c15 // expected-error@+1 {{argument should be the value 90 or 270}} in test_svcadd_f16_z()
21 // expected-error@+1 {{argument should be the value 90 or 270}} in test_svcadd_f16_z_1()
27 // expected-error@+1 {{argument should be the value 90 or 270}} in test_svcadd_f16_z_2()
33 // expected-error@+1 {{argument should be the value 90 or 270}} in test_svcadd_f16_z_3()
39 // expected-error@+1 {{argument should be the value 90 or 270}} in test_svcadd_f16_z_4()
45 // expected-error@+1 {{argument should be the value 90 or 270}} in test_svcadd_f32_z()
51 // expected-error@+1 {{argument should be the value 90 or 270}} in test_svcadd_f64_z()
57 // expected-error@+1 {{argument should be the value 90 or 270}} in test_svcadd_f16_m()
63 // expected-error@+1 {{argument should be the value 90 or 270}} in test_svcadd_f32_m()
69 // expected-error@+1 {{argument should be the value 90 or 270}} in test_svcadd_f64_m()
[all …]
/external/ImageMagick/PerlMagick/t/
Dmontage.t40 q/background=>'#696e7e', geometry=>'90x80+5+5>', gravity=>'Center'/,
49 q/background=>'#696e7e', geometry=>'90x80+5+5>', gravity=>'NorthWest'/,
58 q/background=>'#696e7e', geometry=>'90x80+5+5>', gravity=>'North'/,
67 q/background=>'#696e7e', geometry=>'90x80+5+5>', gravity=>'NorthEast'/,
76 q/background=>'#696e7e', geometry=>'90x80+5+5>', gravity=>'West'/,
85 q/background=>'#696e7e', geometry=>'90x80+5+5>', gravity=>'East'/,
94 q/background=>'#696e7e', geometry=>'90x80+5+5>', gravity=>'SouthWest'/,
103 q/background=>'#696e7e', geometry=>'90x80+5+5>', gravity=>'South'/,
112 q/background=>'#696e7e', geometry=>'90x80+5+5>', gravity=>'SouthEast'/,
123 q/background=>'#696e7e', tile=>'4x4', geometry=>'90x80+3+3>', frame=>'8x10',
[all …]
/external/llvm-project/llvm/test/MC/X86/
Dx86-directive-nops.s4 # CHECK: 0: 90 nop
5 # CHECK-NEXT: 1: 90 nop
6 # CHECK-NEXT: 2: 90 nop
7 # CHECK-NEXT: 3: 90 nop
9 # CHECK: 4: 90 nop
10 # CHECK-NEXT: 5: 90 nop
11 # CHECK-NEXT: 6: 90 nop
12 # CHECK-NEXT: 7: 90 nop
/external/icu/icu4c/source/samples/numfmt/
Dnumfmt.sln3 …4A-11D0-8D11-00A0C91BC942}") = "numfmt", "numfmt.vcxproj", "{721FBD47-E458-4C35-90DA-FF192907D5E2}"
13 {721FBD47-E458-4C35-90DA-FF192907D5E2}.Debug|Win32.ActiveCfg = Debug|Win32
14 {721FBD47-E458-4C35-90DA-FF192907D5E2}.Debug|Win32.Build.0 = Debug|Win32
15 {721FBD47-E458-4C35-90DA-FF192907D5E2}.Debug|x64.ActiveCfg = Debug|x64
16 {721FBD47-E458-4C35-90DA-FF192907D5E2}.Debug|x64.Build.0 = Debug|x64
17 {721FBD47-E458-4C35-90DA-FF192907D5E2}.Release|Win32.ActiveCfg = Release|Win32
18 {721FBD47-E458-4C35-90DA-FF192907D5E2}.Release|Win32.Build.0 = Release|Win32
19 {721FBD47-E458-4C35-90DA-FF192907D5E2}.Release|x64.ActiveCfg = Release|x64
20 {721FBD47-E458-4C35-90DA-FF192907D5E2}.Release|x64.Build.0 = Release|x64
/external/tensorflow/tensorflow/compiler/xla/service/graphcycles/
Dordered_set_test.cc27 EXPECT_TRUE(ordered_set.Insert(90)); in TEST()
35 EXPECT_TRUE(ordered_set.Contains(90)); in TEST()
41 std::array<int, 3> expected_sequence = {90, 100, 80}; in TEST()
47 EXPECT_TRUE(ordered_set.Insert(90)); in TEST()
55 EXPECT_TRUE(ordered_set.Contains(90)); in TEST()
59 std::array<int, 2> expected_sequence_0 = {90, 80}; in TEST()
66 EXPECT_TRUE(ordered_set.Contains(90)); in TEST()
70 std::array<int, 1> expected_sequence_1 = {90}; in TEST()
73 ordered_set.Erase(90); in TEST()
77 EXPECT_FALSE(ordered_set.Contains(90)); in TEST()
[all …]

12345678910>>...263