/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/ |
btMatrix3x3.h | 63 Matrix3x3(const btScalar& yaw, const btScalar& pitch, const btScalar& roll) 65 setEulerYPR(yaw, pitch, roll); 282 * @param roll Roll about Z axis 284 void setEulerYPR(const btScalar& yaw, const btScalar& pitch, const btScalar& roll) 286 setEulerZYX(roll, pitch, yaw); 290 * @param eulerX Roll about X axis 491 * @param roll around Z axis */ 492 void getEulerYPR(btScalar& yaw, btScalar& pitch, btScalar& roll) const 498 roll = btScalar(btAtan2(m_el[2].y(), m_el[2].z())) 527 btScalar roll; member in struct:Euler [all...] |
/external/icu/icu4c/source/i18n/ |
hebrwcal.cpp | 199 * <b>Note:</b> You should always use {@link #roll roll} and add rather 278 * example, to roll the current date up by three days, you can call 279 * <code>roll(Calendar.DATE, 3)</code>. If the 282 * For example, calling <code>roll(Calendar.DATE, 10)</code> 291 * This method is able to roll 294 * additional fields in their overrides of <code>roll</code>. 296 * <b>Note:</b> You should always use roll and {@link #add add} rather 308 void HebrewCalendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) function in class:HebrewCalendar 324 // of ADAR_1, we need to roll an extra month to make up for it 342 void HebrewCalendar::roll(EDateFields field, int32_t amount, UErrorCode& status) { function in class:HebrewCalendar [all...] |
/art/compiler/utils/x86/ |
assembler_x86_test.cc | 302 // Roll only allows CL as the shift count. 310 assembler->roll(*reg, shifter); 311 str << "roll %cl, %" << assembler_test->GetRegisterName(*reg) << "\n"; 318 DriverFn(&roll_fn, "roll"); 322 DriverStr(RepeatRI(&x86::X86Assembler::roll, 1U, "roll ${imm}, %{reg}"), "rolli");
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
RVCVXCheckTestActivity.java | 192 getReportLog().addValue("Roll error RMS", mReport.roll_rms_error, 199 getReportLog().addValue("Roll error MAX", mReport.roll_max_error, 221 "Roll error (Rms, max) = %4.3f, %4.3f rad\n" + 302 String message = "Test Roll Axis Accuracy"; 304 Assert.assertEquals("Roll RMS error", 0.0, mReport.roll_rms_error, 306 Assert.assertEquals("Roll max error", 0.0, mReport.roll_max_error,
|
/frameworks/base/core/java/android/util/ |
AtomicFile.java | 142 * write stream, and roll back to the previous state of the file. 184 * incomplete write, this will roll back to the last good data before 190 * write and roll back, causing the new data currently being written to
|
/frameworks/support/compat/java/android/support/v4/util/ |
AtomicFile.java | 136 * write stream, and roll back to the previous state of the file. 153 * incomplete write, this will roll back to the last good data before 159 * write and roll back, causing the new data currently being written to
|
/prebuilts/go/darwin-x86/src/crypto/sha1/ |
sha1block_386.s | 44 ROLL $1, DI; \ 70 ROLL $30, b; \ 73 ROLL $5, SI; \
|
sha1block_amd64.s | 33 ROLL $1, R10; \ 58 ROLL $30, b; \ 61 ROLL $5, R8; \
|
sha1block_amd64p32.s | 37 ROLL $1, R10; \ 62 ROLL $30, b; \ 65 ROLL $5, R8; \
|
/prebuilts/go/linux-x86/src/crypto/sha1/ |
sha1block_386.s | 44 ROLL $1, DI; \ 70 ROLL $30, b; \ 73 ROLL $5, SI; \
|
sha1block_amd64.s | 33 ROLL $1, R10; \ 58 ROLL $30, b; \ 61 ROLL $5, R8; \
|
sha1block_amd64p32.s | 37 ROLL $1, R10; \ 62 ROLL $30, b; \ 65 ROLL $5, R8; \
|
/bootable/recovery/tools/ota/ |
convert-to-bmp.py | 20 # Python Imaging Library doesn't write RGBA BMP files, so we roll
|
/external/autotest/client/site_tests/graphics_PiglitBVT/ |
README | 16 How to roll new Piglit binaries
|
/external/boringssl/linux-x86/crypto/modes/ |
ghash-x86.S | 575 roll $8,%edx 581 roll $8,%edx 597 roll $8,%edx 615 roll $8,%edx 635 roll $8,%edx 654 roll $8,%edx 673 roll $8,%edx 692 roll $8,%edx 712 roll $8,%edx 731 roll $8,%ed [all...] |
/external/boringssl/mac-x86/crypto/modes/ |
ghash-x86.S | 568 roll $8,%edx 574 roll $8,%edx 590 roll $8,%edx 608 roll $8,%edx 628 roll $8,%edx 647 roll $8,%edx 666 roll $8,%edx 685 roll $8,%edx 705 roll $8,%edx 724 roll $8,%ed [all...] |
/external/chromium-trace/catapult/perf_insights/perf_insights/endpoints/cloud_mapper/ |
test.py | 29 var someValue = 4; // Chosen by fair roll of the dice.
|
/external/icu/icu4c/source/layout/ |
LookupTables.cpp | 16 Someday, if we need more performance, we can un-roll them.
|
/external/icu/icu4j/samples/src/com/ibm/icu/samples/iuc/ |
Sample50_PopSort.java | 65 // Population roll call
|
/external/libgdx/gdx/src/com/badlogic/gdx/math/ |
Quaternion.java | 119 * @param roll the rotation around the z axis degrees
121 public Quaternion setEulerAngles (float yaw, float pitch, float roll) {
122 return setEulerAnglesRad(yaw * MathUtils.degreesToRadians, pitch * MathUtils.degreesToRadians, roll
129 * @param roll the rotation around the z axis in radians
131 public Quaternion setEulerAnglesRad (float yaw, float pitch, float roll) {
132 final float hr = roll * 0.5f;
146 x = (chy_shp * chr) + (shy_chp * shr); // cos(yaw/2) * sin(pitch/2) * cos(roll/2) + sin(yaw/2) * cos(pitch/2) * sin(roll/2)
147 y = (shy_chp * chr) - (chy_shp * shr); // sin(yaw/2) * cos(pitch/2) * cos(roll/2) - cos(yaw/2) * sin(pitch/2) * sin(roll/2) [all...] |
/external/replicaisland/src/com/replica/replicaisland/ |
InputGameInterface.java | 128 // - For roll events that occur in quick succession to accumulate. 129 // - For roll events that occur with more time between them, lessen the impact of older events 130 // - In the absence of roll events, fade the roll out over time.
|
/frameworks/av/media/libstagefright/timedtext/ |
TextDescriptions.cpp | 130 // roll back 183 // roll back 466 // roll back 482 // roll back
|
/ndk/tests/build/merge-string-literals/ |
build.sh | 6 # temporary directory, because that's how we roll.
|
/cts/tests/tests/hardware/src/android/hardware/cts/ |
SensorManagerStaticTest.java | 105 // azimuth(yaw) pitch roll 109 // azimuth(yaw) pitch roll 181 // yaw pitch roll 273 // yaw pitch roll 480 // yaw pitch roll 572 rotv[2] = (mRandom.nextFloat()-0.5f) * 2.f * FLOAT_PI; // roll -pi ~ +pi 603 ra[2] >= -FLOAT_PI && ra[2] <= FLOAT_PI); // roll 708 // roll
|
/external/chromium-trace/catapult/telemetry/telemetry/core/ |
android_action_runner.py | 112 """Perform a roll input. This sends a simple zero-pressure move event. 118 self._platform_backend.device.RunShellCommand('input roll %s %s' % (dx, dy))
|