Home
last modified time | relevance | path

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

12

/dports/math/jacop/jacop-4.8.0/src/main/java/org/jacop/constraints/geost/
H A DObstacleObject.java215 for (DBox preshift : preshiftedElems) { in isFeasible()
229 … outOrigin[i] = preshift.origin[i] - constrainedPiece.origin[i] - constrainedPiece.length[i] + 1; in isFeasible()
231 final int max = preshift.length[i] - constrainedPiece.origin[i]; in isFeasible()
287 DBox preshift = preshiftedElems.get(currentIndex); in updateFrame() local
290 preshift.origin[i] = elem.origin[i] + obstacle.coords[i].max(); in updateFrame()
291 preshift.length[i] = elem.origin[i] + elem.length[i] + obstacle.coords[i].min(); in updateFrame()
/dports/biology/ncbi-toolkit/ncbi/algo/blast/core/
H A Dblast_aascan.c242 Int4 preshift; /* used for 2-stage index calculation */ in s_BlastCompressedAaScanSubject() local
284 preshift = (Int4)((((Int8)index) * recip) >> 32); in s_BlastCompressedAaScanSubject()
294 preshift = 0; in s_BlastCompressedAaScanSubject()
302 preshift = 0; in s_BlastCompressedAaScanSubject()
306 index = preshift + compressed_char; in s_BlastCompressedAaScanSubject()
307 preshift = (Int4)((((Int8)( index )) * recip) >> 32); in s_BlastCompressedAaScanSubject()
327 index = preshift + compressed_char; in s_BlastCompressedAaScanSubject()
328 preshift = (Int4)((((Int8)( index )) * recip) >> 32); in s_BlastCompressedAaScanSubject()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/core/
H A Dblast_aascan.c242 Int4 preshift; /* used for 2-stage index calculation */ in s_BlastCompressedAaScanSubject() local
284 preshift = (Int4)((((Int8)index) * recip) >> 32); in s_BlastCompressedAaScanSubject()
294 preshift = 0; in s_BlastCompressedAaScanSubject()
302 preshift = 0; in s_BlastCompressedAaScanSubject()
306 index = preshift + compressed_char; in s_BlastCompressedAaScanSubject()
307 preshift = (Int4)((((Int8)( index )) * recip) >> 32); in s_BlastCompressedAaScanSubject()
327 index = preshift + compressed_char; in s_BlastCompressedAaScanSubject()
328 preshift = (Int4)((((Int8)( index )) * recip) >> 32); in s_BlastCompressedAaScanSubject()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/core/
H A Dblast_aascan.c242 Int4 preshift; /* used for 2-stage index calculation */ in s_BlastCompressedAaScanSubject() local
284 preshift = (Int4)((((Int8)index) * recip) >> 32); in s_BlastCompressedAaScanSubject()
294 preshift = 0; in s_BlastCompressedAaScanSubject()
302 preshift = 0; in s_BlastCompressedAaScanSubject()
306 index = preshift + compressed_char; in s_BlastCompressedAaScanSubject()
307 preshift = (Int4)((((Int8)( index )) * recip) >> 32); in s_BlastCompressedAaScanSubject()
327 index = preshift + compressed_char; in s_BlastCompressedAaScanSubject()
328 preshift = (Int4)((((Int8)( index )) * recip) >> 32); in s_BlastCompressedAaScanSubject()
/dports/audio/vo-aacenc/vo-aacenc-0.1.3/aacenc/src/
H A Dsf_estim.c64 Word32 preshift, postshift; in formfac_sqrt() local
68 preshift = norm_l(x) - (INT_BITS-1-FF_SQRT_BITS); in formfac_sqrt()
69 postshift = preshift >> 1; in formfac_sqrt()
70 preshift = postshift << 1; in formfac_sqrt()
72 if(preshift >= 0) in formfac_sqrt()
73 y = x << preshift; /* now 1/4 <= y < 1 */ in formfac_sqrt()
75 y = x >> (-preshift); in formfac_sqrt()
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/libs/mpg123/
H A Dframe.c866 off_t preshift = fr->p.preframes; in ignoreframe() local
868 if(fr->lay==3 && preshift < 1) preshift = 1; in ignoreframe()
870 if(fr->lay!=3 && preshift > 2) preshift = 2; in ignoreframe()
872 return fr->firstframe - preshift; in ignoreframe()
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/mpg123-1.25.6/src/libmpg123/
H A Dframe.c866 off_t preshift = fr->p.preframes; in ignoreframe() local
868 if(fr->lay==3 && preshift < 1) preshift = 1; in ignoreframe()
870 if(fr->lay!=3 && preshift > 2) preshift = 2; in ignoreframe()
872 return fr->firstframe - preshift; in ignoreframe()
/dports/audio/mpg123/mpg123-1.29.3/src/libmpg123/
H A Dframe.c907 off_t preshift = fr->p.preframes; in ignoreframe() local
909 if(fr->lay==3 && preshift < 1) preshift = 1; in ignoreframe()
911 if(fr->lay!=3 && preshift > 2) preshift = 2; in ignoreframe()
913 return fr->firstframe - preshift; in ignoreframe()
/dports/graphics/xfractint/xfractint-20.04p16/common/
H A Dtarga.c420 static void _fastcall SetVertShift(int preshift) in SetVertShift() argument
423 targa.VertShift = preshift; in SetVertShift()
424 OUTPORTB(VERTPAN, preshift); in SetVertShift()
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/
H A Dmvpred.c190 int preshift = MB_INTERLACED; in mb_predict_mv_direct16x16_temporal() local
205 preshift = 0; in mb_predict_mv_direct16x16_temporal()
224 preshift = 1; in mb_predict_mv_direct16x16_temporal()
260 …int i_ref = (map_col_to_list0(i_ref1_ref>>preshift) << postshift) + (offset&i_ref1_ref&MB_INTERLAC… in mb_predict_mv_direct16x16_temporal()
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/
H A Dmvpred.c190 int preshift = MB_INTERLACED; in mb_predict_mv_direct16x16_temporal() local
205 preshift = 0; in mb_predict_mv_direct16x16_temporal()
224 preshift = 1; in mb_predict_mv_direct16x16_temporal()
260 …int i_ref = (map_col_to_list0(i_ref1_ref>>preshift) << postshift) + (offset&i_ref1_ref&MB_INTERLAC… in mb_predict_mv_direct16x16_temporal()
/dports/emulators/vice/vice-3.5/src/lib/libx264/common/
H A Dmvpred.c193 int preshift = MB_INTERLACED; in x264_mb_predict_mv_direct16x16_temporal() local
216 preshift = 0; in x264_mb_predict_mv_direct16x16_temporal()
235 preshift = 1; in x264_mb_predict_mv_direct16x16_temporal()
274 … i_ref = (map_col_to_list0(i_ref1_ref>>preshift) << postshift) + (offset&i_ref1_ref&MB_INTERLACED); in x264_mb_predict_mv_direct16x16_temporal()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/common/
H A Dmvpred.c193 int preshift = MB_INTERLACED; in x264_mb_predict_mv_direct16x16_temporal() local
216 preshift = 0; in x264_mb_predict_mv_direct16x16_temporal()
235 preshift = 1; in x264_mb_predict_mv_direct16x16_temporal()
274 … i_ref = (map_col_to_list0(i_ref1_ref>>preshift) << postshift) + (offset&i_ref1_ref&MB_INTERLACED); in x264_mb_predict_mv_direct16x16_temporal()
/dports/games/zdoom/zdoom-2.8.1/src/asm_ia32/
H A Dtmap3.asm77 mov [preshift+2], cl
/dports/www/fswiki/wiki3_6_2/lib/
H A DPDFJ.pm2830 my($chunks, $style, $mode, $class, $char, $preshift, $postshift) = @_;
2831 $preshift ||= 0;
2863 $preshift, $postshift];
2966 my $preshift = ($PDFJ::Default{PreShift}{EUC}{$k} || 0) / 1000;
2968 _appendchunks($result, $style, 'z', $class, $k, $preshift, $postshift);
2992 my $preshift = ($PDFJ::Default{PreShift}{SJIS}{$k} || 0) / 1000;
2994 _appendchunks($result, $style, 'z', $class, $k, $preshift, $postshift);
/dports/japanese/p5-PDFJ/ja-p5-PDFJ-0.90_3/
H A DPDFJ.pm4044 my($chunks, $style, $mode, $class, $char, $preshift, $postshift) = @_;
4045 $preshift ||= 0;
4090 $preshift, $postshift);
4218 my $preshift = $noshift ? 0 :
4222 _appendchunks($result, $style, 'z', $class, $c, $preshift, $postshift);
4265 my $preshift = $noshift ? 0 :
4269 _appendchunks($result, $style, 'z', $class, $k, $preshift, $postshift);
4293 my $preshift = $noshift ? 0 :
4297 _appendchunks($result, $style, 'z', $class, $k, $preshift, $postshift);
/dports/editors/mined/mined-2015.25/src/
H A Dcompose.c162 shift == prefixmap [i].preshift)
/dports/lang/clover/mesa-21.3.6/src/asahi/compiler/
H A Dagx_compile.c115 agx_index preshift = agx_mov_imm(b, 32, info.pre_shift); in agx_udiv_const() local
122 if (info.pre_shift != 0) n = agx_ushr(b, n, preshift); in agx_udiv_const()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/asahi/compiler/
H A Dagx_compile.c115 agx_index preshift = agx_mov_imm(b, 32, info.pre_shift); in agx_udiv_const() local
122 if (info.pre_shift != 0) n = agx_ushr(b, n, preshift); in agx_udiv_const()
/dports/graphics/mesa-libs/mesa-21.3.6/src/asahi/compiler/
H A Dagx_compile.c115 agx_index preshift = agx_mov_imm(b, 32, info.pre_shift); in agx_udiv_const() local
122 if (info.pre_shift != 0) n = agx_ushr(b, n, preshift); in agx_udiv_const()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/asahi/compiler/
H A Dagx_compile.c115 agx_index preshift = agx_mov_imm(b, 32, info.pre_shift); in agx_udiv_const() local
122 if (info.pre_shift != 0) n = agx_ushr(b, n, preshift); in agx_udiv_const()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/asahi/compiler/
H A Dagx_compile.c115 agx_index preshift = agx_mov_imm(b, 32, info.pre_shift); in agx_udiv_const() local
122 if (info.pre_shift != 0) n = agx_ushr(b, n, preshift); in agx_udiv_const()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/asahi/compiler/
H A Dagx_compile.c115 agx_index preshift = agx_mov_imm(b, 32, info.pre_shift); in agx_udiv_const() local
122 if (info.pre_shift != 0) n = agx_ushr(b, n, preshift); in agx_udiv_const()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/asahi/compiler/
H A Dagx_compile.c115 agx_index preshift = agx_mov_imm(b, 32, info.pre_shift); in agx_udiv_const() local
122 if (info.pre_shift != 0) n = agx_ushr(b, n, preshift); in agx_udiv_const()
/dports/graphics/libosmesa/mesa-21.3.6/src/asahi/compiler/
H A Dagx_compile.c115 agx_index preshift = agx_mov_imm(b, 32, info.pre_shift); in agx_udiv_const() local
122 if (info.pre_shift != 0) n = agx_ushr(b, n, preshift); in agx_udiv_const()

12