| /freebsd-12-stable/usr.bin/calendar/ |
| D | sunpos.c | 105 double ZJ, D, T, M, epsilon, lambda, alpha, HA, UTHM; in sunpos() local 122 lambda = *L + (1.919 - 0.005 * T) * SIN(M) + 0.020 * SIN(2 * M);/* 8 */ in sunpos() 123 fixup(&lambda); in sunpos() 124 alpha = ATAN(TAN(lambda) * COS(epsilon)); /* 9 */ in sunpos() 128 int lssign = sin(D2R(lambda)) < 0 ? -1 : 1; in sunpos() 129 int lcsign = cos(D2R(lambda)) < 0 ? -1 : 1; in sunpos() 136 *DEC = ASIN(SIN(lambda) * SIN(epsilon)); /* 10 */ in sunpos() 175 comp("lambda", lambda, fixup(&explambda)); in sunpos()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/ |
| D | Log.cpp | 42 llvm::function_ref<void(llvm::StringRef, llvm::StringRef)> lambda) { in ForEachCategory() argument 43 lambda("all", "all available logging categories"); in ForEachCategory() 44 lambda("default", "default set of logging categories"); in ForEachCategory() 46 lambda(category.name, category.description); in ForEachCategory() 251 llvm::function_ref<void(llvm::StringRef, llvm::StringRef)> lambda) { in ForEachChannelCategory() argument 256 ForEachCategory(*ch, lambda); in ForEachChannelCategory()
|
| /freebsd-12-stable/crypto/openssl/crypto/ec/ |
| D | ec_mult.c | 147 BIGNUM *lambda = NULL; in ec_scalar_mul_ladder() local 189 lambda = BN_CTX_get(ctx); in ec_scalar_mul_ladder() 210 || (bn_wexpand(lambda, group_top + 2) == NULL)) { in ec_scalar_mul_ladder() 233 if (!BN_add(lambda, k, cardinality)) { in ec_scalar_mul_ladder() 237 BN_set_flags(lambda, BN_FLG_CONSTTIME); in ec_scalar_mul_ladder() 238 if (!BN_add(k, lambda, cardinality)) { in ec_scalar_mul_ladder() 246 kbit = BN_is_bit_set(lambda, cardinality_bits); in ec_scalar_mul_ladder() 247 BN_consttime_swap(kbit, k, lambda, group_top + 2); in ec_scalar_mul_ladder()
|
| D | ecp_smpl.c | 1427 BIGNUM *lambda = NULL; in ec_GFp_simple_blind_coordinates() local 1431 lambda = BN_CTX_get(ctx); in ec_GFp_simple_blind_coordinates() 1445 ret = BN_priv_rand_range(lambda, group->field); in ec_GFp_simple_blind_coordinates() 1451 } while (BN_is_zero(lambda)); in ec_GFp_simple_blind_coordinates() 1455 && !group->meth->field_encode(group, lambda, lambda, ctx)) in ec_GFp_simple_blind_coordinates() 1456 || !group->meth->field_mul(group, p->Z, p->Z, lambda, ctx) in ec_GFp_simple_blind_coordinates() 1457 || !group->meth->field_sqr(group, temp, lambda, ctx) in ec_GFp_simple_blind_coordinates() 1459 || !group->meth->field_mul(group, temp, temp, lambda, ctx) in ec_GFp_simple_blind_coordinates()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/ |
| D | CompileUnit.cpp | 61 llvm::function_ref<bool(const FunctionSP &)> lambda) const { in ForeachFunction() 72 if (lambda(f)) in ForeachFunction() 366 llvm::function_ref<bool(Module &)> lambda) { in ForEachExternalModule() argument 368 return symfile->ForEachExternalModule(*this, visited_symbol_files, lambda); in ForEachExternalModule()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| D | CompileUnit.h | 163 llvm::function_ref<bool(const lldb::FunctionSP &)> lambda) const; 259 llvm::function_ref<bool(Module &)> lambda);
|
| D | SymbolFile.h | 168 llvm::function_ref<bool(Module &)> lambda) { in ForEachExternalModule() argument
|
| /freebsd-12-stable/contrib/tcsh/ |
| D | csh-mode.el | 53 '(lambda () 797 (function (lambda (sym) 812 (function (lambda (sym) 818 (function (lambda (sym) t))))))
|
| /freebsd-12-stable/gnu/usr.bin/cc/cc_int/ |
| D | Makefile | 62 tree-profile.o rtlhooks.o cfgexpand.o lambda-mat.o \ 63 lambda-trans.o lambda-code.o tree-loop-linear.o tree-ssa-sink.o \
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/ |
| D | Log.h | 122 llvm::function_ref<void(llvm::StringRef, llvm::StringRef)> lambda); 207 llvm::function_ref<void(llvm::StringRef, llvm::StringRef)> lambda);
|
| /freebsd-12-stable/contrib/googletest/googlemock/docs/ |
| D | DesignDoc.md | 226 known as lambda expressions or anonymous functions). Indeed, both of 236 …* They will become obsolete when C++0x's lambda feature is widely supported. We don't want to mak… 237 …ey are rather ad hoc: you cannot use statements, and you cannot pass the lambda arguments to a fun… 257 C++0x will also support lambda expressions. When they become
|
| /freebsd-12-stable/contrib/ntp/sntp/ag-tpl/0-old/ |
| D | perlopt.tpl | 27 (define q (lambda (s) (string-append "'" s "'"))) 28 (define qp (lambda (s) (string-append "q{" s "}")))
|
| D | agmdoc-cmd.tpl | 33 (define head-line (lambda() (string-append
|
| D | agman-cmd.tpl | 33 (define head-line (lambda()
|
| D | cmd-doc.tlib | 90 (define name-to-fname (lambda (nm) 93 (define sect-line-fname (lambda () (begin 446 (define fix-optname (lambda (o_nm) (begin
|
| /freebsd-12-stable/contrib/binutils/ |
| D | Makefile.tpl | 1448 (define dep-target (lambda (module-kind var-name hard) 1457 (define make-dep (lambda (module-kind on-kind) 1464 (define dep-subtarget (lambda (var-name) 1469 (define dep-module (lambda (var-name) 1473 (define dep-stage (lambda () function 1481 (define dep-maybe (lambda () function 1490 (define dep-kind (lambda () function 1537 (define lang-dep (lambda (lang)
|
| /freebsd-12-stable/contrib/wpa/src/common/ |
| 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()
|
| D | sae.h | 76 size_t lambda; member
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| D | DiagnosticParseKinds.td | 147 …"'[]' after delete interpreted as 'delete[]'; add parentheses to treat this as a lambda-expression… 954 // C++11 lambda expressions 956 "expected ',' or ']' in lambda capture list">; 960 "expected variable name or 'this' in lambda capture list">; 961 def err_expected_lambda_body : Error<"expected body of lambda expression">; 963 "lambda expressions are incompatible with C++98">, 966 …"%select{'mutable'|'constexpr'|'consteval'}0 cannot appear multiple times in a lambda declarator">; 978 "lambda without a parameter clause is a C++2b extension">, 984 // C++17 lambda expressions 986 "expected 'this' following '*' in lambda capture list">; [all …]
|
| D | DiagnosticSemaKinds.td | 383 def warn_unused_lambda_capture: Warning<"lambda capture %0 is not " 513 "cannot decompose lambda closure type">; 882 "%select{base class|default member initializer|lambda expression|" 956 "use of '__super' inside a lambda is unsupported">; 1394 "accessed multiple times in this %select{function|method|block|lambda}2 " 1404 "be accessed multiple times in this %select{function|method|block|lambda}2 " 1585 "non-local lambda expression cannot have a capture-default">; 2079 "block element|a complex element|a lambda capture|a compound literal " 2279 "|in conversion function type|here|in lambda parameter" 2756 "lambda closure types are non-literal types before C++17">; [all …]
|
| /freebsd-12-stable/contrib/libstdc++/include/tr1/ |
| D | random | 2101 * @f$ p(x) = \lambda e^{-\lambda x} @f$. 2105 * <tr><td>Mean</td><td>@f$ \frac{1}{\lambda} @f$</td></tr> 2106 * <tr><td>Median</td><td>@f$ \frac{\ln 2}{\lambda} @f$</td></tr> 2109 * <tr><td>Standard Deviation</td><td>@f$ \frac{1}{\lambda} @f$</td></tr> 2123 * @f$ \lambda @f$. 2136 lambda() const 2361 // Hosts either lambda of GB or d of modified Vaduva's.
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/ |
| D | CommentHTMLNamedCharacterReferences.td | 130 def : NCR<"lambda", 0x003BB>;
|
| /freebsd-12-stable/usr.bin/vgrind/ |
| D | vgrindefs.src | 92 lambda lastchild le leftsibling lookone lookup lt minus name ne\
|
| /freebsd-12-stable/contrib/gcc/ |
| D | Makefile.in | 814 LAMBDA_H = lambda.h $(TREE_H) vec.h $(GGC_H) 1019 tree-profile.o rtlhooks.o cfgexpand.o lambda-mat.o \ 1020 lambda-trans.o lambda-code.o tree-loop-linear.o tree-ssa-sink.o \
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Unix/ |
| D | Process.inc | 222 // Call ::open in a lambda to avoid overload resolution in
|