Home
last modified time | relevance | path

Searched refs:index_pre (Results 1 – 9 of 9) sorted by relevance

/dports/math/faiss/faiss-1.7.1/faiss/
H A DIVFlib.cpp105 if (auto index_pre = dynamic_cast<faiss::IndexPreTransform*>(index)) { in search_centroid() local
106 x = index_pre->apply_chain(n, x); in search_centroid()
108 index = index_pre->index; in search_centroid()
126 if (auto index_pre = dynamic_cast<faiss::IndexPreTransform*>(index)) { in search_and_return_centroids() local
127 x = index_pre->apply_chain(n, x); in search_and_return_centroids()
129 index = index_pre->index; in search_and_return_centroids()
/dports/graphics/blender/blender-2.91.0/release/scripts/templates_osl/
H A Dlyapunov_texture.osl91 float index_pre = (iter != 0) ? index / (float)(iter) : 0.0;
106 index = index * nabla_main + index_pre * (1.0 - nabla_main);
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxcodec/codec/
H A Dfx_codec_flate.cpp448 int index_pre = 0; in TIFF_PredictLine() local
454 ((dest_buf[index_pre] >> (7 - col_pre)) & 1)) { in TIFF_PredictLine()
459 index_pre = index; in TIFF_PredictLine()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxcodec/codec/
H A Dfx_codec_flate.cpp447 int index_pre = 0; in TIFF_PredictLine() local
453 ((dest_buf[index_pre] >> (7 - col_pre)) & 1)) { in TIFF_PredictLine()
458 index_pre = index; in TIFF_PredictLine()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxcodec/flate/
H A Dflatemodule.cpp462 int index_pre = 0; in TIFF_PredictLine() local
468 ((dest_buf[index_pre] >> (7 - col_pre)) & 1)) { in TIFF_PredictLine()
473 index_pre = index; in TIFF_PredictLine()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxcodec/flate/
H A Dflatemodule.cpp462 int index_pre = 0; in TIFF_PredictLine() local
468 ((dest_buf[index_pre] >> (7 - col_pre)) & 1)) { in TIFF_PredictLine()
473 index_pre = index; in TIFF_PredictLine()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/Util/
H A DDisArm64.cpp318 bool index_pre = !index_unsigned && ((w >> 10) & 3) == 3; in LoadStore() local
329 } else if (index_pre) { in LoadStore()
353 } else if (index_pre) { in LoadStore()
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/Util/
H A DDisArm64.cpp318 bool index_pre = !index_unsigned && ((w >> 10) & 3) == 3; in LoadStore() local
329 } else if (index_pre) { in LoadStore()
353 } else if (index_pre) { in LoadStore()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/Util/
H A DDisArm64.cpp318 bool index_pre = !index_unsigned && ((w >> 10) & 3) == 3; in LoadStore() local
329 } else if (index_pre) { in LoadStore()
353 } else if (index_pre) { in LoadStore()