HomeSort by relevance Sort by last modified time
    Searched refs:is_compound (Results 1 - 25 of 31) sorted by null

1 2

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.comp/
lvalue_ref.pass.cpp 24 static_assert( std::is_compound<T>::value, "");
class.pass.cpp 24 static_assert( std::is_compound<T>::value, "");
enum.pass.cpp 24 static_assert( std::is_compound<T>::value, "");
floating_point.pass.cpp 24 static_assert(!std::is_compound<T>::value, "");
function.pass.cpp 24 static_assert( std::is_compound<T>::value, "");
member_function_pointer.pass.cpp 24 static_assert( std::is_compound<T>::value, "");
member_object_pointer.pass.cpp 24 static_assert( std::is_compound<T>::value, "");
pointer.pass.cpp 24 static_assert( std::is_compound<T>::value, "");
rvalue_ref.pass.cpp 24 static_assert( std::is_compound<T>::value, "");
union.pass.cpp 24 static_assert( std::is_compound<T>::value, "");
void.pass.cpp 24 static_assert(!std::is_compound<T>::value, "");
array.pass.cpp 24 static_assert( std::is_compound<T>::value, "");
integral.pass.cpp 24 static_assert(!std::is_compound<T>::value, "");
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 364 int is_compound, int allow_hp, vp9_reader *r) {
374 if (is_compound)
377 for (i = 0; i < 1 + is_compound; ++i) {
385 if (is_compound) mv[1].as_int = nearest_mv[1].as_int;
390 if (is_compound) mv[1].as_int = near_mv[1].as_int;
395 if (is_compound) mv[1].as_int = 0;
431 int is_compound; local
436 is_compound = has_second_ref(mbmi);
462 if (is_compound) {
494 if (is_compound)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 302 static void inc_mvs(int_mv mv[2], int_mv ref[2], int is_compound,
305 for (i = 0; i < 1 + is_compound; ++i) {
315 const int is_compound = has_second_ref(mbmi); local
326 inc_mvs(mi->bmi[i].as_mv, best_ref_mv, is_compound, &cpi->NMVcount);
330 inc_mvs(mbmi->mv, best_ref_mv, is_compound, &cpi->NMVcount);
  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.c 134 const int is_compound = has_second_ref(&mi->mbmi); local
142 for (ref = 0; ref < 1 + is_compound; ++ref) {
  /external/chromium_org/v8/src/
ast.h 2096 bool is_compound() const { return op() > Token::ASSIGN; } function in class:v8::internal::Assignment
    [all...]
typing.cc 385 if (expr->is_compound()) {
  /external/v8/src/
ast.h 1940 bool is_compound() const { return op() > Token::ASSIGN; } function in class:v8::internal::Assignment
    [all...]
  /external/v8/src/arm/
full-codegen-arm.cc     [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc     [all...]
  /external/v8/src/mips/
full-codegen-mips.cc     [all...]
  /external/v8/src/x64/
full-codegen-x64.cc     [all...]
  /external/chromium_org/v8/src/arm/
full-codegen-arm.cc     [all...]
  /external/chromium_org/v8/src/ia32/
full-codegen-ia32.cc     [all...]

Completed in 139 milliseconds

1 2