Home
last modified time | relevance | path

Searched refs:compute_mod (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_common_simd.inl80 struct compute_mod<float, P, tvec4, true> struct
Dfunc_common.inl251 struct compute_mod struct
454 …return detail::compute_mod<T, P, vecType, detail::is_aligned<P>::value>::call(x, vecType<T, P>(y));
460 return detail::compute_mod<T, P, vecType, detail::is_aligned<P>::value>::call(x, y);
/third_party/ffmpeg/fftools/
Dffplay.c1058 static inline int compute_mod(int a, int b) in compute_mod() function
1094 i_start= x = compute_mod(s->sample_array_index - delay * channels, SAMPLE_ARRAY_SIZE); in video_audio_display()