Home
last modified time | relevance | path

Searched refs:array_ref (Results 1 – 25 of 30) sorted by relevance

12

/external/skia/tests/sksl/shared/
DConstantCompositeAccessViaConstantIndex.metal19 bool operator==(const array_ref<T1> left, const array_ref<T2> right);
21 bool operator!=(const array_ref<T1> left, const array_ref<T2> right);
27 bool operator==(const array_ref<T1> left, const array_ref<T2> right) {
40 bool operator!=(const array_ref<T1> left, const array_ref<T2> right) {
DStructComparison.metal25 bool operator==(const array_ref<T1> left, const array_ref<T2> right);
27 bool operator!=(const array_ref<T1> left, const array_ref<T2> right);
40 bool operator==(const array_ref<T1> left, const array_ref<T2> right) {
53 bool operator!=(const array_ref<T1> left, const array_ref<T2> right) {
DArrayNarrowingConversions.metal15 bool operator==(const array_ref<T1> left, const array_ref<T2> right);
17 bool operator!=(const array_ref<T1> left, const array_ref<T2> right);
56 bool operator==(const array_ref<T1> left, const array_ref<T2> right) {
69 bool operator!=(const array_ref<T1> left, const array_ref<T2> right) {
DArrayComparison.metal21 bool operator==(const array_ref<T1> left, const array_ref<T2> right);
23 bool operator!=(const array_ref<T1> left, const array_ref<T2> right);
32 bool operator==(const array_ref<T1> left, const array_ref<T2> right) {
45 bool operator!=(const array_ref<T1> left, const array_ref<T2> right) {
DArrayCast.metal15 bool operator==(const array_ref<T1> left, const array_ref<T2> right);
17 bool operator!=(const array_ref<T1> left, const array_ref<T2> right);
77 bool operator==(const array_ref<T1> left, const array_ref<T2> right) {
90 bool operator!=(const array_ref<T1> left, const array_ref<T2> right) {
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/memory/specialized.algorithms/specialized.destroy/
Dranges_destroy.pass.cpp113 Array& array_ref = *(buffer + i); in test_arrays() local
115 Traits::construct(alloc, std::addressof(array_ref[j]), counter); in test_arrays()
138 Array& array_ref = *(buffer + i); in test_arrays() local
140 Traits::construct(alloc, std::addressof(array_ref[j]), counter); in test_arrays()
165 Array& array_ref = *(buffer + i); in test_arrays() local
168 Traits::construct(alloc, std::addressof(array_ref[j][k]), counter); in test_arrays()
193 Array& array_ref = *(buffer + i); in test_arrays() local
196 Traits::construct(alloc, std::addressof(array_ref[j][k]), counter); in test_arrays()
Dranges_destroy_n.pass.cpp89 Array& array_ref = *(buffer + i); in test_arrays() local
91 Traits::construct(alloc, std::addressof(array_ref[j]), counter); in test_arrays()
115 Array& array_ref = *(buffer + i); in test_arrays() local
118 Traits::construct(alloc, std::addressof(array_ref[j][k]), counter); in test_arrays()
Dranges_destroy_at.pass.cpp112 Array& array_ref = *array; in test_arrays() local
114 Traits::construct(alloc, std::addressof(array_ref[i]), counter); in test_arrays()
132 Array& array_ref = *array; in test_arrays() local
135 Traits::construct(alloc, std::addressof(array_ref[i][j]), counter); in test_arrays()
/external/mesa3d/src/compiler/glsl/
Dopt_flip_matrices.cpp96 ir_dereference_array *array_ref = ir->operands[0]->as_dereference_array(); in visit_enter() local
97 assert(array_ref != NULL); in visit_enter()
98 ir_dereference_variable *var_ref = array_ref->array->as_dereference_variable(); in visit_enter()
102 ir->operands[1] = array_ref; in visit_enter()
Dopt_constant_folding.cpp89 ir_dereference_array *array_ref = (*rvalue)->as_dereference_array(); in ir_constant_fold() local
90 if (array_ref && (!array_ref->array->as_constant() || in ir_constant_fold()
91 !array_ref->array_index->as_constant())) in ir_constant_fold()
Dlower_distance.cpp353 ir_dereference_array *array_ref = ir->as_dereference_array(); in lower_distance_vec8() local
354 assert(array_ref); in lower_distance_vec8()
355 assert(array_ref->array->as_dereference_variable()); in lower_distance_vec8()
358 ir_dereference_array(*new_var, array_ref->array_index); in lower_distance_vec8()
Dbuiltin_functions.cpp921 ir_dereference_array *array_ref(ir_variable *var, int i);
4909 builtin_builder::array_ref(ir_variable *var, int idx) in array_ref() function in builtin_builder
4918 return swizzle(array_ref(var, column), row, 1); in matrix_elt()
5934 body.emit(assign(array_ref(z, i), mul(array_ref(x, i), array_ref(y, i)))); in _matrixCompMult()
5958 body.emit(assign(array_ref(m, i), mul(c, swizzle(r, i, 1)))); in _outerProduct()
5979 body.emit(assign(array_ref(t, j), in _transpose()
6096 body.emit(ret(dot(array_ref(m, 0), adj_0))); in _determinant_mat4()
6108 body.emit(assign(array_ref(adj, 0), matrix_elt(m, 1, 1), 1 << 0)); in _inverse_mat2()
6109 body.emit(assign(array_ref(adj, 0), neg(matrix_elt(m, 0, 1)), 1 << 1)); in _inverse_mat2()
6110 body.emit(assign(array_ref(adj, 1), neg(matrix_elt(m, 1, 0)), 1 << 0)); in _inverse_mat2()
[all …]
/external/libvpx/build/make/
Dmsvs_common.sh54 declare -n array_ref=$1
57 array_ref=($files)
/external/rust/beto-rust/nearby/presence/xts_aes/src/
Dlib.rs30 use array_ref::{array_mut_ref, array_ref};
394 (array_ref!(key, 0, 32)).into(), in split_from_concatenated()
395 (array_ref!(key, 32, 32)).into(), in split_from_concatenated()
461 (array_ref!(key, 0, 64)).into(), in split_from_concatenated()
462 (array_ref!(key, 64, 64)).into(), in split_from_concatenated()
/external/rust/beto-rust/nearby/
DCargo.toml28 array_ref = {path = "presence/array_ref"}
/external/rust/beto-rust/nearby/presence/array_ref/
DCargo.toml2 name = "array_ref"
/external/libxkbcommon/src/xkbcomp/
Dexpr.c54 *elem_rtrn = xkb_atom_text(ctx, expr->array_ref.element); in ExprResolveLhs()
55 *field_rtrn = xkb_atom_text(ctx, expr->array_ref.field); in ExprResolveLhs()
56 *index_rtrn = expr->array_ref.entry; in ExprResolveLhs()
57 if (expr->array_ref.element != XKB_ATOM_NONE && *elem_rtrn == NULL) in ExprResolveLhs()
Dast-build.c180 expr->array_ref.element = element; in ExprCreateArrayRef()
181 expr->array_ref.field = field; in ExprCreateArrayRef()
182 expr->array_ref.entry = entry; in ExprCreateArrayRef()
626 FreeStmt((ParseCommon *) expr->array_ref.entry); in FreeExpr()
Dast.h255 ExprArrayRef array_ref; member
/external/rust/beto-rust/nearby/presence/array_ref/src/
Dlib.rs23 macro_rules! array_ref { macro
/external/rust/beto-rust/nearby/presence/xts_aes/
DCargo.toml8 array_ref.workspace = true
/external/tensorflow/tensorflow/lite/python/
Dinterpreter_test.py386 array_ref = self.interpreter.tensor(self.input0)
387 np.copyto(array_ref(), self.initial_data)
388 self.assertAllEqual(array_ref(), self.initial_data)
/external/rust/beto-rust/nearby/presence/xts_aes/fuzz/
DCargo.lock52 name = "array_ref"
614 "array_ref",
/external/rust/beto-rust/nearby/presence/ldt_np_adv/fuzz/
DCargo.lock52 name = "array_ref"
651 "array_ref",
/external/rust/beto-rust/nearby/presence/ldt/fuzz/
DCargo.lock52 name = "array_ref"
624 "array_ref",

12