Home
last modified time | relevance | path

Searched refs:betal (Results 1 – 25 of 464) sorted by relevance

12345678910>>...19

/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_spharm.h38 betal=SUMA_MxVecMult(Ycommon, dif, NULL, 0); \
41 SUMA_ShowMxVec(betal, 1, NULL, stmp); \
44 mxvd2(betax,l, j) = mxvd1(betal,j); \
50 sm = SUMA_MxVecMult(y_l_t, betal, sm, 0); \
H A DSUMA_SpharmReco.c219 SUMA_MX_VEC *betal=NULL; in main() local
419 betal = SUMA_NewMxVec(SUMA_double, 2, dims, 1); in main()
421 for (i=0;i<=2*l;++i) { mxvd2(betal,i,0) = mxvd2(abeta[jj],l, i); } in main()
423 SUMA_ShowMxVec(betal, 1, NULL, "\nbetal matrix\n"); in main()
424 xe = SUMA_MxVecMult(y_l_t, betal, NULL, 0); in main()
452 betal = SUMA_NewMxVec(SUMA_double, 2, dims, 1); in main()
455 for (i=0;i<=2*l;++i) { mxvd2(betal,i,0) = mxvd2(abeta[jj],l, i); } in main()
457 SUMA_ShowMxVec(betal, 1, NULL, "\nbetal matrix\n"); in main()
458 sm = SUMA_MxVecMult(y_l_t, betal, sm, 0); in main()
526 if (betal) betal = SUMA_FreeMxVec(betal); in main()
H A DSUMA_SpharmDeco.c282 SUMA_MX_VEC *betal=NULL, **betax=NULL, in main() local
729 betal = SUMA_MxVecMult(Ycommon, x, NULL, 0); in main()
731 SUMA_ShowMxVec(betal, 1, NULL, "\nbetalx matrix\n"); in main()
732 mxvd2(betax[icol],0,0) = mxvd2(betal, 0, 0); in main()
735 xe[icol] = SUMA_MxVecMult(y_l_t, betal, NULL, 0); in main()
736 betal = SUMA_FreeMxVec(betal); in main()
800 if (betal) betal = SUMA_FreeMxVec(betal); in main()
/dports/science/octopus/octopus-10.5/src/poisson/
H A Dpoisson_corrections.F90198 FLOAT, allocatable :: betal(:)
214 SAFE_ALLOCATE(betal(1:(this%maxl+1)**2))
222 betal(add_lm) = (2**(ll+2))/( alpha**(2*ll+3) * sqrt(M_PI) * lldfac )
233 …rho_corrected(ip) = rho_corrected(ip) - mult(add_lm)*betal(add_lm)*this%aux(ip, add_lm)*this%gauss…
241 SAFE_DEALLOCATE_A(betal)
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/special_functions/03_beta/
H A Dcheck_nan.cc43 long double e = std::betal(xl, yl); in test01()
69 long double e = std::betal(xl, yl); in test02()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/special_functions/03_beta/
H A Dcheck_nan.cc43 long double e = std::betal(xl, yl); in test01()
69 long double e = std::betal(xl, yl); in test02()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/special_functions/03_beta/
H A Dcheck_nan.cc43 long double e = std::betal(xl, yl); in test01()
69 long double e = std::betal(xl, yl); in test02()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/special_functions/03_beta/
H A Dcheck_nan.cc43 long double e = std::betal(xl, yl); in test01()
69 long double e = std::betal(xl, yl); in test02()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/special_functions/03_beta/
H A Dcheck_nan.cc43 long double e = std::betal(xl, yl); in test01()
69 long double e = std::betal(xl, yl); in test02()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/special_functions/03_beta/
H A Dcheck_nan.cc43 long double e = std::betal(xl, yl); in test01()
69 long double e = std::betal(xl, yl); in test02()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/special_functions/03_beta/
H A Dcheck_nan.cc43 long double e = std::betal(xl, yl); in test01()
69 long double e = std::betal(xl, yl); in test02()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/special_functions/03_beta/
H A Dcheck_nan.cc43 long double e = std::betal(xl, yl); in test01()
69 long double e = std::betal(xl, yl); in test02()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/special_functions/03_beta/
H A Dcheck_nan.cc43 long double e = std::betal(xl, yl); in test01()
69 long double e = std::betal(xl, yl); in test02()
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/special_functions/03_beta/
H A Dcheck_nan.cc43 long double e = std::betal(xl, yl); in test01()
69 long double e = std::betal(xl, yl); in test02()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/special_functions/03_beta/
H A Dcheck_nan.cc43 long double e = std::betal(xl, yl); in test01()
69 long double e = std::betal(xl, yl); in test02()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/special_functions/03_beta/
H A Dcheck_nan.cc43 long double e = std::betal(xl, yl); in test01()
69 long double e = std::betal(xl, yl); in test02()
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/testsuite/special_functions/03_beta/
H A Dcheck_nan.cc43 long double e = std::betal(xl, yl); in test01()
69 long double e = std::betal(xl, yl); in test02()
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/special_functions/03_beta/
H A Dcheck_nan.cc43 long double e = std::betal(xl, yl); in test01()
69 long double e = std::betal(xl, yl); in test02()
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/special_functions/03_beta/
H A Dcheck_nan.cc43 long double e = std::betal(xl, yl); in test01()
69 long double e = std::betal(xl, yl); in test02()
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/special_functions/03_beta/
H A Dcheck_nan.cc43 long double e = std::betal(xl, yl); in test01()
69 long double e = std::betal(xl, yl); in test02()
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/special_functions/03_beta/
H A Dcheck_nan.cc43 long double e = std::betal(xl, yl); in test01()
70 long double e = std::betal(xl, yl); in test02()
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/testsuite/special_functions/03_beta/
H A Dcheck_nan.cc43 long double e = std::betal(xl, yl); in test01()
70 long double e = std::betal(xl, yl); in test02()
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/03_beta/
H A Dcheck_nan.cc43 long double e = std::tr1::betal(xl, yl); in test01()
69 long double e = std::tr1::betal(xl, yl); in test02()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/03_beta/
H A Dcheck_nan.cc43 long double e = std::tr1::betal(xl, yl); in test01()
69 long double e = std::tr1::betal(xl, yl); in test02()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/03_beta/
H A Dcheck_nan.cc43 long double e = std::tr1::betal(xl, yl); in test01()
69 long double e = std::tr1::betal(xl, yl); in test02()

12345678910>>...19