Home
last modified time | relevance | path

Searched defs:frac_0 (Results 1 – 9 of 9) sorted by relevance

/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxfrac.h31 #define frac_0 ((frac)0) macro
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxfrac.h36 #define frac_0 ((frac)0) macro
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxfrac.h31 #define frac_0 ((frac)0) macro
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxfrac.h33 #define frac_0 ((frac)0) macro
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxfrac.h33 #define frac_0 ((frac)0) macro
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxfrac.h36 #define frac_0 ((frac)0) macro
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxfrac.h33 #define frac_0 ((frac)0) macro
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxfrac.h33 #define frac_0 ((frac)0) macro
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/rustdct-0.4.0/src/algorithm/
H A Dtype2and3_butterflies.rs96 let frac_0 = *buffer.get_unchecked(0) * T::FRAC_1_SQRT_2(); in process_inplace_dst3() localVariable
134 let frac_0 = input[0] * T::FRAC_1_SQRT_2(); in process_dst3() localVariable