HomeSort by relevance Sort by last modified time
    Searched refs:__x (Results 1 - 25 of 1501) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-mips/string/
mips-string-ops.h 68 #define _ULW(__x) ((struct ulw *) ((char *)(&__x)))->b;
100 #define detect_zero(__x,__y,__01s,__80s)\
101 ((unsigned) __builtin_mips_subu_s_qb((v4i8) __01s,(v4i8) __x))
104 #define set_byte_lanes(__x) ((unsigned) __builtin_mips_repl_qb(__x))
107 #define def_and_set_01(__x) unsigned __x = (unsigned) __builtin_mips_repl_qb(0x01)
110 #define def_and_set_80(__x) /* do nothing */
115 The steps are, for __x = 0x31ff0001
    [all...]
  /external/clang/lib/Headers/
tgmath.h 56 #define __tg_promote1(__x) (__typeof__(__tg_promote(__x)))
57 #define __tg_promote2(__x, __y) (__typeof__(__tg_promote(__x) + \
59 #define __tg_promote3(__x, __y, __z) (__typeof__(__tg_promote(__x) + \
67 __tg_acos(float __x) {return acosf(__x);}
71 __tg_acos(double __x) {return acos(__x);}
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 56 #define __tg_promote1(__x) (__typeof__(__tg_promote(__x)))
57 #define __tg_promote2(__x, __y) (__typeof__(__tg_promote(__x) + \
59 #define __tg_promote3(__x, __y, __z) (__typeof__(__tg_promote(__x) + \
67 __tg_acos(float __x) {return acosf(__x);}
71 __tg_acos(double __x) {return acos(__x);}
    [all...]