Home
last modified time | relevance | path

Searched refs:c_lower (Results 1 – 25 of 32) sorted by relevance

12

/dports/devel/py-milc/milc-1.4.2/
H A Dpasswd_complexity14 c_lower = 0
27 c_lower += 1
37 num_types = (c_lower > 0) + (c_upper > 0) + (c_digits > 0) + (c_punctuation > 0) + (c_other > 0)
/dports/net/samba412/samba-4.12.15/examples/auth/crackcheck/
H A Dcrackcheck.c32 int c_lower = 0; in complexity() local
53 if (!c_lower) { in complexity()
54 c_lower = 1; in complexity()
/dports/math/elpa/elpa-2019.05.002/src/elpa1/
H A Delpa_multiply_a_b.F9082 logical :: a_lower, a_upper, c_lower, c_upper
166 c_lower = .false.
172 if (uplo_c=='l' .or. uplo_c=='L') c_lower = .true.
265 if (c_lower) lce = MIN(local_index(gcol, my_pcol, np_cols, nblk, -1),l_cols)
/dports/databases/tiledb/TileDB-2.5.2/tiledb/common/interval/
H A Dinterval.h1219 int c_lower = left_lower.compare_as_lower(right_lower);
1229 Bound greatest_lower_bound = c_lower < 0 ? right_lower : left_lower;
1240 return {c_lower < 0 ? -1 : +1, c_middle == 0};
1376 int c_lower = left_lower.compare_as_lower(right_lower);
1386 Bound greatest_lower_bound = c_lower < 0 ? right_lower : left_lower;
1392 (c_lower < 0 || (c_lower == 0 && left_lower.is_closed_)) ? left_lower :
/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/editor/
H A Dags_select_acceleration_dialog.c452 gdouble c_upper, c_lower, c_range; in ags_select_acceleration_dialog_apply() local
594 c_lower = ags_conversion_convert(conversion, in ags_select_acceleration_dialog_apply()
597 c_range = c_upper - c_lower; in ags_select_acceleration_dialog_apply()
602 c_lower = lower; in ags_select_acceleration_dialog_apply()
621 val = c_lower + (gui_y * (c_range / gui_y)); in ags_select_acceleration_dialog_apply()
634 val = c_lower + (gui_y * (c_range / gui_y)); in ags_select_acceleration_dialog_apply()
H A Dags_ramp_acceleration_dialog.c507 gdouble c_upper, c_lower, c_range; in ags_ramp_acceleration_dialog_apply() local
617 c_lower = ags_conversion_convert(conversion, in ags_ramp_acceleration_dialog_apply()
620 c_range = c_upper - c_lower; in ags_ramp_acceleration_dialog_apply()
623 c_lower = lower; in ags_ramp_acceleration_dialog_apply()
640 val = c_lower + (gui_y * (c_range / steps)); in ags_ramp_acceleration_dialog_apply()
653 val = c_lower + (gui_y * (c_range / steps)); in ags_ramp_acceleration_dialog_apply()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/codec/hex/
H A Dhex.cpp73 const uint8_t c_lower = c - uint8_t('a') + 10; in hex_char_to_bin() local
79 ret = is_alpha_lower.select(c_lower, ret); in hex_char_to_bin()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/codec/hex/
H A Dhex.cpp73 const uint8_t c_lower = c - uint8_t('a') + 10; in hex_char_to_bin() local
79 ret = is_alpha_lower.select(c_lower, ret); in hex_char_to_bin()
/dports/security/botan2/Botan-2.18.2/src/lib/codec/hex/
H A Dhex.cpp73 const uint8_t c_lower = c - uint8_t('a') + 10; in hex_char_to_bin() local
79 ret = is_alpha_lower.select(c_lower, ret); in hex_char_to_bin()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/codec/base64/
H A Dbase64.cpp143 const uint8_t c_lower = c - uint8_t('a') + 26; in lookup_binary_value() local
149 ret = is_alpha_lower.select(c_lower, ret); in lookup_binary_value()
/dports/security/botan2/Botan-2.18.2/src/lib/codec/base64/
H A Dbase64.cpp143 const uint8_t c_lower = c - uint8_t('a') + 26; in lookup_binary_value() local
149 ret = is_alpha_lower.select(c_lower, ret); in lookup_binary_value()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/codec/base64/
H A Dbase64.cpp143 const uint8_t c_lower = c - uint8_t('a') + 26; in lookup_binary_value() local
149 ret = is_alpha_lower.select(c_lower, ret); in lookup_binary_value()
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/analysis/chemenv/utils/
H A Dcoordination_geometry_utils.py119 c_lower = np.array([p1[0], p2[1]])
129 c_lower = np.array([p2[0], p1[1]])
135 return c_lower[1] - np.sqrt(b2 - b2overa2 * (x - c_lower[0]) ** 2)
/dports/math/py-CyLP/CyLP-0.91.4/cylp/py/modeling/
H A DCyLPModel.py1104 c_lower = np.array([])
1108 c_lower = np.concatenate((c_lower, c.lower), axis=0)
1124 return masterCoefMat, c_lower, c_upper, v_lower, v_upper
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DNonDGPImpSampling.cpp170 c_lower = iteratedModel.continuous_lower_bounds(); in core_run() local
217 rho0const = rho0const/(c_upper[i]-c_lower[i]); in core_run()
/dports/graphics/embree/embree-3.13.2/kernels/builders/
H A Dheuristic_spatial.h53 const vint4 c_lower = clamp(lower,vint4(0),vint4(BINS-1)); in bin()
55 return std::pair<vint4,vint4>(c_lower,c_upper); in bin()
/dports/math/clingo/clingo-5.5.1/libpyclingo/clingo/
H A Dcontrol.py87 c_lower = _ffi.cast('int64_t*', c_args[0])
89 handler.on_unsat([c_lower[i] for i in range(size)])
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/
H A DGeomUtilTests.cpp35 CartVect c_lower = min; in test_box_plane_norm() local
39 std::swap(c_lower[i],c_upper[i]); in test_box_plane_norm()
41 CartVect p_below = c_lower - norm; in test_box_plane_norm()
42 CartVect p_lower = c_lower + norm; in test_box_plane_norm()
/dports/science/openmx/openmx3.8/source/
H A Delpa1.f90589 logical a_lower, a_upper, c_lower, c_upper local
617 c_lower = .false.
623 if(uplo_c=='l' .or. uplo_c=='L') c_lower = .true.
705 if(c_lower) lce = MIN(local_index(gcol, my_pcol, np_cols, nblk, -1),l_cols)
1285 logical a_lower, a_upper, c_lower, c_upper local
1313 c_lower = .false.
1319 if(uplo_c=='l' .or. uplo_c=='L') c_lower = .true.
1401 if(c_lower) lce = MIN(local_index(gcol, my_pcol, np_cols, nblk, -1),l_cols)
/dports/audio/praat/praat-6.2.03/external/espeak/
H A Dtranslate.cpp1779 unsigned int new_c, c2, c_lower; in SubstituteChar() local
1795 if (iswupper(c_lower = c)) { in SubstituteChar()
1796 c_lower = towlower2(c); in SubstituteChar()
1802 if (c_lower == (word & 0xffff)) { in SubstituteChar()
/dports/audio/espeak/espeak-1.48.04-source/src/
H A Dtranslate.cpp2399 unsigned int new_c, c2, c_lower; in SubstituteChar() local
2416 if(iswupper2(c_lower = c)) in SubstituteChar()
2418 c_lower = towlower2(c); in SubstituteChar()
2425 if(c_lower == (word & 0xffff)) in SubstituteChar()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/lib/External/isl/
H A Disl_ast_codegen.c1179 __isl_take isl_constraint_list *c_lower, in refine_generic_bounds() argument
1191 if (!graft || !c_lower || !c_upper || !build) in refine_generic_bounds()
1197 n_lower = isl_constraint_list_n_constraint(c_lower); in refine_generic_bounds()
1202 lower = lower_bounds(c_lower, depth, domain, build); in refine_generic_bounds()
1224 isl_constraint_list_free(c_lower); in refine_generic_bounds()
1229 isl_constraint_list_free(c_lower); in refine_generic_bounds()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/lib/External/isl/
H A Disl_ast_codegen.c1194 __isl_take isl_constraint_list *c_lower, in refine_generic_bounds() argument
1206 if (!graft || !c_lower || !c_upper || !build) in refine_generic_bounds()
1212 n_lower = isl_constraint_list_n_constraint(c_lower); in refine_generic_bounds()
1219 lower = lower_bounds(c_lower, depth, domain, build); in refine_generic_bounds()
1241 isl_constraint_list_free(c_lower); in refine_generic_bounds()
1246 isl_constraint_list_free(c_lower); in refine_generic_bounds()
/dports/devel/isl/isl-0.24/
H A Disl_ast_codegen.c1177 __isl_take isl_constraint_list *c_lower, in refine_generic_bounds() argument
1189 if (!graft || !c_lower || !c_upper || !build) in refine_generic_bounds()
1195 n_lower = isl_constraint_list_n_constraint(c_lower); in refine_generic_bounds()
1202 lower = lower_bounds(c_lower, depth, domain, build); in refine_generic_bounds()
1224 isl_constraint_list_free(c_lower); in refine_generic_bounds()
1229 isl_constraint_list_free(c_lower); in refine_generic_bounds()
/dports/math/barvinok/barvinok-0.41.5/isl/
H A Disl_ast_codegen.c1177 __isl_take isl_constraint_list *c_lower, in refine_generic_bounds() argument
1189 if (!graft || !c_lower || !c_upper || !build) in refine_generic_bounds()
1195 n_lower = isl_constraint_list_n_constraint(c_lower); in refine_generic_bounds()
1202 lower = lower_bounds(c_lower, depth, domain, build); in refine_generic_bounds()
1224 isl_constraint_list_free(c_lower); in refine_generic_bounds()
1229 isl_constraint_list_free(c_lower); in refine_generic_bounds()

12