Home
last modified time | relevance | path

Searched refs:val (Results 1 – 25 of 81) sorted by relevance

1234

/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/stlport/
Dprinters.py112 def __init__(self, typename, val): argument
114 self.val = val
122 words = self.val['_M_w']
177 def __init__ (self, typename, val): argument
179 self.val = get_non_debug_impl (val)
180 size = val.type.template_argument(0).sizeof
192 start = self.val['_M_start']
193 finish = self.val['_M_finish']
201 ta0 = self.val.type.template_argument (0)
205 start = self.val['_M_start']
[all …]
/ndk/sources/android/support/src/wcstox/
Dintscan.c56 const unsigned char *val = table+1; in __intscan() local
73 if (val[c]>=16) { in __intscan()
85 if (val[c] >= base) { in __intscan()
100 for (x=0; val[c]<base && x<=UINT_MAX/32; c=shgetc(f)) in __intscan()
101 x = x<<bs | val[c]; in __intscan()
102 for (y=x; val[c]<base && y<=ULLONG_MAX>>bs; c=shgetc(f)) in __intscan()
103 y = y<<bs | val[c]; in __intscan()
105 for (x=0; val[c]<base && x<=UINT_MAX/36-1; c=shgetc(f)) in __intscan()
106 x = x*base + val[c]; in __intscan()
107 for (y=x; val[c]<base && y<=ULLONG_MAX/base && base*y<=ULLONG_MAX-val[c]; c=shgetc(f)) in __intscan()
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/cmplx.over/
Dreal.pass.cpp29 constexpr T val {x}; in test() local
30 static_assert(std::real(val) == val, ""); in test()
31 constexpr std::complex<T> t{val, val}; in test()
43 constexpr T val {x}; in test() local
44 static_assert(std::real(val) == val, ""); in test()
45 constexpr std::complex<T> t{val, val}; in test()
Dimag.pass.cpp29 constexpr T val {x}; in test() local
30 static_assert(std::imag(val) == 0, ""); in test()
31 constexpr std::complex<T> t{val, val}; in test()
43 constexpr T val {x}; in test() local
44 static_assert(std::imag(val) == 0, ""); in test()
45 constexpr std::complex<T> t{val, val}; in test()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
Dbinary_search.hpp38 const Tp& val) in lower_bound() argument
50 if (*middle < val) { in lower_bound()
63 const Tp& val, Compare comp) in lower_bound() argument
75 if (comp(*middle, val)) { in lower_bound()
88 const Tp& val) in upper_bound() argument
100 if (val < *middle) in upper_bound()
113 const Tp& val, Compare comp) in upper_bound() argument
125 if (comp(val, *middle)) in upper_bound()
138 equal_range(ForwardIter first, ForwardIter last, const Tp& val) in equal_range() argument
150 if (*middle < val) { in equal_range()
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dstring.cpp441 string to_string(int val) in to_string() argument
443 return as_string(snprintf, initial_string<string, int>()(), "%d", val); in to_string()
446 string to_string(unsigned val) in to_string() argument
448 return as_string(snprintf, initial_string<string, unsigned>()(), "%u", val); in to_string()
451 string to_string(long val) in to_string() argument
453 return as_string(snprintf, initial_string<string, long>()(), "%ld", val); in to_string()
456 string to_string(unsigned long val) in to_string() argument
458 return as_string(snprintf, initial_string<string, unsigned long>()(), "%lu", val); in to_string()
461 string to_string(long long val) in to_string() argument
463 return as_string(snprintf, initial_string<string, long long>()(), "%lld", val); in to_string()
[all …]
/ndk/tests/build/b14825026-aarch64-FP_LO_REGS/jni/
Didct_dequant_full_2x_neon.c113 q2tmp2 = vtrnq_s16(vreinterpretq_s16_s32(q2tmp0.val[0]), in idct_dequant_full_2x_neon()
114 vreinterpretq_s16_s32(q2tmp1.val[0])); in idct_dequant_full_2x_neon()
115 q2tmp3 = vtrnq_s16(vreinterpretq_s16_s32(q2tmp0.val[1]), in idct_dequant_full_2x_neon()
116 vreinterpretq_s16_s32(q2tmp1.val[1])); in idct_dequant_full_2x_neon()
119 q8 = vqdmulhq_n_s16(q2tmp2.val[1], sinpi8sqrt2); in idct_dequant_full_2x_neon()
120 q9 = vqdmulhq_n_s16(q2tmp3.val[1], sinpi8sqrt2); in idct_dequant_full_2x_neon()
121 q10 = vqdmulhq_n_s16(q2tmp2.val[1], cospi8sqrt2minus1); in idct_dequant_full_2x_neon()
122 q11 = vqdmulhq_n_s16(q2tmp3.val[1], cospi8sqrt2minus1); in idct_dequant_full_2x_neon()
124 q2 = vqaddq_s16(q2tmp2.val[0], q2tmp3.val[0]); in idct_dequant_full_2x_neon()
125 q3 = vqsubq_s16(q2tmp2.val[0], q2tmp3.val[0]); in idct_dequant_full_2x_neon()
[all …]
/ndk/tests/build/issue22345-ICE-postreload/jni/
Dissue22345-ICE-postreload.cpp40 …t_low_f32(v_1203.val[0])), vrev64_f32(vget_low_f32(v_1203.val[1]))), vcombine_f32(vget_high_f32(v_… in cross()
43 result = vmlsq_f32(vmulq_f32(v_1203.val[0], v_2013.val[1]), v_1203.val[1], v_2013.val[0]); in cross()
/ndk/tests/device/test-stlport/unit/
Dnum_put_get_test.cpp56 static bool check_float(float val, float ref) in check_float() argument
59 return val <= ref + epsilon && val >= ref - epsilon; in check_float()
62 static bool check_double(double val, double ref) in check_double() argument
65 return val <= ref + epsilon && val >= ref - epsilon; in check_double()
276 F val; in check_get_float() local
277 str >> val; in check_get_float()
280 CPPUNIT_ASSERT( limits::infinity() > val ); in check_get_float()
289 F val; in check_get_float() local
290 str >> val; in check_get_float()
293 CPPUNIT_ASSERT( limits::infinity() > val ); in check_get_float()
[all …]
Dmath_aux.h19 bool are_equals(_Tp val, _Tp ref) { in are_equals() argument
20 if (val < ref) { in are_equals()
21 return (ref - val) <= __STD numeric_limits<_Tp>::epsilon(); in are_equals()
24 return (val - ref) <= __STD numeric_limits<_Tp>::epsilon(); in are_equals()
Dmemory_test.cpp28 auto_ptr<int> CreateAutoPtr(int val) in CreateAutoPtr() argument
29 { return auto_ptr<int>(new int(val)); } in CreateAutoPtr()
31 bool CheckEquality(auto_ptr<int> pint, int val) in CheckEquality() argument
32 { return *pint == val; } in CheckEquality()
Dnum_facets_test.cpp40 float val = 1234.56f; in _num_put_get() local
43 fostr << val; in _num_put_get()
55 val = 12345678.9f; in _num_put_get()
63 fostr << val; in _num_put_get()
66 val = 1000000000.0f; in _num_put_get()
68 fostr << val; in _num_put_get()
73 val = 1234.0f; in _num_put_get()
80 fostr << val; in _num_put_get()
83 val = 10000001.0f; in _num_put_get()
85 fostr << val; in _num_put_get()
/ndk/tests/device/test-gnustl-full/unit/
Dnum_put_get_test.cpp56 static bool check_float(float val, float ref) in check_float() argument
59 return val <= ref + epsilon && val >= ref - epsilon; in check_float()
62 static bool check_double(double val, double ref) in check_double() argument
65 return val <= ref + epsilon && val >= ref - epsilon; in check_double()
276 F val; in check_get_float() local
277 str >> val; in check_get_float()
280 CPPUNIT_ASSERT( limits::infinity() > val ); in check_get_float()
289 F val; in check_get_float() local
290 str >> val; in check_get_float()
293 CPPUNIT_ASSERT( limits::infinity() > val ); in check_get_float()
[all …]
Dmath_aux.h19 bool are_equals(_Tp val, _Tp ref) { in are_equals() argument
20 if (val < ref) { in are_equals()
21 return (ref - val) <= __STD numeric_limits<_Tp>::epsilon(); in are_equals()
24 return (val - ref) <= __STD numeric_limits<_Tp>::epsilon(); in are_equals()
Dmemory_test.cpp28 auto_ptr<int> CreateAutoPtr(int val) in CreateAutoPtr() argument
29 { return auto_ptr<int>(new int(val)); } in CreateAutoPtr()
31 bool CheckEquality(auto_ptr<int> pint, int val) in CheckEquality() argument
32 { return *pint == val; } in CheckEquality()
Dnum_facets_test.cpp40 float val = 1234.56f; in _num_put_get() local
43 fostr << val; in _num_put_get()
55 val = 12345678.9f; in _num_put_get()
63 fostr << val; in _num_put_get()
66 val = 1000000000.0f; in _num_put_get()
68 fostr << val; in _num_put_get()
73 val = 1234.0f; in _num_put_get()
80 fostr << val; in _num_put_get()
83 val = 10000001.0f; in _num_put_get()
85 fostr << val; in _num_put_get()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/dynarray/dynarray.mutate/
Ddefault.pass.cpp30 void test ( const T &val ) { in test() argument
34 d1.fill ( val ); in test()
36 [&val]( const T &item ){ return item == val; } )); in test()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/dynarray/dynarray.cons/
Dalloc.pass.cpp56 void test ( const T &val, const Allocator &alloc1, const Allocator &alloc2 ) { in test() argument
64 dynA d2 ( 7, val, alloc1 ); in test()
66 … assert ( std::all_of ( d2.begin (), d2.end (), [&val]( const T &item ){ return item == val; } )); in test()
71 …assert ( std::all_of ( d3.begin (), d3.end (), [&val]( const T &item ){ return item == val; } )); … in test()
Ddefault.pass.cpp44 void test ( const T &val ) { in test() argument
51 dynA d2 ( 7, val ); in test()
53 … assert ( std::all_of ( d2.begin (), d2.end (), [&val]( const T &item ){ return item == val; } )); in test()
57 …assert ( std::all_of ( d3.begin (), d3.end (), [&val]( const T &item ){ return item == val; } )); … in test()
/ndk/sources/cxx-stl/gabi++/include/
Dunwind-arm.h148 uint32_t val; in _Unwind_GetGR() local
149 _Unwind_VRS_Get(ctx, _UVRSC_CORE, reg, _UVRSD_UINT32, &val); in _Unwind_GetGR()
150 return val; in _Unwind_GetGR()
153 static inline void _Unwind_SetGR(_Unwind_Context* ctx, int reg, uint32_t val) { in _Unwind_SetGR() argument
154 _Unwind_VRS_Set(ctx, _UVRSC_CORE, reg, _UVRSD_UINT32, &val); in _Unwind_SetGR()
160 static inline void _Unwind_SetIP(_Unwind_Context* ctx, uint32_t val) { in _Unwind_SetIP() argument
163 _Unwind_SetGR(ctx, UNWIND_IP_REG, (val | thumbState)); in _Unwind_SetIP()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
Dintegral_constant.hpp16 template <class T, int val>
18 template <class T, T val>
20 struct integral_constant : public mpl::integral_c<T, val>
22 typedef integral_constant<T,val> type;
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DAddressSpace.hpp108 uint8_t val; in get8() local
109 memcpy(&val, (void *)addr, sizeof(val)); in get8()
110 return val; in get8()
113 uint16_t val; in get16() local
114 memcpy(&val, (void *)addr, sizeof(val)); in get16()
115 return val; in get16()
118 uint32_t val; in get32() local
119 memcpy(&val, (void *)addr, sizeof(val)); in get32()
120 return val; in get32()
123 uint64_t val; in get64() local
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.comp_with_t/
Dequal.pass.cpp40 constexpr T val(2); in main() local
43 constexpr O o3{val}; // engaged in main()
49 static_assert ( o3 == val, "" ); in main()
55 static_assert ( val == o3 , "" ); in main()
Dless_than.pass.cpp41 constexpr T val(2); in main() local
44 constexpr O o3{val}; // engaged in main()
50 static_assert ( o2 < T(val), "" ); in main()
57 static_assert (!(T(val) < o2), "" ); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
Dprivate_constructor.hpp18 int get () const { return val; } in get()
20 PrivateConstructor ( int v ) : val(v) {} in PrivateConstructor()
21 int val; member

1234