Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/build/runner/
Drun-core_0_2.py22 PP = os.path.normpath(os.path.join(ROOT,"tools/CommandLineTools/partner_partner.rb")) variable
32 …'ruby %s --input %s --window-title %s --timeout %d --stop-pattern "%s"' % (PP, macro, debuggername…
33 …'ruby %s --input %s --window-title %s --timeout %d --stop-pattern "%s"' % (PP, macro, debuggername…
Drun.sh26 PP="ruby ${ROOT}/tools/_private/partner_partner.rb"
77 …${PP} -T ${arch} -i ${mcr} -t ${TIME_OUT} -s "${TEST_EXIT_STRING}" | grep -v '^>' | xmlcutter | se…
/CTR-SDK-0.14.4/sources/libraries/math/
Dmath_Geometry.cpp243 VEC3 PP; in DistSqPoint3ToLine3() local
244 VEC3Add(&PP, &L->P, VEC3Scale(&PP, &L->d, t_)); in DistSqPoint3ToLine3()
247 VEC3Sub(&PP_P, P, &PP); in DistSqPoint3ToLine3()