HomeSort by relevance Sort by last modified time
    Searched full:unary (Results 1 - 25 of 201) sorted by null

1 2 3 4 5 6 7 8 9

  /dalvik/vm/compiler/template/armv5te-vfp/
funop.S 2 * Generic 32bit-to-32bit floating point unary operation. Provide an
funopNarrower.S 2 * Generic 64bit-to-32bit floating point unary operation. Provide an
funopWider.S 2 * Generic 32bit-to-64bit floating point unary operation. Provide an
  /dalvik/vm/mterp/x86/
unop.S 3 * Generic 32-bit unary operation. Provide an "instr" line that
unopWide.S 3 * Generic 64-bit unary operation.
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/operations/
UnaryOperation.java 30 * The unary operation base class.
74 * @param r The expression operand to which the unary operation will be
84 * Execute the operand and apply the unary operation to the result.
89 * @return An XObject that represents the result of applying the unary
113 /** @return the operand of unary operation, as an Expression.
Neg.java 28 * The unary '-' operation expression executer.
  /dalvik/vm/mterp/arm-vfp/
funop.S 2 * Generic 32-bit unary floating-point operation. Provide an "instr"
funopNarrower.S 2 * Generic 64bit-to-32bit unary floating point operation. Provide an
funopWider.S 2 * Generic 32bit-to-64bit floating point unary operation. Provide an
  /dalvik/vm/mterp/armv5te/
unop.S 3 * Generic 32-bit unary operation. Provide an "instr" line that
unopNarrower.S 3 * Generic 64bit-to-32bit unary operation. Provide an "instr" line
unopWide.S 3 * Generic 64-bit unary operation. Provide an "instr" line that
unopWider.S 3 * Generic 32bit-to-64bit unary operation. Provide an "instr" line
  /dalvik/vm/mterp/armv6t2/
unop.S 3 * Generic 32-bit unary operation. Provide an "instr" line that
unopWider.S 3 * Generic 32bit-to-64bit unary operation. Provide an "instr" line
unopNarrower.S 3 * Generic 64bit-to-32bit unary operation. Provide an "instr" line
unopWide.S 3 * Generic 64-bit unary operation. Provide an "instr" line that
  /external/stlport/test/unit/
bcompos_test.cpp 2 #include "unary.h"
  /dalvik/vm/mterp/x86-atom/
unop.S 19 * Code: Generic 32-bit unary operation. Provide an "instr" variable and a
25 * Description: Perform the identified unary operation on the source
unopWide.S 19 * Code: Generic 64-bit unary operation. Provide an "instr" variable and a
25 * Description: Perform the identified unary operation on the source
  /external/proguard/src/proguard/evaluation/value/
NegatedDoubleValue.java 42 // Implementations of unary methods of DoubleValue.
NegatedFloatValue.java 42 // Implementations of unary methods of FloatValue.
NegatedIntegerValue.java 42 // Implementations of unary methods of IntegerValue.
NegatedLongValue.java 42 // Implementations of unary methods of LongValue.

Completed in 51 milliseconds

1 2 3 4 5 6 7 8 9