Searched refs:OFF (Results 1 – 7 of 7) sorted by relevance
/sysdeps/arm/ |
A D | sysdep.h | 245 # define NEGOFF_ADJ_BASE(R, OFF) add R, R, $OFF argument 246 # define NEGOFF_ADJ_BASE2(D, S, OFF) add D, S, $OFF argument 247 # define NEGOFF_OFF1(R, OFF) [R] argument 250 # define NEGOFF_ADJ_BASE(R, OFF) 251 # define NEGOFF_ADJ_BASE2(D, S, OFF) mov D, S 252 # define NEGOFF_OFF1(R, OFF) [R, $OFF]
|
/sysdeps/ieee754/flt-32/ |
A D | e_log2f.c | 36 #define OFF 0x3f330000 macro 69 tmp = ix - OFF; in __log2f()
|
A D | e_logf.c | 37 #define OFF 0x3f330000 macro 70 tmp = ix - OFF; in __logf()
|
A D | e_powf.c | 40 #define OFF 0x3f330000 macro 55 tmp = ix - OFF; in log2_inline()
|
/sysdeps/ieee754/dbl-64/ |
A D | e_log.c | 33 #define OFF 0x3fe6000000000000 macro 102 tmp = ix - OFF; in __log()
|
A D | e_log2.c | 33 #define OFF 0x3fe6000000000000 macro 101 tmp = ix - OFF; in __log2()
|
A D | e_pow.c | 39 #define OFF 0x3fe6955500000000 macro 62 tmp = ix - OFF; in log_inline()
|
Completed in 7 milliseconds