HomeSort by relevance Sort by last modified time
    Searched refs:pred (Results 51 - 75 of 1021) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/clang/test/CXX/expr/expr.post/expr.const.cast/
p1-0x.cpp 36 bool pred();
42 unsigned &t2 = const_cast<unsigned&>(a.pred() ? a.ubf : a.ubf); // expected-error {{const_cast from bit-field lvalue to reference type}}
43 unsigned &t3 = const_cast<unsigned&>(a.pred() ? a.ubf : a.uv); // expected-error {{const_cast from bit-field lvalue to reference type}}
44 unsigned &t4 = const_cast<unsigned&>(a.pred() ? a.ubf : a.sv); // expected-error {{const_cast from rvalue to reference type}}
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_surface_builder.h 37 brw_predicate pred = BRW_PREDICATE_NONE);
43 brw_predicate pred = BRW_PREDICATE_NONE);
50 brw_predicate pred = BRW_PREDICATE_NONE);
66 brw_predicate pred = BRW_PREDICATE_NONE);
brw_vec4_surface_builder.h 36 brw_predicate pred = BRW_PREDICATE_NONE);
42 brw_predicate pred = BRW_PREDICATE_NONE);
49 brw_predicate pred = BRW_PREDICATE_NONE);
65 brw_predicate pred = BRW_PREDICATE_NONE);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/
dv-mutex-err.s 11 .pred.rel.mutex p1, p2
17 .pred.rel.mutex p1, p2
23 .pred.rel.mutex p1, p2
29 .pred.rel.mutex p1, p2
dv-imply.s 6 .pred.rel.imply p1, p2
13 .pred.rel.imply p1, p2
36 .pred.rel.imply p1,p3
  /external/libvpx/libvpx/test/
vp9_subtract_test.cc 46 uint8_t *pred = reinterpret_cast<uint8_t *>( local
55 pred[r * block_width * 2 + c] = rnd.Rand8();
60 pred, block_width);
65 (src[r * block_width + c] - pred[r * block_width + c]))
71 block_width * 2, pred, block_width * 2);
77 (src[r * block_width * 2 + c] - pred[r * block_width * 2 + c]))
83 vpx_free(pred);
  /external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/useful-harnesses/
i64operations.c 257 compare_expect_int64(const struct int64_pred_s * pred)
261 for (j = 0; j < pred->n_tests; ++j) {
264 pred_result = (*pred->predfunc) (*pred->tests[j].lhs, *pred->tests[j].rhs);
266 if (pred_result != pred->tests[j].expected) {
269 sprintf(str, pred->tests[j].fmt_string, pred->name);
271 pred_result, pred->tests[j].expected);
272 printf(" lhs = %19lld (0x%016llx)\n", *pred->tests[j].lhs
    [all...]
  /external/libvpx/libvpx/vp8/common/
reconintra.c 29 static intra_pred_fn pred[4][NUM_SIZES]; variable
34 pred[V_PRED][SIZE_##sz] = vpx_v_predictor_##sz##x##sz; \
35 pred[H_PRED][SIZE_##sz] = vpx_h_predictor_##sz##x##sz; \
36 pred[TM_PRED][SIZE_##sz] = vpx_tm_predictor_##sz##x##sz; \
63 fn = pred[mode][SIZE_16];
95 fn = pred[uvmode][SIZE_8];
  /frameworks/base/tools/aapt2/optimize/
VersionCollapser.cpp 26 template <typename Iterator, typename Pred>
29 FilterIterator(Iterator begin, Iterator end, Pred pred = Pred())
30 : current_(begin), end_(end), pred_(pred) {
55 Pred pred_;
58 template <typename Iterator, typename Pred>
59 FilterIterator<Iterator, Pred> make_filter_iterator(Iterator begin,
61 Pred pred = Pred())
86 auto pred = [&](const std::unique_ptr<ResourceConfigValue>& val) -> bool { local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
subtract_msa.c 20 v16i8 pred = { 0 }; local
27 INSERT_W4_SB(pred0, pred1, pred2, pred3, pred);
28 ILVRL_B2_UB(src, pred, src_l0, src_l1);
39 v16i8 pred = { 0 }; local
50 INSERT_D2_SB(pred0, pred1, pred);
51 ILVRL_B2_UB(src, pred, src_l0, src_l1);
59 const uint8_t *pred, int32_t pred_stride,
71 LD_SB8(pred, pred_stride, pred0, pred1, pred2, pred3, pred4, pred5, pred6,
73 pred += (8 * pred_stride);
118 const uint8_t *pred, int32_t pred_stride
    [all...]
  /external/libvpx/libvpx/vpx_dsp/ppc/
variance_vsx.c 58 void vpx_comp_avg_pred_vsx(uint8_t *comp_pred, const uint8_t *pred, int width,
61 /* comp_pred and pred must be 16 byte aligned. */
63 assert(((intptr_t)pred & 0xf) == 0);
67 const uint8x16_t v = vec_avg(vec_vsx_ld(j, pred), vec_vsx_ld(j, ref));
71 pred += width;
80 const uint8x16_t v = vec_avg(vec_vsx_ld(0, pred), r);
83 pred += 16; // width * 2;
96 const uint8x16_t v = vec_avg(vec_vsx_ld(0, pred), r);
99 pred += 16; // width * 4;
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
elu_op.cc 38 const auto pred = b->Gt(ctx->Input(0), zero); variable
40 ctx->SetOutput(0, b->Select(pred, ctx->Input(0), expm1));
56 const auto pred = b->Gt(activation, zero); variable
57 ctx->SetOutput(0, b->Select(pred, grad, exp_grad));
76 const auto pred = b->Gt(ctx->Input(0), zero); variable
78 ctx->SetOutput(0, b->Select(pred, b->Mul(scale, ctx->Input(0)),
100 const auto pred = b->Gt(activation, zero); variable
101 ctx->SetOutput(0, b->Select(pred, lin_grad, exp_grad));
  /hardware/qcom/display/msm8909/libdrmutils/
drm_logger.h 63 #define DRM_LOGD_IF(pred, format, ...) \
64 if (pred) \
  /hardware/qcom/display/msm8909w_3100/libdrmutils/
drm_logger.h 63 #define DRM_LOGD_IF(pred, format, ...) \
64 if (pred) \
  /hardware/qcom/display/msm8998/libdrmutils/
drm_logger.h 63 #define DRM_LOGD_IF(pred, format, ...) \
64 if (pred) \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/rc_binomial_heap_/
erase_fn_imps.hpp 86 template<typename Pred>
89 erase_if(Pred pred)
92 const size_type ersd = base_type::erase_if(pred);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/rc_binomial_heap_/
erase_fn_imps.hpp 86 template<typename Pred>
89 erase_if(Pred pred)
92 const size_type ersd = base_type::erase_if(pred);
  /external/iproute2/misc/
ssfilter.h 20 struct ssfilter *pred; member in struct:ssfilter
  /external/tensorflow/tensorflow/compiler/xla/tests/
select_test.cc 39 auto pred = builder.ConstantR0<bool>(true); local
42 auto result = builder.Select(pred, on_true, on_false);
49 auto pred = builder.ConstantR0<bool>(true); local
52 auto result = builder.Select(pred, on_true, on_false);
59 auto pred = builder.ConstantR0<bool>(false); local
62 auto result = builder.Select(pred, on_true, on_false);
69 auto pred = builder.ConstantR1<bool>({}); local
72 auto select = builder.Select(pred, on_true, on_false);
79 auto pred = builder.ConstantR1<bool>({false, true, false, true, false}); local
82 auto select = builder.Select(pred, on_true, on_false)
229 auto pred = builder.ConstantR0<bool>(which); local
240 auto pred = builder.ConstantR0<bool>(true); local
250 auto pred = builder.ConstantR0<bool>(false); local
    [all...]
  /external/tensorflow/tensorflow/python/layers/
utils.py 182 def smart_cond(pred, true_fn=None, false_fn=None, name=None):
183 """Return either `true_fn()` if predicate `pred` is true else `false_fn()`.
185 If `pred` is a bool or has a constant value, we return either `true_fn()`
189 pred: A scalar determining whether to return the result of `true_fn` or
191 true_fn: The callable to be performed if pred is true.
192 false_fn: The callable to be performed if pred is false.
201 if isinstance(pred, variables.Variable):
202 return control_flow_ops.cond(pred, true_fn=true_fn, false_fn=false_fn,
204 return control_flow_ops.smart_cond(pred, true_fn=true_fn,
208 def constant_value(pred)
    [all...]
  /frameworks/base/tools/aapt2/link/
PrivateAttributeMover.cpp 29 OutputIterator move_if(InputContainer& input_container, OutputIterator result, Predicate pred) {
31 auto new_end = std::find_if(input_container.begin(), input_container.end(), pred);
42 if (bool(pred(*first))) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/cc_hash_table_map_/
erase_fn_imps.hpp 56 template<typename Pred>
59 erase_if(Pred pred)
64 while (m_entries[pos] != 0 && pred(m_entries[pos]->m_value))
75 if (pred(p_e->m_p_next->m_value))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/list_update_map_/
erase_fn_imps.hpp 79 template<typename Pred>
82 erase_if(Pred pred)
86 while (m_p_l != 0 && pred(m_p_l->m_value))
100 if (pred(p_l->m_p_next->m_value))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/cc_hash_table_map_/
erase_fn_imps.hpp 56 template<typename Pred>
59 erase_if(Pred pred)
64 while (m_entries[pos] != 0 && pred(m_entries[pos]->m_value))
75 if (pred(p_e->m_p_next->m_value))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/list_update_map_/
erase_fn_imps.hpp 79 template<typename Pred>
82 erase_if(Pred pred)
86 while (m_p_l != 0 && pred(m_p_l->m_value))
100 if (pred(p_l->m_p_next->m_value))

Completed in 571 milliseconds

1 23 4 5 6 7 8 91011>>