Searched refs:FABS (Results 1 - 11 of 11) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/contrib/
H A Dparanoia.cc724 FABS (const FLOAT &f) function
793 diff2 = FABS (z * z - f);
798 diff = FABS (t * t - f);
1078 TstCond (Failure, (MinusOne + FABS (One) == Zero), "-1+abs(1) != 0");
1118 while (MinusOne + FABS (Y) < Zero);
1160 X = FABS (X - Third);
1179 X = FABS (X + F6);
1235 if (FABS (X - Y) * Four < One)
1239 if (FABS (Precision - Y) * TwoForty < Half)
1260 X = FABS (((Fou
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/contrib/
H A Dparanoia.cc724 FABS (const FLOAT &f) function
793 diff2 = FABS (z * z - f);
798 diff = FABS (t * t - f);
1078 TstCond (Failure, (MinusOne + FABS (One) == Zero), "-1+abs(1) != 0");
1118 while (MinusOne + FABS (Y) < Zero);
1160 X = FABS (X - Third);
1179 X = FABS (X + F6);
1235 if (FABS (X - Y) * Four < One)
1239 if (FABS (Precision - Y) * TwoForty < Half)
1260 X = FABS (((Fou
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sparc/include/
H A Dinstr.h408 #define FABS 0x08 macro
/netbsd-6-1-5-RELEASE/sys/arch/m68k/m68k/
H A Ddb_disasm.h343 #define FABS ENCFT(0,1,1,0,0,0) macro
H A Ddb_disasm.c1392 case FABS:
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dlibgcc2.c1840 #define FABS CONCAT2(__builtin_fabs, CEXT)
1939 if (FABS (c) < FABS (d))
1812 #define FABS macro
H A Dconvert.c191 CASE_MATHFN (FABS)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dlibgcc2.c1656 #define FABS CONCAT2(__builtin_fabs, CEXT)
1751 if (FABS (c) < FABS (d))
1628 #define FABS macro
H A Dconvert.c151 CASE_MATHFN (FABS)
/netbsd-6-1-5-RELEASE/sys/arch/sparc/fpu/
H A Dfpu.c468 case FABS >> 2:
469 DPRINTF(FPE_INSN, ("fpu_execute: FABS\n"));
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c131369 #define FABS macro
[all...]

Completed in 534 milliseconds