HomeSort by relevance Sort by last modified time
    Searched refs:roll (Results 1 - 25 of 203) sorted by null

1 2 3 4 5 6 7 8 9

  /external/v8/tools/
v8-rolls.sh 89 roll=$2
91 info=$(v8_info $roll)
92 roll=$(echo $info | v8_roll $roll)
93 trunk=$(echo $info | v8_svn $roll)
94 echo "$(v8_revision $trunk) $trunk $(find_rev $roll) $(msg $roll)"
95 roll=$roll^1
  /external/boringssl/linux-x86_64/crypto/sha/
sha1-x86_64.S 51 roll $5,%ecx
56 roll $30,%edi
64 roll $5,%ecx
69 roll $30,%esi
77 roll $5,%ecx
82 roll $30,%r13d
90 roll $5,%ecx
95 roll $30,%r12d
103 roll $5,%ecx
108 roll $30,%r11
    [all...]
  /external/boringssl/mac-x86_64/crypto/sha/
sha1-x86_64.S 50 roll $5,%ecx
55 roll $30,%edi
63 roll $5,%ecx
68 roll $30,%esi
76 roll $5,%ecx
81 roll $30,%r13d
89 roll $5,%ecx
94 roll $30,%r12d
102 roll $5,%ecx
107 roll $30,%r11
    [all...]
  /external/boringssl/linux-x86/crypto/md5/
md5-586.S 37 roll $7,%eax
47 roll $12,%edx
57 roll $17,%ecx
67 roll $22,%ebx
77 roll $7,%eax
87 roll $12,%edx
97 roll $17,%ecx
107 roll $22,%ebx
117 roll $7,%eax
127 roll $12,%ed
    [all...]
  /external/boringssl/linux-x86_64/crypto/md5/
md5-x86_64.S 50 roll $7,%eax
59 roll $12,%edx
68 roll $17,%ecx
77 roll $22,%ebx
86 roll $7,%eax
95 roll $12,%edx
104 roll $17,%ecx
113 roll $22,%ebx
122 roll $7,%eax
131 roll $12,%ed
    [all...]
  /external/boringssl/mac-x86/crypto/md5/
md5-586.S 36 roll $7,%eax
46 roll $12,%edx
56 roll $17,%ecx
66 roll $22,%ebx
76 roll $7,%eax
86 roll $12,%edx
96 roll $17,%ecx
106 roll $22,%ebx
116 roll $7,%eax
126 roll $12,%ed
    [all...]
  /external/boringssl/mac-x86_64/crypto/md5/
md5-x86_64.S 50 roll $7,%eax
59 roll $12,%edx
68 roll $17,%ecx
77 roll $22,%ebx
86 roll $7,%eax
95 roll $12,%edx
104 roll $17,%ecx
113 roll $22,%ebx
122 roll $7,%eax
131 roll $12,%ed
    [all...]
  /hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
AKFS_Direction.h 35 AKFLOAT* roll
AKFS_Direction.c 33 roll: Rotation around Y axis, with positive values
43 AKFLOAT* roll /* radian */
51 *roll = AKFS_ASIN((avec->u.x) / av);
60 const AKFLOAT roll, /* radian */
66 AKFLOAT sinR; /* sin value of roll angle */
67 AKFLOAT cosR; /* cos value of roll angle */
73 sinR = AKFS_SIN(roll);
74 cosR = AKFS_COS(roll);
92 AKFLOAT* roll
116 /* calculate pitch and roll */
    [all...]
  /external/boringssl/linux-x86/crypto/sha/
sha1-586.S 98 roll $5,%ebp
110 roll $5,%ebp
122 roll $5,%ebp
134 roll $5,%ebp
146 roll $5,%ebp
158 roll $5,%ebp
170 roll $5,%ebp
182 roll $5,%ebp
194 roll $5,%ebp
206 roll $5,%eb
    [all...]
  /external/boringssl/mac-x86/crypto/sha/
sha1-586.S 97 roll $5,%ebp
109 roll $5,%ebp
121 roll $5,%ebp
133 roll $5,%ebp
145 roll $5,%ebp
157 roll $5,%ebp
169 roll $5,%ebp
181 roll $5,%ebp
193 roll $5,%ebp
205 roll $5,%eb
    [all...]
  /external/boringssl/linux-x86_64/crypto/rc4/
rc4-md5-x86_64.S 68 roll $7,%r8d
87 roll $12,%r11d
105 roll $17,%r10d
123 roll $22,%r9d
141 roll $7,%r8d
159 roll $12,%r11d
177 roll $17,%r10d
195 roll $22,%r9d
213 roll $7,%r8d
231 roll $12,%r11
    [all...]
  /external/boringssl/mac-x86_64/crypto/rc4/
rc4-md5-x86_64.S 68 roll $7,%r8d
87 roll $12,%r11d
105 roll $17,%r10d
123 roll $22,%r9d
141 roll $7,%r8d
159 roll $12,%r11d
177 roll $17,%r10d
195 roll $22,%r9d
213 roll $7,%r8d
231 roll $12,%r11
    [all...]
  /hardware/akm/AK8975_FS/akmdfs/
AKFS_APIs.h 65 AKFLOAT* roll,
  /external/icu/icu4c/source/i18n/
hebrwcal.h 50 * make sure to use the {@link #roll roll} and {@link #add add} methods
252 * For more information, see the documentation for Calendar::roll().
255 * @param amount Indicates amount to roll.
261 virtual void roll(UCalendarDateFields field, int32_t amount, UErrorCode& status);
265 * For more information, see the documentation for Calendar::roll().
268 * @param amount Indicates amount to roll.
272 * @deprecated ICU 2.6. Use roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) instead.
274 virtual void roll(EDateFields field, int32_t amount, UErrorCode& status);
chnsecal.h 173 virtual void roll(UCalendarDateFields field, int32_t amount, UErrorCode &status);
174 virtual void roll(EDateFields field, int32_t amount, UErrorCode &status);
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
CalendarICU.java 210 public void roll(int field, boolean up) { method in class:CalendarICU
212 fIcuCal.roll(field, up);
216 public void roll(int field, int amount) { method in class:CalendarICU
218 fIcuCal.roll(field, amount);
  /frameworks/wilhelm/src/itf/
I3DLocation.c 189 SLmillidegree heading, SLmillidegree pitch, SLmillidegree roll)
195 (-360000 <= roll) && (roll <= 360000))) {
202 thiz->mOrientationAngles.mRoll = roll;
I3DMacroscopic.c 70 SLmillidegree heading, SLmillidegree pitch, SLmillidegree roll)
76 (-360000 <= roll) && (roll <= 360000))) {
83 thiz->mOrientationAngles.mRoll = roll;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
GregorianCalendarTest.java 508 * java.util.GregorianCalendar#roll(int, int)
511 // Test for method void java.util.GregorianCalendar.roll(int, int)
514 gc.roll(Calendar.DAY_OF_MONTH, -1);
515 assertTrue("Failed to roll DAY_OF_MONTH down by 1", gc
519 gc.roll(Calendar.DAY_OF_MONTH, 25);
520 assertTrue("Failed to roll DAY_OF_MONTH up by 25", gc
524 gc.roll(Calendar.DAY_OF_MONTH, -10);
525 assertTrue("Failed to roll DAY_OF_MONTH down by 10", gc
531 * java.util.GregorianCalendar#roll(int, boolean)
534 // Test for method void java.util.GregorianCalendar.roll(int, boolean
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVXCheckAnalyzer.java 86 // roll pitch yaw RMS error ( \sqrt{\frac{1}{n} \sum e_i^2 })
92 // roll pitch yaw max error
327 * Attitude record in time roll pitch yaw format.
332 public double roll; field in class:RVCVXCheckAnalyzer.AttitudeRec
339 roll = aroll;
347 roll = rpy[0];
355 roll = rec.time;
360 // copy roll-pitch-yaw value but leave the time specified by atime
363 roll = rec.time;
371 roll = aroll
762 double roll = (1-alpha) * rec.get(j).roll + alpha * rec.get(j+1).roll; local
765 resampled.get(i).set(timebase.get(i).time, roll, pitch, yaw); local
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
calendar.h 583 * time field. For example, to roll the current date up by one day, call
584 * roll(Calendar::DATE, true). When rolling on the year or Calendar::YEAR field, it
585 * will roll the year value in the range between getMinimum(Calendar::YEAR) and the
595 * then attempting to roll the year past that limit will result in pinning the year
597 * time (such as Buddhist, Hebrew, or Islamic), it is possible for add or roll to
600 * When rolling on the hour-in-day or Calendar::HOUR_OF_DAY field, it will roll the
603 * NOTE: Do not use this method -- use roll(EDateFields, int, UErrorCode&) instead.
611 * @deprecated ICU 2.6. Use roll(UCalendarDateFields field, UBool up, UErrorCode& status) instead.
613 inline void roll(EDateFields field, UBool up, UErrorCode& status);
618 * time field. For example, to roll the current date up by one day, cal
2508 Calendar::roll(UCalendarDateFields field, UBool up, UErrorCode& status) function in class:Calendar
2515 Calendar::roll(EDateFields field, UBool up, UErrorCode& status) function in class:Calendar
    [all...]
gregocal.h 15 * Fixed bug in roll()
353 * For more information, see the documentation for Calendar::roll().
356 * @param amount Indicates amount to roll.
360 * @deprecated ICU 2.6. Use roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) instead.
362 virtual void roll(EDateFields field, int32_t amount, UErrorCode& status);
366 * For more information, see the documentation for Calendar::roll().
369 * @param amount Indicates amount to roll.
375 virtual void roll(UCalendarDateFields field, int32_t amount, UErrorCode& status);
  /hardware/ti/omap4xxx/camera/
SensorListener.cpp 52 float z = sen_events[i].vector.roll;
57 CAMHAL_LOGVB(" azimuth = %f pitch = %f roll = %f",
60 sen_events[i].vector.roll);
  /development/ndk/platforms/android-9/include/android/
sensor.h 102 float roll; member in struct:ASensorVector::__anon2631::__anon2633

Completed in 610 milliseconds

1 2 3 4 5 6 7 8 9