Home
last modified time | relevance | path

Searched refs:Div_type (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/sort/spreadsort/detail/
Dinteger_sort.hpp106 template <class RandomAccessIter, class Div_type, class Size_type>
122 Div_type div_min = *min >> log_divisor; in spreadsort_rec()
123 Div_type div_max = *max >> log_divisor; in spreadsort_rec()
192 spreadsort_rec<RandomAccessIter, Div_type, Size_type>(lastPos, in spreadsort_rec()
201 template <class RandomAccessIter, class Div_type, class Right_shift>
204 , const unsigned log_divisor, const Div_type div_min) in inner_swap_loop()
236 template <class RandomAccessIter, class Div_type, class Right_shift>
240 , const unsigned log_divisor, const Div_type div_min) in swap_loop()
243 inner_swap_loop<RandomAccessIter, Div_type, Right_shift>(bins, in swap_loop()
248 template <class RandomAccessIter, class Div_type, class Right_shift,
[all …]
Dfloat_sort.hpp52 template <class RandomAccessIter, class Div_type, class Right_shift>
55 Div_type & max, Div_type & min, Right_shift rshift) in is_sorted_or_find_extremes()
61 Div_type value = rshift(*current, 0); in is_sorted_or_find_extremes()
74 template <class RandomAccessIter, class Div_type, class Right_shift,
78 Div_type & max, Div_type & min, in is_sorted_or_find_extremes()
85 Div_type value = rshift(*current, 0); in is_sorted_or_find_extremes()
97 template <class RandomAccessIter, class Div_type>
100 , const unsigned log_divisor, const Div_type div_min) in inner_float_swap_loop()
106 (bins + ((cast_float_iter<Div_type, RandomAccessIter>(current) >> in inner_float_swap_loop()
108 target_bin = bins + ((cast_float_iter<Div_type, RandomAccessIter> in inner_float_swap_loop()
[all …]
/third_party/python/Include/internal/
Dpycore_ast_state.h49 PyObject *Div_type; member
/third_party/python/Python/
DPython-ast.c63 Py_CLEAR(state->Div_type); in _PyAST_Fini()
1526 state->Div_type = make_type(state, "Div", state->operator_type, NULL, 0, in init_types()
1528 if (!state->Div_type) return 0; in init_types()
1529 state->Div_singleton = PyType_GenericNew((PyTypeObject *)state->Div_type, in init_types()
9695 isinstance = PyObject_IsInstance(obj, state->Div_type); in obj2ast_operator()
11837 if (PyModule_AddObjectRef(m, "Div", state->Div_type) < 0) { in astmodule_exec()