| /src/sys/arch/sparc/fpu/ |
| fpu_emu.h | 58 * always nonzero. Additional low-order `guard' and `round' bits are 64 * when we explode an external denorm, we normalize it, introducing low-order 91 #define FP_NG 2 /* number of low-order guard bits */ 115 * ORDER(x,y) `sorts' a pair of `fpn *'s so that the right operand (y) points 129 #define ORDER(x, y) { \
|
| /src/sys/arch/powerpc/fpu/ |
| fpu_emu.h | 54 * always nonzero. Additional low-order `guard' and `round' bits are 60 * when we explode an external denorm, we normalize it, introducing low-order 87 #define FP_NG 2 /* number of low-order guard bits */ 113 * ORDER(x,y) `sorts' a pair of `fpn *'s so that the right operand (y) points 127 #define ORDER(x, y) { \
|
| /src/sys/arch/m68k/fpe/ |
| fpu_emulate.h | 55 * always nonzero. Additional low-order `guard' and `round' bits are 61 * when we explode an external denorm, we normalize it, introducing low-order 88 #define FP_NG 2 /* number of low-order guard bits */ 120 * ORDER(x,y) `sorts' a pair of `fpn *'s so that the right operand (y) points 134 #define ORDER(x, y) { \
|
| /src/external/gpl3/binutils/dist/ld/ |
| ldgram.h | 108 #define ORDER 361
|
| ldgram.c | 244 #define ORDER 361 2108 "NEWLINE","ENDWORD","ORDER","NAMEWORD","ASSERT_K","LOG2CEIL","FORMAT","PUBLIC", 2160 "mri_script_command : ORDER ordernamelist", 4598 placed in the opposite order from the way 4742 order to find the end of the fill
|
| ldlex.c | 2594 { RTOKEN(ORDER); } 2679 { RTOKEN(ORDER); }
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| ldgram.h | 161 ORDER = 362, /* ORDER */ 306 #define ORDER 362
|
| ldlex.c | 2594 { RTOKEN(ORDER); } 2679 { RTOKEN(ORDER); }
|
| ldgram.c | 262 ORDER = 362, /* ORDER */ 407 #define ORDER 362 619 YYSYMBOL_ORDER = 123, /* ORDER */ 1274 "ENDWORD", "ORDER", "NAMEWORD", "ASSERT_K", "LOG2CEIL", "FORMAT", 4056 placed in the opposite order from the way 4226 order to find the end of the fill
|
| /src/external/mit/isl/dist/ |
| isl_union_map.c | 294 * The result has the parameters of model first, in the same order 4279 * "order" is applied to the extracted isl_multi_pw_affs that correspond 4285 __isl_give isl_map *(*order)(__isl_take isl_multi_pw_aff *mpa1, member in struct:isl_union_order_at_data 4290 /* Intersect "map" with the result of applying data->order to 4299 isl_map *order; local 4305 order = data->order(mpa1, mpa2); 4306 map = isl_map_intersect(map, order); 4347 /* Intersect each map in "umap" with the result of calling "order" 4353 __isl_give isl_map *(*order)(__isl_take isl_multi_pw_aff *mpa1 [all...] |
| isl_aff.c | 2827 * it may also change the normalized order of the local variables. 2828 * Restore this order. Since sort_divs assumes the input 3174 * where the function values are ordered in the same way as "order", 3179 * the domain [A -> B]. Then we apply "order", resulting in a set 3185 __isl_give isl_set *(*order)(__isl_take isl_pw_aff *pa1, 3200 set = order(pa1, pa2); 3879 * In order to produce disjoint pieces, a pair of elements 7515 * between the domain spaces of "mpa1" and "mpa2" and call "order" 7520 __isl_give isl_map *(*order)(__isl_keep isl_multi_pw_aff *mpa1, 7544 res = order(mpa1, mpa2, space1) [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| Expr.h | 1197 /// they apply in order to conserve memory. These are laid out past the end of 1764 /// StringLiteral is followed by several trailing objects. They are in order: 2747 // The trailing objects are in order: 5572 // They are (in order): 5998 /// of expressions to be executed in order which detail how the 6153 /// order. The instructions for which getScopeModel returns non-null value 6169 enum { PTR, ORDER, VAL1, ORDER_FAIL, VAL2, WEAK, END_EXPR }; 6191 return cast<Expr>(SubExprs[ORDER]); 6199 return cast<Expr>(SubExprs[ORDER]);
|