make/java/fdlibm/FILES_c.gmk

Print this page




  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 FILES_c = \
  27         k_standard.c \
  28         k_rem_pio2.c \
  29         k_cos.c \
  30         k_sin.c \
  31         k_tan.c \
  32         e_acos.c \
  33         e_acosh.c \
  34         e_asin.c \
  35         e_atan2.c \
  36         e_atanh.c \
  37         e_cosh.c \
  38         e_exp.c \
  39         e_fmod.c \
  40         e_gamma.c \
  41         e_gamma_r.c \
  42         e_hypot.c \
  43         e_j0.c \
  44         e_j1.c \
  45         e_jn.c \
  46         e_lgamma.c \
  47         e_lgamma_r.c \
  48         e_log.c \
  49         e_log10.c \
  50         e_pow.c \
  51         e_rem_pio2.c \
  52         e_remainder.c \
  53         e_scalb.c \
  54         e_sinh.c \
  55         e_sqrt.c \
  56         w_acos.c \
  57         w_acosh.c \
  58         w_asin.c \
  59         w_atan2.c \
  60         w_atanh.c \
  61         w_cosh.c \
  62         w_exp.c \
  63         w_fmod.c \
  64         w_gamma.c \
  65         w_gamma_r.c \
  66         w_hypot.c \
  67         w_j0.c \
  68         w_j1.c \
  69         w_jn.c \
  70         w_lgamma.c \
  71         w_lgamma_r.c \
  72         w_log.c \
  73         w_log10.c \
  74         w_pow.c \
  75         w_remainder.c \
  76         w_scalb.c \
  77         w_sinh.c \
  78         w_sqrt.c \
  79         s_asinh.c \
  80         s_atan.c \
  81         s_cbrt.c \
  82         s_ceil.c \
  83         s_copysign.c \
  84         s_cos.c \
  85         s_erf.c \
  86         s_expm1.c \
  87         s_fabs.c \
  88         s_finite.c \
  89         s_floor.c \
  90         s_frexp.c \
  91         s_ilogb.c \
  92         s_isnan.c \
  93         s_ldexp.c \
  94         s_lib_version.c \
  95         s_log1p.c \
  96         s_logb.c \
  97         s_matherr.c \
  98         s_modf.c \
  99         s_nextafter.c \
 100         s_rint.c \
 101         s_scalbn.c \
 102         s_signgam.c \
 103         s_significand.c \
 104         s_sin.c \
 105         s_tan.c \


  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 FILES_c = \
  27         k_standard.c \
  28         k_rem_pio2.c \
  29         k_cos.c \
  30         k_sin.c \
  31         k_tan.c \
  32         e_acos.c \

  33         e_asin.c \
  34         e_atan2.c \
  35         e_atanh.c \
  36         e_cosh.c \
  37         e_exp.c \
  38         e_fmod.c \


  39         e_hypot.c \





  40         e_log.c \
  41         e_log10.c \
  42         e_pow.c \
  43         e_rem_pio2.c \
  44         e_remainder.c \
  45         e_scalb.c \
  46         e_sinh.c \
  47         e_sqrt.c \
  48         w_acos.c \

  49         w_asin.c \
  50         w_atan2.c \
  51         w_atanh.c \
  52         w_cosh.c \
  53         w_exp.c \
  54         w_fmod.c \


  55         w_hypot.c \





  56         w_log.c \
  57         w_log10.c \
  58         w_pow.c \
  59         w_remainder.c \
  60         w_scalb.c \
  61         w_sinh.c \
  62         w_sqrt.c \

  63         s_atan.c \
  64         s_cbrt.c \
  65         s_ceil.c \
  66         s_copysign.c \
  67         s_cos.c \

  68         s_expm1.c \
  69         s_fabs.c \
  70         s_finite.c \
  71         s_floor.c \
  72         s_frexp.c \
  73         s_ilogb.c \
  74         s_isnan.c \
  75         s_ldexp.c \
  76         s_lib_version.c \
  77         s_log1p.c \
  78         s_logb.c \
  79         s_matherr.c \
  80         s_modf.c \
  81         s_nextafter.c \
  82         s_rint.c \
  83         s_scalbn.c \
  84         s_signgam.c \
  85         s_significand.c \
  86         s_sin.c \
  87         s_tan.c \