Home
last modified time | relevance | path

Searched refs:f_initial (Results 1 – 7 of 7) sorted by relevance

/dports/science/lammps/lammps-stable_29Sep2021/lib/atc/
H A DFunction.h366 {return f_initial + slope*t;}; in f()
372 double f_initial, slope;
H A DFunction.cpp463 f_initial = args[0]; in TemporalRamp()
466 slope = (f_final - f_initial)/delta_t; in TemporalRamp()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/atc/
H A DFunction.h370 {return f_initial + slope*t;}; in f()
376 double f_initial, slope;
H A DFunction.cpp440 f_initial = args[0]; in TemporalRamp()
443 slope = (f_final - f_initial)/delta_t; in TemporalRamp()
/dports/devel/p5-Future/Future-0.47/
H A DREADME1253 my $f_initial = Future->new; ...
1254 my $f1 = $f_initial->then( ... );
1255 my $f2 = $f_initial->then( ... );
1257 my $f1 = Future->needs_all( $f_initial );
1258 my $f2 = Future->needs_all( $f_initial );
1264 $f_initial is still required because there is another future ($f2) that
/dports/audio/lewton/lewton-0.10.2/cargo-crates/sha2-0.1.2/rust-crypto/src/
H A Dcurve25519.rs2179 let f_initial = f; in swap_test() localVariable
2182 assert!(f == f_initial); in swap_test()
2187 assert!(g == f_initial); in swap_test()
/dports/devel/dtool/dtool-0.11.0/cargo-crates/rust-crypto-0.2.36/src/
H A Dcurve25519.rs2179 let f_initial = f; in swap_test() localVariable
2182 assert!(f == f_initial); in swap_test()
2187 assert!(g == f_initial); in swap_test()