Home
last modified time | relevance | path

Searched defs:SIGN (Results 176 – 200 of 1208) sorted by relevance

12345678910>>...49

/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgcc/config/s390/32/
H A D_fixsfdi.c34 #define SIGN(fp) ((fp.l) & SIGNBIT) macro
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgcc/config/s390/32/
H A D_fixsfdi.c34 #define SIGN(fp) ((fp.l) & SIGNBIT) macro
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgcc/config/s390/32/
H A D_fixsfdi.c34 #define SIGN(fp) ((fp.l) & SIGNBIT) macro
/dports/lang/gcc9-devel/gcc-9-20211007/libgcc/config/s390/32/
H A D_fixsfdi.c34 #define SIGN(fp) ((fp.l) & SIGNBIT) macro
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgcc/config/s390/32/
H A D_fixsfdi.c34 #define SIGN(fp) ((fp.l) & SIGNBIT) macro
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgcc/config/s390/32/
H A D_fixsfdi.c34 #define SIGN(fp) ((fp.l) & SIGNBIT) macro
/dports/lang/spidermonkey60/firefox-60.9.0/dom/crypto/
H A DCryptoKey.h82 SIGN = 0x00040000, enumerator
/dports/devel/riscv64-gcc/gcc-8.3.0/libgcc/config/s390/32/
H A D_fixsfdi.c34 #define SIGN(fp) ((fp.l) & SIGNBIT) macro
/dports/devel/avr-gcc/gcc-10.2.0/libgcc/config/s390/32/
H A D_fixsfdi.c34 #define SIGN(fp) ((fp.l) & SIGNBIT) macro
/dports/lang/gnat_util/gcc-6-20180516/libgcc/config/s390/32/
H A D_fixsfdi.c34 #define SIGN(fp) ((fp.l) & SIGNBIT) macro
/dports/lang/gcc11/gcc-11.2.0/libgcc/config/s390/32/
H A D_fixsfdi.c34 #define SIGN(fp) ((fp.l) & SIGNBIT) macro
/dports/lang/gcc10-devel/gcc-10-20211008/libgcc/config/s390/32/
H A D_fixsfdi.c34 #define SIGN(fp) ((fp.l) & SIGNBIT) macro
/dports/lang/gcc9/gcc-9.4.0/libgcc/config/s390/32/
H A D_fixsfdi.c34 #define SIGN(fp) ((fp.l) & SIGNBIT) macro
/dports/games/powder/powder118_src/
H A Drand.h121 #define SIGN(a) ((a) < 0 ? -1 : (a) > 0 ? 1 : 0) macro
/dports/lang/gcc9-aux/gcc-9.1.0/libgcc/config/s390/32/
H A D_fixsfdi.c34 #define SIGN(fp) ((fp.l) & SIGNBIT) macro
/dports/emulators/qemu/qemu-6.2.0/target/hexagon/
H A Dgen_dectree_import.c61 #define IMMINFO(TAG, SIGN, SIZE, SHAMT, SIGN2, SIZE2, SHAMT2) /* nothing */ argument
70 #define IMMINFO(TAG, SIGN, SIZE, SHAMT, SIGN2, SIZE2, SHAMT2) /* nothing */ argument
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/eri/
H A Deri2cft.F153 SUBROUTINE EXPVEC(HPI,PA,PB,COOR12,EXP12,SIGN, argument
244 & SIGN,IAB0,PA,PB,EXP12,HPI,X,IDL,IPRINT) argument
/dports/www/firefox-esr/firefox-91.8.0/dom/crypto/
H A DCryptoKey.h95 SIGN = 0x00040000, enumerator
/dports/games/briquolo/briquolo-0.5.7/src/
H A DBriqueBumper.cpp37 #define SIGN(a) (((a)<0)?-1:1) macro
/dports/www/firefox/firefox-99.0/dom/crypto/
H A DCryptoKey.h95 SIGN = 0x00040000, enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/dom/crypto/
H A DCryptoKey.h95 SIGN = 0x00040000, enumerator
/dports/games/glaxium/glaxium_0.5/
H A Dship1.cpp29 #define SIGN(x) (x<0?-1:1) macro
/dports/science/minc2/minc-release-2.2.00/conversion/image_filters/
H A Dimageinvert.c21 #define SIGN( x ) ( ((x) > (0)) ? (1) : (-1) ) macro
/dports/x11/fireflies/fireflies-2.07/src/
H A Dutils.h10 #define SIGN(x) ((x >= 0) ? 1 : -1) macro
/dports/databases/grass7/grass-7.8.6/raster/r.param.scale/
H A Dnrutil.h43 #define SIGN(a,b) ((b) >= 0.0 ? fabs(a) : -fabs(a)) macro

12345678910>>...49