Home | History | Annotate | Download | only in test

Lines Matching full:g_double

1037 const double g_double = 0;
1038 bool ReferencesGlobalDouble(const double& x) { return &x == &g_double; }