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

  /external/vixl/src/vixl/
utils.h 57 inline uint32_t truncate_to_intn(unsigned n, int64_t x) { function in namespace:vixl
77 inline uint32_t truncate_to_int##N(int x) { return truncate_to_intn(N, x); }
  /external/v8/src/
utils.h 1010 inline T truncate_to_intn(T x, unsigned n) {
1032 inline T truncate_to_int##N(T x) { return truncate_to_intn(x, N); }
    [all...]

Completed in 40 milliseconds