Home
last modified time | relevance | path

Searched refs:sin_ref (Results 1 – 4 of 4) sorted by relevance

/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/test/performance/
H A Dfast_sine_cosine.cpp18 Func sin_f, cos_f, sin_ref, cos_ref; in main() local
24 sin_ref(x) = sin(-two_pi * t + (1 - t) * two_pi); in main()
28 sin_ref.vectorize(x, 8); in main()
33 double t3 = 1e6 * benchmark([&]() { sin_ref.realize(1000); }); in main()
/dports/math/kalker/kalker-1.1.0/cargo-crates/rug-1.11.0/src/complex/
H A Dbig.rs2447 pub fn sin_ref(&self) -> SinIncomplete<'_> { in sin_ref() method
/dports/math/kalker/kalker-1.1.0/cargo-crates/rug-1.11.0/src/float/
H A Dbig.rs4864 pub fn sin_ref(&self) -> SinIncomplete<'_> { in sin_ref() method
/dports/japanese/libslang/slang-1.4.5jp2/doc/tm/
H A Dslang.tm865 variable sin_ref = &sin;
869 \var{sin_ref}. The second statement uses the dereference operator
870 to call the function that \var{sin_ref} references.