Searched refs:q3 (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A Dupow.h66 q2 = -0.5, q3 = 3.3333333333331404e-01, q4 = -2.4999999999996436e-01, variable
H A De_pow.c262 t2=(((t-t1)+e)+nx*ln2b.x+ui.x[i+3]+e2)+e*e*(q2+e*(q3+e*(q4+e*(q5+e*q6))));
/haiku-fatelf/headers/libs/agg/
H A Dagg_image_filters.h240 double q0, q1, q2, q3; member in class:agg::image_filter_mitchell
250 q3((-b - 6.0 * c) / 6.0)
257 if(x < 2.0) return q0 + x * (q1 + x * (q2 + x * q3));
H A Dagg_blur.h1085 calc_type q3 = calc_type(q2 * q); local
1090 0.422205 * q3));
1094 1.26661 * q3);
1097 -1.26661 * q3);
1099 calc_type b3 = calc_type(0.422205 * q3);
/haiku-fatelf/src/add-ons/translators/webp/libwebp/enc/
H A Dfilter.c83 const int q0 = p[0], q1 = p[step], q2 = p[2*step], q3 = p[3*step]; local
87 abs0[255 + p1 - p0] <= it && abs0[255 + q3 - q2] <= it &&
/haiku-fatelf/src/add-ons/translators/exr/openexr/imath/
H A DImathQuat.h82 const Quat<T> &q2, const Quat<T> &q3,
361 const Quat<T> &q2, const Quat<T> &q3,
370 // Given a set of quaternion keys: q0, q1, q2, q3,
380 // The q0 is from the previous adjacent segment and q3 is
381 // from the next adjacent segment. The q0 and q3 are used
386 Quat<T> qb = intermediate (q1, q2, q3);
360 spline(const Quat<T> &q0, const Quat<T> &q1, const Quat<T> &q2, const Quat<T> &q3, T t) argument
/haiku-fatelf/src/add-ons/translators/webp/libwebp/dec/
H A Ddsp.c539 const int q0 = p[0], q1 = p[step], q2 = p[2*step], q3 = p[3*step]; local
543 abs0[255 + p1 - p0] <= it && abs0[255 + q3 - q2] <= it &&

Completed in 71 milliseconds