Home
last modified time | relevance | path

Searched refs:x_p (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/filesystem/test/
Dlong_path_test.cpp40 path x_p(prefix + safe_x_string); in cpp_main() local
43 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()
/third_party/boost/libs/math/doc/sf/
Dlegendre_stieltjes.qbk68 double x_p = E.prime(0.3);
/third_party/python/Objects/
Dlongobject.c76 _PyLong_Negate(PyLongObject **x_p) in _PyLong_Negate() argument
80 x = (PyLongObject *)*x_p; in _PyLong_Negate()
86 *x_p = (PyLongObject *)PyLong_FromLong(-MEDIUM_VALUE(x)); in _PyLong_Negate()