Searched defs:less (Results 1 - 11 of 11) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dprune.h89 NaturalLess<Weight> less; local
93 if (less(ceiling, Times((*idistance)[state], (*fdistance)[state]))) {
104 if(less(ceiling, weight)) {
109 if (less(ceiling, Times((*idistance)[state], fst->Final(state))))
172 NaturalLess<Weight> less; local
188 if (less(ceiling, Times((*idistance)[state], (*fdistance)[state])))
193 if (!less(ceiling, Times((*idistance)[state], ifst.Final(state))))
213 if (!less(ceiling, weight)) {
H A Dqueue.h250 StateWeightCompare(const vector<Weight>* weights, const L &less) argument
251 : weights_(weights), less_(less) {}
529 NaturalLess<Weight> *less = 0; local
532 less = new NaturalLess<Weight>;
533 comp = new Compare(distance, *less);
538 SccQueueType(fst, scc_, &queue_types, filter, less, &all_trivial,
545 delete less;
554 delete less;
587 delete less;
619 ArcFilter filter, Less *less,
646 SccQueueType(const Fst<A> &fst, const vector<StateId> &scc, vector<QueueType> *queue_type, ArcFilter filter, Less *less, bool *all_trivial, bool *unweighted) argument
[all...]
/external/stlport/test/unit/
H A Dmvctor_declaration_test.cpp113 struct less<struct_with_specialized_less> { struct in namespace:std
142 struct __move_traits<less<struct_with_specialized_less> > {
293 //For associative containers it is important that less is correctly recognize as
294 //the STLport less or a user specialized less:
296 CPPUNIT_ASSERT( is_move_complete(less<char>()) );
298 CPPUNIT_ASSERT( !is_move_complete(less<struct_with_specialized_less>()) );
H A Dset_test.cpp58 set<int, less<int> > s;
70 typedef set<int, less<int> > int_set;
96 set<int, less<int> > s;
214 struct less<SetTestClass> { struct in namespace:std
285 typedef set<int, less<int>, StackAllocator<int> > SetInt;
286 less<int> intLess;
/external/stlport/stlport/stl/
H A D_function_base.h70 struct less : public binary_function<_Tp,_Tp,bool> struct in inherits:binary_function,__stlport_class
72 /* less is the default template parameter for many STL containers, to fully use
73 * the move constructor feature we need to know that the default less is just a
76 , public __stlport_class<less<_Tp> >
82 void _M_swap_workaround(less<_Tp>& __x) {}
88 struct __type_traits<less<_Tp> > {
90 typedef typename _IsSTLportClass<less<_Tp> >::_Ret _STLportLess;
92 enum { _Is = _IsSTLportClass<less<_Tp> >::_Is };
106 less<_Tp> __less(_Tp* ) { return less<_T
[all...]
/external/stlport/stlport/stl/pointers/
H A D_set.h36 _STLP_EXPORT template struct _STLP_CLASS_DECLSPEC less<void*>; variable in typeref:struct:_STLP_CLASS_DECLSPEC
44 _STLP_EXPORT_TEMPLATE_CLASS _DbgCompare<void*, less<void*> >;
46 _STLP_EXPORT_TEMPLATE_CLASS _Rb_tree<void*, _DbgCompare<void*, less<void*> >, void*, _Identity<void*>,
50 _STLP_EXPORT_TEMPLATE_CLASS _Rb_tree<void*, less<void*>, void*, _Identity<void*>,
55 template <class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less<_Key>),
302 template <class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less<_Key>),
/external/webkit/JavaScriptCore/jit/
H A DExecutableAllocatorFixedVMPool.cpp55 , less(0)
69 FreeListEntry* less; member in struct:JSC::FreeListEntry
82 handle get_less(handle h) { return h->less; }
83 void set_less(handle h, handle lh) { h->less = lh; }
/external/v8/src/ia32/
H A Dassembler-ia32.h130 less = 12, enumerator in enum:v8::internal::Condition
162 case less:
165 return less;
800 // Check if there is less than kGap bytes available in the buffer.
/external/v8/src/mips/
H A Dconstants-mips.h310 less = 12, enumerator in enum:assembler::mips::Condition
/external/v8/src/x64/
H A Dassembler-x64.h194 less = 12, enumerator in enum:v8::internal::Condition
231 case less:
234 return less;
1130 // Check if there is less than kGap bytes available in the buffer.
/external/webkit/WebKit/android/nav/
H A DCachedRoot.cpp1432 SkIRect less; local
1433 region[index].round(&less);
1434 DBG_NAV_LOGD("less=(%d,%d,w=%d,h=%d)", less.fLeft, less.fTop,
1435 less.width(), less.height());
1436 mBaseUncovered.op(less, SkRegion::kDifference_Op);
1439 less.offset(offset.width(), offset.height());
1440 baseScrolled.op(less, SkRegio
[all...]

Completed in 216 milliseconds