Home
last modified time | relevance | path

Searched defs:y0 (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/external/clang/test/PCH/
Dpr4489.c25 struct y0 { int i; } y0[1] = {}; struct
Dfunctions.c8 int f0(int x0, int y0, ...) { return x0 + y0; } in f0()
/external/tensorflow/tensorflow/contrib/integrate/python/ops/
Dodes.py87 y0, argument
136 def _interp_fit(y0, y1, y_mid, f0, f1, dt): argument
174 def _interp_fit_rk(y0, y1, k, dt, tableau=_DORMAND_PRINCE_TABLEAU): argument
281 def _check_input_types(y0, t, dt=None): argument
304 y0, argument
422 y0, argument
547 def integrate(self, evol_func, y0, time_grid, dt_grid, steps_on_intervals): argument
644 def odeint_fixed(func, y0, t, dt=None, method='rk4', name=None): argument
/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/op/core/
DGradientsTest.java44 Output<Float> y0 = TestUtil.square(g, "y0", x); in createGradients() local
71 Output<Float> y0 = TestUtil.square(g, "y0", x); in createGradientsWithSum() local
96 Output<Float> y0 = TestUtil.square(g, "y0", x); in createGradientsWithInitialValues() local
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLinearGradient.java12 private float y0; field in ShadowLinearGradient
21 float x0, float y0, float x1, float y1, int color0, int color1, Shader.TileMode tile) { in __constructor__()
/external/pdfium/third_party/libopenjpeg20/
Dsparse_array.c97 OPJ_UINT32 y0, in opj_sparse_array_is_region_valid()
108 OPJ_UINT32 y0, in opj_sparse_array_int32_read_or_write()
313 OPJ_UINT32 y0, in opj_sparse_array_int32_read()
332 OPJ_UINT32 y0, in opj_sparse_array_int32_write()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_tiled_memcpy.c248 uint32_t y0, uint32_t y1, in linear_to_xtiled()
290 uint32_t y0, uint32_t y1, in linear_to_ytiled()
352 uint32_t y0, uint32_t y1, in xtiled_to_linear()
394 uint32_t y0, uint32_t y1, in ytiled_to_linear()
461 uint32_t y0, uint32_t y1, in linear_to_xtiled_faster()
504 uint32_t y0, uint32_t y1, in linear_to_ytiled_faster()
546 uint32_t y0, uint32_t y1, in xtiled_to_linear_faster()
588 uint32_t y0, uint32_t y1, in ytiled_to_linear_faster()
678 uint32_t y0 = MAX2(yt1, yt); in linear_to_tiled() local
769 uint32_t y0 = MAX2(yt1, yt); in tiled_to_linear() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DAdaptiveStepsizeIntegrator.java181 final double t0, final double[] y0, in sanityChecks()
221 final double t0, final double[] y0, final double[] yDot0, in initializeStep()
319 double t0, double[] y0, in integrate()
/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/
DGraphTest.java140 Output<Float> y0 = TestUtil.square(g, "y0", x1); in addGradientsToGraph() local
180 Output<Float> y0 = TestUtil.square(g, "y0", x); in addGradientSumsToGraph() local
206 Output<Float> y0 = TestUtil.square(g, "y0", x); in addGradientsWithInitialValuesToGraph() local
236 Output<Float> y0 = TestUtil.square(g, "y0", x); in validateGradientsNames() local
/external/dng_sdk/source/
Ddng_1d_table.cpp88 real64 y0 = fTable [lower]; in SubDivide() local
161 real64 y0 = fTable [0]; in Expand16() local
Ddng_spline.h30 real64 y0, in EvaluateSplineSegment()
/external/skqp/src/compute/skc/
Dpath_builder.c80 float x0, float y0) in skc_path_move_to_1()
91 float x0, float y0, in skc_path_move_to_2()
102 float x0, float y0) in skc_path_move_to()
/external/skia/src/compute/skc/
Dpath_builder.c80 float x0, float y0) in skc_path_move_to_1()
91 float x0, float y0, in skc_path_move_to_2()
102 float x0, float y0) in skc_path_move_to()
/external/libcxx/test/std/utilities/time/time.cal/time.cal.year/time.cal.year.members/
Dctor.pass.cpp35 constexpr year y0{}; in main() local
/external/mesa3d/src/intel/blorp/
Dblorp_clear.c188 unsigned *x0, unsigned *y0, in get_fast_clear_rect()
308 uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1) in blorp_fast_clear()
366 uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1, in blorp_clear()
487 uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1, in blorp_clear_depth_stencil()
567 uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1) in blorp_can_hiz_clear_depth()
623 uint32_t x0, uint32_t y0, in blorp_gen8_hiz_clear_attachments()
662 uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1, in blorp_clear_attachments()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_point.c123 float y0 = info->v0[0][1] - setup->pixel_offset; in texcoord_coef() local
139 float y0 = info->v0[0][1] - setup->pixel_offset; in texcoord_coef() local
371 int x0, y0; in try_setup_point() local
400 const int y0 = subpixel_snap(v0[0][1]) - adj; in try_setup_point() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
DFirstOrderIntegrator.java58 double t0, double[] y0, in integrate()
DSecondOrderIntegrator.java56 double t0, double[] y0, double[] yDot0, in integrate()
/external/skia/src/core/
DSkEdge.cpp38 SkFDot6 x0, y0, x1, y1; in setLine() local
94 int SkEdge::updateLine(SkFixed x0, SkFixed y0, SkFixed x1, SkFixed y1) in updateLine()
182 SkFDot6 x0, y0, x1, y1, x2, y2; in setQuadraticWithoutUpdate() local
352 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; in setCubicWithoutUpdate() local
DSkAnalyticEdge.cpp235 SkFixed y0 = SnapY(SkFDot6ToFixed(SkScalarRoundToFDot6(p0.fY, accuracy)) >> accuracy); in setLine() local
241 SkFixed y0 = SnapY(SkFDot6ToFixed(SkScalarToFDot6(p0.fY * multiplier)) >> accuracy); in setLine() local
283 bool SkAnalyticEdge::updateLine(SkFixed x0, SkFixed y0, SkFixed x1, SkFixed y1, SkFixed slope) { in updateLine()
/external/skqp/src/core/
DSkEdge.cpp38 SkFDot6 x0, y0, x1, y1; in setLine() local
94 int SkEdge::updateLine(SkFixed x0, SkFixed y0, SkFixed x1, SkFixed y1) in updateLine()
182 SkFDot6 x0, y0, x1, y1, x2, y2; in setQuadraticWithoutUpdate() local
352 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; in setCubicWithoutUpdate() local
DSkAnalyticEdge.cpp235 SkFixed y0 = SnapY(SkFDot6ToFixed(SkScalarRoundToFDot6(p0.fY, accuracy)) >> accuracy); in setLine() local
241 SkFixed y0 = SnapY(SkFDot6ToFixed(SkScalarToFDot6(p0.fY * multiplier)) >> accuracy); in setLine() local
283 bool SkAnalyticEdge::updateLine(SkFixed x0, SkFixed y0, SkFixed x1, SkFixed y1, SkFixed slope) { in updateLine()
/external/pdfium/third_party/lcms/src/
Dcmsintrp.c190 cmsUInt16Number y1, y0; in LinLerp1D() local
227 cmsFloat32Number y1, y0; in LinLerp1Dfloat() local
293 cmsFloat32Number y1, y0; in Eval1InputFloat() local
339 int x0, y0, in BilinearInterpFloat() local
394 int x0, y0; in BilinearInterp16() local
451 int x0, y0, z0, in TrilinearInterpFloat() local
525 int x0, y0, z0; in TrilinearInterp16() local
598 int x0, y0, z0, in TetrahedralInterpFloat() local
700 int x0, y0, z0; in TetrahedralInterp16() local
837 int x0, y0, z0; in Eval4Inputs() local
[all …]
/external/mesa3d/src/mesa/swrast/
Ds_zoom.c50 GLint *x0, GLint *x1, GLint *y0, GLint *y1) in compute_zoomed_bounds()
135 GLint x0, x1, y0, y1; in zoom_span() local
365 GLint x0, x1, y0, y1, y; in _swrast_write_zoomed_stencil_span() local
410 GLint x0, x1, y0, y1, y; in _swrast_write_zoomed_z_span() local
/external/libvpx/libvpx/vp8/encoder/x86/
Dvp8_quantize_sse2.c40 __m128i sz0, x0, sz1, x1, y0, y1, x_minus_zbin0, x_minus_zbin1; in vp8_regular_quantize_b_sse2() local
156 __m128i sz0, sz1, x0, x1, y0, y1, xdq0, xdq1, zeros, ones; in vp8_fast_quantize_b_sse2() local

12345678910>>...13