Home
last modified time | relevance | path

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

/dports/x11-wm/picom/picom-8.2/src/
H A Doptions.c559 case 'I': opt->fade_in_step = normalize_d(atof(optarg)); break; in get_cfg()
572 tmp = normalize_d(atof(optarg)); in get_cfg()
589 opt->inactive_opacity = normalize_d(atof(optarg)); in get_cfg()
718 opt->active_opacity = normalize_d(atof(optarg)); in get_cfg()
884 opt->shadow_red = normalize_d(opt->shadow_red); in get_cfg()
885 opt->shadow_green = normalize_d(opt->shadow_green); in get_cfg()
886 opt->shadow_blue = normalize_d(opt->shadow_blue); in get_cfg()
887 opt->inactive_dim = normalize_d(opt->inactive_dim); in get_cfg()
888 opt->frame_opacity = normalize_d(opt->frame_opacity); in get_cfg()
889 opt->shadow_opacity = normalize_d(opt->shadow_opacity); in get_cfg()
[all …]
H A Dconfig_libconfig.c284 o->opacity = normalize_d(fval); in parse_wintype_config()
352 opt->fade_in_step = normalize_d(dval); in parse_config_libconfig()
355 opt->fade_out_step = normalize_d(dval); in parse_config_libconfig()
366 opt->inactive_opacity = normalize_d(dval); in parse_config_libconfig()
369 opt->active_opacity = normalize_d(dval); in parse_config_libconfig()
H A Dutils.h160 static inline double attr_const normalize_d(double d) { in normalize_d() function
H A Ddbus.c1098 ps->o.fade_in_step = normalize_d(val); in cdbus_process_opts_set()
1107 ps->o.fade_out_step = normalize_d(val); in cdbus_process_opts_set()
/dports/x11-wm/compton/compton-b7f43ee/src/
H A Dcompton.c1068 return ps->alpha_picts[(int) (round(normalize_d(o) in get_alpha_pict_d()
5496 ps->o.fade_in_step = normalize_d(dval) * OPAQUE; in parse_config()
5499 ps->o.fade_out_step = normalize_d(dval) * OPAQUE; in parse_config()
5510 ps->o.inactive_opacity = normalize_d(dval) * OPAQUE; in parse_config()
5513 ps->o.active_opacity = normalize_d(dval) * OPAQUE; in parse_config()
6046 ps->o.shadow_red = normalize_d(ps->o.shadow_red); in get_cfg()
6047 ps->o.shadow_green = normalize_d(ps->o.shadow_green); in get_cfg()
6048 ps->o.shadow_blue = normalize_d(ps->o.shadow_blue); in get_cfg()
6049 ps->o.inactive_dim = normalize_d(ps->o.inactive_dim); in get_cfg()
6050 ps->o.frame_opacity = normalize_d(ps->o.frame_opacity); in get_cfg()
[all …]
H A Ddbus.c1021 ps->o.fade_in_step = normalize_d(val) * OPAQUE; in cdbus_process_opts_set()
1030 ps->o.fade_out_step = normalize_d(val) * OPAQUE; in cdbus_process_opts_set()
H A Dcommon.h1652 normalize_d(double d) { in normalize_d() function
/dports/graphics/librtprocess/librtprocess-0.11.0/src/include/
H A Dsleef.c111 __inline double2 normalize_d(double2 t) { in normalize_d() function
602 s = normalize_d(s); in expk()
647 s = normalize_d(s); in expk2()
709 d = normalize_d(d); in logk2()
H A Dsleefsseavx.c84 static INLINE vdouble2 normalize_d(vdouble2 t) { in normalize_d() function
598 x2 = normalize_d(x2); in logk()
624 s = normalize_d(s); in expk()
701 s = normalize_d(s); in expk2()
764 d = normalize_d(d); in logk2()
770 x2 = normalize_d(x2); in logk2()
/dports/astro/siril/siril/subprojects/librtprocess/src/include/
H A Dsleef.h116 __inline double2 normalize_d(double2 t) { in normalize_d() function
607 s = normalize_d(s); in expk()
652 s = normalize_d(s); in expk2()
714 d = normalize_d(d); in logk2()
H A Dsleefsseavx.h89 static INLINE vdouble2 normalize_d(vdouble2 t) { in normalize_d() function
603 x2 = normalize_d(x2); in logk()
629 s = normalize_d(s); in expk()
706 s = normalize_d(s); in expk2()
769 d = normalize_d(d); in logk2()
775 x2 = normalize_d(x2); in logk2()
/dports/graphics/luminance-qt5/luminance-hdr-2.6.1.1/src/
H A Dsleef.c113 __inline double2 normalize_d(double2 t) { in normalize_d() function
604 s = normalize_d(s); in expk()
649 s = normalize_d(s); in expk2()
711 d = normalize_d(d); in logk2()
H A Dsleefsseavx.c94 static INLINE vdouble2 normalize_d(vdouble2 t) { in normalize_d() function
608 x2 = normalize_d(x2); in logk()
634 s = normalize_d(s); in expk()
711 s = normalize_d(s); in expk2()
774 d = normalize_d(d); in logk2()
780 x2 = normalize_d(x2); in logk2()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/rt/rtengine/
H A Dsleef.c112 __inline double2 normalize_d(double2 t) { in normalize_d() function
603 s = normalize_d(s); in expk()
648 s = normalize_d(s); in expk2()
710 d = normalize_d(d); in logk2()
H A Dsleefsseavx.c93 static INLINE vdouble2 normalize_d(vdouble2 t) { in normalize_d() function
607 x2 = normalize_d(x2); in logk()
633 s = normalize_d(s); in expk()
710 s = normalize_d(s); in expk2()
773 d = normalize_d(d); in logk2()
779 x2 = normalize_d(x2); in logk2()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/librtprocess/src/include/
H A Dsleef.c111 __inline double2 normalize_d(double2 t) { in normalize_d() function
602 s = normalize_d(s); in expk()
647 s = normalize_d(s); in expk2()
709 d = normalize_d(d); in logk2()
H A Dsleefsseavx.c84 static INLINE vdouble2 normalize_d(vdouble2 t) { in normalize_d() function
598 x2 = normalize_d(x2); in logk()
624 s = normalize_d(s); in expk()
701 s = normalize_d(s); in expk2()
764 d = normalize_d(d); in logk2()
770 x2 = normalize_d(x2); in logk2()
/dports/graphics/art/ART-1.9.3/rtengine/
H A Dsleefsseavx.h85 static INLINE vdouble2 normalize_d(vdouble2 t) { in normalize_d() function
599 x2 = normalize_d(x2); in logk()
625 s = normalize_d(s); in expk()
702 s = normalize_d(s); in expk2()
765 d = normalize_d(d); in logk2()
771 x2 = normalize_d(x2); in logk2()
H A Dsleef.h115 __inline double2 normalize_d(double2 t) { in normalize_d() function
606 s = normalize_d(s); in expk()
651 s = normalize_d(s); in expk2()
713 d = normalize_d(d); in logk2()
/dports/astro/siril/siril/src/rt/
H A Dsleefsseavx.c87 static INLINE vdouble2 normalize_d(vdouble2 t) { in normalize_d() function
601 x2 = normalize_d(x2); in logk()
627 s = normalize_d(s); in expk()
704 s = normalize_d(s); in expk2()
767 d = normalize_d(d); in logk2()
773 x2 = normalize_d(x2); in logk2()
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Dsleefsseavx.c84 static INLINE vdouble2 normalize_d(vdouble2 t) { in normalize_d() function
598 x2 = normalize_d(x2); in logk()
624 s = normalize_d(s); in expk()
701 s = normalize_d(s); in expk2()
764 d = normalize_d(d); in logk2()
770 x2 = normalize_d(x2); in logk2()
H A Dsleef.h110 __inline double2 normalize_d(double2 t) { in normalize_d() function
601 s = normalize_d(s); in expk()
646 s = normalize_d(s); in expk2()
708 d = normalize_d(d); in logk2()
/dports/astro/siril/siril/src/core/
H A Dsleef.h138 __inline __attribute__((always_inline)) double2 normalize_d(double2 t) { in normalize_d() function
629 s = normalize_d(s); in expk()
674 s = normalize_d(s); in expk2()
736 d = normalize_d(d); in logk2()
/dports/lang/racket/racket-8.3/src/bc/src/
H A Dstring.c3899 static Scheme_Object *normalize_d(Scheme_Object *o, int kompat) in normalize_d() function
4091 o = normalize_c(normalize_d(o, kompat)); in do_string_normalize_c()
4140 o = normalize_d(o, kompat); in do_string_normalize_d()
/dports/lang/racket-minimal/racket-8.3/src/bc/src/
H A Dstring.c3899 static Scheme_Object *normalize_d(Scheme_Object *o, int kompat) in normalize_d() function
4091 o = normalize_c(normalize_d(o, kompat)); in do_string_normalize_c()
4140 o = normalize_d(o, kompat); in do_string_normalize_d()