Home
last modified time | relevance | path

Searched refs:machar (Results 1 – 25 of 93) sorted by relevance

1234

/dports/math/py-numpy/numpy-1.20.3/numpy/core/
H A Dgetlimits.py8 from .machar import MachAr
90 def _register_type(machar, bytepat): argument
91 _KNOWN_TYPES[bytepat] = machar
417 machar = _get_machar(dtype)
426 self.max = machar.huge.flat[0]
428 self.eps = machar.eps.flat[0]
429 self.nexp = machar.iexp
430 self.nmant = machar.it
431 self.machar = machar
433 self._str_max = machar._str_xmax.strip()
[all …]
H A D__init__.py83 from . import machar
84 from .machar import *
112 __all__ += machar.__all__
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dmath_fun_jmg.cpp71 machar->InitTag("IT", DLongGDL(it)); in machar_fun()
72 machar->InitTag("IRND", DLongGDL(irnd)); in machar_fun()
73 machar->InitTag("NGRD", DLongGDL(ngrd)); in machar_fun()
76 machar->InitTag("IEXP", DLongGDL(iexp)); in machar_fun()
84 return machar; in machar_fun()
95 machar->InitTag("IT", DLongGDL(it)); in machar_fun()
96 machar->InitTag("IRND", DLongGDL(irnd)); in machar_fun()
97 machar->InitTag("NGRD", DLongGDL(ngrd)); in machar_fun()
100 machar->InitTag("IEXP", DLongGDL(iexp)); in machar_fun()
103 machar->InitTag("EPS", DFloatGDL(eps)); in machar_fun()
[all …]
H A Dobjects.cpp423 machar->AddTag("IBETA", &aLong); in InitStructs()
424 machar->AddTag("IT", &aLong); in InitStructs()
425 machar->AddTag("IRND", &aLong); in InitStructs()
426 machar->AddTag("NGRD", &aLong); in InitStructs()
427 machar->AddTag("MACHEP", &aLong); in InitStructs()
428 machar->AddTag("NEGEP", &aLong); in InitStructs()
429 machar->AddTag("IEXP", &aLong); in InitStructs()
432 machar->AddTag("EPS", &aFloat); in InitStructs()
434 machar->AddTag("XMIN", &aFloat); in InitStructs()
435 machar->AddTag("XMAX", &aFloat); in InitStructs()
[all …]
/dports/math/libmissing/libmissing-20130815/c/dp/
H A DMakefile121 CFILES = ipow.c machar.c ran.c randl.c store.c talldp.c talog.c \
127 OBJS = $(COMMONOBJS) ipow.$(O) machar.$(O) ran.$(O) randl.$(O) \
311 machar.o: machar.c $(ELEFUNT_H)
H A Dtmacha.c24 machar(&ibeta, &it, &irnd, &ngrd, &machep, &negep, &iexp, &minexp, in tmacha()
H A Dmachar.c10 machar(int *ibeta, int *it, int *irnd, int *ngrd, int *machep, int in machar() function
15 machar(ibeta, it, irnd, ngrd, machep, negep, iexp, minexp, maxexp, in machar()
H A Dtsqrt.c96 machar(&ibeta, &it, &irnd, &ngrd, &machep, &negep, &iexp, &minexp, in tsqrt()
H A Dttanh.c97 machar(&ibeta, &it, &irnd, &ngrd, &machep, &negep, &iexp, &minexp, in ttanh()
H A Dtexp.c93 machar(&ibeta, &it, &irnd, &ngrd, &machep, &negep, &iexp, &minexp, in texp()
H A Dtalog.c92 machar(&ibeta, &it, &irnd, &ngrd, &machep, &negep, &iexp, &minexp, in talog()
H A Dtsin.c97 machar(&ibeta, &it, &irnd, &ngrd, &machep, &negep, &iexp, &minexp, in tsin()
H A Dttan.c93 machar(&ibeta, &it, &irnd, &ngrd, &machep, &negep, &iexp, &minexp, in ttan()
H A Dtasin.c102 machar(&ibeta, &it, &irnd, &ngrd, &machep, &negep, &iexp, &minexp, in tasin()
/dports/math/py-numpy/numpy-1.20.3/numpy/core/tests/
H A Dtest_machar.py6 from numpy.core.machar import MachAr
/dports/math/cminpack/cminpack-1.3.6/examples/
H A DMakefile132 errjac.f chkdrv.f ibmdpdr.f machar.f
142 errjac.c chkdrv.c ibmdpdr.c machar.c
361 $(LIBSUFFIX)ibmdpdr_: $(MINPACK) $(LIBSUFFIX)ibmdpdr_.o $(LIBSUFFIX)machar.o
382 $(LIBSUFFIX)ibmdpdrc: $(MINPACK) $(LIBSUFFIX)ibmdpdr.o $(LIBSUFFIX)machar.o
403 $(LIBSUFFIX)ibmdpdr: $(MINPACK) ibmdpdr.f machar.f
H A Dibmdpdr.f37 call machar(ibeta,it,irnd,ngrd,machep,negep,iexp,minexp,maxexp,
/dports/math/libmissing/libmissing-20130815/c/
H A DREADME.CRAY12 immediately with a floating-point exception in machar(), during the
H A DREADME77 machar*() functions).
109 machar(), and macharl(), and some of the test programs, to
212 machar.c.
236 in memory. Code in machar is particularly sensitive to
/dports/math/libmissing/libmissing-20130815/c/test-dp/
H A Dmachar.c10 machar(int *ibeta, int *it, int *irnd, int *ngrd, int *machep, int in machar() function
15 machar(ibeta, it, irnd, ngrd, machep, negep, iexp, minexp, maxexp, in machar()
H A DMakefile51 TDEXPM1OBJS = mdexpm1.o tdexpm1.o ${P}dexpm1${S}.o ran.o randl.o machar.o store.o initseed.o maxtes…
55 TDLOG1POBJS = mdlog1p.o tdlog1p.o ${P}dlog1p${S}.o ran.o randl.o machar.o store.o initseed.o maxte…
/dports/math/libmissing/libmissing-20130815/c/test-qp/
H A DMakefile51 TDEXPM1OBJS = mdexpm1.o tdexpm1.o ${P}dexpm1${S}.o ran.o randl.o machar.o store.o initseed.o maxtes…
55 TDLOG1POBJS = mdlog1p.o tdlog1p.o ${P}dlog1p${S}.o ran.o randl.o machar.o store.o initseed.o maxte…
/dports/math/libmissing/libmissing-20130815/c/test-sp/
H A DMakefile51 TDEXPM1OBJS = mdexpm1.o tdexpm1.o ${P}dexpm1${S}.o ran.o randl.o machar.o store.o initseed.o maxtes…
55 TDLOG1POBJS = mdlog1p.o tdlog1p.o ${P}dlog1p${S}.o ran.o randl.o machar.o store.o initseed.o maxte…
/dports/math/libpgmath/flang-d07daf3/docs/
H A Dindex.rst45 Target Machine <flang1/machar>
/dports/math/octave/octave-6.4.0/etc/OLD-ChangeLogs/
H A Dlibcruft-ChangeLog263 * misc/machar.c: Delete.
264 * misc/Makefile.in (CSRC): Remove machar.c from the list.
266 (machar.o, smachar.o, pic/machar.o, pic/smachar.o): Delete rules.
876 * misc/Makefile.in (machar.o, pic/machar.o): Specify output file
940 * misc/machar.c: Restore test code.
1035 * misc/machar.c (rmachar): Use modern C declaration.
1055 * misc/machar.c (machar) [CRAY]: Kluge to make it work.
1090 * misc/machar.c (machar): Likewise.
1377 * misc/machar.c: Use F77_FUNC instead of checking
1782 * misc/Makefile.in: Make pic/machar.o using special rule.
[all …]

1234