/dports/emulators/x16-rom/x16-rom-r38/basic/ |
H A D | code17.s | 127 ldy #0 ;zero facsgn&sgnflg. 137 stx sgnflg ;it's negative. (x=377).
|
H A D | declare.s | 61 sgnflg =degree ;$67 sign of fac is preserved bere by "fin". label
|
/dports/emulators/x16-rom/x16-rom-r38/fplib/ |
H A D | declare.s | 50 sgnflg =degree label
|
H A D | fsqr.s | 40 itercnt = sgnflg
|
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/stdlib/ |
H A D | ldtoa.c | 3243 int esign, decflg, sgnflg, nexp, exp, prec, lost; 3282 sgnflg = 0; 3359 if( sgnflg ) 3361 ++sgnflg; 3364 if( sgnflg ) 3366 ++sgnflg;
|
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/stdlib/ |
H A D | ldtoa.c | 3243 int esign, decflg, sgnflg, nexp, exp, prec, lost; in asctoeg() local 3282 sgnflg = 0; in asctoeg() 3359 if( sgnflg ) in asctoeg() 3361 ++sgnflg; in asctoeg() 3364 if( sgnflg ) in asctoeg() 3366 ++sgnflg; in asctoeg()
|
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/machine/powerpc/ |
H A D | simdldtoa.c | 3228 int esign, decflg, sgnflg, nexp, exp, prec, lost; in asctoeg() local 3267 sgnflg = 0; in asctoeg() 3344 if( sgnflg ) in asctoeg() 3346 ++sgnflg; in asctoeg() 3349 if( sgnflg ) in asctoeg() 3351 ++sgnflg; in asctoeg()
|
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/machine/powerpc/ |
H A D | simdldtoa.c | 3228 int esign, decflg, sgnflg, nexp, exp, prec, lost; in asctoeg() local 3267 sgnflg = 0; in asctoeg() 3344 if( sgnflg ) in asctoeg() 3346 ++sgnflg; in asctoeg() 3349 if( sgnflg ) in asctoeg() 3351 ++sgnflg; in asctoeg()
|
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/machine/powerpc/ |
H A D | simdldtoa.c | 3228 int esign, decflg, sgnflg, nexp, exp, prec, lost; in asctoeg() local 3267 sgnflg = 0; in asctoeg() 3344 if( sgnflg ) in asctoeg() 3346 ++sgnflg; in asctoeg() 3349 if( sgnflg ) in asctoeg() 3351 ++sgnflg; in asctoeg()
|
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/machine/powerpc/ |
H A D | simdldtoa.c | 3228 int esign, decflg, sgnflg, nexp, exp, prec, lost; in asctoeg() local 3267 sgnflg = 0; in asctoeg() 3344 if( sgnflg ) in asctoeg() 3346 ++sgnflg; in asctoeg() 3349 if( sgnflg ) in asctoeg() 3351 ++sgnflg; in asctoeg()
|
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/stdlib/ |
H A D | ldtoa.c | 3335 int esign, decflg, sgnflg, nexp, exp, prec, lost; 3375 sgnflg = 0; 3451 if (sgnflg) 3453 ++sgnflg; 3456 if (sgnflg) 3458 ++sgnflg;
|
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/stdlib/ |
H A D | ldtoa.c | 3327 int esign, decflg, sgnflg, nexp, exp, prec, lost; 3367 sgnflg = 0; 3443 if (sgnflg) 3445 ++sgnflg; 3448 if (sgnflg) 3450 ++sgnflg;
|
/dports/devel/cc65/cc65-2.19/include/ |
H A D | _atarios.h | 301 unsigned char sgnflg; // = $F0 ##REV2## 1-BYTE SIGN FLAG member
|