| /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/boost/libs/geometry/test/algorithms/buffer/ |
| D | test_buffer_svg_per_turn.hpp | 36 inline void apply(PieceCollection const& collection, int phase) in apply() 81 inline void apply(PieceCollection const& collection, int phase) in apply() 142 inline void apply(PieceCollection const& collection, int phase) in apply()
|
| /third_party/gstreamer/gstplugins_base/gst-libs/gst/fft/ |
| D | _kiss_fft_guts_f32.h | 99 #define KISS_FFT_F32_COS(phase) (kiss_fft_f32_scalar) cos(phase) argument 100 #define KISS_FFT_F32_SIN(phase) (kiss_fft_f32_scalar) sin(phase) argument 103 #define kf_cexp(x,phase) \ argument
|
| D | _kiss_fft_guts_f64.h | 99 #define KISS_FFT_F64_COS(phase) (kiss_fft_f64_scalar) cos(phase) argument 100 #define KISS_FFT_F64_SIN(phase) (kiss_fft_f64_scalar) sin(phase) argument 103 #define kf_cexp(x,phase) \ argument
|
| D | _kiss_fft_guts_s16.h | 122 # define KISS_FFT_S16_COS(phase) floor(.5+SAMP_MAX * cos (phase)) argument 123 # define KISS_FFT_S16_SIN(phase) floor(.5+SAMP_MAX * sin (phase)) argument 126 #define kf_cexp(x,phase) \ argument
|
| D | _kiss_fft_guts_s32.h | 123 # define KISS_FFT_S32_COS(phase) floor(.5+SAMP_MAX * cos (phase)) argument 124 # define KISS_FFT_S32_SIN(phase) floor(.5+SAMP_MAX * sin (phase)) argument 127 #define kf_cexp(x,phase) \ argument
|
| /third_party/openssl/util/ |
| D | mkerr.pl | 29 sub phase subroutine
|
| /third_party/uboot/u-boot-2020.01/drivers/mmc/ |
| D | hisi_sdhci.c | 138 static void hisi_set_drv_phase(struct sdhci_host *host, unsigned int phase) in hisi_set_drv_phase() 160 static void hisi_set_sampl_phase(struct sdhci_host *host, unsigned int phase) in hisi_set_sampl_phase() 213 static void hisi_select_sampl_phase(struct sdhci_host *host, unsigned int phase) in hisi_select_sampl_phase() 242 unsigned int edge_p2f, edge_f2p, start, end, phase; in hisi_mmc_exec_tuning() local
|
| /third_party/uboot/u-boot-2020.01/drivers/ddr/marvell/axp/ |
| D | ddr3_read_leveling.c | 91 u32 delay, phase, pup, cs; in ddr3_read_leveling_hw() local 181 u32 reg, cs, ecc, pup_num, phase, delay, pup; in ddr3_read_leveling_sw() local 338 u32 phase) in overrun() 403 u32 reg, delay, phase, pup, rd_sample_delay, add, locked_pups, in ddr3_read_leveling_single_cs_rl_mode() local 755 u32 reg, delay, phase, sum, pup, rd_sample_delay, add, locked_pups, in ddr3_read_leveling_single_cs_window_mode() 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/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/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/flowunits/ |
| D | SawtoothOscillator.cpp | 34 float phase = incrementPhase(frequencies[i]); // phase ranges from -1 to +1 in onProcess() local
|
| D | SineOscillator.cpp | 37 float phase = incrementPhase(frequencies[i]); // phase ranges from -1 to +1 in onProcess() local
|
| D | TriangleOscillator.cpp | 34 float phase = incrementPhase(frequencies[i]); // phase ranges from -1 to +1 in onProcess() local
|
| /third_party/flutter/skia/gm/ |
| D | bug9331.cpp | 23 SkScalar phase = 9; in __anona24c25750102() local
|