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

  /external/guava/guava-tests/test/com/google/common/base/
PredicatesTest.java 58 static class IsOdd implements Predicate<Integer>, Serializable {
68 return obj instanceof IsOdd;
71 return "IsOdd";
81 private static IsOdd isOdd() {
82 return new IsOdd();
96 .addEqualityGroup(isOdd())
117 .addEqualityGroup(isOdd())
134 assertEvalsLikeOdd(Predicates.not(Predicates.not(isOdd())));
139 .addEqualityGroup(Predicates.not(isOdd()), Predicates.not(isOdd())
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c 205 LLVMValueRef fract, flr, isOdd;
209 /* isOdd = flr & 1 */
210 isOdd = LLVMBuildAnd(bld->gallivm->builder, flr, int_coord_bld->one, "");
212 /* make coord positive or negative depending on isOdd */
213 coord = lp_build_set_sign(coord_bld, fract, isOdd);
215 /* convert isOdd to float */
216 isOdd = lp_build_int_to_float(coord_bld, isOdd);
218 /* add isOdd to coord */
219 coord = lp_build_add(coord_bld, coord, isOdd);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c 205 LLVMValueRef fract, flr, isOdd;
209 /* isOdd = flr & 1 */
210 isOdd = LLVMBuildAnd(bld->gallivm->builder, flr, int_coord_bld->one, "");
212 /* make coord positive or negative depending on isOdd */
213 coord = lp_build_set_sign(coord_bld, fract, isOdd);
215 /* convert isOdd to float */
216 isOdd = lp_build_int_to_float(coord_bld, isOdd);
218 /* add isOdd to coord */
219 coord = lp_build_add(coord_bld, coord, isOdd);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_itertools.py 33 def isOdd(x):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_itertools.py 33 def isOdd(x):
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
dojo-1.6.1.js     [all...]

Completed in 183 milliseconds