Home
last modified time | relevance | path

Searched refs:FCONST (Results 1 – 25 of 793) sorted by relevance

12345678910>>...32

/dports/audio/aften/aften-0.0.8/libaften/
H A Dfilter.c59 b[0] = (FCONST(1.0) - cs) / FCONST(2.0); in biquad_generate_lowpass()
61 b[2] = (FCONST(1.0) - cs) / FCONST(2.0); in biquad_generate_lowpass()
83 b[0] = (FCONST(1.0) + cs) / FCONST(2.0); in biquad_generate_highpass()
85 b[2] = (FCONST(1.0) + cs) / FCONST(2.0); in biquad_generate_highpass()
151 out[i] = CLIP(v, -FCONST(1.0), FCONST(1.0)); in biquad_i_run_filter()
175 out[i] = CLIP(v, -FCONST(1.0), FCONST(1.0)); in biquad_ii_run_filter()
203 f->coefs[0] = FCONST(1.0) / (c2 + AFT_SQRT2 * c + FCONST(1.0)); in butterworth_generate_lowpass()
206 f->coefs[3] = FCONST(2.0) * (FCONST(1.0) - c2) * f->coefs[0]; in butterworth_generate_lowpass()
216 f->coefs[0] = FCONST(1.0) / (c2 + AFT_SQRT2 * c + FCONST(1.0)); in butterworth_generate_highpass()
219 f->coefs[3] = FCONST(2.0) * (c2 - FCONST(1.0)) * f->coefs[0]; in butterworth_generate_highpass()
[all …]
H A Ddynrng.c44 { -22, -10, 10, 20, 35, FCONST(0.50), FCONST(0.50), FCONST(0.05) },
46 { -12, 0, 5, 15, 35, FCONST(0.50), FCONST(0.50), FCONST(0.05) },
48 { -34, -10, 10, 10, 40, FCONST(0.50), FCONST(0.50), FCONST(0.50) },
50 { -24, 0, 5, 15, 35, FCONST(0.50), FCONST(0.50), FCONST(0.05) },
52 { -19, 0, 5, 15, 35, FCONST(0.20), FCONST(0.50), FCONST(0.05) }
71 #define DB_TO_SCALE(db) (AFT_EXP10(db * FCONST(0.05)))
73 #define SCALE_TO_DB(scale) (FCONST(20.0) * AFT_LOG10(scale))
93 scale512 = (int)(AFT_FABS(scale) * FCONST(512.0)); in scale_to_dynrng()
108 scale = ((FLOAT)dynrngscaletab[code]) / FCONST(512.0);
174 rms_all = FCONST(10.0) * AFT_LOG10(rms_all + FCONST(1e-10)); in calculate_rms()
[all …]
H A Dmdct.h45 #define ONE FCONST(1.0)
46 #define TWO FCONST(2.0)
47 #define AFT_PI3_8 FCONST(0.38268343236508977175)
48 #define AFT_PI2_8 FCONST(0.70710678118654752441)
49 #define AFT_PI1_8 FCONST(0.92387953251128675613)
H A Dbitalloc.c752 FCONST( 0.000), FCONST( 1.667),
753 FCONST( 2.333), FCONST( 3.000),
754 FCONST( 3.500), FCONST( 4.000),
755 FCONST( 5.000), FCONST( 6.000),
756 FCONST( 7.000), FCONST( 8.000),
757 FCONST( 9.000), FCONST(10.000),
758 FCONST(11.000), FCONST(12.000),
759 FCONST(14.000), FCONST(16.000)
784 FLOAT lfe_bits = FCONST(0.0); in vbw_bit_allocation()
803 mant_bits = FCONST(0.0); in vbw_bit_allocation()
H A Dwindow.c68 bessel = FCONST(1.0); in kbd_window_init()
70 bessel = (bessel * x / (j*j)) + FCONST(1.0); in kbd_window_init()
75 sum += FCONST(1.0); in kbd_window_init()
/dports/audio/aften/aften-0.0.8/
H A Dcommon.h116 #define FCONST(X) (X) macro
127 #define FCONST(X) (X##f) macro
137 #define AFT_PI FCONST(3.14159265358979323846)
138 #define AFT_SQRT2 FCONST(1.41421356237309504880)
139 #define AFT_LN10 FCONST(2.30258509299404568402)
/dports/devel/swig/swig-4.0.2/Examples/guile/constants/
H A Drunme.scm3 (or (< (abs (- (FCONST) 2.1828)) 0.00001) (exit 1))
4 (display "FCONST = ")(display (FCONST))(display " (should be 2.1828)\n")
13 (or (< (abs (- (EXPR) (+ (ICONST) (* 3 (FCONST))))) 0.00001) (exit 1))
14 (display "EXPR = ")(display (abs (- (EXPR) (+ (ICONST) (* 3 (FCONST))))))(display " (should roun…
/dports/biology/mopac/mopac7-1.15/fortran/
H A Dforsav.f2 1 EVECS,JSTART,FCONST) argument
5 DIMENSION FMATRX(*), DELDIP(3,*), COORD(*), EVECS(*), FCONST(*)
39 READ(IR)JSTART,(FCONST(I),I=1,NVAR)
54 WRITE(IR)JSTART,(FCONST(I),I=1,NVAR)
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DFCONST.java30 public class FCONST extends Instruction implements ConstantPushInstruction { class
39 FCONST() { in FCONST() method in FCONST
43 public FCONST(final float f) { in FCONST() method in FCONST
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DFCONST.java30 public class FCONST extends Instruction implements ConstantPushInstruction { class
39 FCONST() { in FCONST() method in FCONST
43 public FCONST(final float f) { in FCONST() method in FCONST
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DFCONST.java30 public class FCONST extends Instruction implements ConstantPushInstruction { class
39 FCONST() { in FCONST() method in FCONST
43 public FCONST(final float f) { in FCONST() method in FCONST
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DFCONST.java30 public class FCONST extends Instruction implements ConstantPushInstruction { class
39 FCONST() { in FCONST() method in FCONST
43 public FCONST(final float f) { in FCONST() method in FCONST
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DFCONST.java30 public class FCONST extends Instruction implements ConstantPushInstruction { class
39 FCONST() { in FCONST() method in FCONST
43 public FCONST(final float f) { in FCONST() method in FCONST
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DFCONST.java31 public class FCONST extends Instruction implements ConstantPushInstruction { class
40 FCONST() { in FCONST() method in FCONST
44 public FCONST(final float f) { in FCONST() method in FCONST
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DFCONST.java30 public class FCONST extends Instruction implements ConstantPushInstruction { class
39 FCONST() { in FCONST() method in FCONST
43 public FCONST(final float f) { in FCONST() method in FCONST
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DFCONST.java31 public class FCONST extends Instruction implements ConstantPushInstruction { class
40 FCONST() { in FCONST() method in FCONST
44 public FCONST(final float f) { in FCONST() method in FCONST
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DFCONST.java68 public class FCONST extends Instruction class
76 FCONST() {} in FCONST() method in FCONST
78 public FCONST(float f) { in FCONST() method in FCONST
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DFCONST.java68 public class FCONST extends Instruction class
76 FCONST() {} in FCONST() method in FCONST
78 public FCONST(float f) { in FCONST() method in FCONST
/dports/audio/aften/aften-0.0.8/util/
H A Dwavrms.c61 rms_all = (rms_left + rms_right) / FCONST(2.0); in calculate_rms()
65 rms_all = FCONST(10.0) * AFT_LOG10(rms_all + FCONST(1e-10)); in calculate_rms()
66 return -((int)(rms_all + FCONST(0.5))); in calculate_rms()
/dports/audio/aften/aften-0.0.8/pcm/
H A Dconvert.c401 dest[i] = (src[i] - FCONST(128.0)) / FCONST(128.0); in fmt_convert_u8_to_float()
412 dest[i] = src[i] / FCONST(32768.0); in fmt_convert_s16_to_float()
423 dest[i] = src[i] / FCONST(524288.0); in fmt_convert_s20_to_float()
434 dest[i] = src[i] / FCONST(8388608.0); in fmt_convert_s24_to_float()
445 dest[i] = src[i] / FCONST(2147483648.0); in fmt_convert_s32_to_float()
473 dest[i] = (src[i] - FCONST(128.0)) / FCONST(128.0); in fmt_convert_u8_to_double()
484 dest[i] = src[i] / FCONST(32768.0); in fmt_convert_s16_to_double()
495 dest[i] = src[i] / FCONST(524288.0); in fmt_convert_s20_to_double()
506 dest[i] = src[i] / FCONST(8388608.0); in fmt_convert_s24_to_double()
517 dest[i] = src[i] / FCONST(2147483648.0); in fmt_convert_s32_to_double()
/dports/devel/swig/swig-4.0.2/Examples/xml/
H A Dexample_const.i7 #define FCONST 2.1828 macro
14 #define EXPR ICONST + 3*(FCONST)
/dports/devel/swig/swig-4.0.2/Examples/chicken/constants/
H A Dexample.i7 #define FCONST 2.1828 macro
14 #define EXPR ICONST + 3*(FCONST)
/dports/devel/swig/swig-4.0.2/Examples/javascript/constant/
H A Dexample.i7 #define FCONST 2.1828 macro
14 #define EXPR ICONST + 3*(FCONST)
/dports/devel/swig/swig-4.0.2/Examples/lua/constants/
H A Dexample.i7 #define FCONST 2.1828 macro
14 #define EXPR ICONST + 3*(FCONST)
/dports/devel/swig/swig-4.0.2/Examples/go/constants/
H A Dexample.i7 #define FCONST 2.1828 macro
14 #define EXPR ICONST + 3*(FCONST)

12345678910>>...32