/third_party/boost/libs/multiprecision/test/ |
D | test_rat_float_interconv.cpp | 92 Float new_f(rat); in do_round_trip() local 93 BOOST_CHECK_EQUAL(val, new_f); in do_round_trip() 112 new_f = static_cast<Float>(rounded); in do_round_trip() 113 BOOST_CHECK_EQUAL(val, new_f); in do_round_trip() 115 new_f = static_cast<Float>(rounded); in do_round_trip() 116 BOOST_CHECK_EQUAL(val, new_f); in do_round_trip() 120 new_f = static_cast<Float>(rounded); in do_round_trip() 121 BOOST_CHECK_EQUAL(val, new_f); in do_round_trip() 123 new_f = static_cast<Float>(rounded); in do_round_trip() 124 BOOST_CHECK_EQUAL(val, new_f); in do_round_trip() [all …]
|
/third_party/boost/boost/intrusive/detail/ |
D | common_slist_algorithms.hpp | 114 node_ptr new_f = end; in stable_partition() local 126 new_f = cur; in stable_partition() 149 node_traits::set_next(last_to_remove, new_f); in stable_partition() 153 node_traits::set_next(last_to_remove, new_f); in stable_partition() 159 info.beg_2st_partition = new_f; in stable_partition()
|
/third_party/boost/boost/intrusive/ |
D | circular_list_algorithms.hpp | 385 node_ptr new_f = end; in stable_partition() local 397 new_f = cur; in stable_partition() 422 node_traits::set_next (last_to_remove, new_f); in stable_partition() 423 node_traits::set_previous(new_f, last_to_remove); in stable_partition() 427 node_traits::set_next(last_to_remove, new_f); in stable_partition() 428 node_traits::set_previous(new_f, last_to_remove); in stable_partition() 434 info.beg_2st_partition = new_f; in stable_partition()
|
/third_party/musl/porting/liteos_m/kernel/src/time/ |
D | strptime.c | 26 char *new_f; in strptime() local 27 w=strtoul(f, &new_f, 10); in strptime() 28 f = new_f; in strptime()
|
/third_party/musl/porting/uniproton/kernel/src/time/ |
D | strptime.c | 26 char *new_f; in strptime() local 27 w=strtoul(f, &new_f, 10); in strptime() 28 f = new_f; in strptime()
|
/third_party/musl/porting/liteos_a/kernel/src/time/ |
D | strptime.c | 26 char *new_f; in strptime() local 27 w=strtoul(f, &new_f, 10); in strptime() 28 f = new_f; in strptime()
|
/third_party/musl/src/time/ |
D | strptime.c | 26 char *new_f; in strptime() local 27 w=strtoul(f, &new_f, 10); in strptime() 28 f = new_f; in strptime()
|
/third_party/musl/porting/linux/user/src/time/ |
D | strptime.c | 154 char *new_f; in strptime() local 155 w=strtoul(f, &new_f, __STRPTIME_NUMBER_BASE); in strptime() 156 f = new_f; in strptime()
|
/third_party/boost/boost/function/ |
D | function_base.hpp | 349 functor_type* new_f = new functor_type(*f); in manager() local 350 out_buffer.members.obj_ptr = new_f; in manager() 461 functor_wrapper_type* new_f = static_cast<functor_wrapper_type*>(copy); in manager() local 462 out_buffer.members.obj_ptr = new_f; in manager()
|
D | function_template.hpp | 603 functor_wrapper_type* new_f = static_cast<functor_wrapper_type*>(copy); in assign_functor_a() local 604 functor.members.obj_ptr = new_f; in assign_functor_a()
|
/third_party/e2fsprogs/util/ |
D | subst.c | 284 static int compare_file(FILE *old_f, FILE *new_f) in compare_file() argument 291 newcp = fgets(newbuf, sizeof(newbuf), new_f); in compare_file()
|
/third_party/python/Lib/ |
D | locale.py | 221 new_f = _percent_re.sub('%s', f) 248 return new_f % val
|
/third_party/python/Objects/ |
D | frameobject.c | 809 PyFrameObject *new_f = PyObject_GC_Resize(PyFrameObject, f, extras); in frame_alloc() local 810 if (new_f == NULL) { in frame_alloc() 814 f = new_f; in frame_alloc()
|
/third_party/python/Lib/test/ |
D | pickletester.py | 3723 new_f, some_str, math_log = pickle.loads(bio.getvalue()) 3725 self.assertEqual(new_f, 5) 3756 new_f = pickle.loads(bio.getvalue()) 3757 assert new_f == 5
|
/third_party/python/Doc/howto/ |
D | unicode.rst | 701 new_f = codecs.StreamRecoder(f,
|