Searched refs:f2 (Results 1 - 15 of 15) sorted by relevance

/haiku/src/system/libroot/posix/stdlib/
H A Dmerge.c104 u_char *f1, *f2, *t, *b, *tp2, *q, *l1, *l2; local
132 f2 = l1 = list1 + (p2 - list2);
136 while (f1 < l1 && f2 < l2) {
137 if (CMP(f1, f2) <= 0) {
138 q = f2;
143 b = f2, t = l2;
187 ICOPY_LIST(f2, tp2, b);
190 CCOPY_LIST(f2, tp2, b);
196 ICOPY_ELT(f2, tp2, i);
199 CCOPY_ELT(f2, tp
259 u_char *f1, *f2, *s, *l2, *last, *p2; local
[all...]
/haiku/src/add-ons/translators/exr/
H A DEXRGamma.cpp37 float f2 = (f0 + f1) / 2; local
38 float y2 = knee (x, f2);
41 f1 = f2;
43 f0 = f2;
/haiku/headers/posix/arch/m68k/
H A Dsignal.h22 f1,f2,f3,f4,f5,f6,f7,f8,f9,f10,f11,f12,f13; /* fp volatile regs */ member in struct:vregs
/haiku/headers/posix/arch/ppc/
H A Dsignal.h24 f1,f2,f3,f4,f5,f6,f7,f8,f9,f10,f11,f12,f13; /* fp volatile regs */ member in struct:vregs
/haiku/headers/libs/agg/
H A Dagg_rasterizer_sl_clip.h150 unsigned f1, unsigned f2) const
153 f2 &= 10;
154 if((f1 | f2) == 0)
161 if(f1 == f2)
184 if(f2 & 8) // y2 < clip.y1
190 if(f2 & 2) // y2 > clip.y2
208 unsigned f2 = clipping_flags(x2, y2, m_clip_box); local
210 if((m_f1 & 10) == (f2 & 10) && (m_f1 & 10) != 0)
215 m_f1 = f2;
225 switch(((f1 & 5) << 1) | (f2
[all...]
H A Dagg_clip_liang_barsky.h275 unsigned f2 = clipping_flags(*x2, *y2, clip_box); local
278 if((f2 | f1) == 0)
285 (f1 & clipping_flags_x_clipped) == (f2 & clipping_flags_x_clipped))
292 (f1 & clipping_flags_y_clipped) == (f2 & clipping_flags_y_clipped))
314 if(f2)
316 if(!clip_move_point(tx1, ty1, tx2, ty2, clip_box, x2, y2, f2))
/haiku/src/system/libroot/os/arch/sparc/
H A Dfpu_explode.c160 #define FP_TOF(exp, expbias, allfrac, f0, f1, f2, f3) \
167 fp->fp_mant[2] = f2; \
177 fp->fp_mant[2] = f2; \
184 fp->fp_mant[2] = f2; \
219 uint32_t frac, f0, f1, f2; local
226 f2 = j << (32 - DBL_SHIFT);
228 FP_TOF(exp, DBL_EXP_BIAS, frac, f0, f1, f2, 0);
240 uint32_t frac, f0, f1, f2, f3; local
250 f2 = (k << EXT_SHIFT) | (l >> (32 - EXT_SHIFT));
253 FP_TOF(exp, EXT_EXP_BIAS, frac, f0, f1, f2, f
[all...]
/haiku/3rdparty/kallisti5/
H A DvalidateBootstrapRepo44 FOUND_REV=$(grep "REVISION=" $RECIPE | cut -d'=' -f2)
/haiku/src/tests/
H A Dqemu-boot-test59 eval BIOS=$(echo "$PLATFORM" | cut -d":" -f2)
63 eval BIOS=$(echo "$PLATFORM" | cut -d":" -f2)
/haiku/src/system/kernel/arch/riscv64/
H A Darch_asm.S60 fsd f2, 2*8(a0)
100 fld f2, 2*8(a0)
/haiku/headers/private/kernel/arch/ppc/
H A Darch_cpu.h94 double f2; member in struct:iframe
/haiku/src/system/kernel/arch/ppc/
H A Darch_exceptions.S245 stfdu %f2, -8(%r1)
428 lfdu %f2, 8(%r2)
H A Darch_exceptions_440.S248 stfdu %f2, -8(%r1)
431 lfdu %f2, 8(%r2)
/haiku/src/apps/cortex/NodeManager/
H A DNodeRef.cpp830 media_format* f2 = const_cast<media_format*>(&endpoint.format); local
831 if(format && !f1->Matches(f2))
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_reset.c5492 int32_t f2; local
5496 f2 = (((int64_t)f1 * (int64_t)f1) / result_shift) + (((int64_t)f3 * (int64_t)f3) / result_shift);
5498 if (0 == f2) {
5509 mag_tx = (mag_tx / f2);
5510 phs_tx = (phs_tx / f2);

Completed in 105 milliseconds