double fmaxf( double _X, double _Y, ) { return (_fmaxf ??= _dylib.lookupFunction<_c_fmaxf, _dart_fmaxf>('fmaxf'))( _X, _Y, ); }