Home
last modified time | relevance | path

Searched refs:floattype (Results 101 – 125 of 630) sorted by relevance

12345678910>>...26

/dports/lang/fpc/fpc-3.2.2/compiler/arm/
H A Dnarmadd.pas221 singleprec:=tfloatdef(left.resultdef).floattype=s32real;
323 if (tfloatdef(left.resultdef).floattype=s32real) then
595 case tfloatdef(left.resultdef).floattype of
/dports/lang/fpc/fpc-3.2.2/compiler/x86/
H A Dnx86cnv.pas76 if (tfloatdef(resultdef).floattype=s64comp) and
77 (tfloatdef(left.resultdef).floattype<>s64comp) and
/dports/lang/fpc-source/fpc-3.2.2/compiler/x86/
H A Dnx86cnv.pas76 if (tfloatdef(resultdef).floattype=s64comp) and
77 (tfloatdef(left.resultdef).floattype<>s64comp) and
/dports/editors/fpc-ide/fpc-3.2.2/compiler/x86/
H A Dnx86cnv.pas76 if (tfloatdef(resultdef).floattype=s64comp) and
77 (tfloatdef(left.resultdef).floattype<>s64comp) and
/dports/editors/fpc-ide/fpc-3.2.2/compiler/powerpc64/
H A Dnppccnv.pas228 if (tfloatdef(resultdef).floattype = s32real) then
/dports/lang/fpc/fpc-3.2.2/compiler/powerpc64/
H A Dnppccnv.pas228 if (tfloatdef(resultdef).floattype = s32real) then
/dports/lang/fpc-source/fpc-3.2.2/compiler/powerpc64/
H A Dnppccnv.pas228 if (tfloatdef(resultdef).floattype = s32real) then
/dports/editors/fpc-ide/fpc-3.2.2/compiler/
H A Dnadd.pas159 if (tfloatdef(t1).floattype in [s64comp,s64currency]) or
160 (tfloatdef(t2).floattype in [s64comp,s64currency]) or
164 if floatweight[tfloatdef(t2).floattype]>floatweight[tfloatdef(t1).floattype] then
720 (tfloatdef(right.resultdef).floattype=s64comp)
1402 (tfloatdef(left.resultdef).floattype=tfloatdef(right.resultdef).floattype) then
3134 case tfloatdef(ld).floattype of
3332 case tfloatdef(left.resultdef).floattype of
3413 case tfloatdef(left.resultdef).floattype of
/dports/lang/fpc/fpc-3.2.2/compiler/
H A Dnadd.pas159 if (tfloatdef(t1).floattype in [s64comp,s64currency]) or
160 (tfloatdef(t2).floattype in [s64comp,s64currency]) or
164 if floatweight[tfloatdef(t2).floattype]>floatweight[tfloatdef(t1).floattype] then
720 (tfloatdef(right.resultdef).floattype=s64comp)
1402 (tfloatdef(left.resultdef).floattype=tfloatdef(right.resultdef).floattype) then
3134 case tfloatdef(ld).floattype of
3332 case tfloatdef(left.resultdef).floattype of
3413 case tfloatdef(left.resultdef).floattype of
/dports/lang/fpc-source/fpc-3.2.2/compiler/
H A Dnadd.pas159 if (tfloatdef(t1).floattype in [s64comp,s64currency]) or
160 (tfloatdef(t2).floattype in [s64comp,s64currency]) or
164 if floatweight[tfloatdef(t2).floattype]>floatweight[tfloatdef(t1).floattype] then
720 (tfloatdef(right.resultdef).floattype=s64comp)
1402 (tfloatdef(left.resultdef).floattype=tfloatdef(right.resultdef).floattype) then
3134 case tfloatdef(ld).floattype of
3332 case tfloatdef(left.resultdef).floattype of
3413 case tfloatdef(left.resultdef).floattype of
/dports/lang/fpc/fpc-3.2.2/compiler/jvm/
H A Dnjvmmat.pas200 if (tfloatdef(left.resultdef).floattype=s32real) then
H A Dcpupara.pas291 (tfloatdef(paradef).floattype=s64real))) then
/dports/lang/fpc-source/fpc-3.2.2/compiler/jvm/
H A Dnjvmmat.pas200 if (tfloatdef(left.resultdef).floattype=s32real) then
H A Dcpupara.pas291 (tfloatdef(paradef).floattype=s64real))) then
/dports/print/lyx/lyx-2.3.4.2/src/insets/
H A DInsetFloatList.cpp194 string const type = cit->second.floattype(); in xhtml()
/dports/editors/fpc-ide/fpc-3.2.2/compiler/jvm/
H A Dnjvmmat.pas200 if (tfloatdef(left.resultdef).floattype=s32real) then
H A Dcpupara.pas291 (tfloatdef(paradef).floattype=s64real))) then
/dports/editors/fpc-ide/fpc-3.2.2/compiler/llvm/
H A Dnllvmtcon.pas272 (tfloatdef(def).floattype=s80real) and
803 (tfloatdef(def).floattype=s80real) then
/dports/lang/fpc/fpc-3.2.2/compiler/llvm/
H A Dnllvmtcon.pas272 (tfloatdef(def).floattype=s80real) and
803 (tfloatdef(def).floattype=s80real) then
/dports/lang/fpc-source/fpc-3.2.2/compiler/llvm/
H A Dnllvmtcon.pas272 (tfloatdef(def).floattype=s80real) and
803 (tfloatdef(def).floattype=s80real) then
/dports/print/texlive-base/texlive-20150521-source/texk/texlive/linked_scripts/latexdiff/
H A Dlatexdiff.pl665 my ($type,$subtype,$floattype,$config,$preamblefile,$encoding,$nolabel,$visiblelabel,
724 'floattype|f=s' => \$floattype,
779 $floattype=($subtype eq 'LABEL' || $subtype eq 'ONLYCHANGEDPAGE') ? 'IDENTICAL' : 'FLOATSAFE' unles…
804 $latexdiffpreamble=join "\n",(extrapream($type,$subtype,$floattype),"");
/dports/print/lyx/lyx-2.3.4.2/src/frontends/qt4/
H A DFloatPlacement.cpp139 toqstr(it->second.floattype())); in initFloatTypeCO()
/dports/editors/texstudio/texstudio-4.1.2/completion/
H A Dtocbasic.cwl71 floattype=%<number%>
/dports/games/iortcw/iortcw-1.51c/MP/code/tools/lcc/src/
H A Dtypes.c18 Type floattype; /* float */ variable
120 xx(floattype, "float", FLOAT, floatmetric); in type_init()
451 xx(floattype); in btot()
/dports/games/ioquake3/ioquake3-1.36/code/tools/lcc/src/
H A Dtypes.c18 Type floattype; /* float */ variable
120 xx(floattype, "float", FLOAT, floatmetric); in type_init()
451 xx(floattype); in btot()

12345678910>>...26