Home
last modified time | relevance | path

Searched refs:p0 (Results 1 – 25 of 11017) sorted by relevance

12345678910>>...441

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/
H A DMyJapi.java119 static public native void f112(byte p0); in f112() argument
120 static public native void f113(byte p0); in f113() argument
121 static public native void f114(byte p0); in f114() argument
124 static public native void f117(int p0); in f117() argument
125 static public native void f118(int p0); in f118() argument
126 static public native void f119(int p0); in f119() argument
127 static public native void f120(int p0); in f120() argument
156 static public native void f137(int p0); in f137() argument
157 static public native void f138(int p0); in f138() argument
158 static public native void f139(int p0); in f139() argument
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/
H A DMyJapi.java119 static public native void f112(byte p0); in f112() argument
120 static public native void f113(byte p0); in f113() argument
121 static public native void f114(byte p0); in f114() argument
124 static public native void f117(int p0); in f117() argument
125 static public native void f118(int p0); in f118() argument
126 static public native void f119(int p0); in f119() argument
127 static public native void f120(int p0); in f120() argument
156 static public native void f137(int p0); in f137() argument
157 static public native void f138(int p0); in f138() argument
158 static public native void f139(int p0); in f139() argument
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/
H A DMyJapi.java119 static public native void f112(byte p0); in f112() argument
120 static public native void f113(byte p0); in f113() argument
121 static public native void f114(byte p0); in f114() argument
124 static public native void f117(int p0); in f117() argument
125 static public native void f118(int p0); in f118() argument
126 static public native void f119(int p0); in f119() argument
127 static public native void f120(int p0); in f120() argument
156 static public native void f137(int p0); in f137() argument
157 static public native void f138(int p0); in f138() argument
158 static public native void f139(int p0); in f139() argument
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/
H A DMyJapi.java119 static public native void f112(byte p0); in f112() argument
120 static public native void f113(byte p0); in f113() argument
121 static public native void f114(byte p0); in f114() argument
124 static public native void f117(int p0); in f117() argument
125 static public native void f118(int p0); in f118() argument
126 static public native void f119(int p0); in f119() argument
127 static public native void f120(int p0); in f120() argument
156 static public native void f137(int p0); in f137() argument
157 static public native void f138(int p0); in f138() argument
158 static public native void f139(int p0); in f139() argument
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/
H A DMyJapi.java119 static public native void f112(byte p0); in f112() argument
120 static public native void f113(byte p0); in f113() argument
121 static public native void f114(byte p0); in f114() argument
124 static public native void f117(int p0); in f117() argument
125 static public native void f118(int p0); in f118() argument
126 static public native void f119(int p0); in f119() argument
127 static public native void f120(int p0); in f120() argument
156 static public native void f137(int p0); in f137() argument
157 static public native void f138(int p0); in f138() argument
158 static public native void f139(int p0); in f139() argument
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/
H A DMyJapi.java119 static public native void f112(byte p0); in f112() argument
120 static public native void f113(byte p0); in f113() argument
121 static public native void f114(byte p0); in f114() argument
124 static public native void f117(int p0); in f117() argument
125 static public native void f118(int p0); in f118() argument
126 static public native void f119(int p0); in f119() argument
127 static public native void f120(int p0); in f120() argument
156 static public native void f137(int p0); in f137() argument
157 static public native void f138(int p0); in f138() argument
158 static public native void f139(int p0); in f139() argument
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/foreign/
H A DlibTestDowncall.c6082 EXPORT int f10_I_I_(int p0) { return p0; } in f10_I_I_() argument
6083 EXPORT float f10_F_F_(float p0) { return p0; } in f10_F_F_() argument
6084 EXPORT double f10_D_D_(double p0) { return p0; } in f10_D_D_() argument
6085 EXPORT void* f10_P_P_(void* p0) { return p0; } in f10_P_P_() argument
6086 EXPORT struct S_I f10_S_S_I(struct S_I p0) { return p0; } in f10_S_S_I() argument
6170 EXPORT int f10_I_II_(int p0, int p1) { return p0; } in f10_I_II_() argument
6171 EXPORT int f10_I_IF_(int p0, float p1) { return p0; } in f10_I_IF_() argument
6172 EXPORT int f10_I_ID_(int p0, double p1) { return p0; } in f10_I_ID_() argument
6173 EXPORT int f10_I_IP_(int p0, void* p1) { return p0; } in f10_I_IP_() argument
6258 EXPORT float f10_F_FI_(float p0, int p1) { return p0; } in f10_F_FI_() argument
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/foreign/
H A DlibTestDowncall.c6082 EXPORT int f10_I_I_(int p0) { return p0; } in f10_I_I_() argument
6083 EXPORT float f10_F_F_(float p0) { return p0; } in f10_F_F_() argument
6084 EXPORT double f10_D_D_(double p0) { return p0; } in f10_D_D_() argument
6085 EXPORT void* f10_P_P_(void* p0) { return p0; } in f10_P_P_() argument
6086 EXPORT struct S_I f10_S_S_I(struct S_I p0) { return p0; } in f10_S_S_I() argument
6170 EXPORT int f10_I_II_(int p0, int p1) { return p0; } in f10_I_II_() argument
6171 EXPORT int f10_I_IF_(int p0, float p1) { return p0; } in f10_I_IF_() argument
6172 EXPORT int f10_I_ID_(int p0, double p1) { return p0; } in f10_I_ID_() argument
6173 EXPORT int f10_I_IP_(int p0, void* p1) { return p0; } in f10_I_IP_() argument
6258 EXPORT float f10_F_FI_(float p0, int p1) { return p0; } in f10_F_FI_() argument
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/
H A DMyJapi.java145 static public native void f112(byte p0); in f112() argument
146 static public native void f113(byte p0); in f113() argument
147 static public native void f114(byte p0); in f114() argument
150 static public native void f117(int p0); in f117() argument
151 static public native void f118(int p0); in f118() argument
152 static public native void f119(int p0); in f119() argument
153 static public native void f120(int p0); in f120() argument
182 static public native void f137(int p0); in f137() argument
183 static public native void f138(int p0); in f138() argument
184 static public native void f139(int p0); in f139() argument
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/
H A DMyJapi.java145 static public native void f112(byte p0); in f112() argument
146 static public native void f113(byte p0); in f113() argument
147 static public native void f114(byte p0); in f114() argument
150 static public native void f117(int p0); in f117() argument
151 static public native void f118(int p0); in f118() argument
152 static public native void f119(int p0); in f119() argument
153 static public native void f120(int p0); in f120() argument
182 static public native void f137(int p0); in f137() argument
183 static public native void f138(int p0); in f138() argument
184 static public native void f139(int p0); in f139() argument
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/
H A DMyJapi.java145 static public native void f112(byte p0); in f112() argument
146 static public native void f113(byte p0); in f113() argument
147 static public native void f114(byte p0); in f114() argument
150 static public native void f117(int p0); in f117() argument
151 static public native void f118(int p0); in f118() argument
152 static public native void f119(int p0); in f119() argument
153 static public native void f120(int p0); in f120() argument
182 static public native void f137(int p0); in f137() argument
183 static public native void f138(int p0); in f138() argument
184 static public native void f139(int p0); in f139() argument
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/
H A DMyJapi.java145 static public native void f112(byte p0); in f112() argument
146 static public native void f113(byte p0); in f113() argument
147 static public native void f114(byte p0); in f114() argument
150 static public native void f117(int p0); in f117() argument
151 static public native void f118(int p0); in f118() argument
152 static public native void f119(int p0); in f119() argument
153 static public native void f120(int p0); in f120() argument
182 static public native void f137(int p0); in f137() argument
183 static public native void f138(int p0); in f138() argument
184 static public native void f139(int p0); in f139() argument
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/
H A DMyJapi.java145 static public native void f112(byte p0); in f112() argument
146 static public native void f113(byte p0); in f113() argument
147 static public native void f114(byte p0); in f114() argument
150 static public native void f117(int p0); in f117() argument
151 static public native void f118(int p0); in f118() argument
152 static public native void f119(int p0); in f119() argument
153 static public native void f120(int p0); in f120() argument
182 static public native void f137(int p0); in f137() argument
183 static public native void f138(int p0); in f138() argument
184 static public native void f139(int p0); in f139() argument
[all …]
/dports/misc/vxl/vxl-3.3.2/core/vil/algo/
H A Dvil_distance_transform.cxx57 *p0 = std::min(p0[-istep] + 1.0f, *p0); in vil_distance_transform_one_way()
72 *p0 = std::min(p0[o1] + 1.0f, *p0); // (-1,0) in vil_distance_transform_one_way()
79 *p0 = std::min(p0[o1] + 1.0f, *p0); // (-1,0) in vil_distance_transform_one_way()
80 *p0 = std::min(p0[o2] + sqrt2, *p0); // (-1,-1) in vil_distance_transform_one_way()
81 *p0 = std::min(p0[o3] + 1.0f, *p0); // (0,-1) in vil_distance_transform_one_way()
129 *p0 = std::min(p0[-istep] + 1.0f, *p0); in vil_distance_transform_r2_one_way()
141 *p0 = std::min(p0[o1] + 1.0f, *p0); // (-1,0) in vil_distance_transform_r2_one_way()
143 *p0 = std::min(p0[o3] + 1.0f, *p0); // (0,-1) in vil_distance_transform_r2_one_way()
144 *p0 = std::min(p0[o4] + sqrt2, *p0); // (1,-1) in vil_distance_transform_r2_one_way()
145 *p0 = std::min(p0[o8] + sqrt5, *p0); // (2,-1) in vil_distance_transform_r2_one_way()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/MC/AArch64/SVE/
H A Dfmov.s52 fmov z0.h, p0/m, #-0.12500000
58 fmov z0.s, p0/m, #-0.12500000
64 fmov z0.d, p0/m, #-0.12500000
70 fmov z0.d, p0/m, #-0.13281250
76 fmov z0.d, p0/m, #-0.14062500
82 fmov z0.d, p0/m, #-0.14843750
88 fmov z0.d, p0/m, #-0.15625000
94 fmov z0.d, p0/m, #-0.16406250
100 fmov z0.d, p0/m, #-0.17187500
106 fmov z0.d, p0/m, #-0.17968750
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/MC/AArch64/SVE/
H A Dfcpy.s10 fcpy z0.h, p0/m, #-0.12500000
16 fcpy z0.s, p0/m, #-0.12500000
22 fcpy z0.d, p0/m, #-0.12500000
28 fcpy z0.d, p0/m, #-0.13281250
34 fcpy z0.d, p0/m, #-0.14062500
40 fcpy z0.d, p0/m, #-0.14843750
46 fcpy z0.d, p0/m, #-0.15625000
52 fcpy z0.d, p0/m, #-0.16406250
58 fcpy z0.d, p0/m, #-0.17187500
64 fcpy z0.d, p0/m, #-0.17968750
[all …]
H A Dfmov.s52 fmov z0.h, p0/m, #-0.12500000
58 fmov z0.s, p0/m, #-0.12500000
64 fmov z0.d, p0/m, #-0.12500000
70 fmov z0.d, p0/m, #-0.13281250
76 fmov z0.d, p0/m, #-0.14062500
82 fmov z0.d, p0/m, #-0.14843750
88 fmov z0.d, p0/m, #-0.15625000
94 fmov z0.d, p0/m, #-0.16406250
100 fmov z0.d, p0/m, #-0.17187500
106 fmov z0.d, p0/m, #-0.17968750
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/test/MC/AArch64/SVE/
H A Dfcpy.s10 fcpy z0.h, p0/m, #-0.12500000
16 fcpy z0.s, p0/m, #-0.12500000
22 fcpy z0.d, p0/m, #-0.12500000
28 fcpy z0.d, p0/m, #-0.13281250
34 fcpy z0.d, p0/m, #-0.14062500
40 fcpy z0.d, p0/m, #-0.14843750
46 fcpy z0.d, p0/m, #-0.15625000
52 fcpy z0.d, p0/m, #-0.16406250
58 fcpy z0.d, p0/m, #-0.17187500
64 fcpy z0.d, p0/m, #-0.17968750
[all …]
H A Dfmov.s52 fmov z0.h, p0/m, #-0.12500000
58 fmov z0.s, p0/m, #-0.12500000
64 fmov z0.d, p0/m, #-0.12500000
70 fmov z0.d, p0/m, #-0.13281250
76 fmov z0.d, p0/m, #-0.14062500
82 fmov z0.d, p0/m, #-0.14843750
88 fmov z0.d, p0/m, #-0.15625000
94 fmov z0.d, p0/m, #-0.16406250
100 fmov z0.d, p0/m, #-0.17187500
106 fmov z0.d, p0/m, #-0.17968750
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/MC/AArch64/SVE/
H A Dfmov.s54 fmov z0.h, p0/m, #-0.12500000
60 fmov z0.s, p0/m, #-0.12500000
66 fmov z0.d, p0/m, #-0.12500000
72 fmov z0.d, p0/m, #-0.13281250
78 fmov z0.d, p0/m, #-0.14062500
84 fmov z0.d, p0/m, #-0.14843750
90 fmov z0.d, p0/m, #-0.15625000
96 fmov z0.d, p0/m, #-0.16406250
102 fmov z0.d, p0/m, #-0.17187500
108 fmov z0.d, p0/m, #-0.17968750
[all …]
H A Dfcpy.s12 fcpy z0.h, p0/m, #-0.12500000
18 fcpy z0.s, p0/m, #-0.12500000
24 fcpy z0.d, p0/m, #-0.12500000
30 fcpy z0.d, p0/m, #-0.13281250
36 fcpy z0.d, p0/m, #-0.14062500
42 fcpy z0.d, p0/m, #-0.14843750
48 fcpy z0.d, p0/m, #-0.15625000
54 fcpy z0.d, p0/m, #-0.16406250
60 fcpy z0.d, p0/m, #-0.17187500
66 fcpy z0.d, p0/m, #-0.17968750
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/MC/AArch64/SVE/
H A Dfcpy.s10 fcpy z0.h, p0/m, #-0.12500000
16 fcpy z0.s, p0/m, #-0.12500000
22 fcpy z0.d, p0/m, #-0.12500000
28 fcpy z0.d, p0/m, #-0.13281250
34 fcpy z0.d, p0/m, #-0.14062500
40 fcpy z0.d, p0/m, #-0.14843750
46 fcpy z0.d, p0/m, #-0.15625000
52 fcpy z0.d, p0/m, #-0.16406250
58 fcpy z0.d, p0/m, #-0.17187500
64 fcpy z0.d, p0/m, #-0.17968750
[all …]
H A Dfmov.s52 fmov z0.h, p0/m, #-0.12500000
58 fmov z0.s, p0/m, #-0.12500000
64 fmov z0.d, p0/m, #-0.12500000
70 fmov z0.d, p0/m, #-0.13281250
76 fmov z0.d, p0/m, #-0.14062500
82 fmov z0.d, p0/m, #-0.14843750
88 fmov z0.d, p0/m, #-0.15625000
94 fmov z0.d, p0/m, #-0.16406250
100 fmov z0.d, p0/m, #-0.17187500
106 fmov z0.d, p0/m, #-0.17968750
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/test/MC/AArch64/SVE/
H A Dfcpy.s10 fcpy z0.h, p0/m, #-0.12500000
16 fcpy z0.s, p0/m, #-0.12500000
22 fcpy z0.d, p0/m, #-0.12500000
28 fcpy z0.d, p0/m, #-0.13281250
34 fcpy z0.d, p0/m, #-0.14062500
40 fcpy z0.d, p0/m, #-0.14843750
46 fcpy z0.d, p0/m, #-0.15625000
52 fcpy z0.d, p0/m, #-0.16406250
58 fcpy z0.d, p0/m, #-0.17187500
64 fcpy z0.d, p0/m, #-0.17968750
[all …]
H A Dfmov.s52 fmov z0.h, p0/m, #-0.12500000
58 fmov z0.s, p0/m, #-0.12500000
64 fmov z0.d, p0/m, #-0.12500000
70 fmov z0.d, p0/m, #-0.13281250
76 fmov z0.d, p0/m, #-0.14062500
82 fmov z0.d, p0/m, #-0.14843750
88 fmov z0.d, p0/m, #-0.15625000
94 fmov z0.d, p0/m, #-0.16406250
100 fmov z0.d, p0/m, #-0.17187500
106 fmov z0.d, p0/m, #-0.17968750
[all …]

12345678910>>...441