Searched refs:phase (Results 1 - 25 of 206) sorted by relevance

123456789

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGPhase.h54 // Each phase must have a run() method.
57 // Things you need to have a DFG compiler phase.
73 bool runAndLog(PhaseType& phase) argument
75 bool result = phase.run();
77 dataLogF("Phase %s changed the IR.\n", phase.name());
84 PhaseType phase(graph);
85 return runAndLog(phase);
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/FieldGraph/
H A DCGraphModel.py12 self.phase = [degToRad(0), degToRad(152.6), degToRad(312.9-360)]
43 gain += self.field[i]*self.field[j] * cos(self.phase[j]-self.phase[i]) * bessel(spacing[j]-spacing[i])
54 B0 = self.phase[0]
55 B1 = self.phase[1] + self.spacing * cos(a)
56 B2 = self.phase[2] + 2 * self.spacing * cos(a)
71 def setPhase(self, tower, phase):
72 self.phase[tower] = phase
75 return self.phase[towe
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/FieldGraph/
H A DCGraphModel.py12 self.phase = [degToRad(0), degToRad(152.6), degToRad(312.9-360)]
43 gain += self.field[i]*self.field[j] * cos(self.phase[j]-self.phase[i]) * bessel(spacing[j]-spacing[i])
54 B0 = self.phase[0]
55 B1 = self.phase[1] + self.spacing * cos(a)
56 B2 = self.phase[2] + 2 * self.spacing * cos(a)
71 def setPhase(self, tower, phase):
72 self.phase[tower] = phase
75 return self.phase[towe
[all...]
/macosx-10.9.5/curl-78.94.1/curl/tests/libtest/
H A Dlib597.c58 int phase; local
72 for (phase = CONNECT_ONLY_PHASE; phase < LAST_PHASE; ++phase) {
79 /* enable 'CONNECT_ONLY' option when in connect phase */
80 if (phase == CONNECT_ONLY_PHASE)
83 /* enable 'NOBODY' option to send 'QUIT' command in quit phase */
84 if (phase == QUIT_PHASE) {
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cairo/
H A DImageCairo.cpp45 const FloatPoint& phase, ColorSpace, CompositeOperator op, const FloatRect& destRect, BlendMode)
52 drawPatternToCairoContext(cr, surface.get(), size(), tileRect, patternTransform, phase, toCairoOperator(op), destRect);
44 drawPattern(GraphicsContext* context, const FloatRect& tileRect, const AffineTransform& patternTransform, const FloatPoint& phase, ColorSpace, CompositeOperator op, const FloatRect& destRect, BlendMode) argument
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DRenderSVGForeignObject.cpp55 || (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection))
67 if (paintInfo.phase == PaintPhaseForeground) {
75 bool preservePhase = paintInfo.phase == PaintPhaseSelection || paintInfo.phase == PaintPhaseTextClip;
77 childPaintInfo.phase = preservePhase ? paintInfo.phase : PaintPhaseBlockBackground;
80 childPaintInfo.phase = PaintPhaseChildBlockBackgrounds;
82 childPaintInfo.phase = PaintPhaseFloat;
84 childPaintInfo.phase
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderReplica.cpp75 if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseMask)
80 if (paintInfo.phase == PaintPhaseForeground) {
87 } else if (paintInfo.phase == PaintPhaseMask)
H A DInlineBox.cpp217 if (!paintInfo.shouldPaintWithinRoot(renderer()) || (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection))
227 bool preservePhase = paintInfo.phase == PaintPhaseSelection || paintInfo.phase == PaintPhaseTextClip;
229 info.phase = preservePhase ? paintInfo.phase : PaintPhaseBlockBackground;
232 info.phase = PaintPhaseChildBlockBackgrounds;
234 info.phase = PaintPhaseFloat;
236 info.phase = PaintPhaseForeground;
238 info.phase
[all...]
H A DRenderLineBoxList.cpp197 LayoutUnit logicalTop = min<LayoutUnit>(box->logicalTopVisualOverflow(root->lineTop()), root->selectionTop()) - renderer->maximalOutlineSize(paintInfo.phase);
198 LayoutUnit logicalBottom = box->logicalBottomVisualOverflow(root->lineBottom()) + renderer->maximalOutlineSize(paintInfo.phase);
206 if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection && paintInfo.phase != PaintPhaseOutline
207 && paintInfo.phase != PaintPhaseSelfOutline && paintInfo.phase != PaintPhaseChildOutlines && paintInfo.phase != PaintPhaseTextClip
208 && paintInfo.phase != PaintPhaseMask)
221 LayoutUnit outlineSize = renderer->maximalOutlineSize(paintInfo.phase);
[all...]
H A DRenderSnapshottedPlugIn.cpp95 if (paintInfo.phase == PaintPhaseForeground && plugInImageElement()->displayState() < HTMLPlugInElement::Restarting) {
99 PaintPhase newPhase = (paintInfo.phase == PaintPhaseChildOutlines) ? PaintPhaseOutline : paintInfo.phase;
103 paintInfoForChild.phase = newPhase;
/macosx-10.9.5/libauto-185.5/
H A Dauto_dtrace.d57 probe collection_phase_begin(auto_zone_t *zone, auto_collection_phase_t phase);
58 probe collection_phase_end(auto_zone_t *zone, auto_collection_phase_t phase, uint64_t number_affected, uint64_t bytes_affected);
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/plotchart/
H A Dplotdemos17.tcl31 set phase [expr {2.0*3.1415926*$i/50.0}]
33 $p1 plot voltage $phase [expr {0.9*cos($phase)}]
34 $p2 plot current $phase [expr {7*sin($phase)}]
/macosx-10.9.5/WebCore-7537.78.1/svg/graphics/
H A DSVGImageForContainer.cpp46 const FloatPoint& phase, ColorSpace colorSpace, CompositeOperator compositeOp, const FloatRect& dstRect, BlendMode)
48 m_image->drawPatternForContainer(context, m_containerSize, m_zoom, srcRect, patternTransform, phase, colorSpace, compositeOp, dstRect);
45 drawPattern(GraphicsContext* context, const FloatRect& srcRect, const AffineTransform& patternTransform, const FloatPoint& phase, ColorSpace colorSpace, CompositeOperator compositeOp, const FloatRect& dstRect, BlendMode) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DPlatformEventFactoryMac.mm157 uint32_t phase = PlatformWheelEventPhaseNone;
161 phase |= PlatformWheelEventPhaseBegan;
163 phase |= PlatformWheelEventPhaseStationary;
165 phase |= PlatformWheelEventPhaseChanged;
167 phase |= PlatformWheelEventPhaseEnded;
169 phase |= PlatformWheelEventPhaseCancelled;
173 phase = PlatformWheelEventPhaseNone;
176 phase = PlatformWheelEventPhaseBegan;
179 phase = PlatformWheelEventPhaseChanged;
182 phase
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/Shared/mac/
H A DWebEventFactory.mm202 uint32_t phase = WebWheelEvent::PhaseNone;
203 if ([event phase] & NSEventPhaseBegan)
204 phase |= WebWheelEvent::PhaseBegan;
205 if ([event phase] & NSEventPhaseStationary)
206 phase |= WebWheelEvent::PhaseStationary;
207 if ([event phase] & NSEventPhaseChanged)
208 phase |= WebWheelEvent::PhaseChanged;
209 if ([event phase] & NSEventPhaseEnded)
210 phase |= WebWheelEvent::PhaseEnded;
211 if ([event phase]
[all...]
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dacsp.h45 void acsp_init_plugins(void *arg, uintptr_t phase);
/macosx-10.9.5/bind9-45.100/bind9/contrib/zkt/
H A Ddnssec-zkt.c136 static void ksk_roll (const char *keyname, int phase, const dki_t *list, const zconf_t *conf);
137 static int create_parent_file (const char *fname, int phase, int ttl, const dki_t *dkp);
525 int phase; local
530 phase = 0;
531 if ( fscanf (fp, "; KSK rollover phase%d", &phase) != 1 )
532 phase = 0;
535 return phase;
538 static void ksk_roll (const char *keyname, int phase, const dki_t *list, const zconf_t *conf) argument
553 if ( phase
708 create_parent_file(const char *fname, int phase, int ttl, const dki_t *dkp) argument
[all...]
H A Dzkt-keyman.c124 static void ksk_roll (const char *keyname, int phase, const dki_t *list, const zconf_t *conf);
125 static int create_parent_file (const char *fname, int phase, int ttl, const dki_t *dkp);
432 int phase; local
437 phase = 0;
438 if ( fscanf (fp, "; KSK rollover phase%d", &phase) != 1 )
439 phase = 0;
442 return phase;
445 static void ksk_roll (const char *keyname, int phase, const dki_t *list, const zconf_t *conf) argument
460 if ( phase
615 create_parent_file(const char *fname, int phase, int ttl, const dki_t *dkp) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/audio/
H A DFFTFrame.cpp132 // Now, deal with phase
141 // Unwrap phase deltas
193 double phase = arg(c); local
195 double deltaPhase = phase - lastPhase;
196 lastPhase = phase;
208 // Note how we invert the phase delta wrt frequency since this is how group delay is defined
240 double phase = arg(c); local
242 phase += i * phaseAdj;
244 std::complex<double> c2 = std::polar(mag, phase);
264 double phase local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/calendar/
H A Dlunar.el58 (defun lunar-phase-list (month year)
78 (new-moon (lunar-phase index))
84 (setq new-moon (lunar-phase index)))
87 (defun lunar-phase (index)
88 "Local date and time of lunar phase INDEX.
90 remainder mod 4 gives the phase: 0 new moon, 1 first quarter, 2 full moon,
92 (let* ((phase (mod index 4))
123 (if (memq phase '(0 2))
164 (adjustment (cond ((= phase 1) (+ adjustment adj))
165 ((= phase
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/mime/mbot/
H A Dmbox.tcl148 set phase ""
158 set phase skip
160 set phase pre
171 switch -- $format/$phase {
193 set phase post
204 set phase pre
212 set phase skip2
218 set phase pre
224 switch -- $format/$phase {
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/wince/
H A DSharedBitmap.cpp345 static void drawPatternSimple(HDC hdc, const RECT& destRect, HBITMAP hbmp, const POINT& phase) argument
352 SetBrushOrgEx(hdc, destRect.left - phase.x, destRect.top - phase.y, &oldOrg);
357 static void drawPatternSimple(HDC hdc, const RECT& destRect, const SharedBitmap* bmp, const SIZE& bmpSize, const POINT& phase) argument
360 for (int sourceY = phase.y; dstY < destRect.bottom; ) {
363 for (int sourceX = phase.x; dstX < destRect.right; ) {
378 static LONG normalizePhase(LONG phase, int limit) argument
380 if (!phase || limit < 2)
384 return phase & 1;
386 if (phase <
401 drawPattern(GraphicsContext* ctxt, const FloatRect& tileRectIn, const AffineTransform& patternTransform, const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator op, const FloatRect& destRect, const IntSize& origSourceSize) argument
409 drawPattern(HDC hdc, const AffineTransform& transform, const FloatRect& tileRectIn, const AffineTransform& patternTransform, const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator op, const FloatRect& destRect, const IntSize& origSourceSize) argument
[all...]
/macosx-10.9.5/ppp-727.90.1/Controller/
H A Dipsec_manager.h38 if (ipsec.phase == IPSEC_RUNNING) { \
50 #define IPSEC_IS_ASSERTED(ipsec, x) (ipsec.phase == IPSEC_RUNNING && ipsec.asserted == x)
57 #define IPSEC_IS_ASSERTED_ANY(ipsec) (ipsec.phase == IPSEC_RUNNING && ipsec.asserted)
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DGeneratedImage.h55 const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator, const FloatRect& destRect, BlendMode) = 0;
H A DGeneratorGeneratedImage.h50 const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator, const FloatRect& destRect, BlendMode);

Completed in 195 milliseconds

123456789