Home
last modified time | relevance | path

Searched refs:sgnflg (Results 1 – 13 of 13) sorted by relevance

/dports/emulators/x16-rom/x16-rom-r38/basic/
H A Dcode17.s127 ldy #0 ;zero facsgn&sgnflg.
137 stx sgnflg ;it's negative. (x=377).
H A Ddeclare.s61 sgnflg =degree ;$67 sign of fac is preserved bere by "fin". label
/dports/emulators/x16-rom/x16-rom-r38/fplib/
H A Ddeclare.s50 sgnflg =degree label
H A Dfsqr.s40 itercnt = sgnflg
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/stdlib/
H A Dldtoa.c3243 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 Dldtoa.c3243 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 Dsimdldtoa.c3228 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 Dsimdldtoa.c3228 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 Dsimdldtoa.c3228 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 Dsimdldtoa.c3228 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 Dldtoa.c3335 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 Dldtoa.c3327 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.h301 unsigned char sgnflg; // = $F0 ##REV2## 1-BYTE SIGN FLAG member