代码搜索:wrapper

找到约 10,000 项符合「wrapper」的源代码

代码结果 10,000
www.eeworm.com/read/125688/6024776

c w_asinf.c

/* w_asinf.c -- float version of w_asin.c. * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* * ==================================================== * Copyright (C)
www.eeworm.com/read/125688/6024780

c w_drem.c

/* * drem() wrapper for remainder(). * * Written by J.T. Conklin, * Placed into the Public Domain, 1994. */ #include double drem(x, y) double x, y; { return remainde
www.eeworm.com/read/125688/6024786

c w_acoshf.c

/* w_acoshf.c -- float version of w_acosh.c. * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* * ==================================================== * Copyright (C
www.eeworm.com/read/125688/6024800

c w_asin.c

/* @(#)w_asin.c 5.1 93/09/24 */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. * * Developed at SunPro, a Sun Microsy
www.eeworm.com/read/125688/6024801

c w_acos.c

/* @(#)w_acos.c 5.1 93/09/24 */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. * * Developed at SunPro, a Sun Microsy
www.eeworm.com/read/125688/6024804

c w_jn.c

/* @(#)w_jn.c 5.1 93/09/24 */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. * * Developed at SunPro, a Sun Microsyst
www.eeworm.com/read/125688/6024805

c w_remainder.c

/* @(#)w_remainder.c 5.1 93/09/24 */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. * * Developed at SunPro, a Sun Mi
www.eeworm.com/read/125688/6026102

c w_hypot.c

/* @(#)w_hypot.c 5.1 93/09/24 */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. * * Developed at SunPro, a Sun Micros
www.eeworm.com/read/125688/6026105

c w_sqrtf.c

/* w_sqrtf.c -- float version of w_sqrt.c. * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* * ==================================================== * Copyright (C)
www.eeworm.com/read/125688/6026107

c w_expf.c

/* w_expf.c -- float version of w_exp.c. * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* * ==================================================== * Copyright (C) 19