Home
last modified time | relevance | path

Searched refs:ffp2 (Results 1 – 14 of 14) sorted by relevance

/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/tests/unit/
H A DFileFingerprint_test.cpp142 ffp2.size = 2; in TEST()
153 ffp2.size = 1; in TEST()
164 ffp2.mtime = 2; in TEST()
175 ffp2.mtime = 1; in TEST()
186 ffp2.crc[0] = 2; in TEST()
555 ffp2.size = 42; in TEST()
556 ffp2.mtime = 13; in TEST()
566 ffp2.size = 42; in TEST()
577 ffp2.size = 42; in TEST()
588 ffp2.size = 42; in TEST()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGenCUDA/
H A Damdgpu-atomic-ops.cu16 __device__ double ffp2(double *p) { in ffp2() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGenCUDA/
H A Damdgpu-atomic-ops.cu16 __device__ double ffp2(double *p) { in ffp2() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGenCUDA/
H A Damdgpu-atomic-ops.cu16 __device__ double ffp2(double *p) { in ffp2() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGenCUDA/
H A Damdgpu-atomic-ops.cu16 __device__ double ffp2(double *p) { in ffp2() function
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGenCUDA/
H A Damdgpu-atomic-ops.cu16 __device__ double ffp2(double *p) { in ffp2() function
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGenCUDA/
H A Damdgpu-atomic-ops.cu16 __device__ double ffp2(double *p) { in ffp2() function
/dports/textproc/sgmlformat/sgmlformat-1.7/instant/
H A Dtables.c913 register struct tblformat * ffp, * ffp2; in TblTEnd() local
924 for ( ffp=formP; ffp; ffp=ffp2 ) { in TblTEnd()
925 ffp2 = ffp->next; in TblTEnd()
1132 register struct tblformat * ffp, * ffp2; in TblTFoot() local
1143 for ( ffp=formP; ffp; ffp=ffp2 ) { in TblTFoot()
1144 ffp2 = ffp->next; in TblTFoot()
/dports/textproc/docbook-to-man/docbook-to-man/Instant/
H A Dtables.c913 register struct tblformat * ffp, * ffp2; in TblTEnd() local
924 for ( ffp=formP; ffp; ffp=ffp2 ) { in TblTEnd()
925 ffp2 = ffp->next; in TblTEnd()
1132 register struct tblformat * ffp, * ffp2; in TblTFoot() local
1143 for ( ffp=formP; ffp; ffp=ffp2 ) { in TblTFoot()
1144 ffp2 = ffp->next; in TblTFoot()
/dports/science/rdkit/rdkit-Release_2021_03_5/Docs/Book_jp/
H A DThe_RDKit_database_cartridge_jp.rst118 …torsionbv_fp(m) as torsionbv,morganbv_fp(m) as mfp2,featmorganbv_fp(m) as ffp2 into rdk.fps from r…
124 chembl_23=# create index fps_ffp2_idx on rdk.fps using gist(ffp2);
138 …select molregno,torsionbv_fp(m) as torsionbv,morganbv_fp(m) as mfp2,featmorganbv_fp(m) as ffp2 int…
141 create index fps_ffp2_idx on rdk.fps using gist(ffp2);
H A DSupplementary_Text_jp.rst571 >>> ffp2 = AllChem.GetMorganFingerprint(m2,2,useFeatures=True)
574 >>> DataStructs.DiceSimilarity(ffp1,ffp2)
H A DGetting_Started_with_RDKit_in_Python_jp.rst1368 >>> ffp2 = AllChem.GetMorganFingerprint(m2,2,useFeatures=True)
1371 >>> DataStructs.DiceSimilarity(ffp1,ffp2)
/dports/science/rdkit/rdkit-Release_2021_03_5/Docs/Book/
H A DCartridge.md82 …torsionbv_fp(m) as torsionbv,morganbv_fp(m) as mfp2,featmorganbv_fp(m) as ffp2 into rdk.fps from r…
88 chembl_25=# create index fps_ffp2_idx on rdk.fps using gist(ffp2);
100 …select molregno,torsionbv_fp(m) as torsionbv,morganbv_fp(m) as mfp2,featmorganbv_fp(m) as ffp2 int…
103 create index fps_ffp2_idx on rdk.fps using gist(ffp2);
H A DGettingStartedInPython.rst1746 >>> ffp2 = AllChem.GetMorganFingerprint(m2,2,useFeatures=True)
1749 >>> DataStructs.DiceSimilarity(ffp1,ffp2)