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

  /external/vixl/src/
utils-vixl.h 48 inline unsigned truncate_to_intn(unsigned n, int64_t x) { function in namespace:vixl
68 inline int truncate_to_int##N(int x) { return truncate_to_intn(N, x); }
  /external/chromium_org/v8/src/
utils.h 910 inline T truncate_to_intn(T x, unsigned n) {
932 inline T truncate_to_int##N(T x) { return truncate_to_intn(x, N); }
    [all...]

Completed in 347 milliseconds