/art/runtime/interpreter/mterp/x86/ |
fpcmp.S | 26 jb .L${opcode}_less 31 .L${opcode}_less:
|
/art/runtime/interpreter/mterp/x86_64/ |
fpcmp.S | 26 jb .L${opcode}_less 31 .L${opcode}_less:
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/ |
functions.h | 188 typedef std::less<_PointerType> _Less; 190 constexpr _Less __l{}; 192 const _Less __l = _Less();
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/ |
base.h | 252 struct _Less : std::binary_function<_T1, _T2, bool> 265 struct _Less<_Tp, _Tp>
|
algobase.h | 251 typedef __gnu_parallel::_Less<_ValueType1, _ValueType2> _LessType;
|
partition.h | 364 // __gnu_parallel::_Less<S, S> >
|
algo.h | 447 __gnu_parallel::_Less<_ValueType1, _ValueType2>(), 554 __gnu_parallel::_Less<_ValueType1, _ValueType2>(), 661 __gnu_parallel::_Less<_ValueType1, _ValueType2>(), [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/ |
base.h | 252 struct _Less : std::binary_function<_T1, _T2, bool> 265 struct _Less<_Tp, _Tp>
|
algobase.h | 251 typedef __gnu_parallel::_Less<_ValueType1, _ValueType2> _LessType;
|
partition.h | 364 // __gnu_parallel::_Less<S, S> >
|
algo.h | 447 __gnu_parallel::_Less<_ValueType1, _ValueType2>(), 554 __gnu_parallel::_Less<_ValueType1, _ValueType2>(), 661 __gnu_parallel::_Less<_ValueType1, _ValueType2>(), [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/ |
base.h | 252 struct _Less : std::binary_function<_T1, _T2, bool> 265 struct _Less<_Tp, _Tp>
|
algobase.h | 251 typedef __gnu_parallel::_Less<_ValueType1, _ValueType2> _LessType;
|
partition.h | 364 // __gnu_parallel::_Less<S, S> >
|
algo.h | 447 __gnu_parallel::_Less<_ValueType1, _ValueType2>(), 554 __gnu_parallel::_Less<_ValueType1, _ValueType2>(), 661 __gnu_parallel::_Less<_ValueType1, _ValueType2>(), [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/ |
base.h | 252 struct _Less : std::binary_function<_T1, _T2, bool> 265 struct _Less<_Tp, _Tp>
|
algobase.h | 405 typedef __gnu_parallel::_Less<_ValueType1, _ValueType2> _LessType;
|
partition.h | 364 // __gnu_parallel::_Less<S, S> >
|
algo.h | 449 __gnu_parallel::_Less<_ValueType1, _ValueType2>(), 556 __gnu_parallel::_Less<_ValueType1, _ValueType2>(), 663 __gnu_parallel::_Less<_ValueType1, _ValueType2>(), [all...] |
/external/opencv3/doc/tutorials/ml/non_linear_svms/ |
non_linear_svms.markdown | 79 - Large values of C give solutions with _less misclassification errors_ but a _smaller margin_.
|