Searched defs:f2d (Results 1 – 5 of 5) sorted by relevance
82 function<int(int, int)> f2d(f2b); in test_function() local
75 decltype(auto) f2d(int n) { return n; } in f2d() function
179 double f2d(float a) { return (double)a; } in f2d() function
155 void (*f2d)(void) = NULL; variable
688 auto f2d = this->Decode(0x4200F0D3); in TEST_F() local