Home
last modified time | relevance | path

Searched defs:fy (Results 1 – 25 of 459) sorted by relevance

12345678910>>...19

/aosp_15_r20/external/webrtc/rtc_tools/rtc_event_log_visualizer/
H A Danalyzer_common.h104 rtc::FunctionView<absl::optional<float>(const DataType&)> fy, in ProcessPoints()
123 const DataType&)> fy, in ProcessPairs()
141 const DataType&)> fy, in AccumulatePairs()
161 rtc::FunctionView<absl::optional<ResultType>(const DataType&)> fy, in MovingAverage()
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fPrimitiveRestartTests.cpp304 float fy = -1.0f + 2.0f * ((float)row + 0.5f) / (float)numRows; in init() local
341 float fy = in init() local
373 … float fy = -0.9f + 1.8f * ((float)stripNdx + (i % 2 == 0 ? 0.0f : 0.8f)) / numStrips; in init() local
415 float fy = in init() local
447 float fy = -0.9f + 1.8f * ((float)rowNdx + (i % 3 == 0 ? 0.0f : 0.8f)) / numRows; in init() local
/aosp_15_r20/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
H A DDragLatencyFragment.java249 double[] fy; in reshapeAndCalculate() local
359 public void calculateDragLatency(double[] ft, double[] fy, double[] lt, int[] ldir) { in calculateDragLatency()
398 private void drawLatencyGraph(double[] ft, double[] fy, double[] lt, double averageBestShift) { in drawLatencyGraph()
/aosp_15_r20/external/pdfium/third_party/lcms/src/
H A Dcmsintrp.c371 cmsFloat32Number fx, fy, in BilinearInterpFloat() local
421 cmsS15Fixed16Number fx, fy; in BilinearInterp16() local
485 cmsFloat32Number fx, fy, fz, in TrilinearInterpFloat() local
554 cmsS15Fixed16Number fx, fy, fz; in TrilinearInterp16() local
726 cmsS15Fixed16Number fx, fy, fz; in TetrahedralInterp16() local
863 cmsS15Fixed16Number fx, fy, fz; in Eval4Inputs() local
/aosp_15_r20/external/skia/src/core/
H A DSkScan_Antihair.cpp127 SkFixed drawCap(int x, SkFixed fy, SkFixed slope, int mod64) override { in drawCap()
148 SkFixed drawLine(int x, int stopx, SkFixed fy, SkFixed slope) override { in drawLine()
173 SkFixed drawCap(int x, SkFixed fy, SkFixed dy, int mod64) override { in drawCap()
185 SkFixed drawLine(int x, int stopx, SkFixed fy, SkFixed dy) override { in drawLine()
H A DSkBitmapProcState_matrixProcs.cpp138 fy = mapper.fractionalIntY(), in nofilter_affine() local
238 fy = mapper.fractionalIntY(), in filter_affine() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/
H A Dpooling.h89 for (int fy = filter_y_start; fy < filter_y_end; fy++) { in MaxPool() local
201 for (int fy = filter_y_start; fy < filter_y_end; fy++) { in AveragePool() local
/aosp_15_r20/frameworks/base/core/java/com/android/internal/graphics/cam/
H A DCamUtils.java120 double fy = (lstar + 16.0) / 116.0; in argbFromLstar() local
204 float fy = (lstar + 16.0f) / 116.0f; in intFromLstar() local
/aosp_15_r20/external/libmonet/utils/
H A DColorUtils.java113 double fy = (l + 16.0) / 116.0; in argbFromLab() local
144 double fy = labF(yNormalized); in labFromArgb() local
/aosp_15_r20/frameworks/base/libs/hwui/utils/
H A DColor.cpp340 float fy = (v[0] + 16.0f) / 116.0f; in toXyz() local
360 float fy = Y > A ? pow(Y, 1.0f / 3.0f) : B * Y + C; in fromXyz() local
/aosp_15_r20/device/google/contexthub/firmware/os/algos/calibration/accelerometer/
Daccel_cal.c152 uint32_t fxb, uint32_t fy, uint32_t fyb, in accelGoodDataInit()
168 uint32_t fxb, uint32_t fy, uint32_t fyb, in accelCalAlgoInit()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dd3dx9math.inl37 inline D3DXVECTOR2::D3DXVECTOR2(FLOAT fx, FLOAT fy)
145 inline D3DXVECTOR3::D3DXVECTOR3(FLOAT fx, FLOAT fy, FLOAT fz)
252 inline D3DXVECTOR4::D3DXVECTOR4(FLOAT fx, FLOAT fy, FLOAT fz, FLOAT fw)
524 inline D3DXQUATERNION::D3DXQUATERNION(FLOAT fx, FLOAT fy, FLOAT fz, FLOAT fw)
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/rasterization/
H A DvktShaderTileImageTests.cpp1594 uint32_t ShaderTileImageTestInstance::getResultValue(uint32_t fx, uint32_t fy, uint32_t fs, in getResultValue()
1609 uint32_t ShaderTileImageTestInstance::simulate(uint32_t fx, uint32_t fy, uint32_t fs, uint32_t rend… in simulate()
1676 … for (uint32_t fy = 0; (res == QP_TEST_RESULT_PASS) && fy < m_testParam->frameBufferSize; ++fy) in checkResult() local
/aosp_15_r20/prebuilts/go/linux-x86/test/ken/
Dslicearray.go14 var fy []float64 var
Dsliceslice.go14 var fy []float64 var
/aosp_15_r20/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test_tmp.h57 const float fy = (float) iy; in NAME() local
/aosp_15_r20/external/skia/tools/
H A Dblob_cache_sim.cpp48 SkFixed fy = (SkScalarToFixed(offset.y()) >> 13) & 7; in main() local
/aosp_15_r20/external/skia/tests/
H A DPathOpsSimplifyTrianglesThreadedTest.cpp38 int fy = f >> 2; in testSimplifyTrianglesMain() local
H A DPathOpsSimplifyQuadThreadedTest.cpp37 int fy = f >> 2; in testSimplifyQuadsMain() local
H A DPathOpsSimplifyDegenerateThreadedTest.cpp34 int fy = f >> 2; in testSimplifyDegeneratesMain() local
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp37 int fy = f >> 2; in testSimplifyQuadralateralsMain() local
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_cull.c72 const float fy = v1[1] - v2[1]; in cull_tri() local
/aosp_15_r20/external/cronet/third_party/quic_trace/src/tools/render/
H A Dtext.cc176 const float fx = x, fy = y, fw = width_, fh = height_; in Draw() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/skrifa-0.15.5/src/outline/glyf/hint/graphics_state/
H A Dprojection.rs22 let fy = self.freedom_vector.y; in update_projection_state() localVariable
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/utils/
H A DCamUtils.java88 float fy = (lstar + 16.0f) / 116.0f; in intFromLstar() local

12345678910>>...19