/external/skia/src/core/ |
D | SkBitmapProcState_matrixProcs.cpp | 34 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/ |
D | InterpBench.cpp | 62 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/ |
D | MathFunctions.h | 93 Packet2d tmp, fx; variable 145 Packet4f tmp, fx; variable
|
/external/lzma/C/ |
D | Sha1.c | 131 #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/ |
D | analyzer_common.h | 103 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/ |
D | es3fPrimitiveRestartTests.cpp | 303 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/ |
D | debug-info-fn-template.cpp | 9 T fx(XF<T> xi) { in fx() function
|
/external/pytorch/torch/fx/experimental/ |
D | debug.py | 2 import torch.fx as fx namespace
|
/external/executorch/backends/arm/operator_support/ |
D | mean_dim_support.py | 10 import torch.fx as fx namespace
|
D | var_correction_support.py | 10 import torch.fx as fx namespace
|
D | tosa_supported_operators.py | 11 import torch.fx as fx namespace
|
/external/apache-commons-math/src/main/java/org/apache/commons/math3/analysis/function/ |
D | StepFunction.java | 85 double fx = 0; in value() local
|
/external/executorch/exir/ |
D | pass_manager.py | 12 import torch.fx.passes.infra.pass_manager as fx namespace
|
D | graph.py | 13 import torch.fx as fx namespace
|
/external/pytorch/torch/_functorch/ |
D | compile_utils.py | 7 import torch.fx as fx namespace
|
/external/pytorch/test/fx/ |
D | test_shape_inference.py | 8 import torch.fx as fx namespace
|
/external/apache-commons-math/src/main/java/org/apache/commons/math3/analysis/solvers/ |
D | SecantSolver.java | 105 final double fx = computeObjectiveValue(x); in doSolve() local
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_quad_depth_test_tmp.h | 56 const float fx = (float) ix; in NAME() local
|
/external/llvm-libc/test/src/math/ |
D | explogxf_test.cpp | 33 auto fx = [](float x) -> float { in TEST_F() local
|
/external/cronet/stable/third_party/llvm-libc/src/test/src/math/ |
D | explogxf_test.cpp | 33 auto fx = [](float x) -> float { in TEST_F() local
|
/external/cronet/tot/third_party/llvm-libc/src/test/src/math/ |
D | explogxf_test.cpp | 33 auto fx = [](float x) -> float { in TEST_F() local
|
/external/pytorch/functorch/benchmarks/ |
D | cse.py | 2 import torch.fx as fx namespace
|
/external/angle/src/tests/compiler_tests/ |
D | ShaderVariable_test.cpp | 206 ShaderVariable fx; in TEST_F() local 429 ShaderVariable fx; in TEST_F() local
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/ |
D | pooling.h | 92 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/ |
D | cmsintrp.c | 371 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
|