Home
last modified time | relevance | path

Searched defs:cheb (Results 1 – 25 of 54) sorted by relevance

123

/dports/misc/rump/buildrump.sh-b914579/src/sys/ufs/chfs/
H A Dchfs_scan.c103 struct chfs_eraseblock *cheb, void *buf, off_t ofs) in chfs_scan_check_vnode()
183 struct chfs_eraseblock *cheb; in chfs_scan_mark_dirent_obsolete() local
216 struct chfs_eraseblock *cheb, *oldcheb; in chfs_add_fd_to_list() local
280 struct chfs_eraseblock *cheb, void *buf, off_t ofs) in chfs_scan_check_dirent_node()
352 struct chfs_eraseblock *cheb, void *buf, off_t ofs) in chfs_scan_check_data_node()
405 struct chfs_eraseblock *cheb) in chfs_scan_classify_cheb()
427 struct chfs_eraseblock *cheb) in chfs_scan_eraseblock()
H A Dchfs_nodeops.c45 struct chfs_eraseblock *cheb, uint32_t size) in chfs_update_eb_dirty()
256 struct chfs_eraseblock *cheb, struct chfs_node_ref *nref) in chfs_nref_len()
281 struct chfs_eraseblock *cheb; in chfs_mark_node_obsolete() local
422 struct chfs_eraseblock *cheb) in chfs_close_eraseblock()
544 struct chfs_eraseblock *cheb; in chfs_reserve_space() local
H A Dchfs_vnode.c337 struct chfs_eraseblock *cheb, int change) in chfs_change_size_free()
355 struct chfs_eraseblock *cheb, int change) in chfs_change_size_dirty()
373 struct chfs_eraseblock *cheb, int change) in chfs_change_size_unchecked()
391 struct chfs_eraseblock *cheb, int change) in chfs_change_size_used()
409 struct chfs_eraseblock *cheb, int change) in chfs_change_size_wasted()
H A Dchfs_gc.c162 struct chfs_eraseblock *cheb; in chfs_gc_thread_should_wake() local
701 chfs_gcollect_pristine(struct chfs_mount *chmp, struct chfs_eraseblock *cheb, in chfs_gcollect_pristine()
853 struct chfs_eraseblock *cheb, struct chfs_node_ref *nref, in chfs_gcollect_live()
958 struct chfs_eraseblock *cheb, struct chfs_inode *parent, in chfs_gcollect_dirent()
993 struct chfs_eraseblock *cheb, struct chfs_inode *parent, in chfs_gcollect_deletion_dirent()
H A Dchfs_erase.c51 struct chfs_eraseblock *cheb; in chfs_remap_leb() local
H A Dchfs_malloc.c219 chfs_alloc_node_ref(struct chfs_eraseblock *cheb) in chfs_alloc_node_ref()
256 chfs_free_node_refs(struct chfs_eraseblock *cheb) in chfs_free_node_refs()
/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/impls/cheby/
H A Dcheby.c6 KSP_Chebyshev *cheb = (KSP_Chebyshev*)ksp->data; in KSPReset_Chebyshev() local
52 KSP_Chebyshev *cheb = (KSP_Chebyshev*)ksp->data; in KSPSetUp_Chebyshev() local
163 KSP_Chebyshev *cheb = (KSP_Chebyshev*)ksp->data; in KSPChebyshevEstEigSet_Chebyshev() local
198 KSP_Chebyshev *cheb = (KSP_Chebyshev*)ksp->data; in KSPChebyshevEstEigSetUseNoisy_Chebyshev() local
341 KSP_Chebyshev *cheb = (KSP_Chebyshev*)ksp->data; in KSPChebyshevEstEigGetKSP_Chebyshev() local
350 KSP_Chebyshev *cheb = (KSP_Chebyshev*)ksp->data; in KSPSetFromOptions_Chebyshev() local
396 KSP_Chebyshev *cheb = (KSP_Chebyshev*)ksp->data; in KSPSolve_Chebyshev() local
565 KSP_Chebyshev *cheb = (KSP_Chebyshev*)ksp->data; in KSPView_Chebyshev() local
589 KSP_Chebyshev *cheb = (KSP_Chebyshev*)ksp->data; in KSPDestroy_Chebyshev() local
/dports/science/cp2k-data/cp2k-7.1.0/tools/Fun2D/
H A Dpadua2_mpfr.f9043 SUBROUTINE cheb(deg,pt,tcheb,s1) subroutine
45 TYPE(mpfr_type) :: pt,s1,tcheb(0:deg) argument
66 END SUBROUTINE cheb argument
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/tools/Fun2D/
H A Dpadua2_mpfr.f9043 SUBROUTINE cheb(deg,pt,tcheb,s1) subroutine
45 TYPE(mpfr_type) :: pt,s1,tcheb(0:deg) argument
66 END SUBROUTINE cheb argument
/dports/devel/hyperscan/boost_1_75_0/libs/math/example/daubechies_wavelets/
H A Dbootstrap_chebyshev.cpp11 auto cheb = boost::math::chebyshev_transform(phi, phi.support().first, phi.support().second); in bootstrap() local
/dports/math/octave-forge-signal/signal-1.4.1/inst/
H A Dcheb.m34 function T = cheb (n, x) function
/dports/devel/hyperscan/boost_1_75_0/libs/math/test/
H A Dchebyshev_transform_test.cpp39 chebyshev_transform<Real> cheb(f, a, b, tol); in test_sin_chebyshev_transform() local
71 chebyshev_transform<Real> cheb(f, a, b, tol/50); in test_sinc_chebyshev_transform() local
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/C3/test/lib_funcs_test/
H A Dmain.c53 CuSuite * cheb = ChebGetSuite(); in RunAllTests() local
/dports/devel/boost-python-libs/boost_1_72_0/libs/math/test/
H A Dchebyshev_transform_test.cpp48 chebyshev_transform<Real> cheb(f, a, b, tol); in test_sin_chebyshev_transform() local
95 chebyshev_transform<Real> cheb(f, a, b, tol/50); in test_sinc_chebyshev_transform() local
/dports/devel/boost-docs/boost_1_72_0/libs/math/test/
H A Dchebyshev_transform_test.cpp48 chebyshev_transform<Real> cheb(f, a, b, tol); in test_sin_chebyshev_transform() local
95 chebyshev_transform<Real> cheb(f, a, b, tol/50); in test_sinc_chebyshev_transform() local
/dports/devel/boost-libs/boost_1_72_0/libs/math/test/
H A Dchebyshev_transform_test.cpp48 chebyshev_transform<Real> cheb(f, a, b, tol); in test_sin_chebyshev_transform() local
95 chebyshev_transform<Real> cheb(f, a, b, tol/50); in test_sinc_chebyshev_transform() local
/dports/audio/gnuitar/gnuitar-0.3.2/src/
H A Ddistort2.h40 struct Biquad cheb, cheb1; /* chebyshev filters */ member
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/math-functions-0.3.4.1/tests/Tests/
H A DChebyshev.hs65 cheb = function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/math-functions-0.3.4.1/tests/Tests/
H A DChebyshev.hs65 cheb = function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/math-functions-0.3.4.2/tests/Tests/
H A DChebyshev.hs65 cheb = function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/math-functions-0.3.4.2/tests/Tests/
H A DChebyshev.hs65 cheb = function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/math-functions-0.3.4.2/tests/Tests/
H A DChebyshev.hs65 cheb = function
/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/math-functions-0.3.4.2/tests/Tests/
H A DChebyshev.hs65 cheb = function
/dports/audio/vo-amrwbenc/vo-amrwbenc-0.1.3/amrwbenc/src/
H A Daz_isp.c216 Word32 i, cheb; in Chebps2() local
/dports/audio/opencore-amr/opencore-amr-0.1.5/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/
H A Daz_lsp.cpp188 Word16 cheb; in Chebps() local

123