Home
last modified time | relevance | path

Searched refs:new_f (Results 1 – 15 of 15) sorted by relevance

/third_party/boost/libs/multiprecision/test/
Dtest_rat_float_interconv.cpp92 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/
Dcommon_slist_algorithms.hpp114 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/
Dcircular_list_algorithms.hpp385 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/
Dstrptime.c26 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/
Dstrptime.c26 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/
Dstrptime.c26 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/
Dstrptime.c26 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/
Dstrptime.c154 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/
Dfunction_base.hpp349 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()
Dfunction_template.hpp603 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/
Dsubst.c284 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/
Dlocale.py221 new_f = _percent_re.sub('%s', f)
248 return new_f % val
/third_party/python/Objects/
Dframeobject.c809 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/
Dpickletester.py3723 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/
Dunicode.rst701 new_f = codecs.StreamRecoder(f,