Searched refs:FIX (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/libs/ncurses/ncurses/
H A Dnames.c1038 #define FIX(it) NCURSES_IMPEXP IT * NCURSES_API _nc_##it(void) { return data##it; } macro
1039 FIX(boolnames)
1040 FIX(boolfnames)
1041 FIX(numnames)
1042 FIX(numfnames)
1043 FIX(strnames)
1044 FIX(strfnames)
H A Dcodes.c525 #define FIX(it) NCURSES_IMPEXP IT * NCURSES_API _nc_##it(void) { return data##it; } macro
526 FIX(boolcodes)
527 FIX(numcodes)
528 FIX(strcodes)
/haiku-fatelf/src/add-ons/screen_savers/ifs/
H A DIFS.h15 #define FIX 12 macro
16 #define UNIT ( 1<<FIX )
/haiku-fatelf/src/libs/tiff/
H A Dtif_color.c176 #define FIX(x) ((int32)((x) * (1L<<SHIFT) + 0.5)) macro
234 { float f1 = 2-2*LumaRed; int32 D1 = FIX(f1);
235 float f2 = LumaRed*f1/LumaGreen; int32 D2 = -FIX(f2);
236 float f3 = 2-2*LumaBlue; int32 D3 = FIX(f3);
237 float f4 = LumaBlue*f3/LumaGreen; int32 D4 = -FIX(f4);
273 #undef FIX macro
/haiku-fatelf/src/system/kernel/arch/m68k/
H A Darch_asm.S86 #warning M68K: FIX m68k_context_switch
/haiku-fatelf/src/bin/gdb/bfd/
H A Decoff.c609 #define FIX(off1, off2, type) \
617 FIX (cbLineOffset, line, unsigned char *);
618 FIX (cbDnOffset, external_dnr, PTR);
619 FIX (cbPdOffset, external_pdr, PTR);
620 FIX (cbSymOffset, external_sym, PTR);
621 FIX (cbOptOffset, external_opt, PTR);
622 FIX (cbAuxOffset, external_aux, union aux_ext *);
623 FIX (cbSsOffset, ss, char *);
624 FIX (cbSsExtOffset, ssext, char *);
625 FIX (cbFdOffse macro
606 #define FIX macro
[all...]
/haiku-fatelf/src/libs/pdflib/libs/tiff/
H A Dtif_getimage.c1807 #define FIX(x) ((int32)((x) * (1L<<SHIFT) + 0.5)) macro
1842 { float f1 = 2-2*LumaRed; int32 D1 = FIX(f1);
1843 float f2 = LumaRed*f1/LumaGreen; int32 D2 = -FIX(f2);
1844 float f3 = 2-2*LumaBlue; int32 D3 = FIX(f3);
1845 float f4 = LumaBlue*f3/LumaGreen; int32 D4 = -FIX(f4);
1872 #undef FIX macro

Completed in 382 milliseconds