Searched defs:SIGN (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/ |
H A D | divmod.m4 | 41 define(SIGN, `%g3') macro
|
/freebsd/sys/dev/sound/pcm/ |
H A D | feeder_volume.c | 51 #define FEEDVOLUME_DECLARE(SIGN, BIT, ENDIAN) \ argument 108 #define FEEDVOLUME_ENTRY(SIGN, BIT, ENDIAN) \ argument
|
H A D | feeder_rate.c | 458 #define Z_DECLARE_LINEAR(SIGN, BIT, ENDIAN) \ argument 513 #define _Z_SINC_ACCUMULATE(SIGN, BIT, ENDIAN, adv) \ argument 538 #define Z_DECLARE_SINC(SIGN, BIT, ENDIAN) \ argument 580 #define Z_DECLARE_SINC_POLYPHASE(SIGN, BIT, ENDIAN) \ argument 620 #define Z_DECLARE(SIGN, BIT, ENDIAN) \ argument 659 #define Z_RESAMPLER_ENTRY(SIGN, BIT, ENDIAN) \ argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/ |
H A D | dfdiv.S | 40 #define SIGN r28 macro 82 SIGN = xor(AH,BH) define 353 #define SIGN r28 macro
|
/freebsd/usr.bin/calendar/ |
H A D | sunpos.c | 185 #define SIGN(a) (((a) > 180) ? -1 : 1) macro
|