/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/stlport/ |
D | printers.py | 112 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/ |
D | intscan.c | 56 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/ |
D | real.pass.cpp | 29 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()
|
D | imag.pass.cpp | 29 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/ |
D | binary_search.hpp | 38 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/ |
D | string.cpp | 441 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/ |
D | idct_dequant_full_2x_neon.c | 113 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/ |
D | issue22345-ICE-postreload.cpp | 40 …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/ |
D | num_put_get_test.cpp | 56 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 …]
|
D | math_aux.h | 19 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()
|
D | memory_test.cpp | 28 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()
|
D | num_facets_test.cpp | 40 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/ |
D | num_put_get_test.cpp | 56 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 …]
|
D | math_aux.h | 19 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()
|
D | memory_test.cpp | 28 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()
|
D | num_facets_test.cpp | 40 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/ |
D | default.pass.cpp | 30 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/ |
D | alloc.pass.cpp | 56 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()
|
D | default.pass.cpp | 44 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/ |
D | unwind-arm.h | 148 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/ |
D | integral_constant.hpp | 16 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/ |
D | AddressSpace.hpp | 108 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/ |
D | equal.pass.cpp | 40 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()
|
D | less_than.pass.cpp | 41 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/ |
D | private_constructor.hpp | 18 int get () const { return val; } in get() 20 PrivateConstructor ( int v ) : val(v) {} in PrivateConstructor() 21 int val; member
|