Home
last modified time | relevance | path

Searched refs:Prec (Results 1 – 25 of 1488) sorted by relevance

12345678910>>...60

/dports/x11-wm/wmii-devel/wmii+ixp-3.9.2/libfmt/
H A Dstrtod.c91 ulong low[Prec], hig[Prec], mid[Prec]; in fmtstrtod()
250 for(i=1; i<Prec; i++) { in fmtstrtod()
272 for(i=0; i<Prec; i++) in fmtstrtod()
282 for(i=0; i<Prec; i++) in fmtstrtod()
290 mid[Prec-1] -= c; in fmtstrtod()
296 mid[Prec-1] -= c; in fmtstrtod()
298 mid[Prec-1] += Sigbit; in fmtstrtod()
319 for(i=0; i<Prec; i++) in fmtstrtod()
347 ulong tf[Prec]; in fpcmp()
350 for(i=0; i<Prec; i++) in fpcmp()
[all …]
/dports/x11-wm/wmii/wmii-3.6/libfmt/
H A Dstrtod.c91 ulong low[Prec], hig[Prec], mid[Prec]; in fmtstrtod()
250 for(i=1; i<Prec; i++) { in fmtstrtod()
272 for(i=0; i<Prec; i++) in fmtstrtod()
282 for(i=0; i<Prec; i++) in fmtstrtod()
290 mid[Prec-1] -= c; in fmtstrtod()
296 mid[Prec-1] -= c; in fmtstrtod()
298 mid[Prec-1] += Sigbit; in fmtstrtod()
319 for(i=0; i<Prec; i++) in fmtstrtod()
347 ulong tf[Prec]; in fpcmp()
350 for(i=0; i<Prec; i++) in fpcmp()
[all …]
/dports/devel/9base/9base-6/lib9/fmt/
H A Dstrtod.c79 ulong low[Prec], hig[Prec], mid[Prec]; in fmtstrtod()
238 for(i=1; i<Prec; i++) { in fmtstrtod()
260 for(i=0; i<Prec; i++) in fmtstrtod()
270 for(i=0; i<Prec; i++) in fmtstrtod()
278 mid[Prec-1] -= c; in fmtstrtod()
284 mid[Prec-1] -= c; in fmtstrtod()
286 mid[Prec-1] += Sigbit; in fmtstrtod()
307 for(i=0; i<Prec; i++) in fmtstrtod()
335 ulong tf[Prec]; in fpcmp()
338 for(i=0; i<Prec; i++) in fpcmp()
[all …]
/dports/net/drawterm/drawterm/libc/
H A Dstrtod.c76 ulong low[Prec], hig[Prec], mid[Prec]; in fmtstrtod()
235 for(i=1; i<Prec; i++) { in fmtstrtod()
257 for(i=0; i<Prec; i++) in fmtstrtod()
267 for(i=0; i<Prec; i++) in fmtstrtod()
275 mid[Prec-1] -= c; in fmtstrtod()
281 mid[Prec-1] -= c; in fmtstrtod()
283 mid[Prec-1] += Sigbit; in fmtstrtod()
304 for(i=0; i<Prec; i++) in fmtstrtod()
332 ulong tf[Prec]; in fpcmp()
335 for(i=0; i<Prec; i++) in fpcmp()
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/lib9/fmt/
H A Dstrtod.c79 ulong low[Prec], hig[Prec], mid[Prec]; in fmtstrtod()
238 for(i=1; i<Prec; i++) { in fmtstrtod()
260 for(i=0; i<Prec; i++) in fmtstrtod()
270 for(i=0; i<Prec; i++) in fmtstrtod()
278 mid[Prec-1] -= c; in fmtstrtod()
284 mid[Prec-1] -= c; in fmtstrtod()
286 mid[Prec-1] += Sigbit; in fmtstrtod()
307 for(i=0; i<Prec; i++) in fmtstrtod()
335 ulong tf[Prec]; in fpcmp()
338 for(i=0; i<Prec; i++) in fpcmp()
[all …]
/dports/devel/matreshka/matreshka-0.7.0/tools/ayacc/src/
H A Dsymbol_table.adb66 Prec : Precedence; component
206 Prec : Precedence := 0;
224 Entry_Ptr.Prec := Prec;
237 if Prec /= 0 then
238 if Entry_Ptr.Prec /= 0 then
241 Entry_Ptr.Prec := Prec;
257 Entry_Ptr.Prec := Prec;
275 return Get_Lookup_Table_Entry(ID).Prec;
H A Drule_table.adb72 Prec : Precedence; component
83 return Rule_List(R).Prec;
91 (LHS, RHS => null, Length => 0, Null_Pos => 0, Prec => 0);
101 Rule_List(R).Prec := Get_Precedence(RHS);
187 procedure Set_Rule_Precedence(R: in Rule; Prec: in Precedence) is
189 Rule_List(R).Prec := Prec;
/dports/devel/cc65/cc65-2.19/src/common/
H A Dxsprintf.c104 int Prec; member
231 P->Prec = 1; in FormatInt()
242 if (P->Prec <= P->ArgLen) { in FormatInt()
249 if (P->ArgLen < P->Prec) { in FormatInt()
250 PrecPadding = P->Prec - P->ArgLen; in FormatInt()
316 Len = P->Prec; in FormatStr()
446 P.Prec = va_arg (P.ap, int); in xvsnprintf()
450 if (P.Prec < 0) { in xvsnprintf()
455 P.Prec = F - '0'; in xvsnprintf()
461 P.Prec = P.Prec * 10 + (F - '0'); in xvsnprintf()
[all …]
/dports/net/rude/rude/scripts/
H A Dcrude_parse.pl40 $Parse::Prec = 10;
99 $Parse::Prec = $1;
115 if ($Parse::Prec != 1 && $Parse::Prec != 10 && $Parse::Prec != 100 && $Parse::Prec != 1000) {
123 $Parse::PLen = log($Parse::Prec)/log(10);
125 $Parse::LSpeed = ($Parse::Prec * 8);
/dports/editors/fpc-ide/fpc-3.2.2/rtl/objpas/sysutils/
H A Dsysformt.inc42 Width,Prec : Longint;
183 Prec:=-1;
217 Write (' Prec : ',prec:3);
273 Index:=Prec-Length(ToAdd);
288 Index:=Prec-Length(ToAdd);
354 If (Prec<>-1) and (Index>Prec) then
355 Index:=Prec;
382 If Prec>index then
390 If Index>Prec then
391 Prec:=Index;
[all …]
/dports/lang/fpc-utils/fpc-3.2.2/rtl/objpas/sysutils/
H A Dsysformt.inc42 Width,Prec : Longint;
183 Prec:=-1;
217 Write (' Prec : ',prec:3);
273 Index:=Prec-Length(ToAdd);
288 Index:=Prec-Length(ToAdd);
354 If (Prec<>-1) and (Index>Prec) then
355 Index:=Prec;
382 If Prec>index then
390 If Index>Prec then
391 Prec:=Index;
[all …]
/dports/lang/fpc-source/fpc-3.2.2/rtl/objpas/sysutils/
H A Dsysformt.inc42 Width,Prec : Longint;
183 Prec:=-1;
217 Write (' Prec : ',prec:3);
273 Index:=Prec-Length(ToAdd);
288 Index:=Prec-Length(ToAdd);
354 If (Prec<>-1) and (Index>Prec) then
355 Index:=Prec;
382 If Prec>index then
390 If Index>Prec then
391 Prec:=Index;
[all …]
/dports/lang/fpc/fpc-3.2.2/rtl/objpas/sysutils/
H A Dsysformt.inc42 Width,Prec : Longint;
183 Prec:=-1;
217 Write (' Prec : ',prec:3);
273 Index:=Prec-Length(ToAdd);
288 Index:=Prec-Length(ToAdd);
354 If (Prec<>-1) and (Index>Prec) then
355 Index:=Prec;
382 If Prec>index then
390 If Index>Prec then
391 Prec:=Index;
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/src/
H A Derl_pp.erl305 maybe_paren(P, Prec, E);
312 maybe_paren(P, Prec, E);
324 maybe_paren(P, Prec, E);
332 maybe_paren(P, Prec, E);
337 maybe_paren(P, Prec, E);
372 {list,[{cstep,[ltype(KType, Prec),leaf(" =>")],ltype(VType, Prec)}]};
374 {list,[{cstep,[ltype(KType, Prec),leaf(" :=")],ltype(VType, Prec)}]}.
435 ltypes(Ts, Prec) ->
438 ltypes(Ts, F, Prec) ->
439 [F(T, Prec) || T <- Ts].
[all …]
/dports/math/p5-Math-MPFR/Math-MPFR-4.17/Prec/
H A DPrec.pm6 package Math::MPFR::Prec;
16 Math::MPFR::Prec->DynaLoader::bootstrap($VERSION);
18 @Math::MPFR::Prec::EXPORT = ();
19 @Math::MPFR::Prec::EXPORT_OK = ();
/dports/lang/ruby26/ruby-2.6.9/ext/bigdecimal/
H A Dbigdecimal.c621 if (mx < b->Prec) mx = b->Prec; in GetAddSubPrec()
672 pv->Prec = x->Prec; in VpCopy()
1271 mx = a->Prec + b->Prec; in BigDecimal_mult()
1574 mx = av->Prec + bv->Prec + 2; in BigDecimal_div2()
4346 if(c->Prec < a->Prec) { in VpAsgn()
4855 if (b->Prec > a->Prec) { in VpMult()
4865 MxIndAB = a->Prec + b->Prec - 1; in VpMult()
5257 mx = (a->Prec < b->Prec) ? a->Prec : b->Prec; in VpComp()
5270 if (a->Prec > b->Prec) { in VpComp()
5273 else if (a->Prec < b->Prec) { in VpComp()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/Draw/
H A DDraw_Drawable3D.cxx78 const Standard_Real Prec) const in PickReject()
80 return ((X+Prec < myXmin) || (X-Prec > myXmax) || in PickReject()
81 (Y+Prec < myYmin) || (Y-Prec > myYmax)); in PickReject()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/src/
H A Derl_pp.erl337 maybe_paren(P, Prec, El);
344 maybe_paren(P, Prec, E);
356 maybe_paren(P, Prec, E);
364 maybe_paren(P, Prec, E);
369 maybe_paren(P, Prec, E);
409 {list,[{cstep,[ltype(KType, Prec),leaf(" =>")],ltype(VType, Prec)}]};
411 {list,[{cstep,[ltype(KType, Prec),leaf(" :=")],ltype(VType, Prec)}]}.
473 ltypes(Ts, Prec) ->
476 ltypes(Ts, F, Prec) ->
477 [F(T, Prec) || T <- Ts].
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/src/
H A Derl_pp.erl329 maybe_paren(P, Prec, El);
336 maybe_paren(P, Prec, E);
348 maybe_paren(P, Prec, E);
356 maybe_paren(P, Prec, E);
361 maybe_paren(P, Prec, E);
401 {list,[{cstep,[ltype(KType, Prec),leaf(" =>")],ltype(VType, Prec)}]};
403 {list,[{cstep,[ltype(KType, Prec),leaf(" :=")],ltype(VType, Prec)}]}.
465 ltypes(Ts, Prec) ->
468 ltypes(Ts, F, Prec) ->
469 [F(T, Prec) || T <- Ts].
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/src/
H A Derl_pp.erl337 maybe_paren(P, Prec, El);
344 maybe_paren(P, Prec, E);
356 maybe_paren(P, Prec, E);
364 maybe_paren(P, Prec, E);
369 maybe_paren(P, Prec, E);
409 {list,[{cstep,[ltype(KType, Prec),leaf(" =>")],ltype(VType, Prec)}]};
411 {list,[{cstep,[ltype(KType, Prec),leaf(" :=")],ltype(VType, Prec)}]}.
473 ltypes(Ts, Prec) ->
476 ltypes(Ts, F, Prec) ->
477 [F(T, Prec) || T <- Ts].
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/src/
H A Derl_pp.erl337 maybe_paren(P, Prec, El);
344 maybe_paren(P, Prec, E);
356 maybe_paren(P, Prec, E);
364 maybe_paren(P, Prec, E);
369 maybe_paren(P, Prec, E);
409 {list,[{cstep,[ltype(KType, Prec),leaf(" =>")],ltype(VType, Prec)}]};
411 {list,[{cstep,[ltype(KType, Prec),leaf(" :=")],ltype(VType, Prec)}]}.
473 ltypes(Ts, Prec) ->
476 ltypes(Ts, F, Prec) ->
477 [F(T, Prec) || T <- Ts].
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/src/
H A Derl_pp.erl337 maybe_paren(P, Prec, El);
344 maybe_paren(P, Prec, E);
356 maybe_paren(P, Prec, E);
364 maybe_paren(P, Prec, E);
369 maybe_paren(P, Prec, E);
409 {list,[{cstep,[ltype(KType, Prec),leaf(" =>")],ltype(VType, Prec)}]};
411 {list,[{cstep,[ltype(KType, Prec),leaf(" :=")],ltype(VType, Prec)}]}.
473 ltypes(Ts, Prec) ->
476 ltypes(Ts, F, Prec) ->
477 [F(T, Prec) || T <- Ts].
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/src/
H A Derl_pp.erl337 maybe_paren(P, Prec, El);
344 maybe_paren(P, Prec, E);
356 maybe_paren(P, Prec, E);
364 maybe_paren(P, Prec, E);
369 maybe_paren(P, Prec, E);
409 {list,[{cstep,[ltype(KType, Prec),leaf(" =>")],ltype(VType, Prec)}]};
411 {list,[{cstep,[ltype(KType, Prec),leaf(" :=")],ltype(VType, Prec)}]}.
473 ltypes(Ts, Prec) ->
476 ltypes(Ts, F, Prec) ->
477 [F(T, Prec) || T <- Ts].
[all …]
/dports/devel/upp/upp/uppsrc/Core/
H A DPtr.h5 struct Prec { struct
10 volatile Prec *prec; argument
12 Prec *PtrAdd();
13 static void PtrRelease(Prec *prec);
14 static Prec *PtrAdd(const Uuid& uuid);
24 PteBase::Prec *prec;
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/edoc/src/
H A Dedoc_specs.erl307 d2e({ann_type,_,[V, T0]}, Prec) ->
332 d2e({paren_type,_,[T]}, Prec) ->
333 d2e(T, Prec);
345 d2e({type,_,range,[V1,V2]}, Prec) ->
350 maybe_paren(P, Prec, T0);
363 d2e({type,_,union,Ts0}, Prec) ->
381 maybe_paren(P, Prec, T);
385 maybe_paren(P, Prec, T);
424 d2e(L, Prec) when is_list(L) ->
425 [d2e(T, Prec) || T <- L];
[all …]

12345678910>>...60