Searched refs:val (Results 1 - 25 of 46) sorted by relevance

12

/ndk/sources/host-tools/ndk-stack/elff/
H A Delf_file.h140 * val - References value inside ELF file buffer to pull data from.
145 uint8_t pull_val(const uint8_t* val) const {
146 return *val;
148 uint8_t pull_val(const uint8_t& val) const {
149 return val;
151 int8_t pull_val(const int8_t* val) const {
152 return *val;
154 int8_t pull_val(const int8_t& val) const {
155 return val;
160 * val
[all...]
H A Ddwarf_utils.h53 * val - Attribute value.
55 void dump_attrib(Dwarf_At at, Dwarf_Form form, const Dwarf_Value* val);
59 * val - Attribute value.
61 void dump_value(const Dwarf_Value* val);
H A Ddwarf_defs.h169 Elf_Byte val; member in struct:Dwarf_Leb128
181 if (val == 0) {
198 const Elf_Byte* cur = &val;
268 return INC_CPTR(&val, value->encoded_size);
303 return at.val == 0;
319 return INC_CPTR_T(Dwarf_Abbr_AT, &at.val, 2);
322 Dwarf_Value val; local
326 reinterpret_cast<const Dwarf_Leb128*>(at.process_unsigned(&val));
327 *at_value = val.u16;
330 next = reinterpret_cast<const Dwarf_Leb128*>(next->process_unsigned(&val));
357 Dwarf_Value val; local
382 Dwarf_Value val; local
431 Dwarf_Value val; local
451 Dwarf_Value val; local
[all...]
/ndk/tests/device/test-gnustl-full/unit/
H A Dmath_aux.h19 bool are_equals(_Tp val, _Tp ref) { argument
20 if (val < ref) {
21 return (ref - val) <= __STD numeric_limits<_Tp>::epsilon();
24 return (val - ref) <= __STD numeric_limits<_Tp>::epsilon();
H A Dmemory_test.cpp28 auto_ptr<int> CreateAutoPtr(int val) argument
29 { return auto_ptr<int>(new int(val)); }
31 bool CheckEquality(auto_ptr<int> pint, int val) argument
32 { return *pint == val; }
H A Dnum_put_get_test.cpp56 static bool check_float(float val, float ref) argument
59 return val <= ref + epsilon && val >= ref - epsilon;
62 static bool check_double(double val, double ref) argument
65 return val <= ref + epsilon && val >= ref - epsilon;
284 F val; local
285 str >> val; local
288 CPPUNIT_ASSERT( limits::infinity() > val );
297 F val; local
298 str >> val; local
833 float val; local
834 str >> val; local
846 float val; local
847 str >> val; local
860 double val; local
861 str >> val; local
873 double val; local
874 str >> val; local
897 short val; local
898 istr >> oct >> val; local
906 istr >> oct >> val; local
918 short val = -1; local
919 istr >> val; local
927 istr >> val; local
936 istr >> val; local
945 istr >> val; local
953 istr >> val; local
964 short val = -1; local
965 istr >> hex >> val; local
973 istr >> hex >> val; local
981 istr >> hex >> val; local
988 istr >> hex >> val; local
997 istr >> hex >> val; local
[all...]
H A Dnum_facets_test.cpp40 float val = 1234.56f; local
43 fostr << val; local
55 val = 12345678.9f;
63 fostr << val; local
66 val = 1000000000.0f;
68 fostr << val; local
73 val = 1234.0f;
80 fostr << val; local
83 val = 10000001.0f;
85 fostr << val; local
[all...]
H A Dbind_test.cpp39 int operator()(int incr, int& val) const
40 { return val += incr; }
45 int operator()(int& val, int incr) const argument
46 { return val += incr; }
H A Dconfig_test.cpp55 int val = 0x01020304; local
56 char *ptr = (char*)(&val);
H A Dlimits_test.cpp88 bool test_integral_limits(const _Tp &val, bool unknown_sign = true, bool is_signed = true) { argument
89 if (!test_integral_limits_base(val, unknown_sign, is_signed))
173 _Tp val = lim::max(); local
174 val *= 2;
178 CHECK_COND(test_float_values(val, infinity));
182 str << "lim::max() = " << lim::max() << ", val = " << val << ", infinity = " << infinity;
189 str << "val in hexa: " << showbase << hex << *((const unsigned int*)&val);
195 str << "val i
[all...]
/ndk/tests/device/test-stlport/unit/
H A Dmath_aux.h19 bool are_equals(_Tp val, _Tp ref) { argument
20 if (val < ref) {
21 return (ref - val) <= __STD numeric_limits<_Tp>::epsilon();
24 return (val - ref) <= __STD numeric_limits<_Tp>::epsilon();
H A Dmemory_test.cpp28 auto_ptr<int> CreateAutoPtr(int val) argument
29 { return auto_ptr<int>(new int(val)); }
31 bool CheckEquality(auto_ptr<int> pint, int val) argument
32 { return *pint == val; }
H A Dnum_put_get_test.cpp56 static bool check_float(float val, float ref) argument
59 return val <= ref + epsilon && val >= ref - epsilon;
62 static bool check_double(double val, double ref) argument
65 return val <= ref + epsilon && val >= ref - epsilon;
284 F val; local
285 str >> val; local
288 CPPUNIT_ASSERT( limits::infinity() > val );
297 F val; local
298 str >> val; local
833 float val; local
834 str >> val; local
846 float val; local
847 str >> val; local
860 double val; local
861 str >> val; local
873 double val; local
874 str >> val; local
897 short val; local
898 istr >> oct >> val; local
906 istr >> oct >> val; local
918 short val = -1; local
919 istr >> val; local
927 istr >> val; local
936 istr >> val; local
945 istr >> val; local
953 istr >> val; local
964 short val = -1; local
965 istr >> hex >> val; local
973 istr >> hex >> val; local
981 istr >> hex >> val; local
988 istr >> hex >> val; local
997 istr >> hex >> val; local
[all...]
H A Dnum_facets_test.cpp40 float val = 1234.56f; local
43 fostr << val; local
55 val = 12345678.9f;
63 fostr << val; local
66 val = 1000000000.0f;
68 fostr << val; local
73 val = 1234.0f;
80 fostr << val; local
83 val = 10000001.0f;
85 fostr << val; local
[all...]
H A Dbind_test.cpp39 int operator()(int incr, int& val) const
40 { return val += incr; }
45 int operator()(int& val, int incr) const argument
46 { return val += incr; }
H A Dconfig_test.cpp55 int val = 0x01020304; local
56 char *ptr = (char*)(&val);
H A Dlimits_test.cpp88 bool test_integral_limits(const _Tp &val, bool unknown_sign = true, bool is_signed = true) { argument
89 if (!test_integral_limits_base(val, unknown_sign, is_signed))
173 _Tp val = lim::max(); local
174 val *= 2;
178 CHECK_COND(test_float_values(val, infinity));
182 str << "lim::max() = " << lim::max() << ", val = " << val << ", infinity = " << infinity;
189 str << "val in hexa: " << showbase << hex << *((const unsigned int*)&val);
195 str << "val i
[all...]
/ndk/sources/host-tools/make-3.81/
H A Dgetopt.h71 to the value given in the field `val' when the option is found, but
76 option's `flag' field to zero and its `val' field to a nonzero
79 returns the contents of the `val' field. */
92 int val; member in struct:option
H A Dar.c87 long int val;
111 val = ar_scan (arname, ar_member_date_1, (long int) memname);
117 return (val <= 0 ? (time_t) -1 : (time_t) val);
148 register int val;
166 val = 1;
183 val = 0;
194 return val;
86 long int val; local
146 register int val; local
H A Dexpand.c522 char *val;
531 val = variable_append (v->name, strlen (v->name), current_variable_set_list);
532 variable_buffer_output (val, "", 1);
533 val = variable_buffer;
538 return val;
516 char *val; local
/ndk/sources/android/cpufeatures/
H A Dcpu-features.c231 int val = 0; local
236 val = val*10 + d;
242 *result = val;
300 int val, start_value, end_value; local
325 for (val = start_value; val <= end_value; val++) {
326 cpulist_set(list, val);
/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dquotearg.c628 char *val; member in struct:slotvec
644 free (sv[i].val);
645 if (sv[0].val != slot0)
647 free (sv[0].val);
649 slotvec0.val = slot0;
701 char *val = sv[n].val; local
704 size_t qsize = quotearg_buffer_restyled (val, size, arg, argsize,
711 if (val != slot0)
712 free (val);
[all...]
H A Dgetopt.in.h150 to the value given in the field `val' when the option is found, but
155 option's `flag' field to zero and its `val' field to a nonzero
158 returns the contents of the `val' field. */
167 int val; member in struct:option
/ndk/sources/cxx-stl/stlport/src/
H A Dnum_get_float.cpp149 void _Stl_set_exponent(uint64 &val, uint64 exp) argument
150 { val = (val & ~exponent_mask) | ((exp & bit11) << 52); }
331 double val; member in union:_Double_rep
474 return drep.val;
846 __string_to_float(const __iostring& v, float& val) argument
849 val = (float)_Stl_string_to_double(v.c_str());
851 val = (float)_Stl_string_to_doubleT<double,ieee754_double,12,IEEE754_DOUBLE_BIAS>(v.c_str());
856 __string_to_float(const __iostring& v, double& val) argument
859 val
867 __string_to_float(const __iostring& v, long double& val) argument
[all...]
/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_tempbuf.h101 void _M_initialize_buffer(const _Tp& val, const __false_type&) { argument
102 uninitialized_fill_n(_M_buffer, _M_len, val);

Completed in 237 milliseconds

12