Home
last modified time | relevance | path

Searched refs:lCode (Results 1 – 25 of 81) sorted by relevance

1234

/dports/devel/open-beagle/beagle-3.0.3/PACC/Socket/
H A DException.cpp55 Error lCode; in convertNativeError() local
76 case WSAETIMEDOUT: lCode = eTimeOut; break; in convertNativeError()
78 case EACCES: lCode = ePrivilegedPort; break; in convertNativeError()
81 case EAGAIN: lCode = eTimeOut; break; in convertNativeError()
82 case EBADF: lCode = eBadDescriptor; break; in convertNativeError()
86 case EISCONN: lCode = eIsConnected; break; in convertNativeError()
89 case ENOTCONN: lCode = eNotConnected; break; in convertNativeError()
91 case EPIPE: lCode =eConnectionClosed; break; in convertNativeError()
92 case ETIMEDOUT: lCode = eTimeOut; break; in convertNativeError()
94 default: lCode = eOtherError; in convertNativeError()
[all …]
/dports/science/qmcpack/qmcpack-3.11.0/src/einspline/
H A Dmulti_bspline_create.c91 if (xBC.lCode == PERIODIC || xBC.lCode == ANTIPERIODIC) { in create_multi_UBspline_1d_s()
158 if (xBC.lCode == PERIODIC || xBC.lCode == ANTIPERIODIC) in create_multi_UBspline_2d_s()
167 if (yBC.lCode == PERIODIC || yBC.lCode == ANTIPERIODIC) in create_multi_UBspline_2d_s()
259 if (xBC.lCode == PERIODIC || xBC.lCode == ANTIPERIODIC) in create_multi_UBspline_3d_s()
267 if (yBC.lCode == PERIODIC || yBC.lCode == ANTIPERIODIC) in create_multi_UBspline_3d_s()
373 xBC.lCode=spline->xBC.lCode; xBC.rCode=spline->xBC.rCode; in set_multi_UBspline_3d_s_d()
374 yBC.lCode=spline->yBC.lCode; yBC.rCode=spline->yBC.rCode; in set_multi_UBspline_3d_s_d()
375 zBC.lCode=spline->zBC.lCode; zBC.rCode=spline->zBC.rCode; in set_multi_UBspline_3d_s_d()
474 if (xBC.lCode == PERIODIC || xBC.lCode == ANTIPERIODIC) { in create_multi_UBspline_1d_c()
1351 xBC_r.lCode = xBC.lCode; xBC_r.rCode = xBC.rCode; in set_multi_UBspline_1d_z_BC()
[all …]
H A Dbspline_create.c203 d_bc.lCode = bc.lCode; d_bc.rCode = bc.rCode; in find_coefs_1d_s()
251 if (bc.lCode == FLAT || bc.lCode == NATURAL) in find_coefs_1d_s()
253 if (bc.lCode == FLAT || bc.lCode == DERIV1) { in find_coefs_1d_s()
259 if (bc.lCode == NATURAL || bc.lCode == DERIV2) { in find_coefs_1d_s()
598 xBC_r.lCode = xBC.lCode; xBC_r.rCode = xBC.rCode; in create_UBspline_1d_c()
600 xBC_i.lCode = xBC.lCode; xBC_i.rCode = xBC.rCode; in create_UBspline_1d_c()
669 xBC_r.lCode = xBC.lCode; xBC_r.rCode = xBC.rCode; in create_UBspline_2d_c()
671 xBC_i.lCode = xBC.lCode; xBC_i.rCode = xBC.rCode; in create_UBspline_2d_c()
673 yBC_r.lCode = yBC.lCode; yBC_r.rCode = yBC.rCode; in create_UBspline_2d_c()
1125 if (bc.lCode == FLAT || bc.lCode == NATURAL) in find_coefs_1d_d()
[all …]
H A Dmulti_nubspline_create.c374 xBC_r.lCode = spline->xBC.lCode; xBC_r.rCode = spline->xBC.rCode; in set_multi_NUBspline_1d_c()
376 xBC_i.lCode = spline->xBC.lCode; xBC_i.rCode = spline->xBC.rCode; in set_multi_NUBspline_1d_c()
455 xBC_r.lCode = spline->xBC.lCode; xBC_r.rCode = spline->xBC.rCode; in set_multi_NUBspline_2d_c()
457 xBC_i.lCode = spline->xBC.lCode; xBC_i.rCode = spline->xBC.rCode; in set_multi_NUBspline_2d_c()
459 yBC_r.lCode = spline->yBC.lCode; yBC_r.rCode = spline->yBC.rCode; in set_multi_NUBspline_2d_c()
461 yBC_i.lCode = spline->yBC.lCode; yBC_i.rCode = spline->yBC.rCode; in set_multi_NUBspline_2d_c()
561 xBC_r.lCode = spline->xBC.lCode; xBC_r.rCode = spline->xBC.rCode; in set_multi_NUBspline_3d_c()
563 xBC_i.lCode = spline->xBC.lCode; xBC_i.rCode = spline->xBC.rCode; in set_multi_NUBspline_3d_c()
565 yBC_r.lCode = spline->yBC.lCode; yBC_r.rCode = spline->yBC.rCode; in set_multi_NUBspline_3d_c()
957 xBC_r.lCode = xBC.lCode; xBC_r.rCode = xBC.rCode; in set_multi_NUBspline_1d_z_BC()
[all …]
H A Dnubspline_create.c179 if (bc.lCode == PERIODIC) in find_NUBcoefs_1d_s()
186 if (bc.lCode == FLAT || bc.lCode == NATURAL) in find_NUBcoefs_1d_s()
188 if (bc.lCode == FLAT || bc.lCode == DERIV1) { in find_NUBcoefs_1d_s()
192 if (bc.lCode == NATURAL || bc.lCode == DERIV2) { in find_NUBcoefs_1d_s()
231 if (xBC.lCode == PERIODIC) M = x_grid->num_points - 1; in create_NUBspline_1d_s()
504 if (bc.lCode == PERIODIC) in find_NUBcoefs_1d_d()
511 if (bc.lCode == FLAT || bc.lCode == NATURAL) in find_NUBcoefs_1d_d()
513 if (bc.lCode == FLAT || bc.lCode == DERIV1) { in find_NUBcoefs_1d_d()
517 if (bc.lCode == NATURAL || bc.lCode == DERIV2) { in find_NUBcoefs_1d_d()
697 bc_r.lCode = bc.lCode; bc_i.lCode = bc.lCode; in find_NUBcoefs_1d_c()
[all …]
H A DTestBspline.c24 bc.lCode = DERIV2; bc.lVal = 10.0; in Test_1d_s()
49 bc.lCode = DERIV1; bc.lVal = 10.0; in Test_1d_d()
75 bc.lCode = ANTIPERIODIC; in Test_1d_d_antiperiodic()
107 bc.lCode = DERIV2; bc.lVal = 10.0; in Speed_1d_s()
142 x_bc.lCode = PERIODIC; x_bc.lVal = 10.0; in Test_2d_s()
144 y_bc.lCode = PERIODIC; y_bc.lVal = 10.0; in Test_2d_s()
183 x_bc.lCode = PERIODIC; x_bc.rCode = PERIODIC; in Speed_2d_s()
184 y_bc.lCode = PERIODIC; y_bc.rCode = PERIODIC; in Speed_2d_s()
219 x_bc.lCode = PERIODIC; x_bc.rCode = PERIODIC; in Test_2d_c()
261 y_bc.lCode = PERIODIC; y_bc.rCode = PERIODIC; in Speed_2d_c()
[all …]
H A DTestNUBspline.c99 bc.lCode = PERIODIC; bc.rCode = PERIODIC; in TestNUB_1d_s()
121 bc.lCode = DERIV1; bc.lVal = 1.5; in TestNUB_1d_s()
136 bc.lCode = DERIV2; bc.lVal = 1.5; in TestNUB_1d_s()
217 bc.lCode = DERIV1; bc.lVal = 2.0*M_PI/12.0; in TestNUBspline()
244 bc.lCode = DERIV1; bc.lVal = 2.0*M_PI/12.0; in TestNUBspline_d()
270 xBC.lCode = PERIODIC; in TestNUB_2d_s()
271 yBC.lCode = PERIODIC; in TestNUB_2d_s()
310 xBC.lCode = PERIODIC; in TestNUB_2d_c()
311 yBC.lCode = PERIODIC; in TestNUB_2d_c()
625 xBC.lCode = PERIODIC; in TestNUB_2d_d()
[all …]
H A Dbspline_base.h48 bc_code lCode, rCode; member
54 bc_code lCode, rCode; member
60 bc_code lCode, rCode; member
66 bc_code lCode, rCode; member
H A Dtime_multi_new.c309 xBC.lCode = xBC.rCode = PERIODIC; in time_3d_real_float_all()
310 yBC.lCode = yBC.rCode = PERIODIC; in time_3d_real_float_all()
311 zBC.lCode = zBC.rCode = PERIODIC; in time_3d_real_float_all()
447 xBC.lCode = xBC.rCode = PERIODIC; in time_3d_real_double_omp()
448 yBC.lCode = yBC.rCode = PERIODIC; in time_3d_real_double_omp()
449 zBC.lCode = zBC.rCode = PERIODIC; in time_3d_real_double_omp()
622 xBC.lCode = xBC.rCode = PERIODIC; in time_3d_real_double_all()
623 yBC.lCode = yBC.rCode = PERIODIC; in time_3d_real_double_all()
624 zBC.lCode = zBC.rCode = PERIODIC; in time_3d_real_double_all()
752 xBC.lCode = xBC.rCode = PERIODIC; in time_3d_complex_double_all()
[all …]
H A Dtest_multi_cpp.cc37 xBC.lCode = xBC.rCode = PERIODIC; in test_1d_float_all()
139 xBC.lCode = xBC.rCode = PERIODIC; in test_2d_float_all()
140 yBC.lCode = yBC.rCode = PERIODIC; in test_2d_float_all()
281 xBC.lCode = xBC.rCode = PERIODIC; in test_3d_float_all()
282 yBC.lCode = yBC.rCode = PERIODIC; in test_3d_float_all()
283 zBC.lCode = zBC.rCode = PERIODIC; in test_3d_float_all()
465 xBC.lCode = xBC.rCode = PERIODIC; in test_1d_double_all()
559 xBC.lCode = xBC.rCode = PERIODIC; in test_2d_double_all()
560 yBC.lCode = yBC.rCode = PERIODIC; in test_2d_double_all()
701 xBC.lCode = xBC.rCode = PERIODIC; in test_3d_double_all()
[all …]
H A Dtest_multi_cuda.cu42 xBC.lCode = xBC.rCode = PERIODIC; in test_float_1d()
156 xBC.lCode = xBC.rCode = PERIODIC; in test_float()
157 yBC.lCode = yBC.rCode = PERIODIC; in test_float()
158 zBC.lCode = zBC.rCode = PERIODIC; in test_float()
279 xBC.lCode = xBC.rCode = PERIODIC; in test_complex_float()
280 yBC.lCode = yBC.rCode = PERIODIC; in test_complex_float()
281 zBC.lCode = zBC.rCode = PERIODIC; in test_complex_float()
410 xBC.lCode = xBC.rCode = PERIODIC; in test_double()
411 yBC.lCode = yBC.rCode = PERIODIC; in test_double()
412 zBC.lCode = zBC.rCode = PERIODIC; in test_double()
[all …]
H A Dtime_multi.c41 xBC.lCode = xBC.rCode = PERIODIC; in test_1d_float_all()
143 xBC.lCode = xBC.rCode = PERIODIC; in test_2d_float_all()
144 yBC.lCode = yBC.rCode = PERIODIC; in test_2d_float_all()
285 xBC.lCode = xBC.rCode = PERIODIC; in test_3d_float_all()
286 yBC.lCode = yBC.rCode = PERIODIC; in test_3d_float_all()
287 zBC.lCode = zBC.rCode = PERIODIC; in test_3d_float_all()
469 xBC.lCode = xBC.rCode = PERIODIC; in test_1d_double_all()
563 xBC.lCode = xBC.rCode = PERIODIC; in test_2d_double_all()
564 yBC.lCode = yBC.rCode = PERIODIC; in test_2d_double_all()
705 xBC.lCode = xBC.rCode = PERIODIC; in test_3d_double_all()
[all …]
/dports/graphics/krita/krita-4.4.8/libs/image/3rdparty/einspline/
H A Dmulti_bspline_create.cpp104 if (xBC.lCode == PERIODIC || xBC.lCode == ANTIPERIODIC) { in create_multi_UBspline_1d_s()
170 if (xBC.lCode == PERIODIC || xBC.lCode == ANTIPERIODIC) in create_multi_UBspline_2d_s()
179 if (yBC.lCode == PERIODIC || yBC.lCode == ANTIPERIODIC) in create_multi_UBspline_2d_s()
271 if (xBC.lCode == PERIODIC || xBC.lCode == ANTIPERIODIC) in create_multi_UBspline_3d_s()
279 if (yBC.lCode == PERIODIC || yBC.lCode == ANTIPERIODIC) in create_multi_UBspline_3d_s()
287 if (zBC.lCode == PERIODIC || zBC.lCode == ANTIPERIODIC) in create_multi_UBspline_3d_s()
404 if (xBC.lCode == PERIODIC || xBC.lCode == ANTIPERIODIC) { in create_multi_UBspline_1d_c()
783 if (xBC.lCode == PERIODIC || xBC.lCode == ANTIPERIODIC) { in create_multi_UBspline_1d_d()
1107 if (xBC.lCode == PERIODIC || xBC.lCode == ANTIPERIODIC) { in create_multi_UBspline_1d_z()
1182 xBC_r.lCode = xBC.lCode; xBC_r.rCode = xBC.rCode; in set_multi_UBspline_1d_z_BC()
[all …]
H A Dbspline_create.cpp221 d_bc.lCode = bc.lCode; d_bc.rCode = bc.rCode; in find_coefs_1d_s()
273 if (bc.lCode == FLAT || bc.lCode == NATURAL) in find_coefs_1d_s()
275 if (bc.lCode == FLAT || bc.lCode == DERIV1) { in find_coefs_1d_s()
281 if (bc.lCode == NATURAL || bc.lCode == DERIV2) { in find_coefs_1d_s()
617 xBC_r.lCode = xBC.lCode; xBC_r.rCode = xBC.rCode; in create_UBspline_1d_c()
619 xBC_i.lCode = xBC.lCode; xBC_i.rCode = xBC.rCode; in create_UBspline_1d_c()
688 xBC_r.lCode = xBC.lCode; xBC_r.rCode = xBC.rCode; in create_UBspline_2d_c()
690 xBC_i.lCode = xBC.lCode; xBC_i.rCode = xBC.rCode; in create_UBspline_2d_c()
692 yBC_r.lCode = yBC.lCode; yBC_r.rCode = yBC.rCode; in create_UBspline_2d_c()
1155 if (bc.lCode == FLAT || bc.lCode == NATURAL) in find_coefs_1d_d()
[all …]
H A Dnubspline_create.cpp205 if (bc.lCode == PERIODIC) in find_NUBcoefs_1d_s()
215 if (bc.lCode == FLAT || bc.lCode == NATURAL) in find_NUBcoefs_1d_s()
217 if (bc.lCode == FLAT || bc.lCode == DERIV1) { in find_NUBcoefs_1d_s()
221 if (bc.lCode == NATURAL || bc.lCode == DERIV2) { in find_NUBcoefs_1d_s()
290 if (yBC.lCode == PERIODIC) My = y_grid->num_points - 1; in create_NUBspline_2d_s()
547 if (bc.lCode == PERIODIC) in find_NUBcoefs_1d_d()
558 if (bc.lCode == FLAT || bc.lCode == NATURAL) in find_NUBcoefs_1d_d()
560 if (bc.lCode == FLAT || bc.lCode == DERIV1) { in find_NUBcoefs_1d_d()
564 if (bc.lCode == NATURAL || bc.lCode == DERIV2) { in find_NUBcoefs_1d_d()
747 bc_r.lCode = bc.lCode; bc_i.lCode = bc.lCode; in find_NUBcoefs_1d_c()
[all …]
H A Dbspline_base.h60 bc_code lCode, rCode; member
66 bc_code lCode, rCode; member
72 bc_code lCode, rCode; member
78 bc_code lCode, rCode; member
/dports/science/qmcpack/qmcpack-3.11.0/src/spline/
H A Deinspline_impl.hpp300 xBC.lCode = xBC.rCode = bc; in create()
301 yBC.lCode = yBC.rCode = bc; in create()
302 zBC.lCode = zBC.rCode = bc; in create()
332 xbc.lCode = in->xBC.lCode; in convert()
334 ybc.lCode = in->yBC.lCode; in convert()
336 zbc.lCode = in->zBC.lCode; in convert()
354 xbc.lCode = in->xBC.lCode; in convert()
356 ybc.lCode = in->yBC.lCode; in convert()
358 zbc.lCode = in->zBC.lCode; in convert()
532 bc.lCode = FLAT; in create()
[all …]
H A Deinspline_util.hpp270 xyz_bc[0].lCode = in->xBC.lCode; in create()
272 xyz_bc[1].lCode = in->yBC.lCode; in create()
274 xyz_bc[2].lCode = in->zBC.lCode; in create()
286 if (xyz_bc[i].lCode == PERIODIC || xyz_bc[i].lCode == ANTIPERIODIC) in create()
/dports/devel/open-beagle/beagle-3.0.3/PACC/Threading/
H A DException.cpp55 Error lCode; in convertNativeError() local
59 case ERROR_NOT_OWNER: lCode = eMutexNotOwned; break; in convertNativeError()
61 case EPERM: lCode = eMutexNotOwned; break; in convertNativeError()
62 case EDEADLK: lCode = eWouldDeadLock; break; in convertNativeError()
64 default: lCode = eOtherError; in convertNativeError()
66 return lCode; in convertNativeError()
/dports/science/qmcpack/qmcpack-3.11.0/src/spline2/
H A DBsplineAllocator.hpp137 if (xBC.lCode == PERIODIC || xBC.lCode == ANTIPERIODIC) in allocateMultiBspline()
145 if (yBC.lCode == PERIODIC || yBC.lCode == ANTIPERIODIC) in allocateMultiBspline()
153 if (zBC.lCode == PERIODIC || zBC.lCode == ANTIPERIODIC) in allocateMultiBspline()
197 if (xBC.lCode == PERIODIC || xBC.lCode == ANTIPERIODIC) in allocateUBspline()
205 if (yBC.lCode == PERIODIC || yBC.lCode == ANTIPERIODIC) in allocateUBspline()
213 if (zBC.lCode == PERIODIC || zBC.lCode == ANTIPERIODIC) in allocateUBspline()
H A DMultiBspline.hpp80 xBC.lCode = bc[0].lCode; in create()
81 yBC.lCode = bc[1].lCode; in create()
82 zBC.lCode = bc[2].lCode; in create()
/dports/java/bouncycastle15/crypto-169/prov/src/test/java/org/bouncycastle/jce/provider/test/
H A DDoFinalTest.java54 String lCode = "ABCDEFGHIJKLMNOPQRSTUVWXY0123456789"; in checkCipher() local
75 byte[] encrypted = cipher.doFinal(lCode.getBytes()); in checkCipher()
78 byte[] encrypted2 = cipher.doFinal(lCode.getBytes()); in checkCipher()
91 byte[] enc1 = cipher.update(lCode.getBytes()); in checkCipher()
109 enc1 = cipher.update(lCode.getBytes()); in checkCipher()
/dports/science/qmcpack/qmcpack-3.11.0/src/einspline/tests/
H A Dtest_one.cpp39 xBC.lCode = NATURAL;
70 xBC.lCode = NATURAL;
102 xBC.lCode = NATURAL;
133 bc.lCode = PERIODIC;
183 xBC.lCode = NATURAL;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wuffs/src/script/
H A Dmake-artificial.go530 lCode, lExtra, lNExtra := deflateEncodeLength(3)
531 g.stream.writeFixedHuffmanLCode(lCode)
541 g.stream.writeFixedHuffmanLCode(lCode)
756 lCode += 0x030
757 z.writeBits(reverse(lCode, 8), 8)
759 lCode += 0x190 - 144
760 z.writeBits(reverse(lCode, 9), 9)
762 lCode -= 256 - 0x000
763 z.writeBits(reverse(lCode, 7), 7)
765 lCode -= 280 - 0x0C0
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wuffs/src/script/
H A Dmake-artificial.go530 lCode, lExtra, lNExtra := deflateEncodeLength(3)
531 g.stream.writeFixedHuffmanLCode(lCode)
541 g.stream.writeFixedHuffmanLCode(lCode)
756 lCode += 0x030
757 z.writeBits(reverse(lCode, 8), 8)
759 lCode += 0x190 - 144
760 z.writeBits(reverse(lCode, 9), 9)
762 lCode -= 256 - 0x000
763 z.writeBits(reverse(lCode, 7), 7)
765 lCode -= 280 - 0x0C0
[all …]

1234