Searched refs:x_p (Results 1 – 3 of 3) sorted by relevance
40 path x_p(prefix + safe_x_string); in cpp_main() local43 std::cout << "x_p.native().size() is " << x_p.native().size() << '\n'; in cpp_main()46 create_directory(x_p); in cpp_main()47 BOOST_TEST(exists(x_p)); in cpp_main()54 BOOST_TEST(exists(x_p)); in cpp_main()
68 double x_p = E.prime(0.3);
76 _PyLong_Negate(PyLongObject **x_p) in _PyLong_Negate() argument80 x = (PyLongObject *)*x_p; in _PyLong_Negate()86 *x_p = (PyLongObject *)PyLong_FromLong(-MEDIUM_VALUE(x)); in _PyLong_Negate()