Searched defs:INVERT (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv04_state_frag.c115 #define INVERT 0x1 macro
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...]
H A Dnv10_state_frag.c137 #define INVERT 0x1 macro
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);
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
H A DComposableFunction.java78 public static final ComposableFunction INVERT = new ComposableFunction () { field in class:ComposableFunction

Completed in 352 milliseconds