/external/ceres-solver/internal/ceres/ |
D | loss_function.cc | 63 const double sum = 1 + s * c_; in Evaluate() 68 rho[2] = - (c_ * rho[1]) / (2 * sum); in Evaluate() 72 const double sum = 1 + s * c_; in Evaluate() 77 rho[2] = - c_ * (inv * inv); in Evaluate() 92 c_(b * log(1.0 + exp(-a / b))) { in TolerantLoss() 105 rho[0] = s - a_ - c_; in Evaluate() 110 rho[0] = b_ * log(1.0 + e_x) - c_; in Evaluate()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_sync.cc | 215 , c_() { in StackTrace() 221 , c_(cnt) { in StackTrace() 231 if (s_ && !c_) { in Reset() 243 if (c_) { in Init() 245 CHECK_LE(cnt, c_); in Init() 259 if (c_) { in ObtainCurrent() 261 if (n_ + !!toppc > c_) { in ObtainCurrent() 262 start = n_ - c_ + !!toppc; in ObtainCurrent() 263 n_ = c_ - !!toppc; in ObtainCurrent()
|
D | tsan_sync.h | 46 const uptr c_; variable
|
/external/ceres-solver/include/ceres/ |
D | loss_function.h | 192 explicit SoftLOneLoss(double a) : b_(a * a), c_(1 / b_) { } in SoftLOneLoss() 199 const double c_; variable 209 explicit CauchyLoss(double a) : b_(a * a), c_(1 / b_) { } in CauchyLoss() 216 const double c_; variable 273 const double a_, b_, c_;
|
/external/protobuf/src/google/protobuf/stubs/ |
D | common_unittest.cc | 169 void SetCMethod(string c) { c_ = c; } in SetCMethod() 172 static void SetCFunction(string c) { current_instance_->c_ = c; } in SetCFunction() 184 c_.clear(); in SetUp() 189 string c_; member in google::protobuf::__anonb457a8f60111::ClosureTest 228 EXPECT_NE("test", c_); in TEST_F() 230 EXPECT_EQ("test", c_); in TEST_F() 236 EXPECT_NE("test", c_); in TEST_F() 238 EXPECT_EQ("test", c_); in TEST_F()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-common-private.hh | 671 inline void init (const struct CoverageFormat1 &c_) { c = &c_; i = 0; }; in init() 768 inline void init (const CoverageFormat2 &c_) { in init() 769 c = &c_; in init() 772 j = c->rangeRecord.len ? c_.rangeRecord[0].start : 0; in init() 872 inline void init (const Coverage &c_) { in init() 873 format = c_.u.format; in init() 875 case 1: return u.format1.init (c_.u.format1); in init() 876 case 2: return u.format2.init (c_.u.format2); in init()
|
D | hb-ot-layout-gsubgpos-private.hh | 375 inline skipping_forward_iterator_t (hb_apply_context_t *c_, in skipping_forward_iterator_t() 380 c (c_), in skipping_forward_iterator_t() 446 inline skipping_backward_iterator_t (hb_apply_context_t *c_, in skipping_backward_iterator_t() 451 c (c_), in skipping_backward_iterator_t()
|
/external/stressapptest/src/ |
D | finelock_queue.cc | 95 c_ = c; in FineLockPEQueue() 343 next_try = (a_ * next_try + c_) % (modlength_); in GetRandomWithPredicateTag() 347 next_try = (a_ * next_try + c_) % (modlength_); in GetRandomWithPredicateTag()
|
D | finelock_queue.h | 105 int64 c_; // 'c' additive value for prgressing randomly variable
|
/external/eigen/unsupported/Eigen/src/KroneckerProduct/ |
D | KroneckerTensorProduct.h | 110 void kroneckerProduct(const MatrixBase<A>& a, const MatrixBase<B>& b, MatrixBase<C> const & c_) in kroneckerProduct() argument 112 MatrixBase<C>& c = const_cast<MatrixBase<C>& >(c_); in kroneckerProduct()
|
/external/webrtc/src/modules/audio_processing/aec/ |
D | aec_rdft_sse2.c | 284 const __m128 c_ = _mm_mul_ps(wkr_, xi_); in rftfsub_128_SSE2() local 287 const __m128 yi_ = _mm_add_ps(c_, d_); // 3-127, 5-125, 7-123, 9-121, in rftfsub_128_SSE2() 375 const __m128 c_ = _mm_mul_ps(wkr_, xi_); in rftbsub_128_SSE2() local 378 const __m128 yi_ = _mm_sub_ps(c_, d_); // 3-127, 5-125, 7-123, 9-121, in rftbsub_128_SSE2()
|
/external/bzip2/ |
D | bzip2.1.preformatted | 86 _b_z_c_a_t (or _b_z_i_p_2 _‐_d_c_) decompresses all specified files to 112 _b_z_i_p_2_r_e_c_o_v_e_r to try to recover data from damaged files. 125 … Force decompression. _b_z_i_p_2_, _b_u_n_z_i_p_2 and _b_z_c_a_t are 297 _b_z_i_p_2_r_e_c_o_v_e_r is a simple program whose purpose is to 303 _b_z_i_p_2_r_e_c_o_v_e_r takes a single argument, the name of the dam 311 _b_z_i_p_2_r_e_c_o_v_e_r should be of most use dealing with large .bz2 360 _b_z_i_p_2_r_e_c_o_v_e_r versions prior to 1.0.2 used 32‐bit integers
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/ |
D | de-DE_gl0_kdt_mgc3.pkb | 54 ��E��:sN�`�Ř�trvO`���\k���K)�l��#p(4!�hF�>2��hF�>HI,;�����c_�?�6�8B…
|
/external/smali/ |
D | gradlew.bat | 83 rem the _cmd.exe /c_ return code!
|
/external/v8/src/ |
D | builtins.h | 291 #define DEF_ENUM_C(name, ignore) c_##name,
|
D | serialize.cc | 149 Builtins::c_##name, \ in PopulateTable()
|
D | builtins.cc | 1610 functions->name = c_##aname; \ in InitBuiltinFunctionTable()
|
/external/qemu/distrib/jpeg-6b/ |
D | testimg.ppm | 4 …c_�mj�qq�ad�gm�py�lz�hx�do�bi�dj�ln�qo�qo�y{�}��Zl�cw�bp������}�u]rQJY:LR8snZ���˷�����������������…
|
/external/jpeg/ |
D | testimg.ppm | 4 …c_�mj�qq�ad�gm�py�lz�hx�do�bi�dj�ln�qo�qo�y{�}��Zl�cw�bp������}�u]rQJY:LR8snZ���˷�����������������…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/ |
D | en-GB_kdt_g2p.pkb | 411 u����F�w��;c_��&r d|�%����r�E��������U�\�W�fG �uFk�"t�Vd�r1^��1:����AUH�6�yt:
|
D | en-GB_kh0_kpdf_mgc.pkb | 2355 �����5��c_.[l\e�q^ko|�n7@GIQZ;EK�в�rw~����������������jxu۽�uzw������������������%C9*v[
|
/external/chromium/testing/gmock/test/ |
D | gmock-matchers_test.cc | 696 Unprintable() : c_('a') {} in Unprintable() 700 char c_; member in testing::gmock_matchers_test::Unprintable
|
/external/clang/docs/ |
D | LanguageExtensions.rst | 95 for support for non-standardized features, i.e. features not prefixed ``c_``,
|
/external/bison/ |
D | NEWS | 1088 %name-prefix "c_"
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/ |
D | it-IT_cm0_kpdf_mgc.pkb | 2623 �������>�6�M��~�@d4=DNkpaKr_R2?*R(#3(1,8Ih�c_[f}�{�zICMD<K\LaVXht�НeY]Zb]yxt������PROLNOU�…
|