HomeSort by relevance Sort by last modified time
    Searched refs:fixedY (Results 1 - 8 of 8) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
BinaryFunction.java 107 * @param fixedY fixed value of the second argument
108 * @return a function such that {@code f.value(x) == value(x, fixedY)}
110 public ComposableFunction fix2ndArgument(final double fixedY) {
115 return BinaryFunction.this.value(x, fixedY);
  /external/skia/src/core/
SkBitmapProcState_shaderproc.h 35 SkFixed fy = mapper.fixedY();
SkBitmapProcState_matrix.h 65 const SkFixed fy = mapper.fixedY();
101 SkFixed fy = mapper.fixedY();
SkBitmapProcState_matrix_template.h 27 *xy++ = TileProc::Y(s, mapper.fixedY(), maxY);
SkBitmapProcState.h 227 SkFixed fixedY() const { return SkFractionalIntToFixed(fY); }
  /external/skia/src/opts/
SkBitmapProcState_matrix_neon.h 43 *xy++ = TILEY_PROCF(mapper.fixedY(), maxY);
302 const SkFixed fy = mapper.fixedY();
363 SkFixed fy = mapper.fixedY();
SkBitmapProcState_opts_SSE2.cpp 257 const SkFixed fy = mapper.fixedY();
490 SkFixed fy = mapper.fixedY();
561 SkFixed fy = mapper.fixedY();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 69 milliseconds