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

  /external/chromium/third_party/libjingle/source/talk/base/
flags.h 111 double* float_variable() const { function in class:Flag
  /external/v8/src/
flags.cc 80 double* float_variable() const { function in struct:v8::internal::__anon13063::Flag
136 return *float_variable() == float_default();
161 *float_variable() = float_default();
207 buffer.Add("%f", FmtElm(*flag->float_variable()));
399 *flag->float_variable() = strtod(value, &endp);

Completed in 1669 milliseconds