Home
last modified time | relevance | path

Searched refs:c_ (Results 1 – 25 of 29) sorted by relevance

12

/external/ceres-solver/internal/ceres/
Dloss_function.cc63 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/
Dtsan_sync.cc215 , 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()
Dtsan_sync.h46 const uptr c_; variable
/external/ceres-solver/include/ceres/
Dloss_function.h192 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/
Dcommon_unittest.cc169 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/
Dhb-ot-layout-common-private.hh671 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()
Dhb-ot-layout-gsubgpos-private.hh375 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/
Dfinelock_queue.cc95 c_ = c; in FineLockPEQueue()
343 next_try = (a_ * next_try + c_) % (modlength_); in GetRandomWithPredicateTag()
347 next_try = (a_ * next_try + c_) % (modlength_); in GetRandomWithPredicateTag()
Dfinelock_queue.h105 int64 c_; // 'c' additive value for prgressing randomly variable
/external/eigen/unsupported/Eigen/src/KroneckerProduct/
DKroneckerTensorProduct.h110 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/
Daec_rdft_sse2.c284 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/
Dbzip2.1.preformatted86 _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/
Dde-DE_gl0_kdt_mgc3.pkb54 ��E��:sN�`�Ř�trvO`�������\k����K)�l��#p(4!�hF�>2��hF�>HI,;�������c_�?�6�8B��…
/external/smali/
Dgradlew.bat83 rem the _cmd.exe /c_ return code!
/external/v8/src/
Dbuiltins.h291 #define DEF_ENUM_C(name, ignore) c_##name,
Dserialize.cc149 Builtins::c_##name, \ in PopulateTable()
Dbuiltins.cc1610 functions->name = c_##aname; \ in InitBuiltinFunctionTable()
/external/qemu/distrib/jpeg-6b/
Dtestimg.ppm4c_�mj�qq�ad�gm�py�lz�hx�do�bi�dj�ln�qo�qo�y{�}��Zl�cw�bp������}�u]rQJY:LR8snZ���˷�����������������…
/external/jpeg/
Dtestimg.ppm4c_�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/
Den-GB_kdt_g2p.pkb411 u����F�w��;c_��&r� d|�%����r�E��������U�\�W�fG �uFk�"t�Vd�r1^��1:����AUH�6�yt:
Den-GB_kh0_kpdf_mgc.pkb2355 �����5��c_.[l\e�q^ko|�n7@GIQZ;EK�в�rw~����������������jxu۽�uzw������������������%C9*v[
/external/chromium/testing/gmock/test/
Dgmock-matchers_test.cc696 Unprintable() : c_('a') {} in Unprintable()
700 char c_; member in testing::gmock_matchers_test::Unprintable
/external/clang/docs/
DLanguageExtensions.rst95 for support for non-standardized features, i.e. features not prefixed ``c_``,
/external/bison/
DNEWS1088 %name-prefix "c_"
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/
Dit-IT_cm0_kpdf_mgc.pkb2623 ����� ��>��6�M��~�@d4=DNkpaKr_R2?*R(#3(1,8Ih�c_[f}�{�zICMD<K\LaVXht�НeY]Zb]yxt������PROLNOU�…

12