Searched refs:SQUARE (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/Modules/webaudio/
H A DOscillatorNode.idl33 const unsigned short SQUARE = 1;
H A DOscillatorNode.h48 SQUARE = 1, enumerator in enum:WebCore::OscillatorNode::__anon5583
H A DOscillatorNode.cpp88 case SQUARE:
107 setType(SQUARE);
127 case SQUARE:
H A DPeriodicWave.cpp71 waveTable->generateBasicWaveform(OscillatorNode::SQUARE);
250 case OscillatorNode::SQUARE:
/macosx-10.10/ntp-92/ntpd/
H A Dntp_loopfilter.c420 etemp = SQUARE(clock_jitter);
421 dtemp = SQUARE(max(fabs(fp_offset - last_offset),
629 dtemp = SQUARE(clock_frequency - drift_comp);
642 etemp = SQUARE(clock_stability);
H A Dntp_proto.c2682 sys_jitter = SQRT(SQUARE(typesystem->jitter) +
2683 SQUARE(sys_jitter) + SQUARE(seljitter));
2768 w += SQUARE(peers[i]->offset - peers[0]->offset) / x;
H A Dntp_refclock.c532 pp->jitter += SQUARE(off[k] - off[k - 1]);
/macosx-10.10/ntp-92/include/
H A Dntp.h162 #define SQUARE(x) ((x) * (x)) macro
164 #define DIFF(x, y) (SQUARE((x) - (y)))
167 #define UNIVAR(x) (SQUARE(.28867513 * LOGTOD(x))) /* std uniform distr */

Completed in 202 milliseconds