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

  /external/mesa3d/src/compiler/glsl/
ir_function.cpp 293 bool is_exact; local
295 &is_exact);
302 bool *is_exact)
327 *is_exact = true;
358 *is_exact = false;
ast_function.cpp 586 bool is_exact = false; local
588 allow_builtins, &is_exact);
589 if (is_exact)
613 bool is_exact = false; local
635 false, &is_exact);
    [all...]
  /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() ||
  /external/eigen/Eigen/src/Core/arch/CUDA/
Half.h 485 static const bool is_exact = false; member in struct:std::numeric_limits
  /art/compiler/optimizing/
reference_type_propagation.cc 91 void SetClassAsTypeInfo(HInstruction* instr, ObjPtr<mirror::Class> klass, bool is_exact)
105 bool is_exact);
394 handle_cache_.GetObjectClassHandle(), /* is_exact */ false);
506 class_rti = ReferenceTypeInfo::Create(class_rti.GetTypeHandle(), /* is_exact */ false);
514 bool is_exact) {
540 ReferenceTypeInfo::Create(handle_cache_->GetStringClassHandle(), /* is_exact */ true));
543 is_exact = is_exact || handle->CannotBeAssignedFromOtherTypes();
544 instr->SetReferenceTypeInfo(ReferenceTypeInfo::Create(handle, is_exact));
557 bool is_exact) {
720 bool is_exact = class_rti.GetTypeHandle()->CannotBeAssignedFromOtherTypes(); local
766 bool is_exact = a.IsExact() && b.IsExact(); local
812 bool is_exact = component_handle->CannotBeAssignedFromOtherTypes(); local
    [all...]
  /external/eigen/unsupported/test/mpreal/
mpreal.h 2998 static const bool is_exact = false; member in class:std::numeric_limits
    [all...]

Completed in 136 milliseconds