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

  /frameworks/av/include/media/
Modulo.h 22 // Modulo class is used for intentionally wrapping variables such as
29 // 1) Modulo checks type sizes before performing operations to ensure
31 // 2) Modulo returns Modulo types from arithmetic operations, thereby
32 // avoiding unintentional use in a non-modular computation. A Modulo
33 // type is converted to its base non-Modulo type through the value() function.
34 // 3) Modulo separates out overflowable types from non-overflowable types.
36 // Modulo types do not participate in sanitization.
37 // 4) Modulo comparisons are based on signed differences to account for wrap;
47 // integer congruent to the source integer (modulo 2^n where n is the number of bit
    [all...]
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp     [all...]

Completed in 256 milliseconds