HomeSort by relevance Sort by last modified time
    Searched defs:result_type (Results 76 - 100 of 178) sorted by null

1 2 34 5 6 7 8

  /toolchain/binutils/binutils-2.27/libiberty/
strverscmp.c 80 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
109 static const int result_type[] = local
140 state = result_type[state << 2 | (((c2 == '0') + (ISDIGIT (c2) != 0)))];
  /external/eigen/blas/
level1_cplx_impl.h 13 typedef RealScalar result_type; typedef in struct:scalar_norm1_op
  /external/libcxx/test/std/utilities/function.objects/refwrap/
weak_result.pass.cpp 23 typedef Result result_type; typedef in struct:my_unary_function
31 typedef Result result_type; typedef in struct:my_binary_function
49 typedef float result_type; typedef in class:functor3
67 template <class U> static char test(typename U::result_type* = 0);
74 static_assert((std::is_same<std::reference_wrapper<functor1>::result_type,
76 static_assert((std::is_same<std::reference_wrapper<functor2>::result_type,
78 static_assert((std::is_same<std::reference_wrapper<functor3>::result_type,
80 static_assert((std::is_same<std::reference_wrapper<void()>::result_type,
82 static_assert((std::is_same<std::reference_wrapper<int*(double*)>::result_type,
84 static_assert((std::is_same<std::reference_wrapper<void(*)()>::result_type,
    [all...]
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
example-function.cpp 30 typedef R result_type; typedef in class:function
63 result_type operator()(Args... args) const {
example-bind.cpp 234 typedef typename F::result_type result_type; typedef in class:bound_functor
237 typename F::result_type operator()(Args&... args);
288 inline typename F::result_type
295 typename Bound::result_type>::type
321 typename F::result_type apply_functor(F& f, tuple<BoundArgs...>& bound_args,
329 typename F::result_type bound_functor<F, BoundArgs...>::operator()(Args&... args) {
341 typedef T result_type; typedef in struct:plus
  /external/eigen/Eigen/src/Core/arch/CUDA/
TypeCasting.h 20 typedef Eigen::half result_type; typedef in struct:Eigen::internal::scalar_cast_op
38 typedef Eigen::half result_type; typedef in struct:Eigen::internal::scalar_cast_op
56 typedef float result_type; typedef in struct:Eigen::internal::scalar_cast_op
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_query.c 81 enum pipe_query_value_type result_type,
91 q->funcs->get_query_result_resource(nvc0_context(pipe), q, wait, result_type, local
  /external/mesa3d/src/mesa/state_tracker/
st_cb_queryobj.c 336 enum pipe_query_value_type result_type; local
357 result_type = PIPE_QUERY_TYPE_I32;
360 result_type = PIPE_QUERY_TYPE_U32;
363 result_type = PIPE_QUERY_TYPE_I64;
366 result_type = PIPE_QUERY_TYPE_U64;
416 pipe->get_query_result_resource(pipe, stq->pq, wait, result_type, index,
  /external/tensorflow/tensorflow/core/kernels/
cast_op.h 125 typedef float result_type; typedef in struct:Eigen::internal::scalar_cast_op
151 typedef ::tensorflow::bfloat16 result_type; typedef in struct:Eigen::internal::scalar_cast_op
  /art/compiler/optimizing/
instruction_simplifier_arm.cc 267 DataType::Type result_type = instruction->GetResultType(); local
270 if (input_type == result_type) {
275 if (DataType::IsIntegralType(result_type) && DataType::IsIntegralType(input_type)) {
instruction_simplifier_arm64.cc 243 DataType::Type result_type = instruction->GetResultType(); local
246 if (input_type == result_type) {
251 if (DataType::IsIntegralType(result_type) && DataType::IsIntegralType(input_type)) {
  /art/libartbase/base/
utils.h 161 typedef uint32_t result_type; typedef in struct:art::Arc4RandomGenerator
  /external/clang/test/SemaCXX/
typedef-redecl.cpp 9 typedef int result_type; // expected-note {{previous definition is here}} typedef in struct:X
10 typedef INT result_type; // expected-error {{redefinition of 'result_type'}} typedef in struct:X
addr-of-overloaded-function.cpp 140 typedef int result_type; typedef in struct:PR8196::mcdata
143 typename mcdata<T>::result_type wrap_mean(mcdata<T> const&);
  /external/eigen/Eigen/src/Core/functors/
BinaryFunctors.h 34 typedef typename ScalarBinaryOpTraits<LhsScalar,RhsScalar,scalar_sum_op>::ReturnType result_type; typedef in struct:Eigen::internal::scalar_sum_op
42 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const result_type operator() (const LhsScalar& a, const RhsScalar& b) const { return a + b; }
47 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const result_type predux(const Packet& a) const
78 typedef typename ScalarBinaryOpTraits<LhsScalar,RhsScalar,scalar_product_op>::ReturnType result_type; typedef in struct:Eigen::internal::scalar_product_op
86 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const result_type operator() (const LhsScalar& a, const RhsScalar& b) const { return a * b; }
91 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const result_type predux(const Packet& a) const
116 typedef typename ScalarBinaryOpTraits<LhsScalar,RhsScalar,scalar_conj_product_op>::ReturnType result_type; typedef in struct:Eigen::internal::scalar_conj_product_op
119 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const result_type operator() (const LhsScalar& a, const RhsScalar& b) const
142 typedef typename ScalarBinaryOpTraits<LhsScalar,RhsScalar,scalar_min_op>::ReturnType result_type; typedef in struct:Eigen::internal::scalar_min_op
144 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const result_type operator() (const LhsScalar& a, const RhsScalar& b) const { return numext::mini(a, b);
168 typedef typename ScalarBinaryOpTraits<LhsScalar,RhsScalar,scalar_max_op>::ReturnType result_type; typedef in struct:Eigen::internal::scalar_max_op
209 typedef bool result_type; typedef in struct:Eigen::internal::scalar_cmp_op
216 typedef bool result_type; typedef in struct:Eigen::internal::scalar_cmp_op
223 typedef bool result_type; typedef in struct:Eigen::internal::scalar_cmp_op
230 typedef bool result_type; typedef in struct:Eigen::internal::scalar_cmp_op
237 typedef bool result_type; typedef in struct:Eigen::internal::scalar_cmp_op
244 typedef bool result_type; typedef in struct:Eigen::internal::scalar_cmp_op
251 typedef bool result_type; typedef in struct:Eigen::internal::scalar_cmp_op
301 typedef typename ScalarBinaryOpTraits<Scalar,Exponent,scalar_pow_op>::ReturnType result_type; typedef in struct:Eigen::internal::scalar_pow_op
331 typedef typename ScalarBinaryOpTraits<LhsScalar,RhsScalar,scalar_difference_op>::ReturnType result_type; typedef in struct:Eigen::internal::scalar_difference_op
360 typedef typename ScalarBinaryOpTraits<LhsScalar,RhsScalar,scalar_quotient_op>::ReturnType result_type; typedef in struct:Eigen::internal::scalar_quotient_op
375 typedef typename scalar_quotient_op<LhsScalar,RhsScalar>::result_type result_type; typedef in struct:Eigen::internal::functor_traits
444 typedef typename BinaryOp::result_type result_type; typedef in struct:Eigen::internal::bind1st_op
463 typedef typename BinaryOp::result_type result_type; typedef in struct:Eigen::internal::bind2nd_op
    [all...]
UnaryFunctors.h 43 typedef typename NumTraits<Scalar>::Real result_type; typedef in struct:Eigen::internal::scalar_abs_op
44 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const result_type operator() (const Scalar& a) const { return numext::abs(a); }
74 typedef typename NumTraits<Scalar>::Real result_type; typedef in struct:Eigen::internal::abs_knowing_score
76 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const result_type operator() (const Scalar& a, const Score&) const { return numext::abs(a); }
81 typedef typename NumTraits<Scalar>::Real result_type; typedef in struct:Eigen::internal::abs_knowing_score
83 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const result_type operator() (const Scal&, const result_type& a) const { return a; }
93 typedef typename NumTraits<Scalar>::Real result_type; typedef in struct:Eigen::internal::scalar_abs2_op
95 EIGEN_STRONG_INLINE const result_type operator() (const Scalar& a) const { return numext::abs2(a); }
132 typedef typename NumTraits<Scalar>::Real result_type; typedef in struct:Eigen::internal::scalar_arg_op
154 typedef NewType result_type; typedef in struct:Eigen::internal::scalar_cast_op
169 typedef typename NumTraits<Scalar>::Real result_type; typedef in struct:Eigen::internal::scalar_real_op
185 typedef typename NumTraits<Scalar>::Real result_type; typedef in struct:Eigen::internal::scalar_imag_op
201 typedef typename NumTraits<Scalar>::Real result_type; typedef in struct:Eigen::internal::scalar_real_ref_op
217 typedef typename NumTraits<Scalar>::Real result_type; typedef in struct:Eigen::internal::scalar_imag_ref_op
680 typedef bool result_type; typedef in struct:Eigen::internal::scalar_isnan_op
698 typedef bool result_type; typedef in struct:Eigen::internal::scalar_isinf_op
716 typedef bool result_type; typedef in struct:Eigen::internal::scalar_isfinite_op
    [all...]
  /system/bt/service/common/bluetooth/
scan_settings.h 111 // result_type: RESULT_TYPE_FULL
117 ResultType result_type, base::TimeDelta report_delay_ms,
130 ResultType result_type() const { return result_type_; } function in class:bluetooth::ScanSettings
  /toolchain/binutils/binutils-2.27/opcodes/
cgen-asm.c 326 enum cgen_parse_operand_result result_type;
331 &result_type, &value);
336 *resultp = result_type;
325 enum cgen_parse_operand_result result_type; local
m32r-asm.c 77 enum cgen_parse_operand_result result_type;
87 & result_type, & value);
92 && result_type == CGEN_PARSE_OPERAND_RESULT_NUMBER)
104 & result_type, & value);
109 && result_type == CGEN_PARSE_OPERAND_RESULT_NUMBER)
133 enum cgen_parse_operand_result result_type;
143 & result_type, & value);
148 && result_type == CGEN_PARSE_OPERAND_RESULT_NUMBER)
180 enum cgen_parse_operand_result result_type;
190 & result_type, & value)
76 enum cgen_parse_operand_result result_type; local
132 enum cgen_parse_operand_result result_type; local
179 enum cgen_parse_operand_result result_type; local
    [all...]
or1k-asm.c 67 enum cgen_parse_operand_result result_type;
75 & result_type, & value);
80 && result_type == CGEN_PARSE_OPERAND_RESULT_NUMBER)
92 enum cgen_parse_operand_result result_type;
104 & result_type, & value);
112 && result_type == CGEN_PARSE_OPERAND_RESULT_NUMBER)
125 & result_type, & value);
132 if (result_type == CGEN_PARSE_OPERAND_RESULT_NUMBER)
144 & result_type, & value);
149 && result_type == CGEN_PARSE_OPERAND_RESULT_NUMBER
66 enum cgen_parse_operand_result result_type; local
91 enum cgen_parse_operand_result result_type; local
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils.cc 111 ObjPtr<mirror::Class> result_type = interface_method->ResolveReturnType(); local
114 if (!UnboxPrimitiveForResult(result_ref.Ptr(), result_type, &result_unboxed)) {
  /external/clang/lib/Serialization/
MultiOnDiskHashTable.h 79 typedef OnDiskTable *result_type; typedef in struct:clang::serialization::MultiOnDiskHashTable::AsOnDiskTable
80 result_type operator()(void *P) const {
  /external/mesa3d/src/compiler/spirv/
vtn_cfg.c 39 MAYBE_UNUSED const struct glsl_type *result_type = local
47 assert(glsl_get_function_return_type(func_type) == result_type);
  /external/mesa3d/src/gallium/auxiliary/hud/
hud_driver_query.c 204 enum pipe_driver_query_result_type result_type; member in struct:query_info
320 switch (info->result_type) {
364 enum pipe_driver_query_result_type result_type,
385 info->result_type = result_type;
439 query.max_value.u64, query.type, query.result_type,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_function.h 106 /// @c result_type is the return type
107 typedef _Result result_type; typedef in struct:unary_function
122 /// @c result_type is the return type
123 typedef _Result result_type; typedef in struct:binary_function
404 * their argument and result types with uniform names (e.g., @c result_type

Completed in 341 milliseconds

1 2 34 5 6 7 8