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

  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
AbstractRealVector.java 158 return mapToSelf(BinaryFunction.ADD.fix1stArgument(d));
356 return mapToSelf(ComposableFunction.ABS);
370 return mapToSelf(ComposableFunction.ACOS);
384 return mapToSelf(ComposableFunction.ASIN);
398 return mapToSelf(ComposableFunction.ATAN);
412 return mapToSelf(ComposableFunction.CBRT);
426 return mapToSelf(ComposableFunction.CEIL);
440 return mapToSelf(ComposableFunction.COS);
454 return mapToSelf(ComposableFunction.COSH);
468 return mapToSelf(BinaryFunction.DIVIDE.fix2ndArgument(d))
    [all...]
RealVector.java 47 * {@link #map(UnivariateRealFunction)} and {@link #mapToSelf(UnivariateRealFunction)}
68 RealVector mapToSelf(UnivariateRealFunction function) throws FunctionEvaluationException;
    [all...]
  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 176 Metadata *mapToSelf(const Metadata *MD);
250 /// the identity mapping (\a Mapper::mapToSelf()) as long as all of its
512 Metadata *Mapper::mapToSelf(const Metadata *MD) {
544 ? M.mapToSelf(&N)
692 M.mapToSelf(N);
750 M.mapToSelf(N);
    [all...]

Completed in 99 milliseconds