Searched refs:t2 (Results 1 - 25 of 48) sorted by last modified time

12

/haiku/src/bin/network/traceroute/
H A Dtraceroute.c1041 struct timeval t1, t2; local
1065 (void)gettimeofday(&t2, NULL);
1078 T = deltaT(&t1, &t2);
/haiku/src/libs/icon/shape/
H A DVectorPath.cpp741 double t2 = (1 - t) * (1 - t) * t * 3; local
746 point.x = fPath[index].point.x * t1 + fPath[index].point_out.x * t2
750 point.y = fPath[index].point.y * t1 + fPath[index].point_out.y * t2
755 + fPath[fPointCount - 1].point_out.x * t2
759 + fPath[fPointCount - 1].point_out.y * t2
/haiku/src/libs/agg/src/
H A Dagg_trans_affine.cpp73 double t2 = shx * m.sx + sy * m.shx; local
79 shx = t2;
/haiku/headers/libs/agg/
H A Dagg_trans_affine.h340 double t2 = shx * ca - sy * sa; local
346 shx = t2;
/haiku/src/system/kernel/arch/riscv64/
H A Darch_thread.cpp195 signalFrameData->context.uc_mcontext.x[ 6] = frame->t2;
280 frame->t2 = signalFrameData->context.uc_mcontext.x[ 6];
H A Darch_user_debugger.cpp56 frame->t2 = cpuState->x[ 6];
106 cpuState->x[ 6] = frame->t2;
/haiku/headers/private/kernel/arch/riscv64/
H A Darch_thread_types.h28 uint64 t2; member in struct:iframe
/haiku/src/system/libroot/posix/pthread/
H A Dpthread.cpp192 pthread_equal(pthread_t t1, pthread_t t2) argument
194 return t1 == t2;
/haiku/headers/posix/
H A Dpthread.h244 extern int pthread_equal(pthread_t t1, pthread_t t2);
/haiku/src/system/boot/platform/riscv/
H A Dtraps.cpp26 uint64 t2; member in struct:iframe
/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapBilinear.h210 uint8 t2 = t[2]; local
216 d[2] = t2;
220 d[2] = ((t2 - d[2]) * t3 + (d[2] << 8)) >> 8;
386 uint32 t2 = (s[2] * wLeft + s[6] * wRight) local
393 t2 += (s[2] * wLeft + s[6] * wRight) * wBottom;
397 d[2] = t2 >> 16;
/haiku/src/add-ons/translators/wonderbrush/support/
H A Dblending.h38 uint16 t1, uint16 t2, uint16 t3, uint8 ta, // top components
44 *d2 = kInverseGammaTable[(b2 * destAlpha + t2 * ta) / 255];
53 *d2 = kInverseGammaTable[(b2 * alphaDest + t2 * alphaSrc) / alphaTemp];
62 uint8 t1, uint8 t2, uint8 t3, uint8 ta, // top components
67 uint16 gt2 = kGammaTable[t2];
243 uint16 t2 = kGammaTable[top[1]]; local
252 bottom[1] = kInverseGammaTable[(b2 * invAlpha + t2 * mergeAlpha) / 255];
272 uint16 t2 = kGammaTable[top[1]]; local
281 dest[1] = kInverseGammaTable[(b2 * invAlpha + t2 * mergeAlpha) / 255];
307 uint16 t2 local
37 blend_gamma(uint16 b1, uint16 b2, uint16 b3, uint8 ba, uint16 t1, uint16 t2, uint16 t3, uint8 ta, uint8* d1, uint8* d2, uint8* d3, uint8* da) argument
61 blend(uint8 b1, uint8 b2, uint8 b3, uint8 ba, uint8 t1, uint8 t2, uint8 t3, uint8 ta, uint8* d1, uint8* d2, uint8* d3, uint8* da) argument
337 uint16 t2 = kGammaTable[top[1]]; local
[all...]
/haiku/src/system/boot/platform/bios_ia32/
H A Dsmp.cpp324 int64 t1, t2; local
344 t2 = system_time();
349 = (uint32)((1000000.0/(t2 - t1)) * count);
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dtime.h70 void timevaladd(struct timeval *t1, const struct timeval *t2);
71 void timevalsub(struct timeval *t1, const struct timeval *t2);
/haiku/src/libs/compat/openbsd_wlan/crypto/
H A Daes.c113 uint32_t t0, t1, t2, t3, t4, t5, t6, t7, t8, t9; local
161 t2 = y12 & y15;
163 t4 = t3 ^ t2;
165 t6 = t5 ^ t2;
/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_time.c117 timevaladd(struct timeval *t1, const struct timeval *t2) argument
120 t1->tv_sec += t2->tv_sec;
121 t1->tv_usec += t2->tv_usec;
126 timevalsub(struct timeval *t1, const struct timeval *t2) argument
129 t1->tv_sec -= t2->tv_sec;
130 t1->tv_usec -= t2->tv_usec;
/haiku/src/system/boot/platform/efi/arch/x86/
H A Darch_smp.cpp131 int64 t1, t2; local
153 t2 = system_time();
158 = (uint32)((1000000.0/(t2 - t1)) * count);
/haiku/src/kits/storage/sniffer/
H A DParser.cpp1046 const Token *t2 = stream.Get(); local
1048 const Token *tokenOfInterest = (t2->Type() == CaseInsensitiveFlag) ? stream.Get() : t2;
1049 if (t2 != tokenOfInterest)
/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Darch_traps.h16 uint64 t2; member in struct:iframe
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/sample/
H A Dsample.c219 * check as it can just NOT populate t2/t3. It also means
231 if (sched->t2 != 0 && (! is_aggr)) {
921 rc[2].tries = sched->t2;
947 s2code, sched->t2, /* series 2 */
H A Dsample.h74 uint8_t t2, r2; /* series 2: tries, rate code */ member in struct:txschedule
/haiku/src/system/libroot/posix/musl/math/
H A Dpow.c39 double_t z, r, y, invc, logc, logctail, kd, hi, t1, t2, lo, lo1, lo2, p; local
73 t2 = t1 + r;
75 lo2 = t1 - t2 + r;
84 hi = t2 + ar2;
86 lo4 = t2 - hi + ar2;
90 hi = t2 + arhi2;
92 lo4 = t2 - hi + arhi2;
H A Dlog1p.c72 double_t hfsq,f,c,s,z,R,w,t1,t2,dk; local
118 t2 = z*(Lg1+w*(Lg3+w*(Lg5+w*Lg7)));
119 R = t2 + t1;
H A Dlog1pf.c27 float_t hfsq,f,c,s,z,R,w,t1,t2,dk; local
72 t2= z*(Lg1+w*Lg3);
73 R = t2 + t1;
H A Dlog2.c30 double_t z, r, r2, r4, y, invc, logc, kd, hi, lo, t1, t2, t3, p; local
97 t2 = r * InvLn2lo + __builtin_fma(r, InvLn2hi, -t1);
105 t2 = rlo * InvLn2hi + r * InvLn2lo;
111 lo = t3 - hi + t1 + t2;

Completed in 189 milliseconds

12