Home
last modified time | relevance | path

Searched defs:phase (Results 1 – 25 of 244) sorted by relevance

12345678910

/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/
DRoundedManchesterEncoder.h40 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/
DAsADashTest.cpp26 const SkScalar phase = 2.0; in DEF_TEST() local
36 const SkScalar phase = 2.0; in DEF_TEST() local
/third_party/skia/tests/
DAsADashTest.cpp26 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/
Dtest_buffer_svg_per_turn.hpp36 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.h99 #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.h99 #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.h122 # 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.h123 # 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/
Dmkerr.pl29 sub phase subroutine
/third_party/uboot/u-boot-2020.01/drivers/mmc/
Dhisi_sdhci.c138 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/
Dddr3_read_leveling.c91 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/
Dtrace_event.h175 #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/
DSk1DPathEffect.cpp39 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()
DSkDashPathEffect.cpp19 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/
DSamplePathEffects.cpp28 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()
DSampleCusp.cpp33 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/
DSamplePathEffects.cpp28 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()
DSampleCusp.cpp33 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/
DSkDashPathEffect.cpp19 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()
DSk1DPathEffect.cpp63 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/
DMotionBlurEffect.cpp27 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/
DSawtoothOscillator.cpp34 float phase = incrementPhase(frequencies[i]); // phase ranges from -1 to +1 in onProcess() local
DSineOscillator.cpp37 float phase = incrementPhase(frequencies[i]); // phase ranges from -1 to +1 in onProcess() local
DTriangleOscillator.cpp34 float phase = incrementPhase(frequencies[i]); // phase ranges from -1 to +1 in onProcess() local
/third_party/flutter/skia/gm/
Dbug9331.cpp23 SkScalar phase = 9; in __anona24c25750102() local

12345678910