Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dformatter_unicode.c603 Py_ssize_t d_pos = d_start; in fill_number() local
643 digits, d_pos, spec->n_digits, in fill_number()
649 d_pos += spec->n_digits; in fill_number()
670 d_pos += 1; in fill_number()
676 digits, d_pos, spec->n_remainder); in fill_number()
/external/tensorflow/tensorflow/contrib/losses/python/metric_learning/
Dmetric_loss_ops_test.py169 d_pos = pdist_matrix[i][j]
185 this_loss = max(soft_maximum + d_pos, 0)
/external/python/cpython3/Include/
Dunicodeobject.h2141 Py_ssize_t d_pos,
/external/python/cpython3/Objects/
Dunicodeobject.c9358 Py_ssize_t d_pos, in _PyUnicode_InsertThousandsGrouping() argument
9374 assert(0 <= d_pos); in _PyUnicode_InsertThousandsGrouping()
9409 digits_pos = d_pos + n_digits; in _PyUnicode_InsertThousandsGrouping()