HomeSort by relevance Sort by last modified time
    Searched refs:f_ (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
diy-fp.h 46 DiyFp() : f_(0), e_(0) {}
47 DiyFp(uint64_t f, int e) : f_(f), e_(e) {}
55 ASSERT(f_ >= other.f_);
56 f_ -= other.f_;
80 ASSERT(f_ != 0);
81 uint64_t f = f_;
95 f_ = f;
105 uint64_t f() const { return f_; }
114 uint64_t f_; member in class:WTF::double_conversion::DiyFp
    [all...]
diy-fp.cc 43 uint64_t a = f_ >> 32;
44 uint64_t b = f_ & kM32;
45 uint64_t c = other.f_ >> 32;
46 uint64_t d = other.f_ & kM32;
57 f_ = result_f;
  /external/chromium_org/v8/src/
diy-fp.h 43 DiyFp() : f_(0), e_(0) {}
44 DiyFp(uint64_t f, int e) : f_(f), e_(e) {}
52 ASSERT(f_ >= other.f_);
53 f_ -= other.f_;
77 ASSERT(f_ != 0);
78 uint64_t f = f_;
92 f_ = f;
102 uint64_t f() const { return f_; }
111 uint64_t f_; member in class:v8::internal::DiyFp
    [all...]
diy-fp.cc 42 uint64_t a = f_ >> 32;
43 uint64_t b = f_ & kM32;
44 uint64_t c = other.f_ >> 32;
45 uint64_t d = other.f_ & kM32;
56 f_ = result_f;
  /external/v8/src/
diy-fp.h 43 DiyFp() : f_(0), e_(0) {}
44 DiyFp(uint64_t f, int e) : f_(f), e_(e) {}
52 ASSERT(f_ >= other.f_);
53 f_ -= other.f_;
77 ASSERT(f_ != 0);
78 uint64_t f = f_;
92 f_ = f;
102 uint64_t f() const { return f_; }
111 uint64_t f_; member in class:v8::internal::DiyFp
    [all...]
diy-fp.cc 42 uint64_t a = f_ >> 32;
43 uint64_t b = f_ & kM32;
44 uint64_t c = other.f_ >> 32;
45 uint64_t d = other.f_ & kM32;
56 f_ = result_f;
  /external/chromium_org/third_party/skia/include/svg/
SkSVGAttribute.h 27 #define SVG_ATTRIBUTE(attr) { #attr, SK_OFFSETOF(BASE_CLASS, f_##attr) }
35 if (f_##attr.size() > 0) \
36 parser._addAttributeLen(#attr, f_##attr.c_str(), f_##attr.size())
39 if (f_##alias.size() > 0) \
40 parser._addAttributeLen(#attr, f_##alias.c_str(), f_##alias.size())
  /external/skia/include/svg/
SkSVGAttribute.h 27 #define SVG_ATTRIBUTE(attr) { #attr, SK_OFFSETOF(BASE_CLASS, f_##attr) }
35 if (f_##attr.size() > 0) \
36 parser._addAttributeLen(#attr, f_##attr.c_str(), f_##attr.size())
39 if (f_##alias.size() > 0) \
40 parser._addAttributeLen(#attr, f_##alias.c_str(), f_##alias.size())
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
mem_fn_template.hpp 31 F f_; local
35 BOOST_MEM_FN_RETURN (u.*f_)();
40 BOOST_MEM_FN_RETURN (get_pointer(u)->*f_)();
45 explicit BOOST_MEM_FN_NAME(mf0)(F f): f_(f) {}
49 BOOST_MEM_FN_RETURN (p->*f_)();
70 BOOST_MEM_FN_RETURN (t.*f_)();
75 return f_ == rhs.f_;
80 return f_ != rhs.f_;
96 F f_; local
147 F f_; local
213 F f_; local
262 F f_; local
326 F f_; local
375 F f_; local
439 F f_; local
488 F f_; local
552 F f_; local
601 F f_; local
665 F f_; local
714 F f_; local
778 F f_; local
827 F f_; local
891 F f_; local
940 F f_; local
1004 F f_; local
    [all...]
bind_template.hpp 20 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local
26 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local
32 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local
38 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local
47 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local
53 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local
61 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local
67 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local
76 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local
82 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0) local
89 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local
95 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local
102 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local
108 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local
116 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local
122 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local
131 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local
137 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local
145 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local
151 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local
160 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local
166 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local
174 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local
180 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local
189 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local
195 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local
203 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local
209 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local
218 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local
224 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local
232 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local
238 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local
247 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local
253 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local
261 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local
267 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local
276 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local
282 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local
290 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local
296 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local
305 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local
311 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local
318 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local
323 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local
344 F f_; variable
    [all...]
mem_fn.hpp 324 F f_; member in class:boost::_mfi::dm
328 return (u.*f_);
333 return (get_pointer(u)->*f_);
338 explicit dm(F f): f_(f) {}
342 return (p->*f_);
347 return (p->*f_);
359 return (t.*f_);
364 return (t.*f_);
371 return f_ == rhs.f_;
    [all...]
  /external/valgrind/unittest/
old_test_suite.h 65 void_func_void_t f_; member in struct:Test
69 : f_(f)
73 Test() : f_(0), flags_(0) {}
77 f_();
82 f_();
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
eval_if.hpp 37 typedef typename if_<C,F1,F2>::type f_; typedef in struct:boost::mpl::eval_if
38 typedef typename f_::type type;
59 typedef typename if_c<C,F1,F2>::type f_; typedef in struct:boost::mpl::eval_if_c
60 typedef typename f_::type type;
advance.hpp 45 >::type f_; typedef in struct:boost::mpl::advance_impl::apply
47 typedef typename apply_wrap1<f_,Iterator>::type type;
bind.hpp 169 typedef bind<F,AUX778076_BIND_PARAMS(T)> f_; typedef in struct:boost::mpl::aux::resolve_bind_arg
170 typedef typename AUX778076_APPLY<f_, AUX778076_BIND_PARAMS(U)>::type type;
400 >::type f_;
403 typedef typename f_::type type;
427 typedef typename aux::resolve_bind_arg<a0,AUX778076_BIND_PARAMS(U)>::type f_;
430 typedef typename aux::resolve_bind_arg<F,AUX778076_BIND_PARAMS(U)>::type f_;
447 f_
466 typedef BOOST_PP_CAT(bind,i_)<F AUX778076_BIND_N_PARAMS(i_,T)> f_;
467 typedef typename AUX778076_APPLY<f_, AUX778076_BIND_PARAMS(U)>::type type;
  /external/chromium/base/
stl_util-inl.h 349 UnaryOperateOnFirst(const UnaryOp& f) : f_(f) {
353 return f_(p.first);
357 UnaryOp f_; member in class:UnaryOperateOnFirst
372 UnaryOperateOnSecond(const UnaryOp& f) : f_(f) {
376 return f_(p.second);
380 UnaryOp f_; member in class:UnaryOperateOnSecond
395 BinaryOperateOnFirst(const BinaryOp& f) : f_(f) {
400 return f_(p1.first, p2.first);
404 BinaryOp f_; member in class:BinaryOperateOnFirst
419 BinaryOperateOnSecond(const BinaryOp& f) : f_(f)
428 BinaryOp f_; member in class:BinaryOperateOnSecond
    [all...]
bind_internal.h 387 return invoker->f_();
397 return invoker->f_(x1);
408 return invoker->f_(x1, x2);
421 return invoker->f_(x1, x2, x3);
435 return invoker->f_(x1, x2, x3, x4);
450 return invoker->f_(x1, x2, x3, x4, x5);
466 return invoker->f_(x1, x2, x3, x4, x5, x6);
478 return invoker->f_(Unwrap(invoker->p1_));
487 return (Unwrap(invoker->p1_)->*invoker->f_)();
497 return invoker->f_(Unwrap(invoker->p1_), x2)
1028 Sig f_; member in class:base::internal::InvokerStorage0
1067 Sig f_; member in class:base::internal::InvokerStorage1
1111 Sig f_; member in class:base::internal::InvokerStorage2
1160 Sig f_; member in class:base::internal::InvokerStorage3
1214 Sig f_; member in class:base::internal::InvokerStorage4
1275 Sig f_; member in class:base::internal::InvokerStorage5
1341 Sig f_; member in class:base::internal::InvokerStorage6
    [all...]
  /external/chromium_org/media/audio/
simple_sources.h 43 double f_; member in class:media::SineWaveAudioSource
simple_sources.cc 23 f_(freq / sample_freq),
44 audio_bus->channel(0)[i] = sin(2.0 * M_PI * f_ * time_state_++);
  /external/openfst/src/include/fst/
compose-filter.h 227 f_(kNoStateId) {}
236 f_(kNoStateId) {}
246 if (s1_ == s1 && s2_ == s2 && f == f_)
250 f_ = f;
263 return f_ != FilterState(0) ? FilterState::NoState() : FilterState(0);
282 FilterState f_; // Current filter state member in class:fst::SequenceComposeFilter
312 f_(kNoStateId) {}
321 f_(kNoStateId) {}
331 if (s1_ == s1 && s2_ == s2 && f == f_)
335 f_ = f
367 FilterState f_; \/\/ Current filter state member in class:fst::AltSequenceComposeFilter
468 FilterState f_; \/\/ Current filter state ID member in class:fst::MatchComposeFilter
    [all...]
lookahead-filter.h 348 f_(FilterState::NoState()) {}
354 f_(FilterState::NoState()) {}
361 f_ = f;
375 const FilterState2 &f2 = f_.GetState2();
387 const FilterState2 &f2 = f_.GetState2();
409 FilterState f_; // Current filter state member in class:fst::PushWeightsComposeFilter
442 f_(FilterState::NoState()),
457 f_(FilterState::NoState()),
475 f_ = f;
483 const FilterState2 &f2 = f_.GetState2()
601 FilterState f_ ; \/\/ Current filter state member in class:fst::PushLabelsComposeFilter
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
bind.hpp 60 typedef bind< F,T1,T2,T3,T4,T5 > f_; typedef in struct:boost::mpl::aux::resolve_bind_arg
61 typedef typename apply_wrap5< f_,U1,U2,U3,U4,U5 >::type type;
81 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_; typedef in struct:boost::mpl::bind0::apply
85 f_
101 typedef bind0<F> f_; typedef in struct:boost::mpl::aux::resolve_bind_arg
102 typedef typename apply_wrap5< f_,U1,U2,U3,U4,U5 >::type type;
133 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_; typedef in struct:boost::mpl::bind1::apply
142 f_
159 typedef bind1< F,T1 > f_; typedef in struct:boost::mpl::aux::resolve_bind_arg
160 typedef typename apply_wrap5< f_,U1,U2,U3,U4,U5 >::type type
191 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_; typedef in struct:boost::mpl::bind2::apply
222 typedef bind2< F,T1,T2 > f_; typedef in struct:boost::mpl::aux::resolve_bind_arg
254 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_; typedef in struct:boost::mpl::bind3::apply
290 typedef bind3< F,T1,T2,T3 > f_; typedef in struct:boost::mpl::aux::resolve_bind_arg
322 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_; typedef in struct:boost::mpl::bind4::apply
364 typedef bind4< F,T1,T2,T3,T4 > f_; typedef in struct:boost::mpl::aux::resolve_bind_arg
397 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_; typedef in struct:boost::mpl::bind5::apply
445 typedef bind5< F,T1,T2,T3,T4,T5 > f_; typedef in struct:boost::mpl::aux::resolve_bind_arg
505 >::type f_; typedef in struct:boost::mpl::bind3::apply
553 >::type f_; typedef in struct:boost::mpl::bind3::apply
    [all...]
  /external/ceres-solver/internal/ceres/
loss_function.cc 118 : f_(CHECK_NOTNULL(f)),
126 f_.release();
136 f_->Evaluate(rho_g[0], rho_f);
  /external/openfst/src/include/fst/extensions/pdt/
compose.h 302 f_(FilterState::NoState()),
324 f_(FilterState::NoState()),
333 f_ = f;
334 filter_.SetState(s1, s2, f_.GetState1());
354 const FilterState2 &f2 = f_.GetState2();
378 if (f_.GetState2().GetState() != 0)
410 FilterState f_; // Current filter state member in class:fst::ParenFilter
  /external/ceres-solver/include/ceres/
loss_function.h 287 internal::scoped_ptr<const LossFunction> f_, g_; member in class:ceres::ComposedLoss

Completed in 1969 milliseconds

1 2