Home
last modified time | relevance | path

Searched defs:x45 (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/src/gpu/ccpr/
DGrOctoBounds.h101 constexpr static float Get_x(float x45, float y45) { return (x45 + y45) * .5f; } in Get_x()
102 constexpr static float Get_y(float x45, float y45) { return (y45 - x45) * .5f; } in Get_y()
/third_party/ffmpeg/libavcodec/ppc/
Dfft_vsx.h368 vec_f x44, x45, x46, x47; in fft16_vsx_interleave() local
/third_party/typescript/tests/cases/conformance/expressions/contextualTyping/
DgeneratedContextualTyping.ts52 class x45 { public member: { [n: number]: Base; } = [d1, d2] } class