Searched refs:correct1 (Results 1 – 5 of 5) sorted by relevance
7 void correct1() in correct1() function
277 void (*correct1)() = static_cast<void (*)()>(overloaded_function); in function_casts() local
153 void (*correct1)() = static_cast<void (*)()>(overloaded_function);
247 unsigned int correct1 = f->func.i_f(-0.0); in TestFunc_Int_Float() local248 if (q[j] == correct0 || q[j] == correct1) continue; in TestFunc_Int_Float()
250 unsigned int correct1 = f->dfunc.i_f(-0.0); in TestFunc_Int_Double() local251 if (q[j] == correct0 || q[j] == correct1) continue; in TestFunc_Int_Double()