Home
last modified time | relevance | path

Searched +defs:t +defs:d (Results 1 – 25 of 71394) sorted by relevance

12345678910>>...2856

/dports/deskutils/gnome-todo/gnome-todo-41.0/src/animation/
H A Dgtd-easing.c26 gtd_linear (gdouble t, in gtd_linear()
27 gdouble d) in gtd_linear()
33 gtd_ease_in_quad (gdouble t, in gtd_ease_in_quad()
34 gdouble d) in gtd_ease_in_quad()
42 gtd_ease_out_quad (gdouble t, in gtd_ease_out_quad()
43 gdouble d) in gtd_ease_out_quad()
65 gtd_ease_in_cubic (gdouble t, in gtd_ease_in_cubic()
66 gdouble d) in gtd_ease_in_cubic()
97 gtd_ease_in_quart (gdouble t, in gtd_ease_in_quart()
161 gtd_ease_in_sine (gdouble t, in gtd_ease_in_sine()
[all …]
/dports/graphics/clutter/clutter-1.26.4/clutter/
H A Dclutter-easing.c8 clutter_linear (double t, in clutter_linear()
9 double d) in clutter_linear()
15 clutter_ease_in_quad (double t, in clutter_ease_in_quad()
16 double d) in clutter_ease_in_quad()
24 clutter_ease_out_quad (double t, in clutter_ease_out_quad()
25 double d) in clutter_ease_out_quad()
48 double d) in clutter_ease_in_cubic()
57 double d) in clutter_ease_out_cubic()
80 double d) in clutter_ease_in_quart()
406 x_for_t (double t, in x_for_t()
[all …]
/dports/x11-wm/muffin/muffin-4.8.0/clutter/clutter/
H A Dclutter-easing.c8 clutter_linear (double t, in clutter_linear()
9 double d) in clutter_linear()
15 clutter_ease_in_quad (double t, in clutter_ease_in_quad()
16 double d) in clutter_ease_in_quad()
24 clutter_ease_out_quad (double t, in clutter_ease_out_quad()
25 double d) in clutter_ease_out_quad()
48 double d) in clutter_ease_in_cubic()
57 double d) in clutter_ease_out_cubic()
80 double d) in clutter_ease_in_quart()
406 x_for_t (double t, in x_for_t()
[all …]
/dports/x11-wm/mutter/mutter-41.1/clutter/clutter/
H A Dclutter-easing.c8 clutter_linear (double t, in clutter_linear()
9 double d) in clutter_linear()
15 clutter_ease_in_quad (double t, in clutter_ease_in_quad()
16 double d) in clutter_ease_in_quad()
24 clutter_ease_out_quad (double t, in clutter_ease_out_quad()
25 double d) in clutter_ease_out_quad()
48 double d) in clutter_ease_in_cubic()
57 double d) in clutter_ease_out_cubic()
80 double d) in clutter_ease_in_quart()
406 x_for_t (double t, in x_for_t()
[all …]
/dports/x11/cinnamon/cinnamon-4.8.6/files/usr/local/share/cinnamon/cinnamon-settings/bin/
H A DtweenEquations.py40 def easeNone(t, b, c, d): argument
44 def easeInQuad(t, b, c, d): argument
49 def easeOutQuad(t, b, c, d): argument
68 def easeInCubic(t, b, c, d): argument
92 def easeInQuart(t, b, c, d): argument
116 def easeInQuint(t, b, c, d): argument
140 def easeInSine(t, b, c, d): argument
144 def easeOutSine(t, b, c, d): argument
158 def easeInExpo(t, b, c, d): argument
187 def easeInCirc(t, b, c, d): argument
[all …]
/dports/games/pioneer/pioneer-20210723/src/
H A DEasing.h32 T EaseIn(T t, T b, T c, T d) in EaseIn()
37 T EaseOut(T t, T b, T c, T d) in EaseOut()
42 T EaseInOut(T t, T b, T c, T d) in EaseInOut()
51 T EaseIn(T t, T b, T c, T d) in EaseIn()
57 T EaseOut(T t, T b, T c, T d) in EaseOut()
74 T EaseIn(T t, T b, T c, T d) in EaseIn()
80 T EaseOut(T t, T b, T c, T d) in EaseOut()
98 T EaseIn(T t, T b, T c, T d) in EaseIn()
104 T EaseOut(T t, T b, T c, T d) in EaseOut()
122 T EaseIn(T t, T b, T c, T d) in EaseIn()
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/misc/
H A Deasing_equations.cpp15 static real_t in(real_t t, real_t b, real_t c, real_t d) { in in()
19 static real_t out(real_t t, real_t b, real_t c, real_t d) { in out()
23 static real_t in_out(real_t t, real_t b, real_t c, real_t d) { in in_out()
27 static real_t out_in(real_t t, real_t b, real_t c, real_t d) { in out_in()
35 static real_t in(real_t t, real_t b, real_t c, real_t d) { in in()
39 static real_t out(real_t t, real_t b, real_t c, real_t d) { in out()
55 static real_t in(real_t t, real_t b, real_t c, real_t d) { in in()
59 static real_t out(real_t t, real_t b, real_t c, real_t d) { in out()
77 static real_t in(real_t t, real_t b, real_t c, real_t d) { in in()
81 static real_t out(real_t t, real_t b, real_t c, real_t d) { in out()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/misc/
H A Deasing_equations.cpp15 static real_t in(real_t t, real_t b, real_t c, real_t d) { in in()
19 static real_t out(real_t t, real_t b, real_t c, real_t d) { in out()
23 static real_t in_out(real_t t, real_t b, real_t c, real_t d) { in in_out()
27 static real_t out_in(real_t t, real_t b, real_t c, real_t d) { in out_in()
35 static real_t in(real_t t, real_t b, real_t c, real_t d) { in in()
39 static real_t out(real_t t, real_t b, real_t c, real_t d) { in out()
55 static real_t in(real_t t, real_t b, real_t c, real_t d) { in in()
59 static real_t out(real_t t, real_t b, real_t c, real_t d) { in out()
77 static real_t in(real_t t, real_t b, real_t c, real_t d) { in in()
81 static real_t out(real_t t, real_t b, real_t c, real_t d) { in out()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/animation/
H A Dtween_interpolaters.cpp38 static real_t in(real_t t, real_t b, real_t c, real_t d) { in in()
42 static real_t out(real_t t, real_t b, real_t c, real_t d) { in out()
58 static real_t in(real_t t, real_t b, real_t c, real_t d) { in in()
62 static real_t out(real_t t, real_t b, real_t c, real_t d) { in out()
78 static real_t in(real_t t, real_t b, real_t c, real_t d) { in in()
82 static real_t out(real_t t, real_t b, real_t c, real_t d) { in out()
100 static real_t in(real_t t, real_t b, real_t c, real_t d) { in in()
104 static real_t out(real_t t, real_t b, real_t c, real_t d) { in out()
122 static real_t in(real_t t, real_t b, real_t c, real_t d) { in in()
145 static real_t in(real_t t, real_t b, real_t c, real_t d) { in in()
[all …]
/dports/devel/godot2/godot-2.1.6-stable/scene/animation/
H A Dtween_interpolaters.cpp38 static real_t in(real_t t, real_t b, real_t c, real_t d) { in in()
42 static real_t out(real_t t, real_t b, real_t c, real_t d) { in out()
58 static real_t in(real_t t, real_t b, real_t c, real_t d) { in in()
62 static real_t out(real_t t, real_t b, real_t c, real_t d) { in out()
78 static real_t in(real_t t, real_t b, real_t c, real_t d) { in in()
82 static real_t out(real_t t, real_t b, real_t c, real_t d) { in out()
100 static real_t in(real_t t, real_t b, real_t c, real_t d) { in in()
104 static real_t out(real_t t, real_t b, real_t c, real_t d) { in out()
122 static real_t in(real_t t, real_t b, real_t c, real_t d) { in in()
145 static real_t in(real_t t, real_t b, real_t c, real_t d) { in in()
[all …]
/dports/devel/raylib/raylib-3.7.0/src/
H A Deasings.h117 EASEDEF float EaseCircInOut(float t, float b, float c, float d) in EaseCircInOut()
126 EASEDEF float EaseCubicInOut(float t, float b, float c, float d) in EaseCubicInOut()
135 EASEDEF float EaseQuadInOut(float t, float b, float c, float d) in EaseQuadInOut()
144 EASEDEF float EaseExpoInOut(float t, float b, float c, float d) in EaseExpoInOut()
154 EASEDEF float EaseBackIn(float t, float b, float c, float d) in EaseBackIn()
161 EASEDEF float EaseBackOut(float t, float b, float c, float d) in EaseBackOut()
168 EASEDEF float EaseBackInOut(float t, float b, float c, float d) in EaseBackInOut()
183 EASEDEF float EaseBounceOut(float t, float b, float c, float d) in EaseBounceOut()
207 EASEDEF float EaseBounceInOut(float t, float b, float c, float d) in EaseBounceInOut()
214 EASEDEF float EaseElasticIn(float t, float b, float c, float d) in EaseElasticIn()
[all …]
/dports/devel/raylib/raylib-3.7.0/examples/shapes/
H A Deasings.h117 EASEDEF float EaseCircInOut(float t, float b, float c, float d) in EaseCircInOut()
126 EASEDEF float EaseCubicInOut(float t, float b, float c, float d) in EaseCubicInOut()
135 EASEDEF float EaseQuadInOut(float t, float b, float c, float d) in EaseQuadInOut()
144 EASEDEF float EaseExpoInOut(float t, float b, float c, float d) in EaseExpoInOut()
154 EASEDEF float EaseBackIn(float t, float b, float c, float d) in EaseBackIn()
161 EASEDEF float EaseBackOut(float t, float b, float c, float d) in EaseBackOut()
168 EASEDEF float EaseBackInOut(float t, float b, float c, float d) in EaseBackInOut()
183 EASEDEF float EaseBounceOut(float t, float b, float c, float d) in EaseBounceOut()
207 EASEDEF float EaseBounceInOut(float t, float b, float c, float d) in EaseBounceInOut()
214 EASEDEF float EaseElasticIn(float t, float b, float c, float d) in EaseElasticIn()
[all …]
/dports/devel/raylib/raylib-3.7.0/examples/others/
H A Deasings.h117 EASEDEF float EaseCircInOut(float t, float b, float c, float d) in EaseCircInOut()
126 EASEDEF float EaseCubicInOut(float t, float b, float c, float d) in EaseCubicInOut()
135 EASEDEF float EaseQuadInOut(float t, float b, float c, float d) in EaseQuadInOut()
144 EASEDEF float EaseExpoInOut(float t, float b, float c, float d) in EaseExpoInOut()
154 EASEDEF float EaseBackIn(float t, float b, float c, float d) in EaseBackIn()
161 EASEDEF float EaseBackOut(float t, float b, float c, float d) in EaseBackOut()
168 EASEDEF float EaseBackInOut(float t, float b, float c, float d) in EaseBackInOut()
183 EASEDEF float EaseBounceOut(float t, float b, float c, float d) in EaseBounceOut()
207 EASEDEF float EaseBounceInOut(float t, float b, float c, float d) in EaseBounceInOut()
214 EASEDEF float EaseElasticIn(float t, float b, float c, float d) in EaseElasticIn()
[all …]
/dports/games/0ad/0ad-0.0.23b-alpha/source/maths/
H A DEase.h63 static float QuadIn(float t, const float b, const float c, const float d) in QuadIn()
69 static float QuadOut(float t, const float b, const float c, const float d) in QuadOut()
75 static float QuadInOut(float t, const float b, const float c, const float d) in QuadInOut()
84 static float CubicIn(float t, const float b, const float c, const float d) in CubicIn()
90 static float CubicOut(float t, const float b, const float c, const float d) in CubicOut()
96 static float CubicInOut(float t, const float b, const float c, const float d) in CubicInOut()
105 static float QuartIn(float t, const float b, const float c, const float d) in QuartIn()
111 static float QuartOut(float t, const float b, const float c, const float d) in QuartOut()
117 static float QuartInOut(float t, const float b, const float c, const float d) in QuartInOut()
126 static float QuintIn(float t, const float b, const float c, const float d) in QuintIn()
[all …]
/dports/science/nest/nest-simulator-3.1/sli/
H A Dsli_io.cc84 StringDatum const d; in execute() local
118 StringDatum const d; in execute() local
162 StringDatum const d; in execute() local
210 StringDatum const d; in execute() local
272 StringDatum const d; in execute() local
335 StringDatum const d; in execute() local
409 OstreamDatum const d; in execute() local
503 OstreamDatum const d; in execute() local
615 OstreamDatum const d; in execute() local
647 OstreamDatum const d; in execute() local
[all …]
/dports/devel/cxxtools/cxxtools-2.2.1/test/
H A Dsplit-test.cpp50 std::vector<std::string> d; in splitString() local
51 std::string t = "Hello:World:!"; in splitString() local
61 std::vector<std::string> d; in emptySplit() local
62 std::string t; in emptySplit() local
70 std::vector<std::string> d; in lastEmpty() local
71 std::string t = "Hello:World:"; in lastEmpty() local
81 std::vector<std::string> d; in charsetSplit() local
82 std::string t = "Hello:World;!"; in charsetSplit() local
92 std::vector<std::string> d; in regexSplit() local
103 std::vector<std::string> d; in regexEmptySplit() local
[all …]
/dports/textproc/sgmls/sgmls/
H A Dsgmlmain.h46 #define PDATA(d) ((d).data) /*S PI string. */ argument
61 #define ADATA(d) ((d).data) /*S APPINFO */ argument
65 #define ALPTR(t) ((t).ru.al) /*P Ptr to SGML attribute list. */ argument
66 #define CURGI(t) ((t).curgi+1) /*N GI of started or ended element. */ argument
67 #define OLDGI(t) ((t).ru.oldgi) /*S GI of resumed element. */ argument
68 #define TAGMIN(t) (t).tagmin /*U Minimization for current tag. */ argument
69 #define TAGREAL(t) ((t).tagreal) /*P Dummy etd that implied this tag. */ argument
72 #define PEXSW(t) (((t).contersw & 4)) /*U 1=Element was plus exception. */ argument
73 #define MTYSW(t) (((t).contersw & 8)) /*U 1=Element is empty. */ argument
75 #define SRMNM(t) ((t).srmnm) /*S Name of current SHORTREF map. */ argument
[all …]
/dports/textproc/linuxdoc-tools/linuxdoc-tools-0.9.82/sgmls-1.1/
H A Dsgmlmain.h46 #define PDATA(d) ((d).data) /*S PI string. */ argument
61 #define ADATA(d) ((d).data) /*S APPINFO */ argument
65 #define ALPTR(t) ((t).ru.al) /*P Ptr to SGML attribute list. */ argument
66 #define CURGI(t) ((t).curgi+1) /*N GI of started or ended element. */ argument
67 #define OLDGI(t) ((t).ru.oldgi) /*S GI of resumed element. */ argument
68 #define TAGMIN(t) (t).tagmin /*U Minimization for current tag. */ argument
69 #define TAGREAL(t) ((t).tagreal) /*P Dummy etd that implied this tag. */ argument
72 #define PEXSW(t) (((t).contersw & 4)) /*U 1=Element was plus exception. */ argument
73 #define MTYSW(t) (((t).contersw & 8)) /*U 1=Element is empty. */ argument
75 #define SRMNM(t) ((t).srmnm) /*S Name of current SHORTREF map. */ argument
[all …]
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/vendor/williamdes/mariadb-mysql-kbs/dist/
H A Dmerged-ultraslim.json1t":3,"a":[{"a":"aria_pagecache_blocks_not_flushed","u":0,"t":2}]},"Aria_pagecache_blocks_unused":{… boolean
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Ddependency_39.f908 subroutine s1(t,d) argument
9 integer, dimension(:), pointer :: d local
10 type(t1), pointer :: t local
13 subroutine s2(d,t) argument
14 integer, dimension(:), pointer :: d local
15 type(t1), pointer :: t local
22 type(t1), pointer :: t variable
23 integer, dimension(:), pointer :: d variable
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Ddependency_39.f908 subroutine s1(t,d) argument
9 integer, dimension(:), pointer :: d local
10 type(t1), pointer :: t local
13 subroutine s2(d,t) argument
14 integer, dimension(:), pointer :: d local
15 type(t1), pointer :: t local
22 type(t1), pointer :: t variable
23 integer, dimension(:), pointer :: d variable
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Ddependency_39.f908 subroutine s1(t,d) argument
9 integer, dimension(:), pointer :: d local
10 type(t1), pointer :: t local
13 subroutine s2(d,t) argument
14 integer, dimension(:), pointer :: d local
15 type(t1), pointer :: t local
22 type(t1), pointer :: t variable
23 integer, dimension(:), pointer :: d variable
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Ddependency_39.f908 subroutine s1(t,d) argument
9 integer, dimension(:), pointer :: d local
10 type(t1), pointer :: t local
13 subroutine s2(d,t) argument
14 integer, dimension(:), pointer :: d local
15 type(t1), pointer :: t local
22 type(t1), pointer :: t variable
23 integer, dimension(:), pointer :: d variable
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Ddependency_39.f908 subroutine s1(t,d) argument
9 integer, dimension(:), pointer :: d local
10 type(t1), pointer :: t local
13 subroutine s2(d,t) argument
14 integer, dimension(:), pointer :: d local
15 type(t1), pointer :: t local
22 type(t1), pointer :: t variable
23 integer, dimension(:), pointer :: d variable
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Ddependency_39.f908 subroutine s1(t,d) argument
9 integer, dimension(:), pointer :: d local
10 type(t1), pointer :: t local
13 subroutine s2(d,t) argument
14 integer, dimension(:), pointer :: d local
15 type(t1), pointer :: t local
22 type(t1), pointer :: t variable
23 integer, dimension(:), pointer :: d variable

12345678910>>...2856