| /external/adhd/cras/src/server/ |
| D | linear_resampler.c | 34 struct linear_resampler *lr; in linear_resampler_create() local 47 void linear_resampler_destroy(struct linear_resampler *lr) in linear_resampler_destroy() 53 void linear_resampler_set_rates(struct linear_resampler *lr, float from, in linear_resampler_set_rates() 76 unsigned int linear_resampler_out_frames_to_in(struct linear_resampler *lr, in linear_resampler_out_frames_to_in() 90 unsigned int linear_resampler_in_frames_to_out(struct linear_resampler *lr, in linear_resampler_in_frames_to_out() 104 int linear_resampler_needed(struct linear_resampler *lr) in linear_resampler_needed() 109 unsigned int linear_resampler_resample(struct linear_resampler *lr, in linear_resampler_resample()
|
| /external/adhd/cras/src/tests/ |
| D | linear_resampler_unittest.cc | 24 struct linear_resampler* lr; in TEST() local 62 struct linear_resampler* lr; in TEST() local 112 struct linear_resampler* lr; in TEST() local 158 struct linear_resampler* lr; in TEST() local 176 struct linear_resampler* lr; in TEST() local
|
| /external/selinux/libselinux/src/ |
| D | label.c | 150 struct selabel_lookup_rec *lr, in selabel_fini() 171 struct selabel_lookup_rec *lr; in selabel_lookup_common() local 192 struct selabel_lookup_rec *lr; in selabel_lookup_bm_common() local 250 struct selabel_lookup_rec *lr; in selabel_lookup() local 263 struct selabel_lookup_rec *lr; in selabel_lookup_raw() local 313 struct selabel_lookup_rec *lr; in selabel_lookup_best_match() local 331 struct selabel_lookup_rec *lr; in selabel_lookup_best_match_raw() local
|
| /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/ |
| D | LineRegionTest.java | 39 LineRegion lr = new LineRegion(0d, 0d); in testConstructor() local 78 LineRegion lr = new LineRegion(0, 10); in testLength() local
|
| /external/icu/icu4c/source/layoutex/ |
| D | plruns.cpp | 426 ULocRuns *lr = (ULocRuns *) localeRuns; in pl_closeLocaleRuns() local 434 const ULocRuns *lr = (const ULocRuns *) localeRuns; in pl_getLocaleRunCount() local 446 ULocRuns *lr = (ULocRuns *) localeRuns; in pl_resetLocaleRuns() local 456 const ULocRuns *lr = (const ULocRuns *) localeRuns; in pl_getLocaleRunLastLimit() local 469 const ULocRuns *lr = (const ULocRuns *) localeRuns; in pl_getLocaleRunLimit() local 482 const ULocRuns *lr = (const ULocRuns *) localeRuns; in pl_getLocaleRunLocale() local 496 ULocRuns *lr = (ULocRuns *) localeRuns; in pl_addLocaleRun() local
|
| /external/tensorflow/tensorflow/python/training/ |
| D | training_ops_test.py | 73 def _testTypesForAdagrad(self, x, y, lr, grad, use_gpu=None): argument 92 lr, argument 137 lr, argument 226 def _testTypesForSparseAdagrad(self, x, y, lr, grad, indices, use_gpu): argument 251 lr, argument 291 lr, argument
|
| D | rmsprop_test.py | 61 def _rmsprop_update_numpy(self, var, g, mg, rms, mom, lr, decay, momentum, argument 75 lr, decay, momentum, epsilon, centered): argument
|
| /external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
| D | training_ops.cc | 59 xla::XlaOp ProximalGradientDescentUpdate(xla::XlaOp var, xla::XlaOp lr, in ProximalGradientDescentUpdate() 152 xla::XlaOp lr = ctx->Input(2); in Compile() local 210 xla::XlaOp lr = ctx->Input(2); in Compile() local 263 xla::XlaOp lr = ctx->Input(2); in Compile() local 317 xla::XlaOp lr = ctx->Input(2); in Compile() local 373 xla::XlaOp lr = ctx->Input(2); in Compile() local 441 xla::XlaOp lr = ctx->Input(4); in Compile() local 524 xla::XlaOp lr = ctx->Input(5); in Compile() local 614 xla::XlaOp lr = ctx->Input(4); in Compile() local 686 xla::XlaOp lr = ctx->Input("lr"); in Compile() local [all …]
|
| /external/llvm-project/openmp/libomptarget/src/ |
| D | device.cpp | 147 LookupResult lr; in lookupMapping() local 205 LookupResult lr = lookupMapping(HstPtrBegin, Size); in getOrAllocTgtPtr() local 290 LookupResult lr = lookupMapping(HstPtrBegin, Size); in getTgtPtrBegin() local 324 LookupResult lr = lookupMapping(HstPtrBegin, Size); in getTgtPtrBegin() local 342 LookupResult lr = lookupMapping(HstPtrBegin, Size); in deallocTgtPtr() local
|
| /external/tensorflow/tensorflow/python/keras/ |
| D | optimizer_v1.py | 180 def __init__(self, lr=0.01, momentum=0., decay=0., nesterov=False, **kwargs): argument 249 def __init__(self, lr=0.001, rho=0.9, epsilon=None, decay=0., **kwargs): argument 323 def __init__(self, lr=0.01, epsilon=None, decay=0., **kwargs): argument 402 def __init__(self, lr=1.0, rho=0.95, epsilon=None, decay=0., **kwargs): argument 480 lr=0.001, argument 576 lr=0.002, argument 667 lr=0.002, argument
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | training_ops_test.cc | 99 auto lr = Scalar(g, 0.01); in SGD() local 135 auto lr = Scalar(g, 0.01); in Adagrad() local 171 auto lr = Scalar(g, 0.01); in SparseAdagrad() local 216 auto lr = Scalar(g, 0.01); in Momentum() local 259 auto lr = Scalar(g, 0.01); in Adam() local 313 auto lr = Scalar(g, 0.01); in RMSProp() local 354 auto lr = Scalar(g, 0.01); in AddSign() local 395 auto lr = Scalar(g, 0.01); in PowerSign() local
|
| D | training_ops.cc | 506 inline T FtrlCompute(const T& accum, const T& linear, const T& lr, const T& l1, in FtrlCompute() 1065 const Tensor& lr = ctx->input(3); in DoValidate() local 1108 const Tensor& lr = ctx->input(3); in DoCompute() local 1220 const Tensor& lr = ctx->input(3); in DoCompute() local 1404 const Tensor& lr = ctx->input(1); in Compute() local 1558 const Tensor& lr = ctx->input(2); in Compute() local 1659 const Tensor& lr = ctx->input(2); in Compute() local 1769 const Tensor& lr = ctx->input(2); in Compute() local 1883 const Tensor& lr = ctx->input(2); in Compute() local 2013 const Tensor& lr = ctx->input(2); in Compute() local [all …]
|
| /external/clang/test/PCH/ |
| D | cxx-reference.h | 8 char &lr = c; variable
|
| /external/llvm-project/clang/test/PCH/ |
| D | cxx-reference.h | 8 char &lr = c; variable
|
| /external/llvm-project/clang/test/Modules/ |
| D | diamond-pch.c | 23 struct left_and_right lr; in test_diamond() local
|
| D | diamond.c | 24 struct left_and_right lr; in test_diamond() local
|
| /external/clang/test/Modules/ |
| D | diamond-pch.c | 23 struct left_and_right lr; in test_diamond() local
|
| D | diamond.c | 24 struct left_and_right lr; in test_diamond() local
|
| /external/llvm-project/compiler-rt/lib/builtins/hexagon/ |
| D | common_entry_exit_abi1.S | 81 lr = memw(fp+#4) define
|
| D | common_entry_exit_legacy.S | 125 lr = memw(fp+#4) define
|
| /external/libxaac/decoder/ |
| D | ixheaacd_sbrdecoder.c | 219 WORD32 lr; in ixheaacd_prepare_upsamp() local 431 WORD32 lr; in ixheaacd_applysbr() local 478 WORD32 lr; in ixheaacd_applysbr() local
|
| /external/tensorflow/tensorflow/python/keras/optimizer_v2/ |
| D | adagrad_test.py | 45 def adagrad_update_numpy(param, accum, g_t, lr=0.001, epsilon=1e-7): argument 55 lr=0.001, argument
|
| D | rmsprop_test.py | 63 def _rmsprop_update_numpy(self, var, g, mg, rms, mom, lr, rho, momentum, argument 81 lr, rho, momentum, epsilon, centered): argument
|
| /external/elfutils/backends/ |
| D | ppc64_unwind.c | 53 Dwarf_Word sp, newSp, lr, newLr; in EBLHOOK() local
|
| /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
| D | XMLFormatterTest.java | 42 LogRecord lr = null; field in XMLFormatterTest
|