Searched refs:lgamma_r (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/ruby-106/ruby/missing/
H A Dlgamma_r.c0 /* lgamma_r.c - public domain implementation of function lgamma_r(3m)
3 lgamma_r() is based on gamma(). modified by Tanaka Akira.
63 lgamma_r(double x, int *signp) function
H A Dtgamma.c35 d = lgamma_r(x, &sign);
/macosx-10.10/ruby-106/ruby/include/ruby/
H A Dmissing.h119 RUBY_EXTERN double lgamma_r(double, int *);
/macosx-10.10/tcl-105/tcl_ext/ffidl/ffidl/demos/
H A Dlibm.tcl78 {double lgamma_r(double, OUT int *)}
/macosx-10.10/tcl-105/tcl_ext/ffidl/ffidl/tests/
H A Dlibm.test133 {double lgamma_r(double, OUT int *)}
/macosx-10.10/ruby-106/ruby/
H A Dmath.c714 d = lgamma_r(d0, &sign);

Completed in 76 milliseconds