Home
last modified time | relevance | path

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

12

/dports/science/cdo/cdo-2.0.0/src/
H A Dfield2.cc22 auto arith_add = [](const double a, const double b) { return a + b; }; in __anoncf6460190302() variable
33 { a = (isEQ(a, mv_a) || isEQ(b, mv_b)) ? mv_a : arith_add(a, b); }; in __anoncf6460190a02()
45 { if (!isEQ(b, mv_b)) a = (isEQ(a, mv_a) ? b : arith_add(a, b)); }; in __anoncf6460191002()
164 varray2_arith(field1.size, field1.vec_f, field2.vec_f, arith_add); in field2_add()
166 varray2_arith(field1.size, field1.vec_d, field2.vec_f, arith_add); in field2_add()
168 varray2_arith(field1.size, field1.vec_d, field2.vec_d, arith_add); in field2_add()
191 varray2_arith(field1.size, field1.vec_f, field2.vec_f, arith_add); in field2_sum()
193 varray2_arith(field1.size, field1.vec_d, field2.vec_f, arith_add); in field2_sum()
195 varray2_arith(field1.size, field1.vec_d, field2.vec_d, arith_add); in field2_sum()
/dports/math/yices/yices-2.6.2/src/mcsat/bv/explain/
H A Darith_utils.h38 term_t arith_add(term_manager_t* tm, term_t a, term_t b);
H A Darith_norm.c530 term_t result = arith_add(tm, s->var, arith_add(tm, s->garbage, s->eval)); in finalise()
H A Darith_utils.c70 term_t arith_add(term_manager_t* tm, term_t a, term_t b) { in arith_add() function
/dports/lang/ypsilon/ypsilon-0.9.6-update3/src/
H A Darith.cpp2725 arith_add(object_heap_t* heap, scm_obj_t lhs, scm_obj_t rhs) in arith_add() function
2759 return make_complex(heap, arith_add(heap, real, lhs), imag); in arith_add()
2800 return make_complex(heap, arith_add(heap, real, lhs), imag); in arith_add()
2821 return make_complex(heap, arith_add(heap, real, lhs), imag); in arith_add()
2828 return make_complex(heap, arith_add(heap, real, rhs), imag); in arith_add()
2840 real = arith_add(heap, real, ((scm_complex_t)rhs)->real); in arith_add()
2841 imag = arith_add(heap, imag, ((scm_complex_t)rhs)->imag); in arith_add()
3848 arith_add(heap, in arith_sqrt()
3930 arith_add(heap, in arith_asin()
3967 arith_add(heap, MAKEFIXNUM(1), cn), in arith_atan()
[all …]
H A Dsubr_base_arith.cpp530 if (number_pred(argv[1])) return arith_add(vm->m_heap, argv[0], argv[1]); in subr_num_add()
550 acc = arith_add(vm->m_heap, acc, argv[i]); in subr_num_add()
860 … return arith_add(vm->m_heap, arith_quotient(vm->m_heap, rn->nume, rn->deno), MAKEFIXNUM(1)); in subr_ceiling()
936 scm_obj_t n_and_half = arith_add(vm->m_heap, rn, &half); in subr_round()
941 return arith_add(vm->m_heap, n_and_half, negative ? MAKEFIXNUM(1) : MAKEFIXNUM(-1)); in subr_round()
H A Dfile.cpp216 return arith_add(vm->m_heap, in stat_mtime()
H A Darith.h212 scm_obj_t arith_add(object_heap_t* heap, scm_obj_t lhs, scm_obj_t rhs);
H A Dvm1.cpp1636 m_sp[0] = arith_add(m_heap, obj, CADR(OPERANDS)); in run()
1645 m_value = arith_add(m_heap, obj, CADR(OPERANDS)); in run()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/filetests/filetests/isa/riscv/
H A Dlegalize-i64.clif46 function %arith_add(i64, i64) -> i64 {
/dports/net/haproxy18/haproxy-1.8.30/src/
H A Dsample.c2287 static inline long long int arith_add(long long int a, long long int b) in arith_add() function
2323 smp->data.u.sint = arith_add(smp->data.u.sint, tmp.data.u.sint); in sample_conv_arith_add()
2344 smp->data.u.sint = arith_add(smp->data.u.sint, LLONG_MAX); in sample_conv_arith_sub()
2353 smp->data.u.sint = arith_add(smp->data.u.sint, -tmp.data.u.sint); in sample_conv_arith_sub()
/dports/net/haproxy17/haproxy-1.7.14/src/
H A Dsample.c2194 static inline long long int arith_add(long long int a, long long int b) in arith_add() function
2230 smp->data.u.sint = arith_add(smp->data.u.sint, tmp.data.u.sint); in sample_conv_arith_add()
2251 smp->data.u.sint = arith_add(smp->data.u.sint, LLONG_MAX); in sample_conv_arith_sub()
2260 smp->data.u.sint = arith_add(smp->data.u.sint, -tmp.data.u.sint); in sample_conv_arith_sub()
/dports/graphics/darktable38/darktable-3.8.0/src/external/lua/src/
H A Dlstrlib.c297 static int arith_add (lua_State *L) { in arith_add() function
331 {"__add", arith_add},
/dports/ports-mgmt/pkg/pkg-1.17.5/external/lua/src/
H A Dlstrlib.c295 static int arith_add (lua_State *L) { in arith_add() function
329 {"__add", arith_add},
/dports/audio/moony-lv2/moony-0.36.0/lua-5.4.2/
H A Dlstrlib.c295 static int arith_add (lua_State *L) { in arith_add() function
329 {"__add", arith_add},
/dports/lang/lua54/lua-5.4.2/src/
H A Dlstrlib.c295 static int arith_add (lua_State *L) { in arith_add() function
329 {"__add", arith_add},
/dports/www/civetweb/civetweb-1.15/src/third_party/lua-5.4.3/src/
H A Dlstrlib.c297 static int arith_add (lua_State *L) { in arith_add() function
331 {"__add", arith_add},
/dports/misc/xplr/xplr-0.17.0/cargo-crates/lua-src-543.1.0/lua-5.4.3/
H A Dlstrlib.c297 static int arith_add (lua_State *L) { in arith_add() function
331 {"__add", arith_add},
/dports/net/haproxy20/haproxy-2.0.26/src/
H A Dsample.c2438 static inline long long int arith_add(long long int a, long long int b) in arith_add() function
2474 smp->data.u.sint = arith_add(smp->data.u.sint, tmp.data.u.sint); in sample_conv_arith_add()
2495 smp->data.u.sint = arith_add(smp->data.u.sint, LLONG_MAX); in sample_conv_arith_sub()
2504 smp->data.u.sint = arith_add(smp->data.u.sint, -tmp.data.u.sint); in sample_conv_arith_sub()
/dports/net/haproxy19/haproxy-1.9.16/src/
H A Dsample.c2408 static inline long long int arith_add(long long int a, long long int b) in arith_add() function
2444 smp->data.u.sint = arith_add(smp->data.u.sint, tmp.data.u.sint); in sample_conv_arith_add()
2465 smp->data.u.sint = arith_add(smp->data.u.sint, LLONG_MAX); in sample_conv_arith_sub()
2474 smp->data.u.sint = arith_add(smp->data.u.sint, -tmp.data.u.sint); in sample_conv_arith_sub()
/dports/net/haproxy21/haproxy-2.1.12/src/
H A Dsample.c2515 static inline long long int arith_add(long long int a, long long int b) in arith_add() function
2551 smp->data.u.sint = arith_add(smp->data.u.sint, tmp.data.u.sint); in sample_conv_arith_add()
2572 smp->data.u.sint = arith_add(smp->data.u.sint, LLONG_MAX); in sample_conv_arith_sub()
2581 smp->data.u.sint = arith_add(smp->data.u.sint, -tmp.data.u.sint); in sample_conv_arith_sub()
/dports/net/nuster/nuster-5.0.4.21/src/
H A Dsample.c2531 static inline long long int arith_add(long long int a, long long int b) in arith_add() function
2567 smp->data.u.sint = arith_add(smp->data.u.sint, tmp.data.u.sint); in sample_conv_arith_add()
2588 smp->data.u.sint = arith_add(smp->data.u.sint, LLONG_MAX); in sample_conv_arith_sub()
2597 smp->data.u.sint = arith_add(smp->data.u.sint, -tmp.data.u.sint); in sample_conv_arith_sub()
/dports/net/haproxy23/haproxy-2.3.16/src/
H A Dsample.c2876 static inline long long int arith_add(long long int a, long long int b) in arith_add() function
2912 smp->data.u.sint = arith_add(smp->data.u.sint, tmp.data.u.sint); in sample_conv_arith_add()
2933 smp->data.u.sint = arith_add(smp->data.u.sint, LLONG_MAX); in sample_conv_arith_sub()
2942 smp->data.u.sint = arith_add(smp->data.u.sint, -tmp.data.u.sint); in sample_conv_arith_sub()
/dports/net/haproxy22/haproxy-2.2.19/src/
H A Dsample.c2867 static inline long long int arith_add(long long int a, long long int b) in arith_add() function
2903 smp->data.u.sint = arith_add(smp->data.u.sint, tmp.data.u.sint); in sample_conv_arith_add()
2924 smp->data.u.sint = arith_add(smp->data.u.sint, LLONG_MAX); in sample_conv_arith_sub()
2933 smp->data.u.sint = arith_add(smp->data.u.sint, -tmp.data.u.sint); in sample_conv_arith_sub()
/dports/net/haproxy/haproxy-2.4.10/src/
H A Dsample.c2949 static inline long long int arith_add(long long int a, long long int b) in arith_add() function
2985 smp->data.u.sint = arith_add(smp->data.u.sint, tmp.data.u.sint); in sample_conv_arith_add()
3006 smp->data.u.sint = arith_add(smp->data.u.sint, LLONG_MAX); in sample_conv_arith_sub()
3015 smp->data.u.sint = arith_add(smp->data.u.sint, -tmp.data.u.sint); in sample_conv_arith_sub()

12