Searched refs:kApproximate (Results 1 – 4 of 4) sorted by relevance
57 void Activation::set_approximate(bool approximate) { (void)this->AddAttr(kApproximate, MakeValue(ap… in set_approximate()60 auto value_ptr = this->GetAttr(kApproximate); in get_approximate()
97 kApproximate enumerator
581 if (AppendCubicMode::kApproximate == mode) { in appendCubics()599 if (AppendCubicMode::kApproximate == mode) { in appendCubics()
256 constexpr auto kApproximate = "approximate"; variable