Home
last modified time | relevance | path

Searched refs:tre (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Daf_afirdsp.h45 const float tre = t[2 * n ]; in fcmul_add_c() local
48 sum[2 * n ] += tre * cre - tim * cim; in fcmul_add_c()
49 sum[2 * n + 1] += tre * cim + tim * cre; in fcmul_add_c()
62 const double tre = t[2 * n ]; in dcmul_add_c() local
65 sum[2 * n ] += tre * cre - tim * cim; in dcmul_add_c()
66 sum[2 * n + 1] += tre * cim + tim * cre; in dcmul_add_c()
/third_party/ffmpeg/tests/checkasm/
H A Daf_afir.c60 float tre = src1[idx]; in test_fcmul_add() local
63 fabs(tre) + fabs(tim) + fabs(cre) + fabs(cim) + in test_fcmul_add()
64 fabs(tre * cre) + fabs(tim * cim) + in test_fcmul_add()
65 fabs(tre * cim) + fabs(tim * cre) + in test_fcmul_add()
66 fabs(tre * cre - tim * cim) + in test_fcmul_add()
67 fabs(tre * cim + tim * cre) + in test_fcmul_add()
/third_party/node/deps/v8/src/codegen/s390/
H A Dconstants-s390.h1234 V(tre, TRE, 0xB2A5) /* type = RRE TRANSLATE EXTENDED */ \

Completed in 6 milliseconds