double frexpf( double _X, ffi.Pointer<ffi.Int32> _Y, ) { return (_frexpf ??= _dylib.lookupFunction<_c_frexpf, _dart_frexpf>('frexpf'))( _X, _Y, ); }