/freebsd/contrib/llvm-project/libcxx/include/__random/ |
H A D | exponential_distribution.h | 46 _LIBCPP_HIDE_FROM_ABI result_type lambda() const { return __lambda_; } in lambda() function 77 _LIBCPP_HIDE_FROM_ABI result_type lambda() const { return __p_.lambda(); } 100 __p.lambda(); 109 return __os << __x.lambda(); 87 result_type lambda() const {return __p_.lambda();} lambda() function
|
/freebsd/usr.bin/calendar/ |
H A D | sunpos.c | 103 double ZJ, D, T, M, epsilon, lambda, alpha, HA, UTHM; in sunpos() local 120 lambda = *L + (1.919 - 0.005 * T) * SIN(M) + 0.020 * SIN(2 * M);/* 8 */ in sunpos() 121 fixup(&lambda); in sunpos() 122 alpha = ATAN(TAN(lambda) * COS(epsilon)); /* 9 */ in sunpos() 126 int lssign = sin(D2R(lambda)) < 0 ? -1 : 1; in sunpos() 127 int lcsign = cos(D2R(lambda)) < 0 ? -1 : 1; in sunpos() 134 *DEC = ASIN(SIN(lambda) * SIN(epsilon)); /* 10 */ in sunpos() 173 comp("lambda", lambda, fixup(&explambda)); in sunpos()
|
/freebsd/contrib/llvm-project/lldb/source/Host/posix/ |
H A D | FileSystemPosix.cpp | 82 auto lambda = [&]() { return ::open(path, flags, mode); }; in Open() local 83 return llvm::sys::RetryAfterSignal(-1, lambda); in Open()
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ec_mult.c | 153 BIGNUM *lambda = NULL; in ossl_ec_scalar_mul_ladder() local 195 lambda = BN_CTX_get(ctx); in ossl_ec_scalar_mul_ladder() 216 || (bn_wexpand(lambda, group_top + 2) == NULL)) { in ossl_ec_scalar_mul_ladder() 239 if (!BN_add(lambda, k, cardinality)) { in ossl_ec_scalar_mul_ladder() 243 BN_set_flags(lambda, BN_FLG_CONSTTIME); in ossl_ec_scalar_mul_ladder() 244 if (!BN_add(k, lambda, cardinality)) { in ossl_ec_scalar_mul_ladder() 252 kbit = BN_is_bit_set(lambda, cardinality_bits); in ossl_ec_scalar_mul_ladder() 253 BN_consttime_swap(kbit, k, lambda, group_top + 2); in ossl_ec_scalar_mul_ladder()
|
H A D | ecp_smpl.c | 1434 BIGNUM *lambda = NULL; in ossl_ec_GFp_simple_blind_coordinates() local 1438 lambda = BN_CTX_get(ctx); in ossl_ec_GFp_simple_blind_coordinates() 1452 ret = BN_priv_rand_range_ex(lambda, group->field, 0, ctx); in ossl_ec_GFp_simple_blind_coordinates() 1458 } while (BN_is_zero(lambda)); in ossl_ec_GFp_simple_blind_coordinates() 1462 && !group->meth->field_encode(group, lambda, lambda, ctx)) in ossl_ec_GFp_simple_blind_coordinates() 1463 || !group->meth->field_mul(group, p->Z, p->Z, lambda, ctx) in ossl_ec_GFp_simple_blind_coordinates() 1464 || !group->meth->field_sqr(group, temp, lambda, ctx) in ossl_ec_GFp_simple_blind_coordinates() 1466 || !group->meth->field_mul(group, temp, temp, lambda, ctx) in ossl_ec_GFp_simple_blind_coordinates()
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | Log.cpp | 48 llvm::function_ref<void(llvm::StringRef, llvm::StringRef)> lambda) { in ForEachCategory() argument 49 lambda("all", "all available logging categories"); in ForEachCategory() 50 lambda("default", "default set of logging categories"); in ForEachCategory() 52 lambda(category.name, category.description); in ForEachCategory() 289 llvm::function_ref<void(llvm::StringRef, llvm::StringRef)> lambda) { in ForEachChannelCategory() argument 294 ForEachCategory(*ch, lambda); in ForEachChannelCategory()
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | CompileUnit.cpp | 66 llvm::function_ref<bool(const FunctionSP &)> lambda) const { in ForeachFunction() 77 if (lambda(f)) in ForeachFunction() 408 llvm::function_ref<bool(Module &)> lambda) { in ForEachExternalModule() argument 410 return symfile->ForEachExternalModule(*this, visited_symbol_files, lambda); in ForEachExternalModule()
|
H A D | SymbolFileOnDemand.cpp | 106 llvm::function_ref<bool(Module &)> lambda) { in ForEachExternalModule() argument 114 lambda); in ForEachExternalModule()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | CompileUnit.h | 155 /// Apply a lambda to each function in this compile unit. 162 /// \param[in] lambda 163 /// The lambda that should be applied to every function. The lambda can 166 llvm::function_ref<bool(const lldb::FunctionSP &)> lambda) const; 252 /// Apply a lambda to each external lldb::Module referenced by this 260 /// \param[in] lambda 261 /// The lambda that should be applied to every function. The lambda can 265 /// If the lambda earl [all...] |
H A D | SymbolFile.h | 196 llvm::function_ref<bool(Module &)> lambda) { in ForEachExternalModule() argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/ |
H A D | rtsan_test_functional.cpp | 145 auto lambda = [lots_of_data]() mutable { in TEST() local 151 auto Func = [&]() { InvokeStdFunction(lambda); }; in TEST()
|
/freebsd/contrib/tcsh/ |
H A D | csh-mode.el | 53 '(lambda () 797 (function (lambda (sym) 812 (function (lambda (sym) 818 (function (lambda (sym) t))))))
|
/freebsd/sys/contrib/openzfs/cmd/ |
H A D | arcstat.in | 436 fmt = lambda col: prettynum(cols[col][0], cols[col][1], v[col]) 438 fmt = lambda col: str(v[col]) 451 fmt = lambda col: "%*s" % (cols[col][0], col) 453 fmt = lambda col: col
|
/freebsd/contrib/ntp/sntp/ag-tpl/0-old/ |
H A D | perlopt.tpl | 27 (define q (lambda (s) (string-append "'" s "'"))) 28 (define qp (lambda (s) (string-append "q{" s "}")))
|
H A D | agmdoc-cmd.tpl | 33 (define head-line (lambda() (string-append
|
H A D | agman-cmd.tpl | 33 (define head-line (lambda()
|
/freebsd/contrib/wpa/src/common/ |
H A D | sae_pk.c | 383 tmp->lambda = len - len / 5; in sae_pk_set_password() 384 tmp->fingerprint_bits = 8 * tmp->sec + 19 * tmp->lambda / 4 - 5; in sae_pk_set_password() 386 tmp->sec, tmp->lambda, tmp->fingerprint_bits); in sae_pk_set_password()
|
H A D | sae.h | 77 size_t lambda; member
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | Log.h | 220 llvm::function_ref<void(llvm::StringRef, llvm::StringRef)> lambda); 312 llvm::function_ref<void(llvm::StringRef, llvm::StringRef)> lambda);
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticParseKinds.td | 147 …"'[]' after delete interpreted as 'delete[]'; add parentheses to treat this as a lambda-expression… 1047 // C++11 lambda expressions 1049 "expected ',' or ']' in lambda capture list">; 1053 "expected variable name or 'this' in lambda capture list">; 1054 def err_expected_lambda_body : Error<"expected body of lambda expression">; 1056 "lambda expressions are incompatible with C++98">, 1061 "appear multiple times in a lambda declarator">; 1073 "lambda without a parameter clause is a C++23 extension">, 1080 // C++17 lambda expressions 1082 "expected 'this' following '*' in lambda capture list">; [all …]
|
H A D | DiagnosticSemaKinds.td | 424 def warn_unused_lambda_capture: Warning<"lambda capture %0 is not " 559 "cannot decompose lambda closure type">; 1016 "%select{base class|default member initializer|lambda expression|" 1097 "use of '__super' inside a lambda is unsupported">; 1540 "accessed multiple times in this %select{function|method|block|lambda}2 " 1550 "be accessed multiple times in this %select{function|method|block|lambda}2 " 1759 "non-local lambda expression cannot have a capture-default">; 2254 "block element|a complex element|a lambda capture|a compound literal " 2457 "|in conversion function type|here|in lambda parameter" 2463 "|in lambda parameter before C++14}1">; [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/ |
H A D | TargetPassRegistry.inc | 28 // Other compilers consider it an unused lambda capture.
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | CommentHTMLNamedCharacterReferences.td | 130 def : NCR<"lambda", 0x003BB>;
|
/freebsd/contrib/kyua/m4/ |
H A D | ax_cxx_compile_stdcxx.m4 | 474 const auto lambda = [](auto&&... args){ 481 return lambda(1, 1L, 1.0f, '1');
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | random | 875 explicit param_type(result_type lambda = 1.0); 877 result_type lambda() const; 884 explicit exponential_distribution(RealType lambda = 1.0); // before C++20 886 explicit exponential_distribution(RealType lambda); // C++20 895 result_type lambda() const;
|