Home
last modified time | relevance | path

Searched defs:hes (Results 1 – 25 of 97) sorted by relevance

1234

/dports/audio/festalon/festalon/src/pce/
H A Dpce.c14 void pce_reset(FESTALON_HES *hes) in pce_reset()
30 void io_page_w(FESTALON_HES *hes, int address, int data) in io_page_w()
86 int io_page_r(FESTALON_HES *hes, int address) in io_page_r()
140 void bank_reset(FESTALON_HES *hes) in bank_reset()
180 void bank_set(FESTALON_HES *hes, int bank, int value) in bank_set()
190 void input_w(FESTALON_HES *hes, uint8 data) in input_w()
201 uint8 input_r(FESTALON_HES *hes) in input_r()
H A Dpsg.c13 static inline void redo_ddacache(FESTALON_HES *hes, psg_channel *ch) in redo_ddacache()
42 int psg_init(FESTALON_HES *hes) in psg_init()
64 void psg_reset(FESTALON_HES *hes) in psg_reset()
69 void psg_shutdown(FESTALON_HES *hes) in psg_shutdown()
96 void psg_w(FESTALON_HES *hes, uint16 address, uint8 data) in psg_w()
165 void psg_update(FESTALON_HES *hes) in psg_update()
199 uint32 psg_flush(FESTALON_HES *hes) in psg_flush()
261 void FESTAHES_SetVolume(FESTALON_HES *hes, uint32 volume) in FESTAHES_SetVolume()
268 int FESTAHES_SetLowpass(FESTALON_HES *hes, int on, uint32 corner, uint32 order) in FESTAHES_SetLowpass()
275 int FESTAHES_SetSound(FESTALON_HES *hes, uint32 rate, int quality) in FESTAHES_SetSound()
H A Dsystem.c22 int system_init(FESTALON_HES *hes) in system_init()
31 float *FESTAHES_Emulate(FESTALON_HES *hes, int *Count) in FESTAHES_Emulate()
68 void system_reset(FESTALON_HES *hes) in system_reset()
76 void system_shutdown(FESTALON_HES *hes) in system_shutdown()
H A Dhes.c17 FESTALON_HES *hes; in FESTAHES_Load() local
72 void FESTAHES_SongControl(FESTALON_HES *hes, int which) in FESTAHES_SongControl()
89 void FESTAHES_Close(FESTALON_HES *hes) in FESTAHES_Close()
98 void FESTAHES_Disable(FESTALON_HES *hes, int d) in FESTAHES_Disable()
H A Dvdc.c14 void vdc_reset(FESTALON_HES *hes) in vdc_reset()
26 int vdc_r(FESTALON_HES *hes, int offset) in vdc_r()
46 void vdc_w(FESTALON_HES *hes, int offset, int data) in vdc_w()
/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/impls/gmres/
H A Dborthog.c37 PetscScalar *hh,*hes; in KSPGMRESModifiedGramSchmidtOrthogonalization() local
H A Dborthog2.c42 PetscScalar *hh,*hes,*lhh; in KSPGMRESClassicalGramSchmidtOrthogonalization() local
/dports/math/cppad/CppAD-20210000.8/example/general/
H A Dhessian.cpp70 Vector hes( n * n ); in HessianCases() local
/dports/math/cppad/CppAD-20210000.8/include/cppad/core/
H A Dhessian.hpp182 Vector hes(n * n); in Hessian() local
H A Dsparse_hessian.hpp424 BaseVector& hes , in SparseHessianCompute()
658 BaseVector& hes , in SparseHessian()
H A Dopt_val_hes.hpp367 BaseVector& hes ) in opt_val_hes()
/dports/math/SCIP/scip-7.0.3/src/cppad/core/
H A Dhessian.hpp183 Vector hes(n * n); in Hessian() local
H A Dsparse_hessian.hpp424 VectorBase& hes , in SparseHessianCompute()
658 VectorBase& hes , in SparseHessian()
H A Dopt_val_hes.hpp369 BaseVector& hes ) in opt_val_hes()
/dports/math/cppad/CppAD-20210000.8/test_more/general/
H A Dsparse_sub_hes.cpp119 d_vector x(n), hes( row.size() ); in test_set() local
195 d_vector x(n), hes( row.size() ); in test_bool() local
/dports/math/cppad/CppAD-20210000.8/speed/example/
H A Dsparse_hes_fun.cpp72 CppAD::vector<double> hes(n * n); in sparse_hes_fun() local
/dports/x11/babl/babl-0.1.88/babl/base/
H A Dtype-half.c84 int hes; in doubles2halfp() local
201 int hes; in singles2halfp() local
/dports/math/cppad/CppAD-20210000.8/example/sparse/
H A Dcolpack_hessian.cpp117 d_vector hes(K); in colpack_hessian() local
H A Dcolpack_jac.cpp122 const d_vector& hes( subset.val() ); in colpack_jac() local
H A Dsparse_hessian.cpp83 d_vector hes(n * n); in sparse_hessian() local
H A Dsub_sparse_hes.cpp144 vector<double> hes = H.Forward(0, x); in sub_sparse_hes() local
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/NL2SOL/
H A Ddf7hes.c22 static integer hmi, hes, hpi, hpm, stp0; local
H A Ddf7dhb.c30 static integer hmi, hes, hpi, hpm; local
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/muq2/modules/Optimization/src/
H A DCostFunction.cpp61 Eigen::MatrixXd hes(inputSizes(inputDimWrt), inputSizes(inputDimWrt)); in HessianByFD() local
/dports/audio/festalon/festalon/src/
H A Dfestalon.h27 void *hes; member

1234