Home
last modified time | relevance | path

Searched +defs:t +defs:to (Results 1 – 25 of 13505) sorted by relevance

12345678910>>...541

/dports/math/cglm/cglm-0.8.4/include/cglm/
H A Dutil.h185 glm_lerp(float from, float to, float t) { in glm_lerp()
200 glm_lerpc(float from, float to, float t) { in glm_lerpc()
232 glm_smooth(float t) { in glm_smooth()
248 float t; in glm_smoothstep() local
264 glm_smoothinterp(float from, float to, float t) { in glm_smoothinterp()
279 glm_smoothinterpc(float from, float to, float t) { in glm_smoothinterpc()
306 glm_percent(float from, float to, float current) { in glm_percent()
307 float t; in glm_percent() local
324 glm_percentc(float from, float to, float current) { in glm_percentc()
337 float t; in glm_swapf() local
/dports/math/igraph/igraph-0.9.5/src/properties/
H A Dspectral.c68 long int to = IGRAPH_TO (graph, edge); in igraph_i_weighted_laplacian() local
99 long int to = IGRAPH_TO (graph, edge); in igraph_i_weighted_laplacian() local
108 int t = VECTOR(degree)[i] > 0 ? 1 : 0; in igraph_i_weighted_laplacian() local
121 long int to = IGRAPH_TO (graph, edge); in igraph_i_weighted_laplacian() local
124 igraph_real_t t = weight / VECTOR(degree)[from]; in igraph_i_weighted_laplacian() local
145 long int to = IGRAPH_TO (graph, edge); in igraph_i_weighted_laplacian() local
180 long int to = IGRAPH_TO (graph, edge); in igraph_i_weighted_laplacian() local
190 int t = VECTOR(degree)[i] > 0 ? 1 : 0; in igraph_i_weighted_laplacian() local
281 int from, to; in igraph_laplacian() local
341 int t = VECTOR(degree)[i] > 0 ? 1 : 0; in igraph_laplacian() local
[all …]
/dports/math/R-cran-igraph/igraph/src/
H A Dspectral_properties.c68 long int to = IGRAPH_TO (graph, edge); in igraph_i_weighted_laplacian() local
99 long int to = IGRAPH_TO (graph, edge); in igraph_i_weighted_laplacian() local
108 int t = VECTOR(degree)[i] > 0 ? 1 : 0; in igraph_i_weighted_laplacian() local
121 long int to = IGRAPH_TO (graph, edge); in igraph_i_weighted_laplacian() local
124 igraph_real_t t = weight / VECTOR(degree)[from]; in igraph_i_weighted_laplacian() local
145 long int to = IGRAPH_TO (graph, edge); in igraph_i_weighted_laplacian() local
180 long int to = IGRAPH_TO (graph, edge); in igraph_i_weighted_laplacian() local
190 int t = VECTOR(degree)[i] > 0 ? 1 : 0; in igraph_i_weighted_laplacian() local
281 int from, to; in igraph_laplacian() local
341 int t = VECTOR(degree)[i] > 0 ? 1 : 0; in igraph_laplacian() local
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/modules/tmrec/
H A Dperiod.c84 static void get_time_vars(int time_vars[SCALE_MAX], time_t t) { in get_time_vars()
102 int in_period(time_t t, const char *p) { in in_period()
107 char from[MAX_VALUE_LEN], to[MAX_VALUE_LEN], *str; in in_period() local
271 static int generic_fn(const int time_var, const long f, long t, const long min, const long max) { in generic_fn()
292 int i, f = 0, t = 0; in generic_named_fn() local
321 static int year_fn(const int time_var, const char *from, const char *to) { in year_fn()
322 long f, t, c; in year_fn() local
357 static int week_fn(const int time_var, const char *from, const char *to) { in week_fn()
362 static int mday_fn(const int time_var, const char *from, const char *to) { in mday_fn()
367 static int wday_fn(const int time_var, const char *from, const char *to) { in wday_fn()
[all …]
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Data/Convert/Texmacs/
H A Drewrite_equation_number.cpp20 replace_subtree (tree t, tree from, tree to) { in replace_subtree()
30 contains_subtree (tree t, tree st) { in contains_subtree()
40 find_labels (tree t) { in find_labels()
50 add_eqnonumber (tree t, tree add) { in add_eqnonumber()
71 rewrite_in_tables (tree t, tree from, tree to) { in rewrite_in_tables()
89 rewrite_equation_number (tree t, tree from, tree to) { in rewrite_equation_number()
110 eqnumber_to_nonumber (tree t) { in eqnumber_to_nonumber()
115 nonumber_to_eqnumber (tree t) { in nonumber_to_eqnumber()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/System/Language/
H A Ddictionary.cpp40 tree t= block_to_scheme_tree (s); in load() local
68 load_dictionary (string from, string to) { in load_dictionary()
148 translate (string s, string from, string to) { in translate()
165 force_load_dictionary (string from, string to) { in force_load_dictionary()
174 translate_as_is (string s, string from, string to) { in translate_as_is()
189 translate_replace (tree t, string from, string to, int n=1) in translate_replace()
216 tree_translate (tree t, string from, string to) { in tree_translate()
244 tree_translate (tree t) { in tree_translate()
253 serialize (tree t) { in serialize()
296 translate (tree t, string from, string to) { in translate()
[all …]
/dports/science/nest/nest-simulator-3.1/sli/
H A Dtarrayobj.cc60 Token* to = p; in TokenArrayObj() local
132 TokenArrayObj::resize( size_t s, size_t alloc, const Token& t ) in resize()
143 TokenArrayObj::resize( size_t s, const Token& t ) in resize()
153 Token* to = begin(); in operator =() local
179 Token* to = begin(); in operator =() local
273 Token* to = first; in erase() local
385 TokenArrayObj::insert( size_t i, size_t n, const Token& t ) in insert()
453 Token* to = p; in assign_move() local
473 Token* to = p; in assign() local
486 TokenArrayObj::insert_move( size_t i, Token& t ) in insert_move()
[all …]
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dmisc.h55 #define CHECK_NOT_CHAR_P(t) \ argument
63 #define CHECK_NOT_CHAR_P(t) argument
67 #define STRCPY_FIXED(to, from) \ argument
74 #define STRCAT_FIXED(to, from) \ argument
81 #define SPRINTF_FIXED(to, ...) \ argument
88 #define SPRINTFCAT_FIXED(to, ...) \ argument
94 #define ITOA_FIXED(to, from) \ argument
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/support/
H A Dhex.c51 WT_SESSION_IMPL *session, const uint8_t *from, size_t size, WT_ITEM *to) in __wt_raw_to_hex()
72 WT_SESSION_IMPL *session, const uint8_t *from, size_t size, WT_ITEM *to) in __wt_raw_to_esc_hex()
76 u_char *t; in __wt_raw_to_esc_hex() local
104 __wt_hex2byte(const u_char *from, u_char *to) in __wt_hex2byte()
180 __wt_hex_to_raw(WT_SESSION_IMPL *session, const char *from, WT_ITEM *to) in __wt_hex_to_raw()
191 WT_SESSION_IMPL *session, const char *from, size_t size, WT_ITEM *to) in __wt_nhex_to_raw()
194 u_char *t; in __wt_nhex_to_raw() local
214 __wt_esc_hex_to_raw(WT_SESSION_IMPL *session, const char *from, WT_ITEM *to) in __wt_esc_hex_to_raw()
217 u_char *t; in __wt_esc_hex_to_raw() local
/dports/net/arataga/oess-2.2.3/dev/oess_2/io/
H A Dbig_endian_decoder.cpp187 const oess_2::short_t * from, size_t count, oess_2::short_t * to ) in decode()
204 const oess_2::int_t * from, size_t count, oess_2::int_t * to ) in decode()
211 const oess_2::uint_t * from, size_t count, oess_2::uint_t * to ) in decode()
221 const oess_2::long_t * from, size_t count, oess_2::long_t * to ) in decode()
261 const oess_2::int_t * from, size_t count, oess_2::int_t * to ) in big_endian()
270 const oess_2::long_t * from, size_t count, oess_2::long_t * to ) in big_endian()
301 char * const t = reinterpret_cast< char * >( to ); in little_endian() local
309 const oess_2::int_t * from, size_t count, oess_2::int_t * to ) in little_endian()
317 char * const t = reinterpret_cast< char * >( to ); in little_endian() local
327 const oess_2::long_t * from, size_t count, oess_2::long_t * to ) in little_endian()
[all …]
/dports/comms/wsjtz/wsjtx/lib/qra/q65/
H A Dpdmath.c146 float t = ppd[0]; in pd_norm1() local
153 float t,to; in pd_norm2() local
171 float t,to; in pd_norm4() local
188 float t,to; in pd_norm8() local
206 float t,to; in pd_norm16() local
229 float t,to; in pd_norm32() local
261 float t,to; in pd_norm64() local
/dports/comms/wsjtz/wsjtx/lib/qra/qracodes/
H A Dpdmath.c146 float t = ppd[0]; in pd_norm1() local
153 float t,to; in pd_norm2() local
171 float t,to; in pd_norm4() local
188 float t,to; in pd_norm8() local
206 float t,to; in pd_norm16() local
229 float t,to; in pd_norm32() local
261 float t,to; in pd_norm64() local
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/editrgbtri/
H A DrgbPrimitives.cpp256 void RgbPrimitives::gg_Split(RgbTriangleC& t, int EdgeIndex, TopologicalOpC& to, vector<RgbTriangle… in gg_Split()
298 void RgbPrimitives::rg_Split(RgbTriangleC& t, int EdgeIndex, TopologicalOpC& to, vector<RgbTriangle… in rg_Split()
377 void RgbPrimitives::rr_Split(RgbTriangleC& t, int EdgeIndex, TopologicalOpC& to, vector<RgbTriangle… in rr_Split()
458 bool RgbPrimitives::edgeSplit(RgbTriangleC& t, int EdgeIndex, TopologicalOpC& to, vector<RgbTriangl… in edgeSplit()
822 void RgbPrimitives::r4_Merge(RgbTriangleC& t, int VertexIndex, TopologicalOpC& to, vector<RgbTriang… in r4_Merge()
866 void RgbPrimitives::r2gb_Merge(RgbTriangleC& t, int VertexIndex, TopologicalOpC& to, vector<RgbTria… in r2gb_Merge()
923 void RgbPrimitives::gbgb_Merge(RgbTriangleC& t, int VertexIndex, TopologicalOpC& to, vector<RgbTria… in gbgb_Merge()
1025 void RgbPrimitives::g2b2_Merge(RgbTriangleC& t, int VertexIndex, TopologicalOpC& to, vector<RgbTria… in g2b2_Merge()
1088 void RgbPrimitives::gg_Swap(RgbTriangleC& t, int VertexIndex, TopologicalOpC& to, vector<RgbTriangl… in gg_Swap()
1388 void RgbPrimitives::gg_Swap_6g(RgbTriangleC& t, int VertexIndex, TopologicalOpC& to, vector<RgbTria… in gg_Swap_6g()
[all …]
/dports/games/knavalbattle/knavalbattle-21.12.3/src/
H A Danimation.cpp24 void AnimationGroup::start(int t) in start()
39 bool AnimationGroup::step(int t) in step()
63 FadeAnimation::FadeAnimation(QGraphicsItem* sprite, int from, qreal to, int time) in FadeAnimation()
72 void FadeAnimation::start(int t) in start()
78 bool FadeAnimation::step(int t) in step()
97 const QPointF& to, int time) in MovementAnimation()
106 void MovementAnimation::start(int t) in start()
112 bool MovementAnimation::step(int t) in step()
/dports/devel/poco/poco-1.10.1-all/Foundation/include/Poco/
H A DUnicodeConverter.h74 static void toUTF32(const F& f, T& t) in toUTF32()
80 static void toUTF32(const F& f, std::size_t l, T& t) in toUTF32()
86 static void toUTF16(const F& f, T& t) in toUTF16()
92 static void toUTF16(const F& f, std::size_t l, T& t) in toUTF16()
98 static void toUTF8(const F& f, T& t) in toUTF8()
104 static void toUTF8(const F& f, std::size_t l, T& t) in toUTF8()
110 static T to(const char* pChar) in to() function
119 static T to(const std::string& str) in to() function
/dports/audio/festival/speech_tools/ling_class/
H A Ditem_aux.cc57 int in_tree(const EST_Item *c,const EST_Item *t) in in_tree()
85 int merge_item(EST_Item *from, EST_Item *to) in merge_item()
105 void merge_features(EST_Item *to, EST_Item *from, int keep_id) in merge_features()
115 int move_item(EST_Item *from, EST_Item *to) in move_item()
128 int move_sub_tree(EST_Item *from, EST_Item *to) in move_sub_tree()
158 int exchange_sub_trees(EST_Item *from,EST_Item *to) in exchange_sub_trees()
183 EST_Item *item_jump(EST_Item *from, const EST_String &to) in item_jump()
190 int f=0,t=0; in item_jump() local
/dports/math/ltl2ba/ltl2ba-1.3/
H A Dbuchi.c76 void copy_btrans(BTrans *from, BTrans *to) { in copy_btrans()
130 void remove_btrans(BState *to) in remove_btrans()
133 BTrans *t; in remove_btrans() local
150 BTrans *t; in retarget_all_btrans() local
289 BTrans *t; in bdfs() local
396 GTrans *t; in make_btrans() local
402 BState *to = find_bstate(&t->to, fin, s); in make_btrans() local
482 BTrans *t; in print_buchi() local
518 BTrans *t; in print_spin_buchi() local
600 GTrans *t; in mk_buchi() local
[all …]
/dports/math/ogdf/OGDF/include/ogdf/lib/minisat/mtl/
H A DAlg.h36 static inline void remove(V& ts, const T& t) in remove()
47 static inline bool find(V& ts, const T& t) in find()
61 static inline void copy(const T& from, T& to) in copy()
79 static inline void append(const vec<T>& from, vec<T>& to){ copy(from, to, true); } in append()
/dports/audio/rezound/rezound-0.13.1beta/src/misc/
H A Dclocks.cpp133 NSTimeInterval t = [d timeIntervalSince1970]; in time_sec() local
155 NSTimeInterval t = [d timeIntervalSince1970]; in time_msec() local
177 NSTimeInterval t = [d timeIntervalSince1970]; in time_usec() local
198 UInt64 t = CAHostTimeBase::GetCurrentTimeInNanos(); in fixed_sec() local
257 struct tms t; in cpu_sec() local
266 struct tms t; in cpu_msec() local
275 struct tms t; in cpu_usec() local
290 struct timespec t = { in sleep() local
375 sec_t convert_sec(Sources from, sec_t fromTime, Sources to) in convert_sec()
383 msec_t convert_msec(Sources from, msec_t fromTime, Sources to) in convert_msec()
[all …]
/dports/chinese/autoconvert/autoconvert-0.3.16/hzconvert/
H A Dsearch.c28 int to; member
37 char to; member
50 void assert_module(int from,int to,char* (*convert)(),int (*init)(),int dist) in assert_module()
97 int t; in hz_convert() local
121 void push(int from,int to,int dist,int index) in push()
134 void pop(int* from, int *to,int *dist,int *index) in pop()
147 int match(int from,int to,int *index) in match()
149 register int t; in match() local
175 int ismodule(int from,int to) in ismodule()
205 int hz_search(int from,int to,int distance) in hz_search()
[all …]
/dports/math/glucose/glucose-syrup-4.1/mtl/
H A DAlg.h36 static inline void remove(V& ts, const T& t) in remove()
47 static inline bool find(V& ts, const T& t) in find()
61 static inline void copy(const T& from, T& to) in copy()
79 static inline void append(const vec<T>& from, vec<T>& to){ copy(from, to, true); } in append()
/dports/cad/yosys/yosys-yosys-0.12/libs/minisat/
H A DAlg.h36 static inline void remove(V& ts, const T& t) in remove()
47 static inline bool find(V& ts, const T& t) in find()
61 static inline void copy(const T& from, T& to) in copy()
79 static inline void append(const vec<T>& from, vec<T>& to){ copy(from, to, true); } in append()
/dports/math/cvc4/CVC4-1.7/src/prop/bvminisat/mtl/
H A DAlg.h37 static inline void remove(V& ts, const T& t) in remove()
48 static inline bool find(V& ts, const T& t) in find()
62 static inline void copy(const T& from, T& to) in copy()
80 static inline void append(const vec<T>& from, vec<T>& to){ copy(from, to, true); } in append()
/dports/math/cvc4/CVC4-1.7/src/prop/minisat/mtl/
H A DAlg.h37 static inline void remove(V& ts, const T& t) in remove()
48 static inline bool find(V& ts, const T& t) in find()
62 static inline void copy(const T& from, T& to) in copy()
80 static inline void append(const vec<T>& from, vec<T>& to){ copy(from, to, true); } in append()
/dports/math/minisat/minisat-2.2.1/minisat/mtl/
H A DAlg.h36 static inline void remove(V& ts, const T& t) in remove()
47 static inline bool find(V& ts, const T& t) in find()
61 static inline void copy(const T& from, T& to) in copy()
79 static inline void append(const vec<T>& from, vec<T>& to){ copy(from, to, true); } in append()

12345678910>>...541