/third_party/ffmpeg/libavfilter/ |
H A D | vf_showinfo.c | 69 double yaw, pitch, roll; in dump_spherical() local 90 roll = ((double)spherical->roll) / (1 << 16); in dump_spherical() 91 av_log(ctx, AV_LOG_INFO, "(%f/%f/%f) ", yaw, pitch, roll); in dump_spherical()
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/ |
H A D | HolidayCalendarDemo.java | 525 c.roll(Calendar.DATE, false); in calculate() 529 c.roll(Calendar.DATE, true); in calculate()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | calregts.cpp | 1198 testCal->roll(UCAL_WEEK_OF_YEAR, amount,status); in test4103271() 1206 opTypeStr = UnicodeString("roll(WOY,", ""); in test4103271() 1221 testCal->roll(UCAL_WEEK_OF_YEAR, -amount,status); in test4103271() 1366 log(UnicodeString(" roll(HOUR,") + (amt<0?"":"+")+amt + ")= "); in test4114578() 1367 cal->roll(UCAL_HOUR, amt,status); in test4114578() 1381 if (fail) errln("Fail: roll/add misbehaves around DST onset/cease"); in test4114578() 1579 * Bug states that ArrayIndexOutOfBoundsException is thrown by GregorianCalendar::roll() 1592 calendar->roll((UCalendarDateFields)-1, true, status); in test4142933() 2230 // Uncomment these lines when add/roll supported on these fields. in TestJ81() 2260 cal.roll(DAT in TestJ81() [all...] |
H A D | dadrcal.cpp | 86 const UnicodeString kROLL("roll", ""); in testOps() 243 toCalendar->roll((UCalendarDateFields)q, in testOps()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
H A D | DataDrivenCalendarTest.java | 169 private static final String kROLL = "roll"; 267 toCalendar.roll(q, in testOps()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
H A D | DataDrivenCalendarTest.java | 172 private static final String kROLL = "roll"; 270 toCalendar.roll(q, in testOps()
|
/third_party/skia/third_party/externals/angle2/util/ |
H A D | Matrix.cpp | 130 Matrix4 Matrix4::rollPitchYaw(float roll, float pitch, float yaw) in rollPitchYaw() argument 133 rotate(roll, Vector3(1, 0, 0)); in rollPitchYaw()
|
/third_party/ffmpeg/libavformat/ |
H A D | matroskadec.c | 201 double roll; member 504 { MATROSKA_ID_VIDEOPROJECTIONPOSEROLL, EBML_FLOAT, 0, 0, offsetof(MatroskaTrackVideoProjection, roll), { .f = 0.0 } }, 2242 double pitch = proj->pitch, yaw = proj->yaw, roll = proj->roll; in mkv_create_display_matrix() local 2246 if (pitch == 0.0 && yaw == 0.0 && roll == 0.0) in mkv_create_display_matrix() 2252 isnan(roll)) { in mkv_create_display_matrix() 2254 "projection in stream %u (yaw %f, pitch %f, roll %f)\n", in mkv_create_display_matrix() 2255 st->index, yaw, pitch, roll); in mkv_create_display_matrix() 2266 * to be oriented clockwise, so we need to negate roll. in mkv_create_display_matrix() 2270 av_display_rotation_set(matrix, roll * ( in mkv_create_display_matrix() [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/crypto/des/ |
H A D | crypt586.S | 846 roll $23,%eax 853 roll $10,%esi 860 roll $18,%edi 867 roll $12,%esi
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/crypto/des/ |
H A D | crypt586.S | 846 roll $23,%eax 853 roll $10,%esi 860 roll $18,%edi 867 roll $12,%esi
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm/crypto/des/ |
H A D | crypt586.S | 844 roll $23,%eax 851 roll $10,%esi 858 roll $18,%edi 865 roll $12,%esi
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/crypto/des/ |
H A D | crypt586.S | 844 roll $23,%eax 851 roll $10,%esi 858 roll $18,%edi 865 roll $12,%esi
|
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/crypto/des/ |
H A D | crypt586.S | 846 roll $23,%eax 853 roll $10,%esi 860 roll $18,%edi 867 roll $12,%esi
|
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/crypto/des/ |
H A D | crypt586.S | 846 roll $23,%eax 853 roll $10,%esi 860 roll $18,%edi 867 roll $12,%esi
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/crypto/des/ |
H A D | crypt586.S | 846 roll $23,%eax 853 roll $10,%esi 860 roll $18,%edi 867 roll $12,%esi
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/crypto/des/ |
H A D | crypt586.S | 846 roll $23,%eax 853 roll $10,%esi 860 roll $18,%edi 867 roll $12,%esi
|
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | zic.c | 415 static char roll[TZ_MAX_LEAPS]; variable 1908 if (roll[i]) { in writezone() 2805 roll[j] = roll[j - 1]; in leapadd() 2809 roll[i] = rolling; in leapadd()
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | zic.c | 414 static char roll[TZ_MAX_LEAPS]; variable 1907 if (roll[i]) { in writezone() 2804 roll[j] = roll[j - 1]; in leapadd() 2808 roll[i] = rolling; in leapadd()
|
/third_party/tzdata/ |
H A D | zic.c | 454 static char roll[TZ_MAX_LEAPS]; variable 2741 if (roll[i]) { in writezone() 3543 memmove(&roll[i + 1], &roll[i], (leapcnt - i) * sizeof *roll); in leapadd() 3546 roll[i] = rolling; in leapadd()
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/ |
H A D | CalendarCalc.java | 418 * to add or roll its value. 433 c.roll(field, isUp); in dateFieldChanged()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
H A D | quaternion.hpp | 111 /// Build a quaternion from euler angles (pitch, yaw, roll), in radians. 254 /// Returns euler angles, pitch as x, yaw as y, roll as z. 261 /// Returns roll value of euler angles expressed in radians. 265 GLM_FUNC_DECL T roll(tquat<T, P> const & x);
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/crypto/camellia/ |
H A D | cmll-x86_64.s | 263 roll $1,%eax 268 roll $1,%ecx 549 roll $1,%eax 554 roll $1,%ecx
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/crypto/camellia/ |
H A D | cmll-x86.S | 338 roll $1,%esi 349 roll $1,%ecx 702 roll $1,%esi 713 roll $1,%ecx
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/crypto/camellia/ |
H A D | cmll-x86_64.s | 268 roll $1,%eax 273 roll $1,%ecx 559 roll $1,%eax 564 roll $1,%ecx
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/crypto/camellia/ |
H A D | cmll-x86.S | 338 roll $1,%esi 349 roll $1,%ecx 702 roll $1,%esi 713 roll $1,%ecx
|