/external/ceres-solver/internal/ceres/ |
D | loss_function.cc | 63 const double sum = 1.0 + s * c_; in Evaluate() 68 rho[2] = - (c_ * rho[1]) / (2.0 * sum); in Evaluate() 72 const double sum = 1.0 + 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/freetype/src/base/ |
D | ftcalc.c | 178 FT_Long c_ ) in FT_MulDiv() argument 187 FT_MOVE_SIGN( c_, s ); in FT_MulDiv() 191 c = (FT_UInt64)c_; in FT_MulDiv() 207 FT_Long c_ ) in FT_MulDiv_No_Round() argument 216 FT_MOVE_SIGN( c_, s ); in FT_MulDiv_No_Round() 220 c = (FT_UInt64)c_; in FT_MulDiv_No_Round() 245 FT_Long c_; in FT_MulFix() 256 c_ = (FT_Long)c; in FT_MulFix() 258 return s < 0 ? -c_ : c_; in FT_MulFix() 432 FT_Long c_ ) in FT_MulDiv() argument [all …]
|
/external/ceres-solver/include/ceres/ |
D | loss_function.h | 193 explicit SoftLOneLoss(double a) : b_(a * a), c_(1 / b_) { } in SoftLOneLoss() 200 const double c_; variable 210 explicit CauchyLoss(double a) : b_(a * a), c_(1 / b_) { } in CauchyLoss() 217 const double c_; variable 274 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() 194 string c_; member in google::protobuf::__anonc6838e900111::ClosureTest 234 EXPECT_NE("test", c_); in TEST_F() 236 EXPECT_EQ("test", c_); in TEST_F() 242 EXPECT_NE("test", c_); in TEST_F() 244 EXPECT_EQ("test", c_); in TEST_F()
|
/external/libcxx/test/std/utilities/utility/pairs/pair.piecewise/ |
D | piecewise_construct.pass.cpp | 24 char c_; member in A 26 A(int i, char c) : i_(i), c_(c) {} in A() 28 char get_c() const {return c_;} in get_c()
|
/external/clang/test/Sema/ |
D | warn-thread-safety-analysis.c | 47 int c_ GUARDED_VAR; 48 int *d_ PT_GUARDED_VAR = &c_; 112 c_ = 0; // expected-warning{{writing variable 'c_' requires holding any mutex exclusively}} in main() 115 c_ = 1; in main()
|
/external/clang/test/CodeGenCXX/ |
D | constructor-destructor-return-this.cpp | 54 char *c_; member in C 57 C::C(int *i, char *c) : B(i), c_(c) { } in C()
|
/external/v8/test/webkit/fast/regex/ |
D | malformed-escapes-expected.txt | 38 Testing regexp: /\c_/gm 39 PASS regexp.test('\\c_') is true 57 Testing regexp: /^[\c_]$/
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-common-private.hh | 673 inline void init (const struct CoverageFormat1 &c_) { c = &c_; i = 0; }; in init() 770 inline void init (const CoverageFormat2 &c_) { in init() 771 c = &c_; in init() 774 j = c->rangeRecord.len ? c_.rangeRecord[0].start : 0; in init() 874 inline void init (const Coverage &c_) { in init() 875 format = c_.u.format; in init() 877 case 1: u.format1.init (c_.u.format1); return; in init() 878 case 2: u.format2.init (c_.u.format2); return; in init()
|
D | hb-ot-layout-gsubgpos-private.hh | 395 inline skipping_forward_iterator_t (hb_apply_context_t *c_, in skipping_forward_iterator_t() 400 c (c_), in skipping_forward_iterator_t() 466 inline skipping_backward_iterator_t (hb_apply_context_t *c_, in skipping_backward_iterator_t() 471 c (c_), in skipping_backward_iterator_t()
|
/external/clang/test/Modules/Inputs/separate_map_tree/src/ |
D | private-in-c.h | 3 const int c_ = 2; variable
|
/external/clang/test/Modules/ |
D | separate_map_tree.cpp | 8 const int val = common + b + c + c_; // expected-error {{undeclared identifier}}
|
/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/llvm/test/tools/llvm-cov/ |
D | llvm-cov.test | 97 RUN: diff -aub test_-a_-b_-c_-u.cpp.gcov test.cpp.gcov 98 RUN: diff -aub test_-a_-b_-c_-u.h.gcov test.h.gcov
|
/external/smali/ |
D | gradlew.bat | 83 rem the _cmd.exe /c_ return code!
|
/external/v8/src/ |
D | builtins.h | 230 #define DEF_ENUM_C(name, ignore) c_##name,
|
D | builtins.cc | 1495 functions->name = c_##aname; \ in InitBuiltinFunctionTable()
|
D | serialize.cc | 272 Builtins::c_##name, \ in PopulateTable()
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetMBCS.java | 4496 SideEffectsSingleBMP(int c_, int sourceArrayIndex_) { in SideEffectsSingleBMP() argument 4497 c = c_; in SideEffectsSingleBMP() 4532 …SideEffects(int c_, int sourceArrayIndex_, int sourceIndex_, int nextSourceIndex_, int prevSourceI… in SideEffects() argument 4534 c = c_; in SideEffects() 4609 … SideEffectsDouble(int c_, int sourceArrayIndex_, int sourceIndex_, int nextSourceIndex_) { in SideEffectsDouble() argument 4610 c = c_; in SideEffectsDouble()
|
/external/protobuf/src/google/protobuf/ |
D | descriptor_unittest.cc | 707 c_ = oneof_message_->field(2); in SetUp() 721 const FieldDescriptor* c_; member in google::protobuf::descriptor_unittest::OneofDescriptorTest 733 EXPECT_EQ(c_, oneof_->field(1)); in TEST_F() 736 EXPECT_EQ(oneof_, c_->containing_oneof()); in TEST_F()
|
/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:
|
/external/google-breakpad/src/testing/test/ |
D | gmock-matchers_test.cc | 744 Unprintable() : c_('a') {} in Unprintable() 748 char c_; member in testing::gmock_matchers_test::Unprintable
|