HomeSort by relevance Sort by last modified time
    Searched refs:numeric (Results 1 - 25 of 699) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/tests/device/test-gnustl-full/unit/
numeric_header_test.cpp 8 #include <numeric>
  /ndk/tests/device/test-stlport/unit/
numeric_header_test.cpp 8 #include <numeric>
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/numeric/
package-info.java 4 package android.filterpacks.numeric;
  /external/libcxx/test/std/numerics/numeric.ops/
version.pass.cpp 10 // <numeric>
12 #include <numeric>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numeric.ops/
version.pass.cpp 10 // <numeric>
12 #include <numeric>
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
cp0-names-numeric.d 1 #objdump: -dr --prefix-addresses --show-raw-insn -M gpr-names=numeric,cp0-names=numeric
2 #name: MIPS CP0 register disassembly (numeric)
cp1-names-numeric.d 1 #objdump: -dr --prefix-addresses --show-raw-insn -M gpr-names=numeric,cp1-names=numeric
2 #name: MIPS CP1 register disassembly (numeric)
fpr-names-numeric.d 1 #objdump: -dr --prefix-addresses --show-raw-insn -M gpr-names=numeric,fpr-names=numeric
2 #name: MIPS FPR disassembly (numeric)
cp0sel-names-numeric.d 1 #objdump: -dr --prefix-addresses --show-raw-insn -mmips:isa32 -M gpr-names=numeric,cp0-names=numeric
2 #name: MIPS CP0 with sel register disassembly (numeric)
hwr-names-numeric.d 1 #objdump: -dr --prefix-addresses --show-raw-insn -mmips:isa32r2 -M gpr-names=numeric,hwr-names=numeric
2 #name: MIPS HWR disassembly (numeric)
gpr-names-numeric.d 1 #objdump: -dr --prefix-addresses --show-raw-insn -M gpr-names=numeric
2 #name: MIPS GPR disassembly (numeric)
cp0-names-mips32.d 1 #objdump: -dr --prefix-addresses --show-raw-insn -M gpr-names=numeric,cp0-names=mips32
cp0-names-mips32r2.d 1 #objdump: -dr --prefix-addresses --show-raw-insn -M gpr-names=numeric,cp0-names=mips32r2
cp0-names-mips64.d 1 #objdump: -dr --prefix-addresses --show-raw-insn -M gpr-names=numeric,cp0-names=mips64
cp0-names-mips64r2.d 1 #objdump: -dr --prefix-addresses --show-raw-insn -M gpr-names=numeric,cp0-names=mips64r2
cp0-names-r3000.d 1 #objdump: -dr --prefix-addresses --show-raw-insn -M gpr-names=numeric,cp0-names=r3000
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
cast.hpp 6 // See library home page at http://www.boost.org/libs/numeric/conversion
28 # include<boost/numeric/conversion/detail/old_numeric_cast.hpp>
33 #include <boost/numeric/conversion/converter.hpp>
34 #include <boost/numeric/conversion/numeric_cast_traits.hpp>
41 typedef numeric::conversion_traits<Target, Source> conv_traits;
42 typedef numeric::numeric_cast_traits<Target, Source> cast_traits;
43 typedef boost::numeric::converter
50 boost::numeric::raw_converter< conv_traits >,
56 using numeric::bad_numeric_cast;
bounds.hpp 6 // See library home page at http://www.boost.org/libs/numeric/conversion
13 #include "boost/numeric/conversion/detail/bounds.hpp"
15 namespace boost { namespace numeric namespace in namespace:boost
22 } } // namespace boost::numeric
int_float_mixture_enum.hpp 6 // See library home page at http://www.boost.org/libs/numeric/conversion
13 namespace boost { namespace numeric namespace in namespace:boost
23 } } // namespace boost::numeric
sign_mixture_enum.hpp 6 // See library home page at http://www.boost.org/libs/numeric/conversion
13 namespace boost { namespace numeric namespace in namespace:boost
23 } } // namespace boost::numeric
udt_builtin_mixture_enum.hpp 6 // See library home page at http://www.boost.org/libs/numeric/conversion
13 namespace boost { namespace numeric namespace in namespace:boost
23 } } // namespace boost::numeric
numeric_cast_traits.hpp 12 #include <boost/numeric/conversion/converter_policies.hpp>
14 namespace boost { namespace numeric { namespace in namespace:boost
24 }}//namespace boost::numeric;
28 #include <boost/numeric/conversion/detail/numeric_cast_traits.hpp>
  /external/v8/test/intl/overrides/
date.js 36 [], {hour: 'numeric', minute: 'numeric', second: 'numeric'});
38 [], {year: 'numeric', month: 'numeric', day: 'numeric',
39 hour: 'numeric', minute: 'numeric', second: 'numeric'});
49 locale, {hour: 'numeric', minute: 'numeric', second: 'numeric'})
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
numeric_cast_traits.hpp 12 #include <boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_common.hpp>
15 #include <boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp>
59 namespace boost { namespace numeric { namespace in namespace:boost
61 #define BOOST_PP_ITERATION_PARAMS_1 (3, (0, BOOST_PP_DEC(BOOST_PP_SEQ_SIZE(BOOST_NUMERIC_CONVERSION_SEQ_A())), <boost/numeric/conversion/detail/numeric_cast_traits.hpp>))
64 }}//namespace boost::numeric;
91 namespace boost { namespace numeric { namespace in namespace:boost
96 #define BOOST_PP_ITERATION_PARAMS_1 (3, (0, BOOST_PP_DEC(BOOST_PP_SEQ_SIZE(BOOST_NUMERIC_CONVERSION_SEQ_A())), <boost/numeric/conversion/detail/numeric_cast_traits.hpp>))
99 }}//namespace boost::numeric;
113 #define BOOST_PP_ITERATION_PARAMS_2 (3, (0, BOOST_PP_DEC(BOOST_PP_SEQ_SIZE(BOOST_NUMERIC_CONVERSION_SEQ_B())), <boost/numeric/conversion/detail/numeric_cast_traits.hpp>))
  /external/clang/test/SemaCXX/
namespace.cpp 79 namespace numeric { namespace in namespace:PR6620
88 namespace numeric { namespace in namespace:PR6620
95 { numeric::greater(l, r); }

Completed in 211 milliseconds

1 2 3 4 5 6 7 8 91011>>