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

  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
ComposableFunction.java 77 /** The invert operator wrapped as a {@link ComposableFunction}. */
78 public static final ComposableFunction INVERT = new ComposableFunction () {
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_state_frag.c 115 #define INVERT 0x1
125 if (is_negative_operand(operand) == !(flags & INVERT))
155 flags ^ INVERT);
166 (rc)->hw |= ((flags & INVERT ? COMBINER_INVERT : 0) | \
189 INPUT_SRC(rc, 1, ZERO, INVERT);
212 INPUT_SRC(rc, 1, ZERO, INVERT);
214 INPUT_SRC(rc, 3, ZERO, INVERT);
228 INPUT_ARG(rc, 3, 2, INVERT);
276 INPUT_SRC(&rc_a, 1, ZERO, INVERT);
277 INPUT_SRC(&rc_c, 1, ZERO, INVERT);
    [all...]
nv10_state_frag.c 137 #define INVERT 0x1
150 if (is_negative_operand(operand) == !(flags & INVERT))
186 flags ^ INVERT);
193 flags ^ INVERT);
214 (flags & INVERT ? RC_IN_MAPPING(EXPAND_NORMAL) : \
257 INPUT_ARG(rc, D, 2, INVERT);
266 INPUT_ONE(rc, D, INVERT);

Completed in 48 milliseconds