Searched refs:f3 (Results 1 - 12 of 12) sorted by relevance

/haiku/docs/apps/mail/Mass Mailing Tips/
H A DMailToTemplate11 Name=$(catattr META:name "$PeopleFile" | sed s/\ \:\ /%/g | cut -f3 -d\%)
12 EMail=$(catattr META:email "$PeopleFile" | sed s/\ \:\ /%/g | cut -f3 -d\%)
13 Company=$(catattr META:company "$PeopleFile" | sed s/\ \:\ /%/g | cut -f3 -d\%)
/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.h223 unsigned f3, f4; local
233 f3 = clipping_flags_y(y3, m_clip_box);
234 line_clip_y(ras, x1, y1, m_clip_box.x2, y3, f1, f3);
235 line_clip_y(ras, m_clip_box.x2, y3, m_clip_box.x2, y2, f3, f2);
240 f3 = clipping_flags_y(y3, m_clip_box);
241 line_clip_y(ras, m_clip_box.x2, y1, m_clip_box.x2, y3, f1, f3);
242 line_clip_y(ras, m_clip_box.x2, y3, x2, y2, f3, f2);
251 f3 = clipping_flags_y(y3, m_clip_box);
252 line_clip_y(ras, x1, y1, m_clip_box.x1, y3, f1, f3);
253 line_clip_y(ras, m_clip_box.x1, y3, m_clip_box.x1, y2, f3, f
[all...]
/haiku/src/system/libroot/os/arch/sparc/
H A Dfpu_explode.c160 #define FP_TOF(exp, expbias, allfrac, f0, f1, f2, f3) \
168 fp->fp_mant[3] = f3; \
178 fp->fp_mant[3] = f3; \
185 fp->fp_mant[3] = f3; \
240 uint32_t frac, f0, f1, f2, f3; local
251 f3 = l << EXT_SHIFT;
253 FP_TOF(exp, EXT_EXP_BIAS, frac, f0, f1, f2, f3);
/haiku/3rdparty/kallisti5/
H A DvalidateBootstrapRepo39 REV=$(echo $i | cut -d'-' -f3)
/haiku/src/system/kernel/arch/riscv64/
H A Darch_asm.S61 fsd f3, 3*8(a0)
101 fld f3, 3*8(a0)
/haiku/headers/private/kernel/arch/ppc/
H A Darch_cpu.h93 double f3; member in struct:iframe
/haiku/src/system/kernel/arch/ppc/
H A Darch_exceptions.S246 stfdu %f3, -8(%r1)
427 lfdu %f3, 8(%r2)
H A Darch_exceptions_440.S249 stfdu %f3, -8(%r1)
430 lfdu %f3, 8(%r2)
/haiku/
H A Dconfigure811 clangVersion=`$HAIKU_clang -v 2>&1 | head -1 | cut -d " " -f3`
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_reset.c5486 int32_t f3 = sin_2phi_1 - sin_2phi_2; local
5491 f2 = (((int64_t)f1 * (int64_t)f1) / result_shift) + (((int64_t)f3 * (int64_t)f3) / result_shift);
5500 mag_tx = f1 * (mag_a0_d0 - mag_a1_d0) + f3 * (phs_a0_d0 - phs_a1_d0);
5502 phs_tx = f3 * (-mag_a0_d0 + mag_a1_d0) + f1 * (phs_a0_d0 - phs_a1_d0);

Completed in 139 milliseconds