Home
last modified time | relevance | path

Searched refs:t64 (Results 1 – 25 of 1437) sorted by relevance

12345678910>>...58

/dports/emulators/vice/vice-3.5/src/tape/
H A Dt64.c296 if (t64->fd != NULL) { in t64_destroy()
299 lib_free(t64->file_name); in t64_destroy()
301 lib_free(t64); in t64_destroy()
358 if (t64 == NULL) { in t64_seek_to_next_file()
403 return t64_get_file_record(t64, (unsigned int)(t64->current_file_number)); in t64_get_current_file_record()
424 if (t64 == NULL || t64->fd == NULL || t64->current_file_number < 0 in t64_read()
429 rec = t64->file_records + t64->current_file_number; in t64_read()
591 int t64_close(t64_t *t64) in t64_close() argument
595 if (t64->fd != NULL) { in t64_close()
597 t64->fd = NULL; in t64_close()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/tape/
H A Dt64.c296 if (t64->fd != NULL) { in t64_destroy()
299 lib_free(t64->file_name); in t64_destroy()
301 lib_free(t64); in t64_destroy()
358 if (t64 == NULL) { in t64_seek_to_next_file()
403 return t64_get_file_record(t64, (unsigned int)(t64->current_file_number)); in t64_get_current_file_record()
424 if (t64 == NULL || t64->fd == NULL || t64->current_file_number < 0 in t64_read()
429 rec = t64->file_records + t64->current_file_number; in t64_read()
591 int t64_close(t64_t *t64) in t64_close() argument
595 if (t64->fd != NULL) { in t64_close()
597 t64->fd = NULL; in t64_close()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/vpx_dsp/arm/
H A Dhighbd_idct8x8_add_neon.c114 int64x2_t t64[8]; in idct8x8_12_half1d_bd12() local
180 t64[0] = in idct8x8_12_half1d_bd12()
182 t64[1] = vmlsl_lane_s32(t64[3], vget_high_s32(step2[5]), in idct8x8_12_half1d_bd12()
184 t64[2] = in idct8x8_12_half1d_bd12()
186 t64[3] = vmlal_lane_s32(t64[3], vget_high_s32(step2[5]), in idct8x8_12_half1d_bd12()
417 int64x2_t t64[8]; in idct8x8_64_half1d_bd12() local
448 t64[0] = vmlsl_lane_s32(t64[0], input_7l, vget_low_s32(cospis1), 0); in idct8x8_64_half1d_bd12()
510 t64[0] = in idct8x8_64_half1d_bd12()
512 t64[1] = vmlsl_lane_s32(t64[3], vget_high_s32(step2[5]), in idct8x8_64_half1d_bd12()
514 t64[2] = in idct8x8_64_half1d_bd12()
[all …]
/dports/devel/asl/asl-current/
H A Dmath64.h19 } t64; typedef
21 extern void add64(t64 *pRes, const t64 *pA, const t64 *pB);
23 extern void sub64(t64 *pRes, const t64 *pA, const t64 *pB);
25 extern void mul64(t64 *pRes, const t64 *pA, const t64 *pB);
27 extern void div64(t64 *pRes, const t64 *pA, const t64 *pB);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vpx_dsp/arm/
H A Dhighbd_idct_neon.h243 int64x2_t t64[8]; in idct8x8_64_half1d_bd12() local
274 t64[0] = vmlsl_lane_s32(t64[0], input7l, vget_low_s32(cospis1), 0); in idct8x8_64_half1d_bd12()
275 t64[1] = vmlsl_lane_s32(t64[1], input7h, vget_low_s32(cospis1), 0); in idct8x8_64_half1d_bd12()
276 t64[2] = vmlal_lane_s32(t64[2], input5l, vget_low_s32(cospis1), 1); in idct8x8_64_half1d_bd12()
277 t64[3] = vmlal_lane_s32(t64[3], input5h, vget_low_s32(cospis1), 1); in idct8x8_64_half1d_bd12()
278 t64[4] = vmlsl_lane_s32(t64[4], input5l, vget_high_s32(cospis1), 0); in idct8x8_64_half1d_bd12()
279 t64[5] = vmlsl_lane_s32(t64[5], input5h, vget_high_s32(cospis1), 0); in idct8x8_64_half1d_bd12()
336 t64[0] = in idct8x8_64_half1d_bd12()
338 t64[1] = vmlsl_lane_s32(t64[3], vget_high_s32(step2[5]), in idct8x8_64_half1d_bd12()
340 t64[2] = in idct8x8_64_half1d_bd12()
[all …]
H A Dhighbd_idct8x8_add_neon.c134 int64x2_t t64[8]; in idct8x8_12_half1d_bd12() local
157 t32[0] = vrshrn_n_s64(t64[0], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
158 t32[1] = vrshrn_n_s64(t64[1], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
159 t32[2] = vrshrn_n_s64(t64[2], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
160 t32[3] = vrshrn_n_s64(t64[3], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
161 t32[4] = vrshrn_n_s64(t64[4], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
162 t32[5] = vrshrn_n_s64(t64[5], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
200 t64[0] = in idct8x8_12_half1d_bd12()
202 t64[1] = vmlsl_lane_s32(t64[3], vget_high_s32(step2[5]), in idct8x8_12_half1d_bd12()
204 t64[2] = in idct8x8_12_half1d_bd12()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vpx_dsp/arm/
H A Dhighbd_idct_neon.h243 int64x2_t t64[8]; in idct8x8_64_half1d_bd12() local
274 t64[0] = vmlsl_lane_s32(t64[0], input7l, vget_low_s32(cospis1), 0); in idct8x8_64_half1d_bd12()
275 t64[1] = vmlsl_lane_s32(t64[1], input7h, vget_low_s32(cospis1), 0); in idct8x8_64_half1d_bd12()
276 t64[2] = vmlal_lane_s32(t64[2], input5l, vget_low_s32(cospis1), 1); in idct8x8_64_half1d_bd12()
277 t64[3] = vmlal_lane_s32(t64[3], input5h, vget_low_s32(cospis1), 1); in idct8x8_64_half1d_bd12()
278 t64[4] = vmlsl_lane_s32(t64[4], input5l, vget_high_s32(cospis1), 0); in idct8x8_64_half1d_bd12()
279 t64[5] = vmlsl_lane_s32(t64[5], input5h, vget_high_s32(cospis1), 0); in idct8x8_64_half1d_bd12()
336 t64[0] = in idct8x8_64_half1d_bd12()
338 t64[1] = vmlsl_lane_s32(t64[3], vget_high_s32(step2[5]), in idct8x8_64_half1d_bd12()
340 t64[2] = in idct8x8_64_half1d_bd12()
[all …]
H A Dhighbd_idct8x8_add_neon.c134 int64x2_t t64[8]; in idct8x8_12_half1d_bd12() local
157 t32[0] = vrshrn_n_s64(t64[0], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
158 t32[1] = vrshrn_n_s64(t64[1], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
159 t32[2] = vrshrn_n_s64(t64[2], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
160 t32[3] = vrshrn_n_s64(t64[3], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
161 t32[4] = vrshrn_n_s64(t64[4], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
162 t32[5] = vrshrn_n_s64(t64[5], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
200 t64[0] = in idct8x8_12_half1d_bd12()
202 t64[1] = vmlsl_lane_s32(t64[3], vget_high_s32(step2[5]), in idct8x8_12_half1d_bd12()
204 t64[2] = in idct8x8_12_half1d_bd12()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vpx_dsp/arm/
H A Dhighbd_idct_neon.h243 int64x2_t t64[8]; in idct8x8_64_half1d_bd12() local
274 t64[0] = vmlsl_lane_s32(t64[0], input7l, vget_low_s32(cospis1), 0); in idct8x8_64_half1d_bd12()
275 t64[1] = vmlsl_lane_s32(t64[1], input7h, vget_low_s32(cospis1), 0); in idct8x8_64_half1d_bd12()
276 t64[2] = vmlal_lane_s32(t64[2], input5l, vget_low_s32(cospis1), 1); in idct8x8_64_half1d_bd12()
277 t64[3] = vmlal_lane_s32(t64[3], input5h, vget_low_s32(cospis1), 1); in idct8x8_64_half1d_bd12()
278 t64[4] = vmlsl_lane_s32(t64[4], input5l, vget_high_s32(cospis1), 0); in idct8x8_64_half1d_bd12()
279 t64[5] = vmlsl_lane_s32(t64[5], input5h, vget_high_s32(cospis1), 0); in idct8x8_64_half1d_bd12()
336 t64[0] = in idct8x8_64_half1d_bd12()
338 t64[1] = vmlsl_lane_s32(t64[3], vget_high_s32(step2[5]), in idct8x8_64_half1d_bd12()
340 t64[2] = in idct8x8_64_half1d_bd12()
[all …]
H A Dhighbd_idct8x8_add_neon.c134 int64x2_t t64[8]; in idct8x8_12_half1d_bd12() local
157 t32[0] = vrshrn_n_s64(t64[0], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
158 t32[1] = vrshrn_n_s64(t64[1], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
159 t32[2] = vrshrn_n_s64(t64[2], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
160 t32[3] = vrshrn_n_s64(t64[3], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
161 t32[4] = vrshrn_n_s64(t64[4], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
162 t32[5] = vrshrn_n_s64(t64[5], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
200 t64[0] = in idct8x8_12_half1d_bd12()
202 t64[1] = vmlsl_lane_s32(t64[3], vget_high_s32(step2[5]), in idct8x8_12_half1d_bd12()
204 t64[2] = in idct8x8_12_half1d_bd12()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vpx_dsp/arm/
H A Dhighbd_idct_neon.h243 int64x2_t t64[8]; in idct8x8_64_half1d_bd12() local
274 t64[0] = vmlsl_lane_s32(t64[0], input7l, vget_low_s32(cospis1), 0); in idct8x8_64_half1d_bd12()
275 t64[1] = vmlsl_lane_s32(t64[1], input7h, vget_low_s32(cospis1), 0); in idct8x8_64_half1d_bd12()
276 t64[2] = vmlal_lane_s32(t64[2], input5l, vget_low_s32(cospis1), 1); in idct8x8_64_half1d_bd12()
277 t64[3] = vmlal_lane_s32(t64[3], input5h, vget_low_s32(cospis1), 1); in idct8x8_64_half1d_bd12()
278 t64[4] = vmlsl_lane_s32(t64[4], input5l, vget_high_s32(cospis1), 0); in idct8x8_64_half1d_bd12()
279 t64[5] = vmlsl_lane_s32(t64[5], input5h, vget_high_s32(cospis1), 0); in idct8x8_64_half1d_bd12()
336 t64[0] = in idct8x8_64_half1d_bd12()
338 t64[1] = vmlsl_lane_s32(t64[3], vget_high_s32(step2[5]), in idct8x8_64_half1d_bd12()
340 t64[2] = in idct8x8_64_half1d_bd12()
[all …]
H A Dhighbd_idct8x8_add_neon.c134 int64x2_t t64[8]; in idct8x8_12_half1d_bd12() local
157 t32[0] = vrshrn_n_s64(t64[0], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
158 t32[1] = vrshrn_n_s64(t64[1], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
159 t32[2] = vrshrn_n_s64(t64[2], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
160 t32[3] = vrshrn_n_s64(t64[3], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
161 t32[4] = vrshrn_n_s64(t64[4], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
162 t32[5] = vrshrn_n_s64(t64[5], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
200 t64[0] = in idct8x8_12_half1d_bd12()
202 t64[1] = vmlsl_lane_s32(t64[3], vget_high_s32(step2[5]), in idct8x8_12_half1d_bd12()
204 t64[2] = in idct8x8_12_half1d_bd12()
[all …]
/dports/multimedia/libvpx/libvpx-1.11.0/vpx_dsp/arm/
H A Dhighbd_idct_neon.h243 int64x2_t t64[8]; in idct8x8_64_half1d_bd12() local
274 t64[0] = vmlsl_lane_s32(t64[0], input7l, vget_low_s32(cospis1), 0); in idct8x8_64_half1d_bd12()
275 t64[1] = vmlsl_lane_s32(t64[1], input7h, vget_low_s32(cospis1), 0); in idct8x8_64_half1d_bd12()
276 t64[2] = vmlal_lane_s32(t64[2], input5l, vget_low_s32(cospis1), 1); in idct8x8_64_half1d_bd12()
277 t64[3] = vmlal_lane_s32(t64[3], input5h, vget_low_s32(cospis1), 1); in idct8x8_64_half1d_bd12()
278 t64[4] = vmlsl_lane_s32(t64[4], input5l, vget_high_s32(cospis1), 0); in idct8x8_64_half1d_bd12()
279 t64[5] = vmlsl_lane_s32(t64[5], input5h, vget_high_s32(cospis1), 0); in idct8x8_64_half1d_bd12()
336 t64[0] = in idct8x8_64_half1d_bd12()
338 t64[1] = vmlsl_lane_s32(t64[3], vget_high_s32(step2[5]), in idct8x8_64_half1d_bd12()
340 t64[2] = in idct8x8_64_half1d_bd12()
[all …]
H A Dhighbd_idct8x8_add_neon.c134 int64x2_t t64[8]; in idct8x8_12_half1d_bd12() local
157 t32[0] = vrshrn_n_s64(t64[0], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
158 t32[1] = vrshrn_n_s64(t64[1], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
159 t32[2] = vrshrn_n_s64(t64[2], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
160 t32[3] = vrshrn_n_s64(t64[3], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
161 t32[4] = vrshrn_n_s64(t64[4], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
162 t32[5] = vrshrn_n_s64(t64[5], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
200 t64[0] = in idct8x8_12_half1d_bd12()
202 t64[1] = vmlsl_lane_s32(t64[3], vget_high_s32(step2[5]), in idct8x8_12_half1d_bd12()
204 t64[2] = in idct8x8_12_half1d_bd12()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/arm/
H A Dhighbd_idct_neon.h243 int64x2_t t64[8]; in idct8x8_64_half1d_bd12() local
274 t64[0] = vmlsl_lane_s32(t64[0], input7l, vget_low_s32(cospis1), 0); in idct8x8_64_half1d_bd12()
275 t64[1] = vmlsl_lane_s32(t64[1], input7h, vget_low_s32(cospis1), 0); in idct8x8_64_half1d_bd12()
276 t64[2] = vmlal_lane_s32(t64[2], input5l, vget_low_s32(cospis1), 1); in idct8x8_64_half1d_bd12()
277 t64[3] = vmlal_lane_s32(t64[3], input5h, vget_low_s32(cospis1), 1); in idct8x8_64_half1d_bd12()
278 t64[4] = vmlsl_lane_s32(t64[4], input5l, vget_high_s32(cospis1), 0); in idct8x8_64_half1d_bd12()
279 t64[5] = vmlsl_lane_s32(t64[5], input5h, vget_high_s32(cospis1), 0); in idct8x8_64_half1d_bd12()
336 t64[0] = in idct8x8_64_half1d_bd12()
338 t64[1] = vmlsl_lane_s32(t64[3], vget_high_s32(step2[5]), in idct8x8_64_half1d_bd12()
340 t64[2] = in idct8x8_64_half1d_bd12()
[all …]
H A Dhighbd_idct8x8_add_neon.c134 int64x2_t t64[8]; in idct8x8_12_half1d_bd12() local
157 t32[0] = vrshrn_n_s64(t64[0], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
158 t32[1] = vrshrn_n_s64(t64[1], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
159 t32[2] = vrshrn_n_s64(t64[2], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
160 t32[3] = vrshrn_n_s64(t64[3], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
161 t32[4] = vrshrn_n_s64(t64[4], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
162 t32[5] = vrshrn_n_s64(t64[5], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
200 t64[0] = in idct8x8_12_half1d_bd12()
202 t64[1] = vmlsl_lane_s32(t64[3], vget_high_s32(step2[5]), in idct8x8_12_half1d_bd12()
204 t64[2] = in idct8x8_12_half1d_bd12()
[all …]
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vpx_dsp/arm/
H A Dhighbd_idct_neon.h243 int64x2_t t64[8]; in idct8x8_64_half1d_bd12() local
274 t64[0] = vmlsl_lane_s32(t64[0], input7l, vget_low_s32(cospis1), 0); in idct8x8_64_half1d_bd12()
275 t64[1] = vmlsl_lane_s32(t64[1], input7h, vget_low_s32(cospis1), 0); in idct8x8_64_half1d_bd12()
276 t64[2] = vmlal_lane_s32(t64[2], input5l, vget_low_s32(cospis1), 1); in idct8x8_64_half1d_bd12()
277 t64[3] = vmlal_lane_s32(t64[3], input5h, vget_low_s32(cospis1), 1); in idct8x8_64_half1d_bd12()
278 t64[4] = vmlsl_lane_s32(t64[4], input5l, vget_high_s32(cospis1), 0); in idct8x8_64_half1d_bd12()
279 t64[5] = vmlsl_lane_s32(t64[5], input5h, vget_high_s32(cospis1), 0); in idct8x8_64_half1d_bd12()
336 t64[0] = in idct8x8_64_half1d_bd12()
338 t64[1] = vmlsl_lane_s32(t64[3], vget_high_s32(step2[5]), in idct8x8_64_half1d_bd12()
340 t64[2] = in idct8x8_64_half1d_bd12()
[all …]
H A Dhighbd_idct8x8_add_neon.c134 int64x2_t t64[8]; in idct8x8_12_half1d_bd12() local
157 t32[0] = vrshrn_n_s64(t64[0], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
158 t32[1] = vrshrn_n_s64(t64[1], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
159 t32[2] = vrshrn_n_s64(t64[2], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
160 t32[3] = vrshrn_n_s64(t64[3], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
161 t32[4] = vrshrn_n_s64(t64[4], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
162 t32[5] = vrshrn_n_s64(t64[5], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
200 t64[0] = in idct8x8_12_half1d_bd12()
202 t64[1] = vmlsl_lane_s32(t64[3], vget_high_s32(step2[5]), in idct8x8_12_half1d_bd12()
204 t64[2] = in idct8x8_12_half1d_bd12()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/vpx_dsp/arm/
H A Dhighbd_idct_neon.h243 int64x2_t t64[8]; in idct8x8_64_half1d_bd12() local
274 t64[0] = vmlsl_lane_s32(t64[0], input7l, vget_low_s32(cospis1), 0); in idct8x8_64_half1d_bd12()
275 t64[1] = vmlsl_lane_s32(t64[1], input7h, vget_low_s32(cospis1), 0); in idct8x8_64_half1d_bd12()
276 t64[2] = vmlal_lane_s32(t64[2], input5l, vget_low_s32(cospis1), 1); in idct8x8_64_half1d_bd12()
277 t64[3] = vmlal_lane_s32(t64[3], input5h, vget_low_s32(cospis1), 1); in idct8x8_64_half1d_bd12()
278 t64[4] = vmlsl_lane_s32(t64[4], input5l, vget_high_s32(cospis1), 0); in idct8x8_64_half1d_bd12()
279 t64[5] = vmlsl_lane_s32(t64[5], input5h, vget_high_s32(cospis1), 0); in idct8x8_64_half1d_bd12()
336 t64[0] = in idct8x8_64_half1d_bd12()
338 t64[1] = vmlsl_lane_s32(t64[3], vget_high_s32(step2[5]), in idct8x8_64_half1d_bd12()
340 t64[2] = in idct8x8_64_half1d_bd12()
[all …]
H A Dhighbd_idct8x8_add_neon.c134 int64x2_t t64[8]; in idct8x8_12_half1d_bd12() local
157 t32[0] = vrshrn_n_s64(t64[0], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
158 t32[1] = vrshrn_n_s64(t64[1], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
159 t32[2] = vrshrn_n_s64(t64[2], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
160 t32[3] = vrshrn_n_s64(t64[3], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
161 t32[4] = vrshrn_n_s64(t64[4], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
162 t32[5] = vrshrn_n_s64(t64[5], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
200 t64[0] = in idct8x8_12_half1d_bd12()
202 t64[1] = vmlsl_lane_s32(t64[3], vget_high_s32(step2[5]), in idct8x8_12_half1d_bd12()
204 t64[2] = in idct8x8_12_half1d_bd12()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/vpx_dsp/arm/
H A Dhighbd_idct_neon.h243 int64x2_t t64[8]; in idct8x8_64_half1d_bd12() local
274 t64[0] = vmlsl_lane_s32(t64[0], input7l, vget_low_s32(cospis1), 0); in idct8x8_64_half1d_bd12()
275 t64[1] = vmlsl_lane_s32(t64[1], input7h, vget_low_s32(cospis1), 0); in idct8x8_64_half1d_bd12()
276 t64[2] = vmlal_lane_s32(t64[2], input5l, vget_low_s32(cospis1), 1); in idct8x8_64_half1d_bd12()
277 t64[3] = vmlal_lane_s32(t64[3], input5h, vget_low_s32(cospis1), 1); in idct8x8_64_half1d_bd12()
278 t64[4] = vmlsl_lane_s32(t64[4], input5l, vget_high_s32(cospis1), 0); in idct8x8_64_half1d_bd12()
279 t64[5] = vmlsl_lane_s32(t64[5], input5h, vget_high_s32(cospis1), 0); in idct8x8_64_half1d_bd12()
336 t64[0] = in idct8x8_64_half1d_bd12()
338 t64[1] = vmlsl_lane_s32(t64[3], vget_high_s32(step2[5]), in idct8x8_64_half1d_bd12()
340 t64[2] = in idct8x8_64_half1d_bd12()
[all …]
H A Dhighbd_idct8x8_add_neon.c134 int64x2_t t64[8]; in idct8x8_12_half1d_bd12() local
157 t32[0] = vrshrn_n_s64(t64[0], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
158 t32[1] = vrshrn_n_s64(t64[1], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
159 t32[2] = vrshrn_n_s64(t64[2], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
160 t32[3] = vrshrn_n_s64(t64[3], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
161 t32[4] = vrshrn_n_s64(t64[4], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
162 t32[5] = vrshrn_n_s64(t64[5], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
200 t64[0] = in idct8x8_12_half1d_bd12()
202 t64[1] = vmlsl_lane_s32(t64[3], vget_high_s32(step2[5]), in idct8x8_12_half1d_bd12()
204 t64[2] = in idct8x8_12_half1d_bd12()
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/none/tests/s390x/
H A Dlpr.c55 void t64(unsigned long value) in t64() function
84 t64(0); t64(1); t64(-1); in main()
85 t64(INT_MAX); t64(INT_MIN); t64(UINT_MAX); in main()
86 t64(LONG_MAX); t64(LONG_MIN); t64(ULONG_MAX); in main()
89 t3264(0); t3264(1); t64(-1); in main()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/none/tests/s390x/
H A Dlpr.c55 void t64(unsigned long value) in t64() function
84 t64(0); t64(1); t64(-1); in main()
85 t64(INT_MAX); t64(INT_MIN); t64(UINT_MAX); in main()
86 t64(LONG_MAX); t64(LONG_MIN); t64(ULONG_MAX); in main()
89 t3264(0); t3264(1); t64(-1); in main()
/dports/lang/rexx-regina/regina-rexx-3.9.3/contrib/
H A Dtime64.h71 typedef rx_64 t64; typedef
72 #define time_t t64
73 t64 time_64(t64 *pt);
74 struct tm *localtime_64(t64 *pt);
75 double difftime_64(t64 time1, t64 time0);
76 t64 mktime_64( struct tm *today );
77 struct tm *gmtime_64(t64 *t);

12345678910>>...58