HomeSort by relevance Sort by last modified time
    Searched defs:smaller (Results 1 - 25 of 40) sorted by null

1 2

  /external/chromium_org/tools/gyp/test/mac/type_envvars/
test_check_sdkroot.sh 33 # Returns true if |string1| is smaller than |string2|.
36 function smaller() { function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/thin_heap_/
insert_fn_imps.hpp 274 const bool smaller = Cmp_Fn::operator()(r_new_val, p_nd->m_value); local
278 if (smaller)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/thin_heap_/
insert_fn_imps.hpp 238 const bool smaller = Cmp_Fn::operator()(r_new_val, p_nd->m_value); local
240 if (smaller)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/thin_heap_/
insert_fn_imps.hpp 238 const bool smaller = Cmp_Fn::operator()(r_new_val, p_nd->m_value); local
240 if (smaller)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/thin_heap_/
insert_fn_imps.hpp 274 const bool smaller = Cmp_Fn::operator()(r_new_val, p_nd->m_value); local
278 if (smaller)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/thin_heap_/
insert_fn_imps.hpp 274 const bool smaller = Cmp_Fn::operator()(r_new_val, p_nd->m_value); local
278 if (smaller)
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/thin_heap_/
insert_fn_imps.hpp 274 const bool smaller = Cmp_Fn::operator()(r_new_val, p_nd->m_value); local
278 if (smaller)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/thin_heap_/
insert_fn_imps.hpp 274 const bool smaller = Cmp_Fn::operator()(r_new_val, p_nd->m_value); local
278 if (smaller)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/thin_heap_/
insert_fn_imps.hpp 274 const bool smaller = Cmp_Fn::operator()(r_new_val, p_nd->m_value); local
278 if (smaller)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/thin_heap_/
insert_fn_imps.hpp 238 const bool smaller = Cmp_Fn::operator()(r_new_val, p_nd->m_value); local
240 if (smaller)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/thin_heap_/
insert_fn_imps.hpp 274 const bool smaller = Cmp_Fn::operator()(r_new_val, p_nd->m_value); local
278 if (smaller)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/thin_heap_/
insert_fn_imps.hpp 238 const bool smaller = Cmp_Fn::operator()(r_new_val, p_nd->m_value); local
240 if (smaller)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/thin_heap_/
insert_fn_imps.hpp 238 const bool smaller = Cmp_Fn::operator()(r_new_val, p_nd->m_value); local
240 if (smaller)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/thin_heap_/
insert_fn_imps.hpp 238 const bool smaller = Cmp_Fn::operator()(r_new_val, p_nd->m_value); local
240 if (smaller)
  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicConvexHull.cpp 52 Cubic smaller, larger; local
54 sub_divide(cubic1, minT1, maxT1, intersections.swapped() ? larger : smaller);
55 sub_divide(cubic2, minT2, maxT2, intersections.swapped() ? smaller : larger);
57 if (reduceOrder(smaller, smallResult, kReduceOrder_NoQuadraticsAllowed,
83 if (!bezier_clip(smaller, larger, minT, maxT)) {
QuadraticReduceOrder.cpp 32 int smaller = reduction[1].y > reduction[0].y; local
33 int larger = smaller ^ 1;
36 if (reduction[smaller].y > yExtrema) {
37 reduction[smaller].y = yExtrema;
53 int smaller = reduction[1].x > reduction[0].x; local
54 int larger = smaller ^ 1;
57 if (reduction[smaller].x > xExtrema) {
58 reduction[smaller].x = xExtrema;
107 // sameSide > 0 means mid is smaller than either [0] or [2], so replace smaller
    [all...]
CubicReduceOrder.cpp 34 int smaller = reduction[1].y > reduction[0].y; local
35 int larger = smaller ^ 1;
39 if (reduction[smaller].y > yExtrema) {
40 reduction[smaller].y = yExtrema;
57 int smaller = reduction[1].x > reduction[0].x; local
58 int larger = smaller ^ 1;
62 if (reduction[smaller].x > xExtrema) {
63 reduction[smaller].x = xExtrema;
138 // sameSide > 0 means mid is smaller than either [0] or [3], so replace smaller
    [all...]
QuadraticIntersection.cpp 62 Quadratic smaller, larger; local
64 sub_divide(quad1, minT1, maxT1, intersections.swapped() ? larger : smaller);
65 sub_divide(quad2, minT2, maxT2, intersections.swapped() ? smaller : larger);
67 if (!bezier_clip(smaller, larger, minT, maxT)) {
  /external/skia/experimental/Intersection/
CubicConvexHull.cpp 52 Cubic smaller, larger; local
54 sub_divide(cubic1, minT1, maxT1, intersections.swapped() ? larger : smaller);
55 sub_divide(cubic2, minT2, maxT2, intersections.swapped() ? smaller : larger);
57 if (reduceOrder(smaller, smallResult, kReduceOrder_NoQuadraticsAllowed,
83 if (!bezier_clip(smaller, larger, minT, maxT)) {
QuadraticReduceOrder.cpp 32 int smaller = reduction[1].y > reduction[0].y; local
33 int larger = smaller ^ 1;
36 if (reduction[smaller].y > yExtrema) {
37 reduction[smaller].y = yExtrema;
53 int smaller = reduction[1].x > reduction[0].x; local
54 int larger = smaller ^ 1;
57 if (reduction[smaller].x > xExtrema) {
58 reduction[smaller].x = xExtrema;
107 // sameSide > 0 means mid is smaller than either [0] or [2], so replace smaller
    [all...]
CubicReduceOrder.cpp 34 int smaller = reduction[1].y > reduction[0].y; local
35 int larger = smaller ^ 1;
39 if (reduction[smaller].y > yExtrema) {
40 reduction[smaller].y = yExtrema;
57 int smaller = reduction[1].x > reduction[0].x; local
58 int larger = smaller ^ 1;
62 if (reduction[smaller].x > xExtrema) {
63 reduction[smaller].x = xExtrema;
138 // sameSide > 0 means mid is smaller than either [0] or [3], so replace smaller
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrResourceCache.cpp 129 bool smaller = (maxResources < fMaxCount) || (maxResourceBytes < fMaxBytes); local
134 if (smaller) {
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractTableReadTest.java 127 Table<String, Integer, Character> smaller local
136 .addEqualityGroup(smaller)
  /external/skia/src/gpu/
GrResourceCache.cpp 129 bool smaller = (maxResources < fMaxCount) || (maxResourceBytes < fMaxBytes); local
134 if (smaller) {
  /external/ltrace/
dict.c 435 size_t smaller = smaller_size(n(dict)); local
436 if (smaller != n(dict))
438 rehash(dict, smaller);

Completed in 856 milliseconds

1 2