HomeSort by relevance Sort by last modified time
    Searched refs:greater (Results 151 - 175 of 270) sorted by null

1 2 3 4 5 67 8 91011

  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLTableElement34.js 79 if the specified index is greater than the number of rows.
HTMLTableElement36.js 79 if the specified index is greater than the number of rows.
HTMLTableRowElement15.js 79 if the specified index is greater than the number of cells.
HTMLTableRowElement17.js 79 if the specified index is greater than the number of cells.
HTMLTableSectionElement25.js 79 if the specified index is greater than the number of rows.
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
domstringlistitem02.js 79 If index is greater than or equal to the number of DOMStrings in the list, this returns null.
  /external/icu4c/i18n/unicode/
coll.h 116 * cout << "abc is greater than or equal to ABC" << endl;
221 * GREATER is returned if source string is compared to be greater than
230 GREATER = UCOL_GREATER // 1
355 * than, greater than or equal to another string.
358 * @return Returns a byte value. GREATER if source is greater
369 * than, greater than or equal to another string.
373 * @return Returns an enum value. UCOL_GREATER if source is greater
388 * @return Returns a byte value. GREATER if source (up to the specifie
    [all...]
  /external/marisa-trie/lib/marisa/
tail.cc 160 std::sort(pairs.begin(), pairs.end(), std::greater<KeyIdPair>());
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
tail.cc 160 std::sort(pairs.begin(), pairs.end(), std::greater<KeyIdPair>());
  /external/openfst/src/include/fst/extensions/far/
stlist.h 259 greater<pair<string, size_t> > > heap_; // (Key, stream id) heap
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
menu.h 164 # error Something is wrong -- MAX_MENU_COMMAND is greater than MAX_COMMAND
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
menu.h 164 # error Something is wrong -- MAX_MENU_COMMAND is greater than MAX_COMMAND
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
menu.h 164 # error Something is wrong -- MAX_MENU_COMMAND is greater than MAX_COMMAND
  /external/ceres-solver/docs/
helloworld.tex 71 Starting from a $x=5$, the solver in two iterations goes to 10~\footnote{Actually the solver ran for three iterations, and it was by looking at the value returned by the linear solver in the third iteration, it observed that the update to the parameter block was too small and declared convergence. Ceres only prints out the display at the end of an iteration, and terminates as soon as it detects convergence, which is why you only see two iterations here and not three.}. The careful reader will note that this is a linear problem and one linear solve should be enough to get the optimal value. The default configuration of the solver is aimed at non-linear problems, and for reasons of simplicity we did not change it in this example. It is indeed possible to obtain the solution to this problem using Ceres in one iteration. Also note that the solver did get very close to the optimal function value of 0 in the very first iteration. We will discuss these issues in greater detail when we talk about convergence and parameter settings for Ceres.
  /external/stlport/test/unit/
slist_test.cpp 513 slint1.merge(slint2, greater<int>());
529 greater<int> gt;
  /external/v8/test/cctest/
test-assembler-x64.cc 48 using v8::internal::greater;
300 __ j(greater, &Loop2_body);
  /ndk/tests/device/test-gnustl-full/unit/
slist_test.cpp 513 slint1.merge(slint2, greater<int>());
529 greater<int> gt;
  /ndk/tests/device/test-stlport/unit/
slist_test.cpp 513 slint1.merge(slint2, greater<int>());
529 greater<int> gt;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
insert_join_fn_imps.hpp 84 const bool greater = synth_e_access_traits::cmp_keys(PB_DS_V2F(static_cast<const_leaf_pointer>( local
91 if (!greater && !lesser)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
insert_join_fn_imps.hpp 84 const bool greater = synth_e_access_traits::cmp_keys(PB_DS_V2F(static_cast<const_leaf_pointer>( local
91 if (!greater && !lesser)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
insert_join_fn_imps.hpp 84 const bool greater = synth_e_access_traits::cmp_keys(PB_DS_V2F(static_cast<const_leaf_pointer>( local
91 if (!greater && !lesser)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
insert_join_fn_imps.hpp 84 const bool greater = synth_e_access_traits::cmp_keys(PB_DS_V2F(static_cast<const_leaf_pointer>( local
91 if (!greater && !lesser)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
insert_join_fn_imps.hpp 84 const bool greater = synth_e_access_traits::cmp_keys(PB_DS_V2F(static_cast<const_leaf_pointer>( local
91 if (!greater && !lesser)
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
insert_join_fn_imps.hpp 84 const bool greater = synth_e_access_traits::cmp_keys(PB_DS_V2F(static_cast<const_leaf_pointer>( local
91 if (!greater && !lesser)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/pat_trie_/
insert_join_fn_imps.hpp 84 const bool greater = synth_e_access_traits::cmp_keys(PB_DS_V2F(static_cast<const_leaf_pointer>( local
91 if (!greater && !lesser)

Completed in 760 milliseconds

1 2 3 4 5 67 8 91011