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

/haiku/src/add-ons/screen_savers/flurry/
H A DStar.cpp62 float cf; local
81 cf = ((float)(cos(7.0 * ((info->fTime) * rotationsPerSecond))
84 cf /= 6.0f;
85 cf += 0.75f;
88 s->position[0] = 250.0f * cf * (float)cos(11.0 * (thisPointInRadians
90 s->position[1] = 250.0f * cf * (float)sin(12.0 * (thisPointInRadians
H A DSpark.cpp109 float cf; local
160 cf = ((float)(cos(7.0 * ((info->fTime) * rotationsPerSecond))
163 cf /= 6.0f;
164 cf += 2.0f;
183 float cf; local
246 cf = ((float)cos(7.0 * ((info->fTime) * rotationsPerSecond)
249 cf /= 6.0f;
250 cf += 2.0f;
260 s->position[0] = fieldRange * cf
262 s->position[1] = fieldRange * cf *
[all...]
/haiku/src/add-ons/print/transports/lpr/
H A DLprTransport.cpp104 ostringstream cf; local
105 cf << 'H' << hostname << '\n';
106 cf << 'P' << fUser << '\n';
107 cf << 'l' << dfname.str() << '\n';
108 cf << 'U' << dfname.str() << '\n';
110 long cfsize = cf.str().length();
121 lpr.transferData(cf.str().c_str(), cfsize);
/haiku/src/libs/x86emu/
H A Dprim_ops.c881 register unsigned int res, cnt, mask, cf; local
906 3) B_(n-1) <- cf
913 cf = (d >> (8 - cnt)) & 0x1;
932 /* B_(n-1) <- cf */
935 /* set the new carry flag, based on the variable "cf" */
936 CONDITIONAL_SET_FLAG(cf, F_CF);
941 CONDITIONAL_SET_FLAG(cnt == 1 && XOR2(cf + ((res >> 6) & 0x2)), F_OF);
954 register unsigned int res, cnt, mask, cf; local
958 cf = (d >> (16 - cnt)) & 0x1;
965 CONDITIONAL_SET_FLAG(cf, F_C
978 register u32 res, cnt, mask, cf; local
1003 u32 mask, cf, ocf = 0; local
1088 u32 mask, cf, ocf = 0; local
1121 u32 mask, cf, ocf = 0; local
1354 unsigned int cnt, res, cf; local
1401 unsigned int cnt, res, cf; local
1443 unsigned int cnt, res, cf; local
1484 unsigned int cnt, res, cf; local
1525 unsigned int cnt, res, cf; local
1566 unsigned int cnt, res, cf; local
1606 unsigned int cnt, res, cf, mask, sf; local
1649 unsigned int cnt, res, cf, mask, sf; local
1692 u32 cnt, res, cf, mask, sf; local
1735 unsigned int cnt, res, cf; local
1776 unsigned int cnt, res, cf; local
1817 unsigned int cnt, res, cf; local
1858 unsigned int cnt, res, cf; local
[all...]
/haiku/headers/libs/agg/
H A Dagg_span_gradient.h81 void color_function(const ColorF& cf) { m_color_function = &cf; } argument
/haiku/src/servers/app/drawing/
H A DHWInterface.cpp544 IntRect cf = _CursorFrame();
549 if (cf.IsValid() && area.Intersects(cf)) {
552 area = area & cf;
574 // since area is clipped to cf,
575 // the diff between area.top and cf.top is always positive,
576 // same for diff between area.left and cf.left
577 crs += (area.top - (int32)floorf(cf.top)) * crsBPR
578 + (area.left - (int32)floorf(cf.left)) * 4;
/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php621 // cf. http://www.realvnc.com/pipermail/vnc-list/1999-December/011086.html
622 // cf. http://www.tek-tips.com/viewthread.cfm?qid=1173303&page=1
680 // cf. http://hanna.pyxidis.org/tech/m3u.html

Completed in 61 milliseconds