Home
last modified time | relevance | path

Searched refs:ERF (Results 1 – 25 of 1127) sorted by relevance

12345678910>>...46

/dports/math/cmlib/cmlib-3.0_8/doc/fnlib/
H A Derf2 FUNCTION ERF (X)
3 C***BEGIN PROLOGUE ERF
7 C***KEYWORDS ERF,ERROR FUNCTION,SPECIAL FUNCTION
9 C***PURPOSE Computes the error function, ERF.
11 C ERF(X) calculates the single precision error function for
14 C Series for ERF on the interval 0. to 1.00000D+00
21 C***END PROLOGUE ERF
H A Dderf9 C***PURPOSE Computes the d.p. error function, ERF, of X.
15 C Series for ERF on the interval 0. to 1.00000E+00
/dports/editors/calligra/calligra-3.2.1/sheets/functions/
H A Dkspreadengineeringmodule.desktop42 …DEC, BIN2HEX, BIN2OCT, COMPLEX, CONVERT, DEC2BIN, DEC2HEX, DEC2OCT, DELTA, ERF, ERFC, GESTEP, HEX2…
43 …, BINUHEX, BINUOKT, KOMPLEKS, KONVERTUJ, DECUBIN, DECUHEX, DECUOKT, DELTA, ERF, ERFC, GESTEP, HEXU…
44 …DEC, BIN2HEX, BIN2OCT, COMPLEX, CONVERT, DEC2BIN, DEC2HEX, DEC2OCT, DELTA, ERF, ERFC, GESTEP, HEX2…
46 …DEC, BIN2HEX, BIN2OCT, COMPLEX, CONVERT, DEC2BIN, DEC2HEX, DEC2OCT, DELTA, ERF, ERFC, GESTEP, HEX2…
47 …DEC, BIN2HEX, BIN2OCT, COMPLEX, CONVERT, DEC2BIN, DEC2HEX, DEC2OCT, DELTA, ERF, ERFC, GESTEP, HEX2…
48 …DEC, BIN2HEX, BIN2OCT, COMPLEX, CONVERT, DEC2BIN, DEC2HEX, DEC2OCT, DELTA, ERF, ERFC, GESTEP, HEX2…
49 …DEC, BIN2HEX, BIN2OCT, COMPLEX, CONVERT, DEC2BIN, DEC2HEX, DEC2OCT, DELTA, ERF, ERFC, GESTEP, HEX2…
51 …DEC, BIN2HEX, BIN2OCT, COMPLEX, CONVERT, DEC2BIN, DEC2HEX, DEC2OCT, DELTA, ERF, ERFC, GESTEP, HEX2…
52 …DEC, BIN2HEX, BIN2OCT, COMPLEX, CONVERT, DEC2BIN, DEC2HEX, DEC2OCT, DELTA, ERF, ERFC, GESTEP, HEX2…
53 …DEC, BIN2HEX, BIN2OCT, COMPLEX, CONVERT, DEC2BIN, DEC2HEX, DEC2OCT, DELTA, ERF, ERFC, GESTEP, HEX2…
[all …]
/dports/science/py-mdp/MDP-3.5/
H A DCHANGES460 2011-06-30: ERF: PEP8 fix (da pignolo)
697 2011-01-05: ERF: improved testall.py
946 2010-11-30: ERF: Improved code readibility.
1059 2010-08-24: ERF: ISFA supports float>64
1121 2010-08-05: ERF: Tweaked the hinet CSS.
1171 2010-07-23: ERF: PEP8
1285 2010-07-22: ERF: Tests for cache extension
1322 2010-07-22: ERF: move spinner to _tools
1335 2010-07-22: ERF: move BogusNode* to _tools
1448 2010-07-19: ERF: refactored py3tool
[all …]
/dports/devel/asl/asl-current/include/z8/
H A Dz86cxx.inc22 PCON sfr 00h ; [ERF Bank F]
25 SMR sfr 0bh ; [ERF Bank F] Stop Mode Recovery Register
49 SCOMP sfr 00h ; [ERF Bank C] SPI Compare
50 RxBUF sfr 01h ; [ERF Bank C] SPI Tx/Rx Data
51 SCON sfr 02h ; [ERF Bank C] SPI Control
73 WDTMR sfr 0fh ; [ERF Bank F] Watchdog Timer Mode
/dports/misc/mnn/MNN-1.2.0/source/backend/tensorrt/execution/plugin/
H A DUnaryPlugin.cu79 __global__ void ERF(const int n, const T* in, T* out);
82 __global__ void ERF<float>(const int n, const float* in, float* out) { in ERF() function
94 __global__ void ERF<__half>(const int n, const __half* in, __half* out) { in ERF() function
127 ERF<float><<<CAFFE_GET_BLOCKS(count), CUDA_NUM_THREADS>>>(count, bottom_data, top_data); in UnaryExecute()
129ERF<__half><<<CAFFE_GET_BLOCKS(count), CUDA_NUM_THREADS>>>(count, (const __half*)bottom_data, (__h… in UnaryExecute()
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/frmenus/math/
H A Derror.men5 2. LET YNEW = ERF(Y)
30 @IF 2 1 LET _3 = ERF( _1 ) _4
35 WEB HELP ERF
/dports/science/gnudatalanguage/gdl-1.0.1/testsuite/
H A Dtest_erfinv.pro6 if ABS(IMSL_ERF(ERF(x[i]), /inv) - x[i]) gt 1e-6 then begin
10 if ABS(IMSL_ERF(ERF(x[i], /double), /inv, /double) - x[i]) gt 1e-7 then begin
18 if ABS(IMSL_ERF(ERF(x[i]), /inv) - x[i]) gt 1e-7 then begin
/dports/math/scilab/scilab-6.1.1/scilab/modules/m2sci/tests/unit_tests/execution/
H A DERF.dia.ref10 // Unitary test for conversion of Matlab function: ERF
12 if ~m2sciTestExecution("ERF") then bugmes();quit;end
14 File to convert: SCI/modules/m2sci/tests/unit_tests/mfiles/ERF.m
H A DERF.tst12 // Unitary test for conversion of Matlab function: ERF
16 if ~m2sciTestExecution("ERF") then pause;end
/dports/math/scilab/scilab-6.1.1/scilab/modules/m2sci/tests/unit_tests/conversion/
H A DERF.dia.ref10 // Unitary test for conversion of Matlab function: ERF
12 if ~m2sciTestConversion("ERF") then bugmes();quit;end
14 File to convert: SCI/modules/m2sci/tests/unit_tests/mfiles/ERF.m
H A DERF.tst12 // Unitary test for conversion of Matlab function: ERF
16 if ~m2sciTestConversion("ERF") then pause;end
/dports/math/PDL/PDL-2.019/Lib/GSL/SF/erf/
H A DMakefile.PL6 my @pack = (['gsl_sf_erf.pd', qw(ERF PDL::GSLSF::ERF)]);
/dports/math/PDL/PDL-2.019/GENERATED/PDL/GSLSF/
H A DERF.pm5 package PDL::GSLSF::ERF;
19 bootstrap PDL::GSLSF::ERF ;
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/
H A DErf.php30 public static function ERF($lower, $upper = null) function in PhpOffice\\PhpSpreadsheet\\Calculation\\Engineering\\Erf
63 return self::ERF($limit);
/dports/graphics/plotutils/plotutils-2.6/ode/
H A Dgram.h70 ERF = 286, enumerator
114 #define ERF 286 macro
/dports/science/ergo/ergo-3.8/source/dft/
H A Dfunctionals.h69 #define ERF erff macro
81 #define ERF erf macro
94 #define ERF erfq macro
104 #define ERF erfl macro
/dports/science/openbabel/openbabel-3.1.1/test/pdb_ligands_sdf/
H A D4erf_0r3.sdf3 Coordinates from PDB:4ERF:A:201 Model:1 without hydrogens
143 4ERF
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Storage/Cabinets/
H A Dmod.rs8 perf: *const ERF, in FCICreate() argument
31 …: ::core::option::Option<PFNSEEK>, cputype: FDICREATE_CPU_TYPE, perf: *mut ERF) -> *mut ::core::ff… in FDICreate()
70 pub struct ERF { struct
76 impl ::core::marker::Copy for ERF {} argument
78 impl ::core::clone::Clone for ERF { implementation
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Storage/Cabinets/
H A Dmod.rs67 pub struct ERF { struct
73 impl ERF {} argument
75 impl ::std::default::Default for ERF { implementation
81 impl ::std::fmt::Debug for ERF { implementation
87 impl ::std::cmp::PartialEq for ERF { implementation
93 impl ::std::cmp::Eq for ERF {} implementation
95 unsafe impl ::windows::runtime::Abi for ERF { implementation
125 perf: *const ERF, in FCICreate() argument
143 …fn FCICreate(perf: *const ERF, pfnfcifp: ::windows::runtime::RawPtr, pfna: ::windows::runtime::Raw… in FCICreate() argument
335 …k: ::std::option::Option<PFNSEEK>, cputype: FDICREATE_CPU_TYPE, perf: *mut ERF) -> *mut ::std::ffi… in FDICreate()
[all …]
/dports/math/libpgmath/flang-d07daf3/runtime/flang/
H A Derf3f.c26 float ENT3F(ERF, erf)(float *x) { return (float)erf(*x); } in ENT3F() argument
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/frmenus/data/
H A Derrofunc.top5 ERF(X) error function
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/test/energy_srhfxfac_H/
H A Dhfx.dal6 .ERF
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/test/energy_srhfxfac_H_nosym/
H A Dhfx.dal6 .ERF
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/test/rsp_srdft_singlet/
H A Dhfsrtpss_mu_04.dal6 .ERF

12345678910>>...46