Home
last modified time | relevance | path

Searched refs:refN (Results 1 – 19 of 19) sorted by relevance

/dports/biology/jalview/jalview/src/jalview/renderer/
H A DScaleRenderer.java115 int refN, iadj; in calculateMarks() local
129 refN = refSeq.findPosition(iadj); in calculateMarks()
143 string = String.valueOf(refN) + refSeq.getCharAt(iadj); in calculateMarks()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_experimental/filter_multiscale_align/
H A Dgeneric_align.cpp287 std::vector<Point3f> ref; std::vector<Point3f> refN; in checkTriplets() local
296 refN.push_back(rN); in checkTriplets()
313 float angle=Utils::angleNorm<float>(refN[i],normToAlign); in checkTriplets()
369 std::vector<Point3f> ref; std::vector<Point3f> refN; in checkQuadriplets() local
378 refN.push_back(rN); in checkQuadriplets()
395 float angle=Utils::angleNorm<float>(refN[i],normToAlign); in checkQuadriplets()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/pffft/
H A Dpffft_unittest.cc57 float refN = ref[fft_size - 1]; in PffftValidate() local
60 ref[1] = refN; in PffftValidate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pffft/
H A Dpffft_unittest.cc57 float refN = ref[fft_size - 1]; in PffftValidate() local
60 ref[1] = refN; in PffftValidate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pffft/
H A Dpffft_unittest.cc57 float refN = ref[fft_size - 1]; in PffftValidate() local
60 ref[1] = refN; in PffftValidate()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/pffft/
H A Dpffft_unittest.cc57 float refN = ref[fft_size - 1]; in PffftValidate() local
60 ref[1] = refN; in PffftValidate()
/dports/devel/fpc-fcl-xml/fpc-3.2.2/packages/fcl-xml/tests/
H A Dxmlts.pp358 docN, refN: TDOMNotation;
529 refN := TDOMNotation(refMap[I]);
534 DiagnoseOut('missing notation declaration: ' + refN.NodeName);
537 if (refN.PublicID <> docN.PublicID) or (refN.SystemID <> docN.SystemID) then
540 DiagnoseOut('incorrect notation declaration: ' + refN.NodeName);
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-xml/tests/
H A Dxmlts.pp358 docN, refN: TDOMNotation;
529 refN := TDOMNotation(refMap[I]);
534 DiagnoseOut('missing notation declaration: ' + refN.NodeName);
537 if (refN.PublicID <> docN.PublicID) or (refN.SystemID <> docN.SystemID) then
540 DiagnoseOut('incorrect notation declaration: ' + refN.NodeName);
/dports/editors/texstudio/texstudio-4.1.2/completion/
H A Dscrjura.cwl65 \refN{label}#r
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/pffft/src/
H A Dtest_pffft.c97 float refN=ref[N-1]; in pffft_validate_N() local
99 ref[1] = refN; in pffft_validate_N()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pffft/src/
H A Dtest_pffft.c97 float refN=ref[N-1]; in pffft_validate_N() local
99 ref[1] = refN; in pffft_validate_N()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/pffft/src/
H A Dtest_pffft.c97 float refN=ref[N-1]; in pffft_validate_N() local
99 ref[1] = refN; in pffft_validate_N()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pffft/src/
H A Dtest_pffft.c97 float refN=ref[N-1]; in pffft_validate_N() local
99 ref[1] = refN; in pffft_validate_N()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Graph/
H A DGraph.cpp5245 auto *refN = input.getNode(); in verifyNodeInput() local
5248 for (auto &U : refN->getUsers()) { in verifyNodeInput()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/doc/
H A Dgdb.info-51783 `refN' bytecodes should operate correctly for any address.
2054 Why do the `refN' operators have to support unaligned fetches?
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/doc/
H A Dgdb.info-34120 `refN' bytecodes should operate correctly for any address.
4478 Why do the `refN' operators have to support unaligned fetches?
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/doc/
H A Dgdb.info-34120 `refN' bytecodes should operate correctly for any address.
4478 Why do the `refN' operators have to support unaligned fetches?
/dports/devel/gdb761/gdb-7.6.1/gdb/doc/
H A Dgdb.info-56042 `refN' bytecodes should operate correctly for any address.
6335 Why do the `refN' operators have to support unaligned fetches?
/dports/devel/gdb/gdb-11.1/gdb/doc/
H A Dgdb.info-75177 Note that ADDR may not be aligned in any particular way; the 'refN'
5471 Why do the 'refN' operators have to support unaligned fetches?