| /third_party/libsnd/src/GSM610/ |
| D | long_term.c | 53 register int k, lambda ; in Cut_Calculation_of_the_LTP_parameters() local 91 for (lambda = 40 ; lambda <= 120 ; lambda++) in Cut_Calculation_of_the_LTP_parameters() 92 { L_result = (int32_t) wt_k * dp [best_k - lambda] ; in Cut_Calculation_of_the_LTP_parameters() 94 { Nc = lambda ; in Cut_Calculation_of_the_LTP_parameters() 154 register int k, lambda ; in Calculation_of_the_LTP_parameters() local 194 for (lambda = 40 ; lambda <= 120 ; lambda++) in Calculation_of_the_LTP_parameters() 198 # define STEP(k) (int32_t) wt [k] * dp [k - lambda] in Calculation_of_the_LTP_parameters() 224 { Nc = lambda ; in Calculation_of_the_LTP_parameters() 290 register int k, lambda ; in Cut_Calculation_of_the_LTP_parameters() local 340 for (lambda = 40 ; lambda <= 120 ; lambda += 9) in Cut_Calculation_of_the_LTP_parameters() [all …]
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
| D | exponential_distribution_test.cc | 91 for (const TypeParam lambda : kParams) { in TYPED_TEST() local 93 if (!std::isfinite(lambda)) continue; in TYPED_TEST() 94 ABSL_ASSERT(lambda > 0); in TYPED_TEST() 96 const param_type param(lambda); in TYPED_TEST() 98 absl::exponential_distribution<TypeParam> before(lambda); in TYPED_TEST() 99 EXPECT_EQ(before.lambda(), param.lambda()); in TYPED_TEST() 119 absl::StrFormat("Range {%f}: %f, %f, lambda=%f", lambda, in TYPED_TEST() 120 sample_min, sample_max, lambda)); in TYPED_TEST() 126 if (!std::isfinite(lambda)) { in TYPED_TEST() 133 EXPECT_NE(before.lambda(), after.lambda()); in TYPED_TEST() [all …]
|
| D | exponential_distribution.h | 44 explicit param_type(result_type lambda = 1) : lambda_(lambda) { in lambda_() argument 45 assert(lambda > 0); in lambda_() 49 result_type lambda() const { return lambda_; } in lambda() function 73 explicit exponential_distribution(result_type lambda) : param_(lambda) {} in exponential_distribution() argument 97 result_type lambda() const { return param_.lambda(); } in lambda() function 142 os << x.lambda(); 152 result_type lambda; variable 155 lambda = random_internal::read_floating_point<result_type>(is); 157 x.param(param_type(lambda));
|
| /third_party/typescript/tests/baselines/reference/ |
| D | collisionThisExpressionAndPropertyNameAsConstuctorParameter.js | 4 var lambda = () => { function 12 var lambda = () => { function 22 var lambda = () => { function 32 var lambda = () => { function 42 var lambda = function () { function in Foo2.Foo2 52 var lambda = function () { method in Foo3.Foo3 61 var lambda = function () { function in Foo4.Foo4 71 var lambda = function () { method in Foo5.Foo5
|
| D | collisionThisExpressionAndPropertyNameAsConstuctorParameter.symbols | 8 var lambda = () => { 9 >lambda : Symbol(lambda, Decl(collisionThisExpressionAndPropertyNameAsConstuctorParameter.ts, 2, 11… 24 var lambda = () => { 25 >lambda : Symbol(lambda, Decl(collisionThisExpressionAndPropertyNameAsConstuctorParameter.ts, 10, 1… 46 var lambda = () => { 47 >lambda : Symbol(lambda, Decl(collisionThisExpressionAndPropertyNameAsConstuctorParameter.ts, 20, 1… 68 var lambda = () => { 69 >lambda : Symbol(lambda, Decl(collisionThisExpressionAndPropertyNameAsConstuctorParameter.ts, 30, 1…
|
| D | collisionThisExpressionAndPropertyNameAsConstuctorParameter.types | 8 var lambda = () => { 9 >lambda : () => (x: any) => this 26 var lambda = () => { 27 >lambda : () => (x: any) => this 50 var lambda = () => { 51 >lambda : () => (x: any) => this 74 var lambda = () => { 75 >lambda : () => (x: any) => this
|
| D | superInLambdas.errors.txt | 23 // super call in a lambda in a constructor 30 // super call in a lambda in a method 39 // super call in a nested lambda in a constructor 43 // super call in a nested lambda in a method 53 // super property in a nested lambda in a constructor 59 // super property in a nested lambda in a method 71 // super in a nested lambda in a constructor 77 // super in a nested lambda in a method
|
| D | collisionThisExpressionAndParameter.js | 15 var lambda = () => { function 30 var lambda = () => { function 71 var lambda = () => { function 115 var lambda = function () { function 129 var lambda = function () { function 160 var lambda = function () { function
|
| D | superInLambdas.types | 36 // super call in a lambda in a constructor 55 // super call in a lambda in a method 78 // super call in a nested lambda in a constructor 92 // super call in a nested lambda in a method 118 // super property in a nested lambda in a constructor 131 // super property in a nested lambda in a method 156 // super in a nested lambda in a constructor 168 // super in a nested lambda in a method
|
| D | overloadsWithProvisionalErrors.types | 3 >func : { (s: string): number; (lambda: (s: string) => { a: number; b: number;}): string; } 8 (lambda: (s: string) => { a: number; b: number }): string; 9 >lambda : (s: string) => { a: number; b: number;} 18 >func : { (s: string): number; (lambda: (s: string) => { a: number; b: number; }): string; } 26 >func : { (s: string): number; (lambda: (s: string) => { a: number; b: number; }): string; } 38 >func : { (s: string): number; (lambda: (s: string) => { a: number; b: number; }): string; }
|
| D | collisionSuperAndParameter.js | 9 var lambda = () => { function 23 var lambda = () => { function 59 var lambda = () => { function 92 var lambda = function () { function 122 var lambda = function () { function 141 var lambda = function () { function
|
| D | collisionSuperAndParameter.symbols | 21 var lambda = () => { 22 >lambda : Symbol(lambda, Decl(collisionSuperAndParameter.ts, 7, 11)) 54 var lambda = () => { 55 >lambda : Symbol(lambda, Decl(collisionSuperAndParameter.ts, 21, 11)) 142 var lambda = () => { 143 >lambda : Symbol(lambda, Decl(collisionSuperAndParameter.ts, 57, 11))
|
| D | superInLambdas.symbols | 32 // super call in a lambda in a constructor 48 // super call in a lambda in a method 67 // super call in a nested lambda in a constructor 77 // super call in a nested lambda in a method 97 // super property in a nested lambda in a constructor 107 // super property in a nested lambda in a method 127 // super in a nested lambda in a constructor 135 // super in a nested lambda in a method
|
| D | collisionSuperAndParameter1.symbols | 13 var lambda = (_super: number) => { // Error 14 >lambda : Symbol(lambda, Decl(collisionSuperAndParameter1.ts, 5, 11))
|
| /third_party/ffmpeg/libavcodec/ |
| D | aacenc_quantization.h | 45 int cb, const float lambda, const float uplim, in quantize_and_encode_band_cost_template() argument 74 return cost * lambda; in quantize_and_encode_band_cost_template() 131 cost += rd * lambda + curbits; in quantize_and_encode_band_cost_template() 165 const float lambda, const float uplim, in quantize_and_encode_band_cost_NONE() argument 176 int cb, const float lambda, const float uplim, \ 180 BT_ESC ? ESC_BT : cb, lambda, uplim, bits, energy, \ 199 int cb, const float lambda, const float uplim, 223 int cb, const float lambda, const float uplim, 245 lambda, uplim, bits, energy, rtz) \ argument 248 lambda, uplim, bits, energy) [all …]
|
| D | aaccoder.c | 78 int win, int group_len, const float lambda) in encode_window_bands_info() argument 126 lambda / band->threshold, INFINITY, NULL, NULL, 0); in encode_window_bands_info() 237 const float lambda) in search_for_quantizers_anmr() argument 349 … q + q0, cb, lambda / band->threshold, INFINITY, NULL, NULL, 0); in search_for_quantizers_anmr() 397 const float lambda) in search_for_quantizers_fast() argument 400 … int destbits = avctx->bit_rate * 1024.0 / avctx->sample_rate / avctx->channels * (lambda / 120.f); in search_for_quantizers_fast() 552 const float lambda = s->lambda; in search_for_pns() local 554 const float thr_mult = NOISE_LAMBDA_REPLACE*(100.0f/lambda); in search_for_pns() 555 const float spread_threshold = FFMIN(0.75f, NOISE_SPREAD_THRESHOLD*FFMAX(0.5f, lambda/100.f)); in search_for_pns() 556 const float dist_bias = av_clipf(4.f * 120 / lambda, 0.25f, 4.0f); in search_for_pns() [all …]
|
| /third_party/ffmpeg/doc/ |
| D | rate_distortion.txt | 19 First step: that rate distortion factor called lambda... 22 distortion + lambda*rate 26 lambda is a fixed value chosen as a tradeoff between quality and filesize 28 filesize? The answer is yes. For each filesize limit there is some lambda 39 distortion + lambda*rate 43 (distortion0 + distortion1) + lambda*(rate0 + rate1) 48 (distortion0 + distortion1) + lambda*(rate0 + rate1) 52 distortion0 + lambda*rate0 56 distortion1 + lambda*rate1
|
| /third_party/typescript/tests/cases/compiler/ |
| D | collisionThisExpressionAndPropertyNameAsConstuctorParameter.ts | 3 var lambda = () => { 11 var lambda = () => { 21 var lambda = () => { 31 var lambda = () => {
|
| D | collisionSuperAndParameter.ts | 9 var lambda = () => { 23 var lambda = () => { 59 var lambda = () => {
|
| /third_party/ffmpeg/libavcodec/mips/ |
| D | aaccoder_mips.c | 141 int cb, const float lambda, const float uplim, in quantize_and_encode_band_cost_SQUAD_mips() argument 237 int cb, const float lambda, const float uplim, in quantize_and_encode_band_cost_UQUAD_mips() argument 352 int cb, const float lambda, const float uplim, in quantize_and_encode_band_cost_SPAIR_mips() argument 455 int cb, const float lambda, const float uplim, in quantize_and_encode_band_cost_UPAIR7_mips() argument 573 … int cb, const float lambda, const float uplim, in quantize_and_encode_band_cost_UPAIR12_mips() argument 690 int cb, const float lambda, const float uplim, in quantize_and_encode_band_cost_ESC_mips() argument 935 … int cb, const float lambda, const float uplim, in quantize_and_encode_band_cost_NONE_mips() argument 943 … int cb, const float lambda, const float uplim, in quantize_and_encode_band_cost_ZERO_mips() argument 963 … int cb, const float lambda, const float uplim, 985 lambda, uplim, bits, energy, ROUNDING) \ argument [all …]
|
| /third_party/openGLES/extensions/SGIX/ |
| D | SGIX_pixel_texture_lod.txt | 28 introduces a way to derive the lod (lambda) from the 36 this makes lambda uninteresting except for the erp case. 37 should we bother to define lambda in a way that is interesting 40 * Is it possible to compute lambda in a pixel field in a way that 47 * Do we need to implicitly scale the lambda by the number of lods? 82 The alpha color component value becomes the lambda value, the log-base-2 84 of minification to magnification occurs at lambda = 0, with values 92 lambda is set to zero.
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
| D | SGIX_pixel_texture_lod.txt | 28 introduces a way to derive the lod (lambda) from the 36 this makes lambda uninteresting except for the erp case. 37 should we bother to define lambda in a way that is interesting 40 * Is it possible to compute lambda in a pixel field in a way that 47 * Do we need to implicitly scale the lambda by the number of lods? 82 The alpha color component value becomes the lambda value, the log-base-2 84 of minification to magnification occurs at lambda = 0, with values 92 lambda is set to zero.
|
| /third_party/gstreamer/gstreamer/tests/benchmarks/ |
| D | complexity.scm | 44 (fold (lambda (x ret) (+ (* ret 60) x)) 0 45 (map (lambda (x) (with-input-from-string x read)) 76 (lambda (line) 79 (lambda (t) (format p " ~a" t))
|
| /third_party/gstreamer/gstreamer/tests/misc/ |
| D | network-clock-utils.scm | 35 (lambda () 36 (fold (lambda (x seed) (+ x (ash seed 8))) 38 (unfold zero? (lambda (n) (char->integer (read-char))) 1- n))))) 132 (stream-map (lambda (t) (* t factor)) stream)) 200 (lambda (pair) 205 (lambda () 225 (lambda (pair)
|
| D | network-clock.scm | 124 (lambda () (least-squares (q-head x) (q-head y))) 125 (lambda (m b r-squared) 170 (lambda () (run-simulation *remote-rate* *local-rate*)) 171 (lambda streams 174 (lambda (a r l n) (<= a *total-time*)) 175 (lambda (a r l n) (format #t "~a ~a ~a ~a\n" a r l n))
|