Home
last modified time | relevance | path

Searched refs:dirx (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Demos/src/
Daccelerometer.c65 float dirx = shipData.vx / speed; /* normalized x velocity */ in render() local
71 shipData.vx -= dirx * FRICTION * deltaMilliseconds; in render()
/third_party/boost/libs/filesystem/test/
Doperations_test.cpp1342 void remove_tests(const fs::path& dirx) in remove_tests() argument
1347 fs::path f1x = dirx / "shortlife"; in remove_tests()
1358 fs::path d1x = dirx / "shortlife_dir"; in remove_tests()
1364 bad_remove_dir = dirx; in remove_tests()
1779 void write_time_tests(const fs::path& dirx) in write_time_tests() argument
1783 fs::path f1x = dirx / "foobar2"; in write_time_tests()