HomeSort by relevance Sort by last modified time
    Searched refs:AsDouble (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/ppapi/cpp/
var.cc 209 return AsDouble() == other.AsDouble();
241 double Var::AsDouble() const {
294 snprintf(buf, sizeof(buf), "Var(%f)", AsDouble());
var.h 197 /// AsDouble() converts this <code>Var</code> to a double. This function is
208 double AsDouble() const;
  /external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
graphics_3d.cc 306 x_angle_ = x_angle_var.AsDouble();
315 y_angle_ = y_angle_var.AsDouble();
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/cube/
cube.cc 306 x_angle_ = x_angle_var.AsDouble();
315 y_angle_ = y_angle_var.AsDouble();
  /external/chromium_org/ppapi/tests/
test_post_message.cc 96 return fabs(expected.AsDouble() - actual.AsDouble()) < 1.0e-4;
358 message_data_.back().AsDouble());
365 ASSERT_DOUBLE_EQ(message_data_.back().AsDouble(), kTestDouble);
815 double_vec.push_back(iter->AsDouble());
    [all...]
test_x509_certificate_private.cc 36 return std::fabs(field_value.AsDouble() - expected) <=
  /external/chromium_org/native_client_sdk/src/examples/demo/earth/
earth.cc 747 SetLight(static_cast<float>(dictionary.Get("value").AsDouble()));
749 SetZoom(static_cast<float>(dictionary.Get("value").AsDouble()));
  /external/chromium_org/native_client_sdk/src/examples/demo/earth_simd/
earth.cc 787 SetLight(static_cast<float>(dictionary.Get("value").AsDouble()));
789 SetZoom(static_cast<float>(dictionary.Get("value").AsDouble()));
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/earth/
earth.cc 793 SetLight(static_cast<float>(dictionary.Get("value").AsDouble()));
795 SetZoom(static_cast<float>(dictionary.Get("value").AsDouble()));
  /external/chromium_org/pdf/
out_of_process_instance.cc 358 double zoom = dict.Get(pp::Var(kJSZoom)).AsDouble();
    [all...]
instance.cc     [all...]

Completed in 419 milliseconds