Searched defs:t2 (Results 1 - 25 of 75) sorted by relevance

123

/haiku-fatelf/src/add-ons/media/media-add-ons/mixer/
H A DMixerUtils.h13 template<class t> const t & max(const t &t1, const t &t2) { return (t1 > t2) ? t1 : t2; } argument
14 template<class t> const t & min(const t &t1, const t &t2) { return (t1 < t2) ? t1 : t2; } argument
/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A Ds_cbrt.c42 double xm, ym, u, t2; local
H A Ds_cbrtf.c42 float xm, ym, u, t2; local
H A De_hypotf.c30 float a,b,t1,t2,y1,y2,w; local
H A De_hypot.c59 double a,b,t1,t2,y1,y2,w; local
H A De_hypotl.c63 long double a,b,t1,t2,y1,y2,w; local
H A Dbranred.c58 double r[6],s,t,sum,b,bb,sum1,sum2,b1,bb1,b2,bb2,x1,x2,t1,t2; local
H A De_log2.c88 double hfsq,f,s,z,R,w,t1,t2,dk; local
H A De_log2f.c49 float hfsq,f,s,z,R,w,t1,t2,dk; local
H A De_logf.c52 float hfsq,f,s,z,R,w,t1,t2,dk; local
H A Dsincos32.c114 mp_no u,t,t1,t2,c,s; local
/haiku-fatelf/src/bin/bash/lib/sh/
H A Dtimeval.c69 struct timeval t1, t2; local
[all...]
/haiku-fatelf/src/tests/system/benchmarks/libMicro/
H A Dmktime.c81 struct tm t1, t2; local
[all...]
/haiku-fatelf/src/libs/iconv/
H A Dcp932.h105 unsigned char t2 local
171 unsigned char t2 = (((c1 - 0x21) & 1) ? 0x5e : 0) + (c2 - 0x21); local
[all...]
H A Djohab.h76 unsigned char t2 local
131 unsigned char t2 = ((t & 1) ? 0x5e : 0) + (c2 - 0x21); local
[all...]
H A Dsjis.h61 unsigned char t2 local
111 unsigned char t2 = (((c1 - 0x21) & 1) ? 0x5e : 0) + (c2 - 0x21); local
[all...]
/haiku-fatelf/src/libs/mapm/
H A Dmapm5sin.c118 M_APM tmp0, tmp1, t2, t3, t5; local
151 M_APM tmp0, tmp1, t2, t4; local
[all...]
/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfZipCompressor.cpp105 char *t2 = _tmpBuffer + (inSize + 1) / 2; local
207 const char *t2 = _tmpBuffer + (outSize + 1) / 2; local
H A DImfRleCompressor.cpp212 char *t2 = _tmpBuffer + (inSize + 1) / 2; local
307 const char *t2 = _tmpBuffer + (outSize + 1) / 2; local
/haiku-fatelf/src/tests/kits/net/urlRequest/
H A DurlProtocolListener_test.cpp101 TestThread t2; member in class:TestApp
/haiku-fatelf/src/bin/bash/
H A Dlocale.c466 char *temp, *t, *t2; local
/haiku-fatelf/src/bin/bc/lib/
H A Dtestmul.c135 clock_t t1, t2; local
/haiku-fatelf/src/kits/shared/
H A DSHA256.cpp166 uint32 t2 = s0 + maj; local
/haiku-fatelf/src/libs/agg/src/
H A Dagg_trans_affine.cpp73 double t2 = m2 * m.m0 + m3 * m.m2; local
/haiku-fatelf/src/libs/compat/freebsd_wlan/crypto/rijndael/
H A Drijndael-alg-fst.c864 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
1045 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
[all...]

Completed in 215 milliseconds

123