Home
last modified time | relevance | path

Searched refs:feq (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dconv.d3477 bool feq(in real rx, in real ry, in real precision = 0.000001L)
3520 assert(feq(cast(real) f, cast(real) 1.17549e-38));
3521 assert(feq(cast(real) f, cast(real) float.min_normal));
3527 assert(feq(cast(real) d, cast(real) 2.22508e-308));
3528 assert(feq(cast(real) d, cast(real) double.min_normal));
3567 assert(feq(parse!real(fullPrecision), pi, 2*real.epsilon));
3569 assert(feq(parse!(real, string, No.doCount)(fullPrecision2), pi, 2*real.epsilon));
3573 assert(feq(res.data, pi, 2*real.epsilon));
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtypesem.d1048 __gshared FuncDeclaration feq = null; in typeSemantic() local
1051 if (!feq) in typeSemantic()
1052 feq = search_function(ClassDeclaration.object, Id.eq).isFuncDeclaration(); in typeSemantic()
1057 assert(fcmp && feq && fhash); in typeSemantic()
1059 if (feq.vtblIndex < cd.vtbl.dim && cd.vtbl[feq.vtblIndex] == feq) in typeSemantic()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoD.td138 def FEQ_D : FPCmpD_rr<0b010, "feq.d">;
H A DRISCVInstrInfoZfh.td173 def FEQ_H : FPCmpH_rr<0b010, "feq.h">;
H A DRISCVInstrInfoF.td179 def FEQ_S : FPCmpS_rr<0b010, "feq.s">;
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dconv.d2936 bool feq(in real rx, in real ry, in real precision = 0.000001L)
2979 assert(feq(cast(real) f, cast(real) 1.17549e-38));
2980 assert(feq(cast(real) f, cast(real) float.min_normal));
2986 assert(feq(cast(real) d, cast(real) 2.22508e-308));
2987 assert(feq(cast(real) d, cast(real) double.min_normal));
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.c4755 static FuncDeclaration *feq = NULL; in semantic() local
4758 if (!feq) feq = search_function(ClassDeclaration::object, Id::eq)->isFuncDeclaration(); in semantic()
4761 assert(fcmp && feq && fhash); in semantic()
4763 if (feq->vtblIndex < (int)cd->vtbl.dim && cd->vtbl[feq ->vtblIndex] == feq) in semantic()
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git114603 feq.h, flt.h, fle.h, fgt.h, fge.h,