Searched refs:f_ (Results 1 - 16 of 16) sorted by relevance

/external/v8/src/
H A Ddiy-fp.h20 DiyFp() : f_(0), e_(0) {}
21 DiyFp(uint64_t f, int e) : f_(f), e_(e) {}
29 DCHECK(f_ >= other.f_);
30 f_ -= other.f_;
54 DCHECK(f_ != 0);
55 uint64_t f = f_;
69 f_ = f;
79 uint64_t f() const { return f_; }
88 uint64_t f_; member in class:v8::internal::DiyFp
[all...]
H A Ddiy-fp.cc19 uint64_t a = f_ >> 32;
20 uint64_t b = f_ & kM32;
21 uint64_t c = other.f_ >> 32;
22 uint64_t d = other.f_ & kM32;
33 f_ = result_f;
H A Dostreams.cc156 if (f_) fwrite(s, n, 1, f_);
162 if (f_) fflush(f_);
H A Dostreams.h107 explicit OFStream(FILE* f) : f_(f) { }
114 FILE* const f_; member in class:v8::internal::OFStream
/external/skia/include/svg/parser/
H A DSkSVGAttribute.h27 #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/openfst/src/include/fst/
H A Dcompose-filter.h227 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_
367 FilterState f_; // Current filter state member in class:fst::AltSequenceComposeFilter
468 FilterState f_; // Current filter state ID member in class:fst::MatchComposeFilter
[all...]
H A Dlookahead-filter.h348 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_
601 FilterState f_ ; // Current filter state member in class:fst::PushLabelsComposeFilter
[all...]
/external/ceres-solver/internal/ceres/
H A Dloss_function.cc118 : f_(CHECK_NOTNULL(f)),
126 f_.release();
136 f_->Evaluate(rho_g[0], rho_f);
/external/openfst/src/include/fst/extensions/pdt/
H A Dcompose.h302 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/clang/test/SemaCXX/
H A Dmember-pointer.cpp285 F f_; member in struct:PR9973::dm
287 { return u->*f_; } // expected-error{{reference to non-static member function must be called; did you mean to call it with no arguments?}} expected-error {{non-const lvalue reference to type 'int' cannot bind to a temporary of type 'int'}}
/external/ceres-solver/include/ceres/
H A Dloss_function.h288 internal::scoped_ptr<const LossFunction> f_, g_; member in class:ceres::ComposedLoss
/external/deqp/modules/glshared/
H A DglsScissorTests.cpp561 Color(const float f_[4]) : type(FLOAT) { f[0] = f_[0]; f[1] = f_[1]; f[2] = f_[2]; f[3] = f_[3]; } argument
/external/mesa3d/include/CL/
H A Dcl.hpp967 Func f_; const Arg0& arg0_; member in struct:cl::detail::GetInfoFunctor0
970 { return f_(arg0_, param, size, value, size_ret); }
976 Func f_; const Arg0& arg0_; const Arg1& arg1_; member in struct:cl::detail::GetInfoFunctor1
979 { return f_(arg0_, arg1_, param, size, value, size_ret); }
/external/valgrind/drd/tests/
H A Dtsan_unittest.cpp159 void_func_void_t f_; member in struct:Test
162 : f_(f)
165 Test() : f_(0), flags_(0) {}
170 f_();
174 f_();
/external/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc724 const FieldDescriptor* f_; member in class:google::protobuf::descriptor_unittest::OneofDescriptorTest
/external/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js[all...]

Completed in 437 milliseconds