/external/v8/src/ |
D | diy-fp.h | 24 DiyFp() : f_(0), e_(0) {} in DiyFp() 25 DiyFp(uint64_t f, int e) : f_(f), e_(e) {} in DiyFp() 33 DCHECK(f_ >= other.f_); in Subtract() 34 f_ -= other.f_; in Subtract() 58 DCHECK(f_ != 0); in Normalize() 59 uint64_t f = f_; in Normalize() 73 f_ = f; in Normalize() 83 uint64_t f() const { return f_; } in f() 86 void set_f(uint64_t new_value) { f_ = new_value; } in set_f() 92 uint64_t f_; variable
|
D | diy-fp.cc | 18 uint64_t a = f_ >> 32; in Multiply() 19 uint64_t b = f_ & kM32; in Multiply() 20 uint64_t c = other.f_ >> 32; in Multiply() 21 uint64_t d = other.f_ & kM32; in Multiply() 32 f_ = result_f; in Multiply()
|
D | ostreams.cc | 16 OFStreamBase::OFStreamBase(FILE* f) : f_(f) {} in OFStreamBase() 23 std::fflush(f_); in sync() 29 return (c != EOF) ? std::fputc(c, f_) : c; in overflow() 35 std::fwrite(s, 1, static_cast<size_t>(n), f_)); in xsputn()
|
D | ostreams.h | 27 FILE* const f_;
|
/external/skia/include/svg/parser/ |
D | SkSVGAttribute.h | 28 #define SVG_ATTRIBUTE(attr) { #attr, SK_OFFSETOF(BASE_CLASS, f_##attr) } 36 if (f_##attr.size() > 0) \ 37 parser._addAttributeLen(#attr, f_##attr.c_str(), f_##attr.size()) 40 if (f_##alias.size() > 0) \ 41 parser._addAttributeLen(#attr, f_##alias.c_str(), f_##alias.size())
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | posix_thread.hpp | 72 : f_(f) in func() 78 f_(); in run() 82 Function f_; member in asio::detail::posix_thread::func
|
/external/opencv3/doc/tutorials/core/adding_images/ |
D | adding_images.markdown | 22 \f[g(x) = (1 - \alpha)f_{0}(x) + \alpha f_{1}(x)\f] 78 \f[g(x) = (1 - \alpha)f_{0}(x) + \alpha f_{1}(x)\f] 80 … We need two source images (\f$f_{0}(x)\f$ and \f$f_{1}(x)\f$). So, we load them in the usual way:
|
/external/opencv3/doc/py_tutorials/py_video/py_lucas_kanade/ |
D | py_lucas_kanade.markdown | 67 \sum_{i}{f_{x_i}}^2 & \sum_{i}{f_{x_i} f_{y_i} } \\ 68 \sum_{i}{f_{x_i} f_{y_i}} & \sum_{i}{f_{y_i}}^2 71 - \sum_{i}{f_{x_i} f_{t_i}} \\ 72 - \sum_{i}{f_{y_i} f_{t_i}}
|
/external/ceres-solver/internal/ceres/ |
D | loss_function.cc | 118 : f_(CHECK_NOTNULL(f)), in ComposedLoss() 126 f_.release(); in ~ComposedLoss() 136 f_->Evaluate(rho_g[0], rho_f); in Evaluate()
|
/external/clang/test/SemaCXX/ |
D | member-pointer.cpp | 290 F f_; member 292 …{ return u->*f_; } // expected-error{{reference to non-static member function must be called; did … in call()
|
/external/opencv3/doc/py_tutorials/py_core/py_image_arithmetics/ |
D | py_image_arithmetics.markdown | 41 \f[g(x) = (1 - \alpha)f_{0}(x) + \alpha f_{1}(x)\f]
|
/external/deqp/modules/glshared/ |
D | glsScissorTests.cpp | 561 …Color(const float f_[4]) : type(FLOAT) { f[0] = f_[0]; f[1] = f_[1]; f[2] = f_[2]; f[3] = f_[3]… in Color()
|
/external/ceres-solver/include/ceres/ |
D | loss_function.h | 288 internal::scoped_ptr<const LossFunction> f_, g_;
|
/external/bzip2/ |
D | bzip2.1.preformatted | 12 …bbzziipp22 [ −−ccddffkkqqssttvvzzVVLL112233445566778899 ] [ _f_i_l_e… 13 bbuunnzziipp22 [ −−ffkkvvssVVLL ] [ _f_i_l_e_n_a_m_e_s _._._. ] 14 bbzzccaatt [ −−ss ] [ _f_i_l_e_n_a_m_e_s _._._. ] 15 bbzziipp22rreeccoovveerr _f_i_l_e_n_a_m_e
|
/external/mesa3d/include/CL/ |
D | cl.hpp | 967 Func f_; const Arg0& arg0_; member 970 { return f_(arg0_, param, size, value, size_ret); } in operator ()() 976 Func f_; const Arg0& arg0_; const Arg1& arg1_; member 979 { return f_(arg0_, arg1_, param, size, value, size_ret); } in operator ()()
|
/external/valgrind/drd/tests/ |
D | tsan_unittest.cpp | 163 void_func_void_t f_; member 166 : f_(f) in Test() 169 Test() : f_(0), flags_(0) {} in Test() 174 f_(); in Run() 178 f_(); in Run()
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/ |
D | en-US_lh0_kpdf_phs.pkb | 2435 !&**'G���ÅbRMQ`x����sYF=<@DD?9437>GNROF:-"'3AMSRK>/"#),.,'G���Εf_ …
|
/external/opencv3/3rdparty/include/opencl/1.2/CL/ |
D | cl.hpp | 1509 Func f_; const Arg0& arg0_; member 1512 { return f_(arg0_, param, size, value, size_ret); } in operator ()() 1518 Func f_; const Arg0& arg0_; const Arg1& arg1_; member 1521 { return f_(arg0_, arg1_, param, size, value, size_ret); } in operator ()()
|
/external/ceres-solver/docs/source/ |
D | solving.rst | 22 :math:`F(x) = \left[f_1(x), ... , f_{m}(x) \right]^{\top}` be a 518 no term :math:`f_{i}` that includes two or more point blocks. This in 879 .. math:: y_k = \nabla f_{k+1} - \nabla f_k
|
/external/opencv3/modules/ml/doc/ |
D | ml_intro.markdown | 200 \f$f_{m(x)}\f$ is trained on the weighted training data (step 3a). Its weighted training error and
|
/external/webrtc/data/voice_engine/stereo_rtp_files/ |
D | hrtf_g722_1C_48_jitterT2.rtp | 1077 …+kYAd��9��Sx�@���A*�H�E�!L�`��@w|S�,jHaX�\�9��[�Uz%�1F�Ƞ�f_��UJo_�Є��Ta�ϝ.�=��2^ 1595 �2�L��������Qc�E�YT.1K�Wna���*�&@�.���O��CD�lZ��Q��yʨf_��b|� �Q�#����Q��)�xe=��YA�;\…
|
D | hrtf_g722_1C_48.rtp | 1081 …+kYAd��9��Sx�@���A*�H�E�!L�`��@w|S�,jHaX�\�9��[�Uz%�1F�Ƞ�f_��UJo_�Є��Ta�ϝ.�=��2^ 1596 �2�L��������Qc�E�YT.1K�Wna���*�&@�.���O��CD�lZ��Q��yʨf_��b|� �Q�#����Q��)�xe=��YA�;\…
|
/external/protobuf/src/google/protobuf/ |
D | descriptor_unittest.cc | 724 const FieldDescriptor* f_; member in google::protobuf::descriptor_unittest::OneofDescriptorTest
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/ |
D | fr-FR_nk0_kpdf_mgc.pkb | 3660 …���,L���!�� OPQ[EA&F5FT2hpf\Cnf4TG(;R[~hk�BN��r����SQY��ĭ�mp�`f_���l���erz�x���e�fy��…
|
/external/v8/tools/profviz/ |
D | gnuplot-4.6.3-emscripten.js | 4494 …f_(bv);fZ(bv);break}else if((aH|0)==102|(aH|0)==86|(aH|0)==118){f_(bv);fZ(bv);break}else if((aH|0)… function 4495 …f_=0,f$=0,f0=0,f1=0,f2=0,f4=0,f5=0,f6=0,f7=0,f9=0,ga=0,gb=0.0,gc=0.0,gd=0,ge=0,gf=0,gg=0,gh=0,gi=0…
|