Home
last modified time | relevance | path

Searched defs:fx (Results 1 – 25 of 133) sorted by relevance

123456

/external/skia/src/core/
DSkBitmapProcState_matrixProcs.cpp34 static inline bool can_truncate_to_fixed_for_decal(SkFixed fx, in can_truncate_to_fixed_for_decal()
67 static void decal_nofilter_scale(uint32_t dst[], SkFixed fx, SkFixed dx, int count) { in decal_nofilter_scale()
90 SkFractionalInt fx; in nofilter_scale() local
137 SkFractionalInt fx = mapper.fractionalIntX(), in nofilter_affine() local
154 static unsigned extract_low_bits_clamp_clamp(SkFixed fx, int /*max*/) { in extract_low_bits_clamp_clamp()
161 static unsigned extract_low_bits_general(SkFixed fx, int max) { in extract_low_bits_general()
197 SkFractionalInt fx; in filter_scale() local
237 SkFractionalInt fx = mapper.fractionalIntX(), in filter_affine() local
258 static unsigned repeat(SkFixed fx, int max) { in repeat()
262 static unsigned mirror(SkFixed fx, int max) { in mirror()
[all …]
/external/skia/bench/
DInterpBench.cpp62 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest()
81 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest()
112 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest()
132 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest()
150 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest()
/external/eigen/Eigen/src/Core/arch/ZVector/
DMathFunctions.h93 Packet2d tmp, fx; variable
145 Packet4f tmp, fx; variable
/external/lzma/C/
DSha1.c131 #define T5(a,b,c,d,e, fx, ww) \ argument
149 #define M5(i, fx, wx0, wx1) \ argument
156 #define R5(i, fx, wx) \ argument
196 #define R20(ii, fx) \ argument
214 #define R20(ii, fx) \ argument
/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Danalyzer_common.h103 void ProcessPoints(rtc::FunctionView<float(const DataType&)> fx, in ProcessPoints()
121 rtc::FunctionView<float(const DataType&)> fx, in ProcessPairs()
139 rtc::FunctionView<float(const DataType&)> fx, in AccumulatePairs()
/external/deqp/modules/gles3/functional/
Des3fPrimitiveRestartTests.cpp303 float fx = -1.0f + 2.0f * ((float)col + 0.5f) / (float)numRows; in init() local
339 float fx = in init() local
372 float fx = -0.9f + 1.8f * (float)(i / 2 * 2) / numStrips; in init() local
413 float fx = in init() local
446 … float fx = -0.9f + 1.8f * ((float)(i / 3) + (i % 3 == 2 ? 0.8f : 0.0f)) * 3 / numRows; in init() local
/external/clang/test/CodeGenCXX/
Ddebug-info-fn-template.cpp9 T fx(XF<T> xi) { in fx() function
/external/pytorch/torch/fx/experimental/
Ddebug.py2 import torch.fx as fx namespace
/external/executorch/backends/arm/operator_support/
Dmean_dim_support.py10 import torch.fx as fx namespace
Dvar_correction_support.py10 import torch.fx as fx namespace
Dtosa_supported_operators.py11 import torch.fx as fx namespace
/external/apache-commons-math/src/main/java/org/apache/commons/math3/analysis/function/
DStepFunction.java85 double fx = 0; in value() local
/external/executorch/exir/
Dpass_manager.py12 import torch.fx.passes.infra.pass_manager as fx namespace
Dgraph.py13 import torch.fx as fx namespace
/external/pytorch/torch/_functorch/
Dcompile_utils.py7 import torch.fx as fx namespace
/external/pytorch/test/fx/
Dtest_shape_inference.py8 import torch.fx as fx namespace
/external/apache-commons-math/src/main/java/org/apache/commons/math3/analysis/solvers/
DSecantSolver.java105 final double fx = computeObjectiveValue(x); in doSolve() local
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_depth_test_tmp.h56 const float fx = (float) ix; in NAME() local
/external/llvm-libc/test/src/math/
Dexplogxf_test.cpp33 auto fx = [](float x) -> float { in TEST_F() local
/external/cronet/stable/third_party/llvm-libc/src/test/src/math/
Dexplogxf_test.cpp33 auto fx = [](float x) -> float { in TEST_F() local
/external/cronet/tot/third_party/llvm-libc/src/test/src/math/
Dexplogxf_test.cpp33 auto fx = [](float x) -> float { in TEST_F() local
/external/pytorch/functorch/benchmarks/
Dcse.py2 import torch.fx as fx namespace
/external/angle/src/tests/compiler_tests/
DShaderVariable_test.cpp206 ShaderVariable fx; in TEST_F() local
429 ShaderVariable fx; in TEST_F() local
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/
Dpooling.h92 for (int fx = filter_x_start; fx < filter_x_end; fx++) { in MaxPool() local
204 for (int fx = filter_x_start; fx < filter_x_end; fx++) { in AveragePool() local
/external/pdfium/third_party/lcms/src/
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

123456