Home
last modified time | relevance | path

Searched refs:index_new (Results 1 – 25 of 347) sorted by relevance

12345678910>>...14

/dports/science/lammps/lammps-stable_29Sep2021/src/KOKKOS/
H A Dpack_kokkos.h72 const int mid = index_new / nslow; in operator()
73 const int slow = index_new % nslow; in operator()
126 const int mid = index_new / nslow; in operator()
127 const int slow = index_new % nslow; in operator()
181 const int mid = index_new / nslow; in operator()
182 const int slow = index_new % nslow; in operator()
234 const int mid = index_new / nslow; in operator()
235 const int slow = index_new % nslow; in operator()
291 const int mid = index_new / nslow; in operator()
345 const int mid = index_new / nslow; in operator()
[all …]
/dports/devel/simgear/simgear-2020.3.11/simgear/canvas/elements/
H A DCanvasGroup.cxx339 index_new = index; in handleZIndexChanged() local
341 for(;; ++index_new) in handleZIndexChanged()
343 if( index_new + 1 == _scene_group->getNumChildren() ) in handleZIndexChanged()
348 if( getChildByIndex(index_new + 1)->get<int>("z-index", 0) > z_index ) in handleZIndexChanged()
352 if( index_new == index ) in handleZIndexChanged()
355 for(;; --index_new) in handleZIndexChanged()
357 if( index_new == 0 ) in handleZIndexChanged()
362 if( getChildByIndex(index_new - 1)->get<int>("z-index", 0) <= z_index ) in handleZIndexChanged()
366 if( index == index_new ) in handleZIndexChanged()
371 _scene_group->insertChild(index_new, tf); in handleZIndexChanged()
[all …]
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/27_io/basic_istream/getline/char/
H A D5.cc46 string::size_type index = 0, index_new = 0; in check() local
51 index_new = str.find(delim, index); in check()
53 index_new - index + 1 ); in check()
54 VERIFY( !str.compare(index, index_new - index, buf) ); in check()
55 index = index_new + 1; in check()
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/27_io/basic_istream/getline/wchar_t/
H A D5.cc52 wstring::size_type index = 0, index_new = 0; in check() local
57 index_new = str.find(delim, index); in check()
59 index_new - index + 1 ); in check()
60 VERIFY( !str.compare(index, index_new - index, buf) ); in check()
61 index = index_new + 1; in check()
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/testsuite/27_io/basic_istream/getline/char/
H A D5.cc48 string::size_type index = 0, index_new = 0; in check() local
53 index_new = str.find(delim, index); in check()
55 index_new - index + 1 ); in check()
56 VERIFY( !str.compare(index, index_new - index, buf) ); in check()
57 index = index_new + 1; in check()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/27_io/basic_istream/getline/wchar_t/
H A D5.cc52 wstring::size_type index = 0, index_new = 0; in check() local
57 index_new = str.find(delim, index); in check()
59 index_new - index + 1 ); in check()
60 VERIFY( !str.compare(index, index_new - index, buf) ); in check()
61 index = index_new + 1; in check()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/27_io/basic_istream/getline/char/
H A D5.cc46 string::size_type index = 0, index_new = 0; in check() local
51 index_new = str.find(delim, index); in check()
53 index_new - index + 1 ); in check()
54 VERIFY( !str.compare(index, index_new - index, buf) ); in check()
55 index = index_new + 1; in check()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/27_io/basic_istream/getline/char/
H A D5.cc46 string::size_type index = 0, index_new = 0; in check() local
51 index_new = str.find(delim, index); in check()
53 index_new - index + 1 ); in check()
54 VERIFY( !str.compare(index, index_new - index, buf) ); in check()
55 index = index_new + 1; in check()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/27_io/basic_istream/getline/wchar_t/
H A D5.cc52 wstring::size_type index = 0, index_new = 0; in check() local
57 index_new = str.find(delim, index); in check()
59 index_new - index + 1 ); in check()
60 VERIFY( !str.compare(index, index_new - index, buf) ); in check()
61 index = index_new + 1; in check()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/27_io/basic_istream/getline/char/
H A D5.cc46 string::size_type index = 0, index_new = 0; in check() local
51 index_new = str.find(delim, index); in check()
53 index_new - index + 1 ); in check()
54 VERIFY( !str.compare(index, index_new - index, buf) ); in check()
55 index = index_new + 1; in check()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/27_io/basic_istream/getline/wchar_t/
H A D5.cc53 wstring::size_type index = 0, index_new = 0; in check() local
58 index_new = str.find(delim, index); in check()
60 index_new - index + 1 ); in check()
61 VERIFY( !str.compare(index, index_new - index, buf) ); in check()
62 index = index_new + 1; in check()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/27_io/basic_istream/getline/wchar_t/
H A D5.cc53 wstring::size_type index = 0, index_new = 0; in check() local
58 index_new = str.find(delim, index); in check()
60 index_new - index + 1 ); in check()
61 VERIFY( !str.compare(index, index_new - index, buf) ); in check()
62 index = index_new + 1; in check()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/27_io/basic_istream/getline/char/
H A D5.cc46 string::size_type index = 0, index_new = 0; in check() local
51 index_new = str.find(delim, index); in check()
53 index_new - index + 1 ); in check()
54 VERIFY( !str.compare(index, index_new - index, buf) ); in check()
55 index = index_new + 1; in check()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/27_io/basic_istream/getline/char/
H A D5.cc46 string::size_type index = 0, index_new = 0; in check() local
51 index_new = str.find(delim, index); in check()
53 index_new - index + 1 ); in check()
54 VERIFY( !str.compare(index, index_new - index, buf) ); in check()
55 index = index_new + 1; in check()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/27_io/basic_istream/getline/wchar_t/
H A D5.cc53 wstring::size_type index = 0, index_new = 0; in check() local
58 index_new = str.find(delim, index); in check()
60 index_new - index + 1 ); in check()
61 VERIFY( !str.compare(index, index_new - index, buf) ); in check()
62 index = index_new + 1; in check()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/27_io/basic_istream/getline/char/
H A D5.cc46 string::size_type index = 0, index_new = 0; in check() local
51 index_new = str.find(delim, index); in check()
53 index_new - index + 1 ); in check()
54 VERIFY( !str.compare(index, index_new - index, buf) ); in check()
55 index = index_new + 1; in check()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/27_io/basic_istream/getline/wchar_t/
H A D5.cc53 wstring::size_type index = 0, index_new = 0; in check() local
58 index_new = str.find(delim, index); in check()
60 index_new - index + 1 ); in check()
61 VERIFY( !str.compare(index, index_new - index, buf) ); in check()
62 index = index_new + 1; in check()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/testsuite/27_io/basic_istream/getline/char/
H A D5.cc46 string::size_type index = 0, index_new = 0; in check() local
51 index_new = str.find(delim, index); in check()
52 VERIFY( stream.gcount() == index_new - index + 1 ); in check()
53 VERIFY( !str.compare(index, index_new - index, buf) ); in check()
54 index = index_new + 1; in check()
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/testsuite/27_io/basic_istream/getline/wchar_t/
H A D5.cc52 wstring::size_type index = 0, index_new = 0; in check() local
57 index_new = str.find(delim, index); in check()
59 index_new - index + 1 ); in check()
60 VERIFY( !str.compare(index, index_new - index, buf) ); in check()
61 index = index_new + 1; in check()
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/27_io/basic_istream/getline/char/
H A D5.cc48 string::size_type index = 0, index_new = 0; in check() local
53 index_new = str.find(delim, index); in check()
55 index_new - index + 1 ); in check()
56 VERIFY( !str.compare(index, index_new - index, buf) ); in check()
57 index = index_new + 1; in check()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/27_io/basic_istream/getline/char/
H A D5.cc46 string::size_type index = 0, index_new = 0; in check() local
51 index_new = str.find(delim, index); in check()
53 index_new - index + 1 ); in check()
54 VERIFY( !str.compare(index, index_new - index, buf) ); in check()
55 index = index_new + 1; in check()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/27_io/basic_istream/getline/wchar_t/
H A D5.cc53 wstring::size_type index = 0, index_new = 0; in check() local
58 index_new = str.find(delim, index); in check()
60 index_new - index + 1 ); in check()
61 VERIFY( !str.compare(index, index_new - index, buf) ); in check()
62 index = index_new + 1; in check()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/27_io/basic_istream/getline/wchar_t/
H A D5.cc52 wstring::size_type index = 0, index_new = 0; in check() local
57 index_new = str.find(delim, index); in check()
59 index_new - index + 1 ); in check()
60 VERIFY( !str.compare(index, index_new - index, buf) ); in check()
61 index = index_new + 1; in check()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/27_io/basic_istream/getline/char/
H A D5.cc46 string::size_type index = 0, index_new = 0; in check() local
51 index_new = str.find(delim, index); in check()
53 index_new - index + 1 ); in check()
54 VERIFY( !str.compare(index, index_new - index, buf) ); in check()
55 index = index_new + 1; in check()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/testsuite/27_io/basic_istream/getline/char/
H A D5.cc48 string::size_type index = 0, index_new = 0; in check() local
53 index_new = str.find(delim, index); in check()
55 index_new - index + 1 ); in check()
56 VERIFY( !str.compare(index, index_new - index, buf) ); in check()
57 index = index_new + 1; in check()

12345678910>>...14