Home
last modified time | relevance | path

Searched refs:shift_code (Results 1 – 25 of 113) sorted by relevance

12345

/dports/graphics/R-cran-s2/s2/src/s2/
H A Dencoded_s2cell_id_vector.cc111 int shift_code = e_shift >> 1; in EncodeS2CellIdVector() local
112 if (e_shift & 1) shift_code = min(31, shift_code + 29); in EncodeS2CellIdVector()
113 encoder->put8((shift_code << 3) | e_base_len); in EncodeS2CellIdVector()
114 if (shift_code == 31) { in EncodeS2CellIdVector()
137 int shift_code = code_plus_len >> 3; in Init() local
138 if (shift_code == 31) { in Init()
139 shift_code = 29 + decoder->get8(); in Init()
147 if (shift_code >= 29) { in Init()
148 shift_ = 2 * (shift_code - 29) + 1; in Init()
151 shift_ = 2 * shift_code; in Init()
/dports/graphics/s2/s2geometry-0.9.0/src/s2/
H A Dencoded_s2cell_id_vector.cc111 int shift_code = e_shift >> 1; in EncodeS2CellIdVector() local
112 if (e_shift & 1) shift_code = min(31, shift_code + 29); in EncodeS2CellIdVector()
113 encoder->put8((shift_code << 3) | e_base_len); in EncodeS2CellIdVector()
114 if (shift_code == 31) { in EncodeS2CellIdVector()
137 int shift_code = code_plus_len >> 3; in Init() local
138 if (shift_code == 31) { in Init()
139 shift_code = 29 + decoder->get8(); in Init()
147 if (shift_code >= 29) { in Init()
148 shift_ = 2 * (shift_code - 29) + 1; in Init()
151 shift_ = 2 * shift_code; in Init()
/dports/graphics/py-s2/s2geometry-0.9.0/src/s2/
H A Dencoded_s2cell_id_vector.cc111 int shift_code = e_shift >> 1; in EncodeS2CellIdVector() local
112 if (e_shift & 1) shift_code = min(31, shift_code + 29); in EncodeS2CellIdVector()
113 encoder->put8((shift_code << 3) | e_base_len); in EncodeS2CellIdVector()
114 if (shift_code == 31) { in EncodeS2CellIdVector()
137 int shift_code = code_plus_len >> 3; in Init() local
138 if (shift_code == 31) { in Init()
139 shift_code = 29 + decoder->get8(); in Init()
147 if (shift_code >= 29) { in Init()
148 shift_ = 2 * (shift_code - 29) + 1; in Init()
151 shift_ = 2 * shift_code; in Init()
/dports/emulators/yaze-ag/yaze-ag-2.51.0/
H A Dconin.c166 shift_code = 0, in conin() local
494 shift_code = 0; in conin()
553 shift_code = shift_code * 10 + ch - '0'; in conin()
560 switch (shift_code) in conin()
/dports/x11/gnome-pie/Gnome-Pie-0.5.7/src/utilities/
H A Dkey.vala33 private static int shift_code;
99 shift_code = display.keysym_to_keycode(Gdk.keyval_from_name("Shift_L"));
151 X.Test.fake_key_event(display, shift_code, down, 0);
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boct/
H A Dboct_tree_cell.hxx92 …e_cell<T_loc,T_data>::clone(boct_tree_cell<T_loc,T_data>* parent, boct_loc_code<T_loc> *shift_code) in clone() argument
94 boct_loc_code<T_loc> *cell_loc_code = (this->code_).AND(shift_code); in clone()
104 boct_tree_cell<T_loc,T_data>* c=this->children_[i].clone(cell, shift_code); in clone()
153 … boct_loc_code<T_loc> *shift_code, in clone_and_intersect() argument
157 boct_loc_code<T_loc> *cell_loc_code = (this->code_).AND(shift_code); in clone_and_intersect()
174 …boct_tree_cell<T_loc,T_data>* c=this->children_[i].clone_and_intersect(cell, shift_code, local_cro… in clone_and_intersect()
H A Dboct_tree.hxx186 boct_loc_code<T_loc> shift_code; in clone_subtree() local
191shift_code.set_code(((1<<(parent_tree_root_level - subtree_root->level()) )-1), ((1<<(parent_tree_… in clone_subtree()
192 boct_tree_cell<T_loc, T_data>* root = subtree_root->clone(nullptr, &shift_code); in clone_subtree()
215 boct_loc_code<T_loc> shift_code; in clone_and_intersect() local
220shift_code.set_code(((1<<(subtree_root->level()))-1), ((1<<(subtree_root->level()))-1), ((1<<(subt… in clone_and_intersect()
221 …boct_tree_cell<T_loc, T_data>* root = subtree_root->clone_and_intersect(nullptr, &shift_code,local… in clone_and_intersect()
H A Dboct_tree_cell.h97 …_cell<T_loc,T_data>* clone(boct_tree_cell<T_loc,T_data>* parent, boct_loc_code<T_loc> *shift_code);
105 boct_loc_code<T_loc> *shift_code,
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/dill/dill/
H A Darm5.h6 extern void arm5_dproc(dill_stream s, int op, int shift_code, int dest, int src1, int src2);
8 extern void arm5_dproci(dill_stream s, int op, int shift_code, int dest, int src1, long imm);
H A Darm5.c163 extern void arm5_dproc(s, op, shift_code, dest, src1, src2)
166 int shift_code; variable
172 if (shift_code != 0) {
173 shift_code &= 0x3;
174 shift = SHIFTR(src2, shift_code);
338 extern void arm5_dproci(s, op, shift_code, dest, src1, imm)
341 int shift_code; variable
349 if (shift_code != 0) {
351 shift_code &= 0x3;
352 shift = SHIFTI(imm, shift_code);
H A Darm8.h6 extern void arm8_dproc(dill_stream s, int op, int shift_code, int dest, int src1, int src2);
8 extern void arm8_dproci(dill_stream s, int op, int shift_code, int dest, int src1, long imm);
H A Darm6.h6 extern void arm6_dproc(dill_stream s, int op, int shift_code, int dest, int src1, int src2);
8 extern void arm6_dproci(dill_stream s, int op, int shift_code, int dest, int src1, long imm);
H A Darm8.c174 extern void arm8_dproc(s, op, shift_code, dest, src1, src2)
177 int shift_code; variable
183 if (shift_code != 0) {
184 shift_code &= 0x3;
185 shift = SHIFTR(src2, shift_code);
362 extern void arm8_dproci(s, op, shift_code, dest, src1, imm)
365 int shift_code; variable
373 if (shift_code != 0) {
375 shift_code &= 0x3;
376 shift = SHIFTI(imm, shift_code);
H A Darm6.c174 extern void arm6_dproc(s, op, shift_code, dest, src1, src2)
177 int shift_code; variable
183 if (shift_code != 0) {
184 shift_code &= 0x3;
185 shift = SHIFTR(src2, shift_code);
362 extern void arm6_dproci(s, op, shift_code, dest, src1, imm)
365 int shift_code; variable
373 if (shift_code != 0) {
375 shift_code &= 0x3;
376 shift = SHIFTI(imm, shift_code);
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/aarch64/
H A Daarch64-sve-builtins-sve2.cc368 rtx_code shift_code = e.type_suffix (0).unsigned_p ? LSHIFTRT : ASHIFTRT; in expand() local
370 return e.use_exact_insn (code_for_aarch64_sve_add (shift_code, mode)); in expand()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/aarch64/
H A Daarch64-sve-builtins-sve2.cc368 rtx_code shift_code = e.type_suffix (0).unsigned_p ? LSHIFTRT : ASHIFTRT; in expand() local
370 return e.use_exact_insn (code_for_aarch64_sve_add (shift_code, mode)); in expand()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/config/aarch64/
H A Daarch64-sve-builtins-sve2.cc368 rtx_code shift_code = e.type_suffix (0).unsigned_p ? LSHIFTRT : ASHIFTRT; in expand() local
370 return e.use_exact_insn (code_for_aarch64_sve_add (shift_code, mode)); in expand()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/aarch64/
H A Daarch64-sve-builtins-sve2.cc368 rtx_code shift_code = e.type_suffix (0).unsigned_p ? LSHIFTRT : ASHIFTRT; in expand() local
370 return e.use_exact_insn (code_for_aarch64_sve_add (shift_code, mode)); in expand()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/config/aarch64/
H A Daarch64-sve-builtins-sve2.cc368 rtx_code shift_code = e.type_suffix (0).unsigned_p ? LSHIFTRT : ASHIFTRT; in expand() local
370 return e.use_exact_insn (code_for_aarch64_sve_add (shift_code, mode)); in expand()
/dports/lang/gcc10/gcc-10.3.0/gcc/config/aarch64/
H A Daarch64-sve-builtins-sve2.cc368 rtx_code shift_code = e.type_suffix (0).unsigned_p ? LSHIFTRT : ASHIFTRT; in expand() local
370 return e.use_exact_insn (code_for_aarch64_sve_add (shift_code, mode)); in expand()
/dports/lang/gcc11/gcc-11.2.0/gcc/config/aarch64/
H A Daarch64-sve-builtins-sve2.cc368 rtx_code shift_code = e.type_suffix (0).unsigned_p ? LSHIFTRT : ASHIFTRT; in expand() local
370 return e.use_exact_insn (code_for_aarch64_sve_add (shift_code, mode)); in expand()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dtree-vect-transform.c850 enum tree_code shift_code = 0; in vect_create_epilog_for_reduction() local
863 shift_code = VEC_RSHIFT_EXPR; in vect_create_epilog_for_reduction()
904 build2 (shift_code, vectype, new_temp, bitpos)); in vect_create_epilog_for_reduction()
/dports/lang/ghc/ghc-8.10.7/compiler/nativeGen/X86/
H A DCodeGen.hs947 MO_Shl rep -> shift_code rep SHL x y {-False-}
948 MO_U_Shr rep -> shift_code rep SHR x y {-False-}
949 MO_S_Shr rep -> shift_code rep SAR x y {-False-}
1011 shift_code :: Width
1018 shift_code width instr x (CmmLit lit) = do function
1044 shift_code width instr x y{-amount-} = do function
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/m32c/
H A Dm32c.c3729 m32c_prepare_shift (rtx * operands, int scale, int shift_code) in m32c_prepare_shift() argument
3732 shift_gen_func func = shift_gen_func_for (mode, shift_code); in m32c_prepare_shift()
3804 if (shift_code == ASHIFT) in m32c_prepare_shift()
/dports/lang/gcc9/gcc-9.4.0/gcc/config/m32c/
H A Dm32c.c3729 m32c_prepare_shift (rtx * operands, int scale, int shift_code) in m32c_prepare_shift() argument
3732 shift_gen_func func = shift_gen_func_for (mode, shift_code); in m32c_prepare_shift()
3804 if (shift_code == ASHIFT) in m32c_prepare_shift()

12345