Home
last modified time | relevance | path

Searched refs:rhigh (Results 1 – 25 of 96) sorted by path

1234

/dports/audio/libg722/libg722-v_1_0_2/
H A Dg722_decode.c245 int rhigh; in g722_decode() local
257 rhigh = 0; in g722_decode()
336 rhigh = dhigh + s->band[1].s; in g722_decode()
338 if (rhigh > 16383) in g722_decode()
339 rhigh = 16383; in g722_decode()
340 else if (rhigh < -16384) in g722_decode()
341 rhigh = -16384; in g722_decode()
365 amp[outlen++] = (int16_t) (rhigh << 1); in g722_decode()
378 s->x[22] = rlow + rhigh; in g722_decode()
379 s->x[23] = rlow - rhigh; in g722_decode()
/dports/biology/gmap/gmap-2020-09-12/src/
H A Ddynprog.c1214 int rlo, rhigh; in Dynprog_standard() local
1378 if ((rhigh = c + lband) > rlength) { in Dynprog_standard()
1379 rhigh = rlength; in Dynprog_standard()
1382 matrix3[c-1][rhigh].Egap = NEG_INFINITY_32; in Dynprog_standard()
1383 matrix3[c-1][rhigh].nogap = NEG_INFINITY_32; in Dynprog_standard()
1387 for (r = rlo; r <= rhigh; r++) { in Dynprog_standard()
1565 if ((rhigh = c + lband) > rlength) { in Dynprog_standard()
1566 rhigh = rlength; in Dynprog_standard()
1569 matrix3[c-1][rhigh].Egap = NEG_INFINITY_32; in Dynprog_standard()
1570 matrix3[c-1][rhigh].nogap = NEG_INFINITY_32; in Dynprog_standard()
[all …]
H A Ddynprog_simd.c2467 rhigh = rlength; in Dynprog_simd_8_nonavx2()
2693 rhigh = rlength; in Dynprog_simd_8_nonavx2()
3177 rhigh = rlength; in Dynprog_simd_8()
3448 rhigh = rlength; in Dynprog_simd_8()
3809 int rlo, rhigh; in Dynprog_simd_8_upper_nonavx2() local
3930 rhigh = rlength; in Dynprog_simd_8_upper_nonavx2()
4054 rhigh = rlength; in Dynprog_simd_8_upper_nonavx2()
4264 int rlo, rhigh; in Dynprog_simd_8_upper() local
4394 rhigh = rlength; in Dynprog_simd_8_upper()
4556 rhigh = rlength; in Dynprog_simd_8_upper()
[all …]
/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_src.c2474 word32 rhigh; in set_reg_widths() local
2476 if (wtyp == N_INT) rhigh = WBITS - 1; in set_reg_widths()
2477 else if (wtyp == N_TIME) rhigh = TIMEBITS - 1; in set_reg_widths()
2478 else if (wtyp == N_REAL) rhigh = REALBITS - 1; in set_reg_widths()
2480 *x1 = __bld_rng_numxpr(rhigh, 0L, WBITS); in set_reg_widths()
5114 word32 rhigh; in rd_func() local
5152 rhigh = REALBITS - 1; in rd_func()
5155 rhigh = WBITS - 1; in rd_func()
5163 x1 = __bld_rng_numxpr(rhigh, 0L, WBITS); in rd_func()
5167 rhigh = TIMEBITS - 1; in rd_func()
/dports/cad/nvc/nvc-r1.5.3/src/
H A Dbounds.c650 const int64_t rhigh = MIN(high, it->high); in bounds_case_cover() local
651 if (rlow == rhigh) in bounds_case_cover()
655 rlow, rhigh); in bounds_case_cover()
H A Dvcode.c136 double rhigh; member
2280 return bt->rlow >= tt->rlow && bt->rhigh <= tt->rhigh; in vtype_includes()
2493 n->rhigh = DBL_MAX; in vtype_real()
4691 && vcode_reg_const(rhigh, &rhigh_const) in emit_index_check_null()
4701 vcode_add_arg(op, rhigh); in emit_index_check_null()
4712 && vtype_includes(bounds, vcode_reg_data(rhigh)->bounds)) { in emit_index_check()
4717 op_t *op = emit_index_check_null(rlow, rhigh, kind); in emit_index_check()
4725 void emit_dynamic_index_check(vcode_reg_t rlow, vcode_reg_t rhigh, in emit_dynamic_index_check() argument
4729 op_t *op = emit_index_check_null(rlow, rhigh, kind); in emit_dynamic_index_check()
5030 write_double(t->rhigh, f); in vcode_write_unit()
[all …]
H A Dvcode.h378 void emit_index_check(vcode_reg_t rlow, vcode_reg_t rhigh, vcode_type_t bounds,
380 void emit_dynamic_index_check(vcode_reg_t rlow, vcode_reg_t rhigh,
/dports/comms/spandsp/spandsp-284fe91/src/
H A Dg722.c302 int rhigh; in g722_decode() local
311 rhigh = 0; in g722_decode()
387 rhigh = saturate15(dhigh + s->band[1].s); in g722_decode()
411 amp[outlen++] = (int16_t) (rhigh << 1); in g722_decode()
423 s->x[s->ptr] = (int16_t) (rlow + rhigh); in g722_decode()
424 s->y[s->ptr] = (int16_t) (rlow - rhigh); in g722_decode()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/top/e31x/
H A Dppsloop.v140 wire rhigh = is10meg ? tsmp[1] : refsmp[1]; net
282 if (rhigh) nxt_sstate = SLEDGEB;
287 if(rhigh) begin
/dports/comms/xastir/Xastir-Release-2.1.8/src/rtree/
H A Dsplit_l.c129 register struct Rect *r, *rlow, *rhigh; in Xastir_RTreePickSeeds() local
184 rhigh = &Xastir_BranchBuf[greatestLower[dim]].rect; in Xastir_RTreePickSeeds()
190 (rhigh->boundary[0] - in Xastir_RTreePickSeeds()
196 (rhigh->boundary[dim] - in Xastir_RTreePickSeeds()
/dports/editors/fpc-ide/fpc-3.2.2/compiler/
H A Dnadd.pas1194 rlow,rhigh : tconstexprint;
1283 rhigh:=0;
1874 rhigh:=tsetdef(rd).setmax;
1880 rhigh:=lhigh;
1883 getrange(rd,rlow,rhigh);
1887 lhigh:=rhigh;
1889 … nd:=csetdef.create(tsetdef(ld).elementdef,min(llow,rlow).svalue,max(lhigh,rhigh).svalue,true);
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dg722dec.c104 int ilow, ihigh, rlow, rhigh, dhigh; in g722_decode_frame() local
117 rhigh = av_clip(dhigh + c->band[1].s_predictor, -16384, 16383); in g722_decode_frame()
121 c->prev_samples[c->prev_samples_pos++] = rlow + rhigh; in g722_decode_frame()
122 c->prev_samples[c->prev_samples_pos++] = rlow - rhigh; in g722_decode_frame()
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/target-arm/
H A Dtranslate.c7416 static void gen_storeq_reg(DisasContext *s, int rlow, int rhigh, TCGv_i64 val) in gen_storeq_reg() argument
7426 store_reg(s, rhigh, tmp); in gen_storeq_reg()
7446 static void gen_addq(DisasContext *s, TCGv_i64 val, int rlow, int rhigh) in gen_addq() argument
7455 tmph = load_reg(s, rhigh); in gen_addq()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/arm/
H A Dtranslate.c7349 static void gen_storeq_reg(DisasContext *s, int rlow, int rhigh, TCGv_i64 val) in gen_storeq_reg() argument
7357 store_reg(s, rhigh, tmp); in gen_storeq_reg()
7361 static void gen_addq(DisasContext *s, TCGv_i64 val, int rlow, int rhigh) in gen_addq() argument
7369 tmph = load_reg(s, rhigh); in gen_addq()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tests/
H A Dtest-shift128.c16 uint64_t rhigh; member
116 g_assert_cmpuint(tmp.high, ==, tmp.rhigh); in test_lshift()
129 g_assert_cmpuint(tmp.high, ==, tmp.rhigh); in test_rshift()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/arm/
H A Dtranslate.c4961 static void gen_storeq_reg(DisasContext *s, int rlow, int rhigh, TCGv_i64 val) in gen_storeq_reg() argument
4969 store_reg(s, rhigh, tmp); in gen_storeq_reg()
4973 static void gen_addq(DisasContext *s, TCGv_i64 val, int rlow, int rhigh) in gen_addq() argument
4981 tmph = load_reg(s, rhigh); in gen_addq()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/unit/
H A Dtest-shift128.c16 uint64_t rhigh;
116 g_assert_cmpuint(tmp.high, ==, tmp.rhigh);
129 g_assert_cmpuint(tmp.high, ==, tmp.rhigh);
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/arm/
H A Dtranslate.c7349 static void gen_storeq_reg(DisasContext *s, int rlow, int rhigh, TCGv_i64 val) in gen_storeq_reg() argument
7357 store_reg(s, rhigh, tmp); in gen_storeq_reg()
7361 static void gen_addq(DisasContext *s, TCGv_i64 val, int rlow, int rhigh) in gen_addq() argument
7369 tmph = load_reg(s, rhigh); in gen_addq()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tests/
H A Dtest-shift128.c16 uint64_t rhigh; member
116 g_assert_cmpuint(tmp.high, ==, tmp.rhigh); in test_lshift()
129 g_assert_cmpuint(tmp.high, ==, tmp.rhigh); in test_rshift()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/arm/
H A Dtranslate.c8207 static void gen_storeq_reg(DisasContext *s, int rlow, int rhigh, TCGv_i64 val) in gen_storeq_reg() argument
8216 store_reg(s, rhigh, tmp); in gen_storeq_reg()
8235 static void gen_addq(DisasContext *s, TCGv_i64 val, int rlow, int rhigh) in gen_addq() argument
8243 tmph = load_reg(s, rhigh); in gen_addq()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/tests/
H A Dtest-shift128.c16 uint64_t rhigh; member
116 g_assert_cmpuint(tmp.high, ==, tmp.rhigh); in test_lshift()
129 g_assert_cmpuint(tmp.high, ==, tmp.rhigh); in test_rshift()
/dports/emulators/qemu-utils/qemu-4.2.1/target/arm/
H A Dtranslate.c7129 static void gen_storeq_reg(DisasContext *s, int rlow, int rhigh, TCGv_i64 val) in gen_storeq_reg() argument
7137 store_reg(s, rhigh, tmp); in gen_storeq_reg()
7141 static void gen_addq(DisasContext *s, TCGv_i64 val, int rlow, int rhigh) in gen_addq() argument
7149 tmph = load_reg(s, rhigh); in gen_addq()
/dports/emulators/qemu-utils/qemu-4.2.1/tests/
H A Dtest-shift128.c16 uint64_t rhigh; member
116 g_assert_cmpuint(tmp.high, ==, tmp.rhigh); in test_lshift()
129 g_assert_cmpuint(tmp.high, ==, tmp.rhigh); in test_rshift()
/dports/emulators/qemu/qemu-6.2.0/target/arm/
H A Dtranslate.c4934 static void gen_storeq_reg(DisasContext *s, int rlow, int rhigh, TCGv_i64 val) in gen_storeq_reg() argument
4942 store_reg(s, rhigh, tmp); in gen_storeq_reg()
4946 static void gen_addq(DisasContext *s, TCGv_i64 val, int rlow, int rhigh) in gen_addq() argument
4954 tmph = load_reg(s, rhigh); in gen_addq()
/dports/emulators/qemu/qemu-6.2.0/tests/unit/
H A Dtest-div128.c26 uint64_t rhigh; member
35 int64_t rhigh; member
170 g_assert_cmpuint(tmp.high, ==, tmp.rhigh); in test_divu128()
186 g_assert_cmpuint(tmp.high, ==, tmp.rhigh); in test_divs128()

1234