| /third_party/gstreamer/gstplugins_base/gst-libs/gst/fft/ |
| D | _kiss_fft_guts_s32.h | 137 # define KISS_FFT_S32_COS(phase) floor(.5+SAMP_MAX * cos (phase)) argument 138 # define KISS_FFT_S32_SIN(phase) floor(.5+SAMP_MAX * sin (phase)) argument 141 # define KISS_FFT_S32_COS(phase) _mm_set1_ps( cos(phase) ) argument 142 # define KISS_FFT_S32_SIN(phase) _mm_set1_ps( sin(phase) ) argument 145 # define KISS_FFT_S32_COS(phase) (kiss_fft_s32_scalar) cos(phase) argument 146 # define KISS_FFT_S32_SIN(phase) (kiss_fft_s32_scalar) sin(phase) argument 150 #define kf_cexp(x,phase) \ argument
|
| D | _kiss_fft_guts_s16.h | 137 # define KISS_FFT_S16_COS(phase) floor(.5+SAMP_MAX * cos (phase)) argument 138 # define KISS_FFT_S16_SIN(phase) floor(.5+SAMP_MAX * sin (phase)) argument 141 # define KISS_FFT_S16_COS(phase) _mm_set1_ps( cos(phase) ) argument 142 # define KISS_FFT_S16_SIN(phase) _mm_set1_ps( sin(phase) ) argument 145 # define KISS_FFT_S16_COS(phase) (kiss_fft_s16_scalar) cos(phase) argument 146 # define KISS_FFT_S16_SIN(phase) (kiss_fft_s16_scalar) sin(phase) argument 150 #define kf_cexp(x,phase) \ argument
|
| D | _kiss_fft_guts_f32.h | 137 # define KISS_FFT_F32_COS(phase) floor(.5+SAMP_MAX * cos (phase)) argument 138 # define KISS_FFT_F32_SIN(phase) floor(.5+SAMP_MAX * sin (phase)) argument 141 # define KISS_FFT_F32_COS(phase) _mm_set1_ps( cos(phase) ) argument 142 # define KISS_FFT_F32_SIN(phase) _mm_set1_ps( sin(phase) ) argument 145 # define KISS_FFT_F32_COS(phase) (kiss_fft_f32_scalar) cos(phase) argument 146 # define KISS_FFT_F32_SIN(phase) (kiss_fft_f32_scalar) sin(phase) argument 150 #define kf_cexp(x,phase) \ argument
|
| D | _kiss_fft_guts_f64.h | 137 # define KISS_FFT_F64_COS(phase) floor(.5+SAMP_MAX * cos (phase)) argument 138 # define KISS_FFT_F64_SIN(phase) floor(.5+SAMP_MAX * sin (phase)) argument 141 # define KISS_FFT_F64_COS(phase) _mm_set1_ps( cos(phase) ) argument 142 # define KISS_FFT_F64_SIN(phase) _mm_set1_ps( sin(phase) ) argument 145 # define KISS_FFT_F64_COS(phase) (kiss_fft_f64_scalar) cos(phase) argument 146 # define KISS_FFT_F64_SIN(phase) (kiss_fft_f64_scalar) sin(phase) argument 150 #define kf_cexp(x,phase) \ argument
|
| /third_party/cups-filters/filter/ |
| D | commandtoescpx.c | 152 int phase; in main() local 185 int phase, x; in main() local
|
| /third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/ |
| D | RoundedManchesterEncoder.h | 40 float phase = (rampIndex + 1) * M_PI / rampSize; in RoundedManchesterEncoder() local 52 float phase = (rampIndex + 1) * M_PI / rampSize; in RoundedManchesterEncoder() local
|
| /third_party/flutter/skia/tests/ |
| D | AsADashTest.cpp | 26 const SkScalar phase = 2.0; in DEF_TEST() local 36 const SkScalar phase = 2.0; in DEF_TEST() local
|
| /third_party/skia/tests/ |
| D | AsADashTest.cpp | 26 const SkScalar phase = 2.0; in DEF_TEST() local 36 const SkScalar phase = 2.0; in DEF_TEST() local
|
| /third_party/node/src/tracing/ |
| D | trace_event.h | 175 #define INTERNAL_TRACE_EVENT_ADD(phase, category_group, name, flags, ...) \ argument 223 #define INTERNAL_TRACE_EVENT_ADD_WITH_ID(phase, category_group, name, id, \ argument 239 #define INTERNAL_TRACE_EVENT_ADD_WITH_TIMESTAMP(phase, category_group, name, \ argument 253 phase, category_group, name, id, timestamp, flags, ...) \ argument 259 phase, category_group, name, id, thread_id, timestamp, flags, ...) \ argument 459 char phase, const uint8_t* category_group_enabled, const char* name, in AddTraceEventImpl() 482 char phase, const uint8_t* category_group_enabled, const char* name, in AddTraceEventWithTimestampImpl() 584 static inline uint64_t AddTraceEvent(char phase, in AddTraceEvent() 596 char phase, const uint8_t* category_group_enabled, const char* name, in AddTraceEvent() 610 char phase, const uint8_t* category_group_enabled, const char* name, in AddTraceEvent() [all …]
|
| /third_party/flutter/skia/src/effects/ |
| D | Sk1DPathEffect.cpp | 39 SkPath1DPathEffect::SkPath1DPathEffect(const SkPath& path, SkScalar advance, SkScalar phase, in SkPath1DPathEffect() 164 SkScalar phase = buffer.readScalar(); in CreateProc() local 208 sk_sp<SkPathEffect> SkPath1DPathEffect::Make(const SkPath& path, SkScalar advance, SkScalar phase, in Make()
|
| D | SkDashPathEffect.cpp | 19 SkDashImpl::SkDashImpl(const SkScalar intervals[], int count, SkScalar phase) in SkDashImpl() 376 const SkScalar phase = buffer.readScalar(); in CreateProc() local 393 sk_sp<SkPathEffect> SkDashPathEffect::Make(const SkScalar intervals[], int count, SkScalar phase) { in Make()
|
| /third_party/openssl/util/ |
| D | mkerr.pl | 32 sub phase subroutine
|
| /third_party/alsa-lib/test/ |
| D | pcm.c | 35 double phase = *_phase; in generate_sine() local 252 double phase = 0; in write_loop() local 300 double phase = 0; in write_and_poll_loop() local 387 double phase; member 598 double phase = 0; in direct_loop() local 684 double phase = 0; in direct_write_loop() local
|
| /third_party/flutter/skia/samplecode/ |
| D | SamplePathEffects.cpp | 28 static sk_sp<SkPathEffect> make_pe(int flags, SkScalar phase) { in make_pe() 50 static sk_sp<SkPathEffect> make_warp_pe(SkScalar phase) { in make_warp_pe()
|
| D | SampleCusp.cpp | 33 static SkPath cusp(const SkPoint P[4], SkPoint PP[7], bool& split, int speed, SkScalar phase) { in cusp() 54 static SkScalar linearToLoop(int speed, SkScalar phase, SkScalar scale) { in linearToLoop()
|
| /third_party/skia/samplecode/ |
| D | SamplePathEffects.cpp | 28 static sk_sp<SkPathEffect> make_pe(int flags, SkScalar phase) { in make_pe() 50 static sk_sp<SkPathEffect> make_warp_pe(SkScalar phase) { in make_warp_pe()
|
| D | SampleCusp.cpp | 33 static SkPath cusp(const SkPoint P[4], SkPoint PP[7], bool& split, int speed, SkScalar phase) { in cusp() 54 static SkScalar linearToLoop(int speed, SkScalar phase, SkScalar scale) { in linearToLoop()
|
| /third_party/skia/src/effects/ |
| D | SkDashPathEffect.cpp | 19 SkDashImpl::SkDashImpl(const SkScalar intervals[], int count, SkScalar phase) in SkDashImpl() 376 const SkScalar phase = buffer.readScalar(); in CreateProc() local 393 sk_sp<SkPathEffect> SkDashPathEffect::Make(const SkScalar intervals[], int count, SkScalar phase) { in Make()
|
| D | Sk1DPathEffect.cpp | 63 SkPath1DPathEffectImpl(const SkPath& path, SkScalar advance, SkScalar phase, in SkPath1DPathEffectImpl() 111 SkScalar phase = buffer.readScalar(); in CreateProc() local 238 sk_sp<SkPathEffect> SkPath1DPathEffect::Make(const SkPath& path, SkScalar advance, SkScalar phase, in Make()
|
| /third_party/flutter/skia/modules/skottie/src/effects/ |
| D | MotionBlurEffect.cpp | 27 phase = shutter_phase / 360, in Make() local 38 size_t samples, float phase, float dt) in MotionBlurEffect()
|
| /third_party/flutter/skia/gm/ |
| D | dashing.cpp | 31 SkScalar phase = SkIntToScalar(0), in drawline() 177 SkScalar phase = vals[0] / 2; in onDraw() local 204 SkScalar phase, in drawDashedLines() 305 for (int phase = 0; phase <= 3; ++phase) { in onDraw() local 452 int phase = 0; in onDraw() local
|
| D | bug9331.cpp | 23 SkScalar phase = 9; in __anon0325d5af0102() local
|
| /third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/flowunits/ |
| D | SineOscillator.cpp | 37 float phase = incrementPhase(frequencies[i]); // phase ranges from -1 to +1 in onProcess() local
|
| D | SawtoothOscillator.cpp | 34 float phase = incrementPhase(frequencies[i]); // phase ranges from -1 to +1 in onProcess() local
|
| /third_party/skia/gm/ |
| D | bug9331.cpp | 23 SkScalar phase = 9; in __anonde74cf3a0102() local
|