HomeSort by relevance Sort by last modified time
    Searched defs:is_exact (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/glsl/
ir_function.cpp 121 bool is_exact; local
122 return matching_signature(actual_parameters, &is_exact);
127 bool *is_exact)
148 *is_exact = true;
171 *is_exact = false;
ast_function.cpp 332 bool is_exact = false; local
333 sig = local_sig = f->matching_signature(actual_parameters, &is_exact);
334 if (is_exact)
354 bool is_exact = false; local
356 builtin->matching_signature(actual_parameters, &is_exact);
362 if (is_exact) {
    [all...]
  /external/opencv3/3rdparty/openexr/Half/
halfLimits.h 70 static const bool is_exact = false; member in class:std::numeric_limits
  /external/regex-re2/re2/
prefilter.cc 227 bool is_exact() const { return is_exact_; } function in class:re2::Prefilter::Info
591 if (!ci->is_exact() ||
  /art/compiler/optimizing/
reference_type_propagation.cc 93 void SetClassAsTypeInfo(HInstruction* instr, mirror::Class* klass, bool is_exact)
107 bool is_exact);
280 handle_cache_.GetObjectClassHandle(), /* is_exact */ true);
437 bool is_exact) {
462 ReferenceTypeInfo::Create(handle_cache_->GetStringClassHandle(), /* is_exact */ true));
465 is_exact = is_exact || handle->CannotBeAssignedFromOtherTypes();
466 instr->SetReferenceTypeInfo(ReferenceTypeInfo::Create(handle, is_exact));
475 bool is_exact) {
481 SetClassAsTypeInfo(instr, dex_cache->GetResolvedType(type_idx), is_exact);
698 bool is_exact = a.IsExact() && b.IsExact(); local
744 bool is_exact = component_handle->CannotBeAssignedFromOtherTypes(); local
815 bool is_exact = upper_bound_rti.GetTypeHandle()->CannotBeAssignedFromOtherTypes(); local
    [all...]
  /external/eigen/unsupported/test/mpreal/
mpreal.h 2968 static const bool is_exact = false; member in class:std::numeric_limits
    [all...]

Completed in 280 milliseconds