Searched refs:y_obj (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Modules/clinic/ |
H A D | cmathmodule.c.h | 647 cmath_log_impl(PyObject *module, Py_complex x, PyObject *y_obj); 654 PyObject *y_obj = NULL; in cmath_log() local 666 y_obj = args[1]; in cmath_log() 668 return_value = cmath_log_impl(module, x, y_obj); in cmath_log()
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-number-format.cc | 2136 Handle<Object> x_obj, Handle<Object> y_obj) { in FormatNumericRange() 2138 isolate, number_format, x_obj, y_obj, in FormatNumericRange() 2144 Handle<Object> x_obj, Handle<Object> y_obj) { in FormatNumericRangeToParts() 2146 isolate, number_format, x_obj, y_obj, in FormatNumericRangeToParts() 2134 FormatNumericRange( Isolate* isolate, Handle<JSNumberFormat> number_format, Handle<Object> x_obj, Handle<Object> y_obj) FormatNumericRange() argument 2142 FormatNumericRangeToParts( Isolate* isolate, Handle<JSNumberFormat> number_format, Handle<Object> x_obj, Handle<Object> y_obj) FormatNumericRangeToParts() argument
|
/third_party/python/Modules/ |
H A D | cmathmodule.c | 955 base as y_obj: object = NULL 964 cmath_log_impl(PyObject *module, Py_complex x, PyObject *y_obj) in cmath_log_impl() argument 971 if (y_obj != NULL) { in cmath_log_impl() 972 y = PyComplex_AsCComplex(y_obj); in cmath_log_impl()
|
Completed in 7 milliseconds