Searched refs:oct_spline_y (Results 1 – 2 of 2) sorted by relevance
/dports/science/octopus/octopus-10.5/src/math/ |
H A D | splines.F90 | 350 subroutine oct_spline_y(spl, acc, y) 356 end subroutine oct_spline_y 537 call oct_spline_y(spl1%spl, spl1%acc, y(1)) 569 call oct_spline_y(spl%spl, spl%acc, y(1)) 621 call oct_spline_y(spl1%spl, spl1%acc, y(1)) 656 call oct_spline_y(spl%spl, spl%acc, y(1)) 730 call oct_spline_y(spl%spl, spl%acc, y(1)) 794 call oct_spline_y(spl%spl, spl%acc, y(1)) 835 call oct_spline_y(spla%spl, spla%acc, y(1)) 871 call oct_spline_y(spl%spl, spl%acc, y(1)) [all …]
|
H A D | spline_low.cc | 97 extern "C" void FC_FUNC_(oct_spline_y, OCT_SPLINE_Y)(const void **spl, void **acc, double *y){ in FC_FUNC_() argument
|