HomeSort by relevance Sort by last modified time
    Searched defs:_3 (Results 1 - 8 of 8) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
placeholders.hpp 32 static inline boost::arg<3> _3() { return boost::arg<3>(); } function in namespace:__anon44021
45 static boost::arg<3> _3;
57 boost::arg<3> _3;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
placeholders.hpp 55 typedef arg<3> _3; typedef
60 BOOST_MPL_AUX_ARG_ADL_BARRIER_DECL(_3)
63 using BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE::_3;
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtorQ.c 43 #define _3 3 macro
49 #define _3 0 macro
67 L[_3] = bits[0];
74 L[_3] = bits[0];
85 L[_1] = L[_2] = L[_3] = 0;
  /external/libcxx/src/
bind.cpp 19 __ph<3> _3; member in namespace:placeholders
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
bind.cpp 19 __ph<3> _3; member in namespace:placeholders
  /external/chromium_org/third_party/skia/experimental/DrawingBoard/
SkColorPalette.cpp 150 float _1, _2, _3; local
157 _3 = v * (1 - s * (1 - (_h - _i)));
161 g = _3;
172 b = _3;
180 r = _3;
  /external/skia/experimental/DrawingBoard/
SkColorPalette.cpp 150 float _1, _2, _3; local
157 _3 = v * (1 - s * (1 - (_h - _i)));
161 g = _3;
172 b = _3;
180 r = _3;
  /external/clang/test/SemaTemplate/
temp_arg_nontype.cpp 61 A4<y> *15_3; // expected-error{{non-type template parameter of reference type 'const X &' cannot bind to template argument of type 'struct Y'}} \ variable

Completed in 232 milliseconds