Home
last modified time | relevance | path

Searched full:values (Results 1 – 25 of 15508) sorted by relevance

12345678910>>...621

/external/deqp-deps/SPIRV-Tools/test/val/
Dval_builtins_test.cpp49 using ::testing::Values;
422 Combine(Values("ClipDistance", "CullDistance"),
423 Values("Vertex", "Geometry", "TessellationControl",
425 Values("Output"), Values("%f32arr2", "%f32arr4"),
426 Values(TestResult())), );
431 Combine(Values("ClipDistance", "CullDistance"),
432 Values("Fragment", "Geometry", "TessellationControl",
434 Values("Input"), Values("%f32arr2", "%f32arr4"),
435 Values(TestResult())), );
440 Combine(Values("ClipDistance", "CullDistance"), Values("Fragment"),
[all …]
Dval_non_uniform_test.cpp29 using ::testing::Values;
186 Combine(Values("OpGroupNonUniformElect"),
187 Values("%bool"), ValuesIn(scopes), Values(""),
188 Values("")));
191 Combine(Values("OpGroupNonUniformAll",
194 Values("%bool"), ValuesIn(scopes),
195 Values("%true"), Values("")));
198 Combine(Values("OpGroupNonUniformBroadcast"),
199 Values("%bool"), ValuesIn(scopes),
200 Values("%true %u32_0"), Values("")));
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_builtins_test.cpp49 using ::testing::Values;
422 Combine(Values("ClipDistance", "CullDistance"),
423 Values("Vertex", "Geometry", "TessellationControl",
425 Values("Output"), Values("%f32arr2", "%f32arr4"),
426 Values(TestResult())), );
431 Combine(Values("ClipDistance", "CullDistance"),
432 Values("Fragment", "Geometry", "TessellationControl",
434 Values("Input"), Values("%f32arr2", "%f32arr4"),
435 Values(TestResult())), );
440 Combine(Values("ClipDistance", "CullDistance"), Values("Fragment"),
[all …]
Dval_non_uniform_test.cpp29 using ::testing::Values;
186 Combine(Values("OpGroupNonUniformElect"),
187 Values("%bool"), ValuesIn(scopes), Values(""),
188 Values("")));
191 Combine(Values("OpGroupNonUniformAll",
194 Values("%bool"), ValuesIn(scopes),
195 Values("%true"), Values("")));
198 Combine(Values("OpGroupNonUniformBroadcast"),
199 Values("%bool"), ValuesIn(scopes),
200 Values("%true %u32_0"), Values("")));
[all …]
/external/proguard/src/proguard/evaluation/
DStack.java38 protected Value[] values; field in Stack
45 * space required by Category 2 values.
49 values = new Value[maxSize]; in Stack()
58 // Create the values array. in Stack()
59 this(stack.values.length); in Stack()
68 * operations, accounting for the double space required by Category 2 values.
81 // Is the values array large enough? in reset()
82 if (maxSize > values.length) in reset()
85 values = new Value[maxSize]; in reset()
96 * Copies the values of the given Stack into this Stack.
[all …]
/external/clang/test/SemaCXX/
Dwarn-enum-compare.cpp68 …while (B1 == B2); // expected-warning {{comparison of two values with different enumeration types… in test()
69 …while (name1::B2 == name2::B3); // expected-warning {{comparison of two values with different enu… in test()
70 …while (z == name2::B2); // expected-warning {{comparison of two values with different enumeration… in test()
72 …while (((((B1)))) == B2); // expected-warning {{comparison of two values with different enumerati… in test()
73 …while (name1::B2 == (name2::B3)); // expected-warning {{comparison of two values with different e… in test()
74 …while (z == ((((name2::B2))))); // expected-warning {{comparison of two values with different enu… in test()
76 …while ((((B1))) == (((B2)))); // expected-warning {{comparison of two values with different enume… in test()
77 …while ((name1::B2) == (((name2::B3)))); // expected-warning {{comparison of two values with diffe… in test()
78 …while ((((z))) == (name2::B2)); // expected-warning {{comparison of two values with different enu… in test()
80 …while (x == a); // expected-warning {{comparison of two values with different enumeration types (… in test()
[all …]
Dvector-casts.cpp30 …(void)(E)v2si; // expected-error {{C-style cast from '__v2si' (vector of 2 'int' values) to 'E' is… in f()
31 …(void)(__v2si)e; // expected-error {{C-style cast from 'E' to '__v2si' (vector of 2 'int' values)}} in f()
32 …); // expected-error {{reinterpret_cast from '__v2si' (vector of 2 'int' values) to 'E' is not all… in f()
33 …<__v2si>(e); // expected-error {{reinterpret_cast from 'E' to '__v2si' (vector of 2 'int' values)}} in f()
35 …); // expected-error {{reinterpret_cast from '__v2si' (vector of 2 'int' values) to 'S' is not all… in f()
36 …d-error {{no matching conversion for C-style cast from '__v2si' (vector of 2 'int' values) to 'S'}} in f()
37 … expected-error {{reinterpret_cast from 'S' to '__v2si' (vector of 2 'int' values) is not allowed}} in f()
38 …(void)(__v2si)s; // expected-error {{cannot convert 'S' to '__v2si' (vector of 2 'int' values) wit… in f()
40 …xpected-error {{reinterpret_cast from vector '__v2si' (vector of 2 'int' values) to scalar 'unsign… in f()
41 …// expected-error {{C-style cast from vector '__v2si' (vector of 2 'int' values) to scalar 'unsign… in f()
[all …]
/external/boringssl/src/third_party/wycheproof_testvectors/
Ddsa_test.txt880 # Signatures with special case values for r and s.
886 # implementations where values such as r=1, s=0 lead to forgeries.
889 # Signatures with special case values for r and s.
895 # implementations where values such as r=1, s=0 lead to forgeries.
898 # Signatures with special case values for r and s.
904 # implementations where values such as r=1, s=0 lead to forgeries.
907 # Signatures with special case values for r and s.
913 # implementations where values such as r=1, s=0 lead to forgeries.
916 # Signatures with special case values for r and s.
922 # implementations where values such as r=1, s=0 lead to forgeries.
[all …]
/external/deqp/data/gles2/shaders/
Dkeywords.test8 values {}
25 values {}
42 values {}
59 values {}
76 values {}
93 values {}
110 values {}
127 values {}
144 values {}
161 values {}
[all …]
/external/deqp/data/gles3/shaders/
Dkeywords.test8 values {}
26 values {}
44 values {}
62 values {}
80 values {}
98 values {}
116 values {}
134 values {}
152 values {}
170 values {}
[all …]
/external/tensorflow/tensorflow/python/ops/
Dsort_ops.py37 def sort(values, axis=-1, direction='ASCENDING', name=None): argument
41 values: 1-D or higher numeric `Tensor`.
44 direction: The direction in which to sort the values (`'ASCENDING'` or
49 A `Tensor` with the same dtype and shape as `values`, with the elements
56 return _sort_or_argsort(values, axis, direction, return_argsort=False)
60 def argsort(values, axis=-1, direction='ASCENDING', stable=False, name=None): argument
63 For a 1D tensor, `tf.gather(values, tf.argsort(values))` is equivalent to
64 `tf.sort(values)`. For higher dimensions, the output has the same shape as
65 `values`, but along the given axis, values represent the index of the sorted
69 values: 1-D or higher numeric `Tensor`.
[all …]
Dweights_broadcast_ops.py42 invalid_dims.values, name="num_invalid_dims")
60 _ASSERT_BROADCASTABLE_ERROR_PREFIX = "weights can not be broadcast to values."
63 def assert_broadcastable(weights, values): argument
64 """Asserts `weights` can be broadcast to `values`.
67 let weights be either scalar, or the same rank as the target values, with each
68 dimension either 1, or the same as the corresponding values dimension.
72 values: `Tensor` of values to which weights are applied.
81 with ops.name_scope(None, "assert_broadcastable", (weights, values)) as scope:
88 with ops.name_scope(None, "values", (values,)) as values_scope:
89 values = ops.convert_to_tensor(values, name=values_scope)
[all …]
Dhistogram_ops.py33 def histogram_fixed_width_bins(values, argument
38 """Bins the given values for use in a histogram.
40 Given the tensor `values`, this operation returns a rank 1 `Tensor`
42 of `values` would be binned. The bins are equal width and
46 values: Numeric `Tensor`.
47 value_range: Shape [2] `Tensor` of same `dtype` as `values`.
48 values <= value_range[0] will be mapped to hist[0],
49 values >= value_range[1] will be mapped to hist[-1].
55 A `Tensor` holding the indices of the binned values whose shape matches
56 `values`.
[all …]
/external/cldr/tools/java/org/unicode/cldr/icu/
Dldml2icu_supplemental.txt24 ; /CurrencyMap/$1/<FIFO>/id ; values=$2
26 ; /CurrencyMap/$1/<FIFO>/id ; values=$2
27 ; /CurrencyMap/$1/<FIFO>/tender ; values=false
29 ; /CurrencyMap/$1/<FIFO>/id ; values=$3
30 ; /CurrencyMap/$1/<FIFO>/from:intvector ; values=&date($2, from)
32 ; /CurrencyMap/$1/<FIFO>/id ; values=$3
33 ; /CurrencyMap/$1/<FIFO>/from:intvector ; values=&date($2, from)
34 ; /CurrencyMap/$1/<FIFO>/tender ; values=false
36 ; /CurrencyMap/$1/<FIFO>/id ; values=$4
37 ; /CurrencyMap/$1/<FIFO>/from:intvector ; values=&date($2, from)
[all …]
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/
DStatUtils.java79 * Returns the sum of the values in the input array, or
85 * @param values array of values to sum
86 * @return the sum of the values or <code>Double.NaN</code> if the array
90 public static double sum(final double[] values) { in sum() argument
91 return SUM.evaluate(values); in sum()
101 * @param values the input array
104 * @return the sum of the values or Double.NaN if length = 0
108 public static double sum(final double[] values, final int begin, in sum() argument
110 return SUM.evaluate(values, begin, length); in sum()
119 * @param values input array
[all …]
/external/python/cpython2/Lib/bsddb/test/
Dtest_dbtables.py77 values = self.tdb.Select(
82 colval = pickle.loads(values[0][colname])
84 colval = pickle.loads(bytes(values[0][colname], "iso8859-1"))
122 values = self.tdb.Select(tabname, [col2],
125 values = self.tdb.Select(tabname, [col2],
129 self.assertEqual(len(values), 2)
130 if values[0]['Species'] == 'Penguin' :
131 self.assertEqual(values[1]['Species'], 'SR-71A Blackbird')
132 elif values[0]['Species'] == 'SR-71A Blackbird' :
133 self.assertEqual(values[1]['Species'], 'Penguin')
[all …]
/external/proguard/src/proguard/evaluation/value/
DInstructionOffsetValue.java36 private int[] values; field in InstructionOffsetValue
46 this.values = new int[] { value }; in InstructionOffsetValue()
50 public InstructionOffsetValue(int[] values) in InstructionOffsetValue() argument
52 this.values = values; in InstructionOffsetValue()
58 return values == null ? 0 : values.length; in instructionOffsetCount()
64 return values[index]; in instructionOffset()
74 if (values != null) in contains()
76 for (int index = 0; index < values.length; index++) in contains()
78 if (values[index] == value) in contains()
97 if (values != null) in minimumValue()
[all …]
/external/python/google-api-python-client/docs/dyn/
Dsheets_v4.spreadsheets.values.html75 ….spreadsheets.html">spreadsheets</a> . <a href="sheets_v4.spreadsheets.values.html">values</a></h1>
79 <p class="firstline">Appends values to a spreadsheet. The input range is used to search for</p>
82 <p class="firstline">Clears one or more ranges of values from a spreadsheet.</p>
85 <p class="firstline">Returns one or more ranges of values from a spreadsheet.</p>
88 <p class="firstline">Sets values in one or more ranges of a spreadsheet.</p>
91 <p class="firstline">Clears values from a spreadsheet.</p>
94 <p class="firstline">Returns a range of values from a spreadsheet.</p>
97 <p class="firstline">Sets values in a range of a spreadsheet.</p>
101 <pre>Appends values to a spreadsheet. The input range is used to search for
102 existing data and find a "table" within that range. Values will be
[all …]
Dcloudresourcemanager_v1.folders.html118 Allowed values
153 Allowed values
184 … in `policy_type` to specify how `list_policy` behaves at this # List of values either allowed or …
187 # A `ListPolicy` can define specific values that are allowed or denied by
189 # be used to allow or deny all values, by setting the `all_values` field. If
195 "allowedValues": [ # List of values allowed at this resource. an only be set if no values are
204 # set to `true`, then the values from the effective `Policy` of the parent
205 # resource are inherited, meaning the values set in this `Policy` are
206 # added to the values inherited up the hierarchy.
208 # Setting `Policy` hierarchies that inherit both allowed values and denied
[all …]
Dgroupssettings_v1.groups.html99 …"whoCanPostMessage": "A String", # Permissions to post messages to the group. Possible values are:…
101 …"whoCanViewMembership": "A String", # Permissions to view membership. Possible values are: ALL_IN_…
112 …"replyTo": "A String", # Whome should the default reply to a message go to. Possible values are: R…
114 …"messageModerationLevel": "A String", # Moderation level for messages. Possible values are: MODERA…
115 …String", # Permission to contact owner of the group via web UI. Possible values are: ANYONE_CAN_CO…
116 …"messageDisplayFont": "A String", # Default message display font. Possible values are: DEFAULT_FON…
117 …"whoCanLeaveGroup": "A String", # Permission to leave the group. Possible values are: ALL_MANAGERS…
118 …"whoCanAdd": "A String", # Permissions to add members. Possible values are: ALL_MANAGERS_CAN_ADD A…
119 …"whoCanJoin": "A String", # Permissions to join the group. Possible values are: ANYONE_CAN_JOIN AL…
120 …"whoCanInvite": "A String", # Permissions to invite members. Possible values are: ALL_MEMBERS_CAN_…
[all …]
/external/guava/guava-tests/benchmark/com/google/common/math/
DStatsBenchmark.java37 double mean(double[] values) { in mean() argument
39 for (double value : values) { in mean()
42 return sum / values.length; in mean()
47 double mean(double[] values) { in mean() argument
50 for (double value : values) { in mean()
56 return sum / values.length; in mean()
61 double mean(double[] values) { in mean() argument
62 double mean = values[0]; in mean()
63 for (int i = 1; i < values.length; i++) { in mean()
64 mean = mean + (values[i] - mean) / (i + 1); in mean()
[all …]
/external/clang/test/Sema/
Dvector-assign.c15 …ector types assigning to 'v2s' (vector of 2 'int' values) from 'v2u' (vector of 2 'unsigned int' v… in test1()
16 …v1 = v3; // expected-error {{assigning to 'v2s' (vector of 2 'int' values) from incompatible type … in test1()
17 …e vector types assigning to 'v2s' (vector of 2 'int' values) from 'v2f' (vector of 2 'float' value… in test1()
18 …e vector types assigning to 'v2s' (vector of 2 'int' values) from 'v4ss' (vector of 4 'short' valu… in test1()
20 … types assigning to 'v2u' (vector of 2 'unsigned int' values) from 'v2s' (vector of 2 'int' values in test1()
21 …v2 = v3; // expected-error {{assigning to 'v2u' (vector of 2 'unsigned int' values) from incompati… in test1()
22 …types assigning to 'v2u' (vector of 2 'unsigned int' values) from 'v2f' (vector of 2 'float' value… in test1()
23 …types assigning to 'v2u' (vector of 2 'unsigned int' values) from 'v4ss' (vector of 4 'short' valu… in test1()
25 …igning to 'v1s' (vector of 1 'int' value) from incompatible type 'v2s' (vector of 2 'int' values)}} in test1()
26 … 'v1s' (vector of 1 'int' value) from incompatible type 'v2u' (vector of 2 'unsigned int' values)}} in test1()
[all …]
/external/tensorflow/tensorflow/compiler/xla/
Dliteral_util.h74 static Literal CreateR1(absl::Span<const NativeT> values);
75 static Literal CreateR1(const tensorflow::core::Bitmap& values);
78 std::initializer_list<std::initializer_list<NativeT>> values);
81 std::initializer_list<std::initializer_list<NativeT>> values,
86 values);
91 values,
97 values);
102 values,
105 // Creates a literal with a sparse layout and the given indices and values.
109 // number of elements in the values array. The maximum number of elements in
[all …]
/external/clang/test/Analysis/
Dctor.mm315 int values[3];
321 clang_analyzer_eval(a.values[0] == 1); // expected-warning{{TRUE}}
322 clang_analyzer_eval(a.values[1] == 2); // expected-warning{{TRUE}}
323 clang_analyzer_eval(a.values[2] == 3); // expected-warning{{TRUE}}
327 clang_analyzer_eval(b.values[0] == 1); // expected-warning{{TRUE}}
328 clang_analyzer_eval(b.values[1] == 2); // expected-warning{{TRUE}}
329 clang_analyzer_eval(b.values[2] == 3); // expected-warning{{TRUE}}
334 clang_analyzer_eval(c.values[0] == 1); // expected-warning{{TRUE}}
335 clang_analyzer_eval(c.values[1] == 2); // expected-warning{{TRUE}}
336 clang_analyzer_eval(c.values[2] == 3); // expected-warning{{TRUE}}
[all …]
/external/eigen/unsupported/Eigen/CXX11/src/util/
DEmulateArray.h24 EIGEN_STRONG_INLINE T& operator[] (size_t index) { return values[index]; }
26 EIGEN_STRONG_INLINE const T& operator[] (size_t index) const { return values[index]; }
29 EIGEN_STRONG_INLINE T& front() { return values[0]; } in front()
31 EIGEN_STRONG_INLINE const T& front() const { return values[0]; } in front()
34 EIGEN_STRONG_INLINE T& back() { return values[n-1]; } in back()
36 EIGEN_STRONG_INLINE const T& back() const { return values[n-1]; } in back()
41 T values[n]; variable
48 values[0] = v; in array()
53 values[0] = v1; in array()
54 values[1] = v2; in array()
[all …]

12345678910>>...621