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

  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
BinaryFunction.java 93 * @param fixedX fixed value of the first argument
94 * @return a function such that {@code f.value(y) == value(fixedX, y)}
96 public ComposableFunction fix1stArgument(final double fixedX) {
101 return BinaryFunction.this.value(fixedX, x);
  /external/skia/src/core/
SkBitmapProcState_shaderproc.h 47 fx = mapper.fixedX();
SkBitmapProcState.h 251 SkFixed fixedX() const { return SkFractionalIntToFixed(fX); }
SkBitmapProcState_matrix.h 100 SkFixed fx = mapper.fixedX();
  /external/skia/src/opts/
SkBitmapProcState_opts_SSE2.cpp 263 SkFixed fx = mapper.fixedX();
377 SkFixed fx = mapper.fixedX();
489 SkFixed fx = mapper.fixedX();
560 SkFixed fx = mapper.fixedX();
SkBitmapProcState_matrix_neon.h 364 SkFixed fx = mapper.fixedX();
  /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 162 milliseconds