Home
last modified time | relevance | path

Searched refs:PIO2 (Results 1 – 25 of 171) sorted by relevance

1234567

/dports/emulators/kcemu/KCemu-0.5.1/src/kc/
H A Dpio2.cc34 PIO2::PIO2(void) in PIO2() function in PIO2
46 PIO2::~PIO2(void) in ~PIO2()
51 PIO2::in(word_t addr) in in()
73 PIO2::out(word_t addr, byte_t val) in out()
97 PIO2::change_A(byte_t changed, byte_t val) in change_A()
148 void PIO2::change_B(byte_t changed, byte_t val) in change_B()
189 PIO2::tape_callback(byte_t val) in tape_callback()
/dports/math/p5-Math-Cephes/Math-Cephes-0.5305/libmd/
H A Datan.c181 extern double PI, PIO2, PIO4, INFINITY, NEGZERO, MAXNUM;
203 return(PIO2);
205 return(-PIO2);
218 y = PIO2;
301 z = PIO2;
303 z = -PIO2;
333 return( PIO2 );
335 return( -PIO2 );
352 return( -PIO2 );
354 return( 3.0*PIO2 );
[all …]
H A Dellik.c70 extern double PI, PIO2, MACHEP, MAXNUM;
83 if( md_fabs(phi) >= PIO2 )
88 return( md_log( md_tan( (PIO2 + phi)/2.0 ) ) );
90 npio2 = md_floor( phi/PIO2 );
96 phi = phi - npio2 * PIO2;
132 mod = (phi + PIO2)/PI;
H A Dconst.c81 double PIO2 = 1.57079632679489661923; /* pi/2 */ variable
127 unsigned short PIO2[4] = {0x2d18,0x5444,0x21fb,0x3ff9}; variable
173 unsigned short PIO2[4] = {0x3ff9,0x21fb,0x5444,0x2d18}; variable
211 unsigned short PIO2[4] = {040311,007732,0121041,064302,}; variable
239 extern unsigned short PIO2[];
H A Dellie.c55 extern double PI, PIO2, MACHEP;
82 npio2 = md_floor( lphi/PIO2 );
85 lphi = lphi - npio2 * PIO2;
128 mod = (lphi + PIO2)/PI;
/dports/math/grace/grace-5.1.25/cephes/
H A Dellik.c60 extern double PI, PIO2, MACHEP, MAXNUM;
73 if( fabs(phi) >= PIO2 )
78 return( log( tan( (PIO2 + phi)/2.0 ) ) );
80 npio2 = floor( phi/PIO2 );
86 phi = phi - npio2 * PIO2;
122 mod = (phi + PIO2)/PI;
H A Dconst.c93 double PIO2 = 1.57079632679489661923; /* pi/2 */ variable
139 unsigned short PIO2[4] = {0x2d18,0x5444,0x21fb,0x3ff9}; variable
185 unsigned short PIO2[4] = {0x3ff9,0x21fb,0x5444,0x2d18}; variable
220 double PIO2 = 1.57079632679489661923; /* pi/2 */ variable
244 unsigned short PIO2[4] = {040311,007732,0121041,064302,}; variable
274 extern unsigned short PIO2[];
H A Dellie.c59 extern double PI, PIO2, MACHEP;
71 npio2 = floor( lphi/PIO2 );
74 lphi = lphi - npio2 * PIO2;
117 mod = (lphi + PIO2)/PI;
/dports/science/aircraft-datcom/aircraft-datcom-ed877bb/src/
H A Dptint1.f14 PIO2=PI/2.0
36 IF((PIO2+AMU).LT.(AVT(59+INOROT)+A(3)/RAD)) GO TO 1020
39 IF((PIO2+AMU).LT.(AVT(59+INOROT)+A(3)/RAD)) GO TO 1130
47 1040 IF((PIO2+AMU).GT.(AVT(77+INOROT)+A(3)/RAD)) GO TO 1130
53 IF((PIO2-AMU).LT.(AVT(59+INOROT)-A(3)/RAD)) GO TO 1070
56 IF((PIO2-AMU).LT.(AVT(59+INOROT)-A(3)/RAD)) GO TO 1130
64 1090 IF((PIO2-AMU).GT.(AVT(77+INOROT)-A(3)/RAD)) GO TO 1130
/dports/textproc/dbacl/dbacl-1.14.1/src/
H A Dconst.c81 double PIO2 = 1.57079632679489661923; /* pi/2 */ variable
127 unsigned short PIO2[4] = {0x2d18,0x5444,0x21fb,0x3ff9}; variable
173 unsigned short PIO2[4] = {0x3ff9,0x21fb,0x5444,0x2d18}; variable
211 unsigned short PIO2[4] = {040311,007732,0121041,064302,}; variable
239 extern unsigned short PIO2[];
/dports/emulators/kcemu/KCemu-0.5.1/include/kc/
H A Dpio2.h26 class PIO2 : public PIO, public TapeCallback
33 PIO2(void);
34 virtual ~PIO2(void);
/dports/cad/py-lcapy/lcapy-23c940f/doc/examples/schematics/
H A Dic2.sch1 U1 chip4141 .1 .2 .3 .4 .VSS .5 .PIO1 .PIO2 .8 .VDD; right, pins={,,,,VSS,,PIO1,PIO2,,VDD}
7 R2 U1.PIO2 2; right
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/libm-0.2.1/src/math/
H A Dasinf.rs19 const PIO2: f64 = 1.570796326794896558e+00; const
49 return ((x as f64) * PIO2 + x1p_120) as f32; /* asin(+-1) = +-pi/2 with inexact */ in asinf()
66 x = (PIO2 - 2. * (s + s * (r(z) as f64))) as f32; in asinf()
/dports/games/genact/genact-0.10.0/cargo-crates/libm-0.2.1/src/math/
H A Dasinf.rs19 const PIO2: f64 = 1.570796326794896558e+00; const
49 return ((x as f64) * PIO2 + x1p_120) as f32; /* asin(+-1) = +-pi/2 with inexact */ in asinf()
66 x = (PIO2 - 2. * (s + s * (r(z) as f64))) as f32; in asinf()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/libm-0.2.1/src/math/
H A Dasinf.rs19 const PIO2: f64 = 1.570796326794896558e+00; const
49 return ((x as f64) * PIO2 + x1p_120) as f32; /* asin(+-1) = +-pi/2 with inexact */ in asinf()
66 x = (PIO2 - 2. * (s + s * (r(z) as f64))) as f32; in asinf()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/libm-0.2.1/src/math/
H A Dasinf.rs19 const PIO2: f64 = 1.570796326794896558e+00; const
49 return ((x as f64) * PIO2 + x1p_120) as f32; /* asin(+-1) = +-pi/2 with inexact */ in asinf()
66 x = (PIO2 - 2. * (s + s * (r(z) as f64))) as f32; in asinf()
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/libm-0.1.4/src/math/
H A Dasinf.rs19 const PIO2: f64 = 1.570796326794896558e+00; const
51 return ((x as f64) * PIO2 + x1p_120) as f32; /* asin(+-1) = +-pi/2 with inexact */ in asinf()
68 x = (PIO2 - 2. * (s + s * (r(z) as f64))) as f32; in asinf()
/dports/net/quiche/quiche-0.9.0/cargo-crates/libm-0.2.1/src/math/
H A Dasinf.rs19 const PIO2: f64 = 1.570796326794896558e+00; const
49 return ((x as f64) * PIO2 + x1p_120) as f32; /* asin(+-1) = +-pi/2 with inexact */ in asinf()
66 x = (PIO2 - 2. * (s + s * (r(z) as f64))) as f32; in asinf()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/libm-0.1.4/src/math/
H A Dasinf.rs19 const PIO2: f64 = 1.570796326794896558e+00; const
51 return ((x as f64) * PIO2 + x1p_120) as f32; /* asin(+-1) = +-pi/2 with inexact */ in asinf()
68 x = (PIO2 - 2. * (s + s * (r(z) as f64))) as f32; in asinf()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/libm-0.2.1/src/math/
H A Dasinf.rs19 const PIO2: f64 = 1.570796326794896558e+00; const
49 return ((x as f64) * PIO2 + x1p_120) as f32; /* asin(+-1) = +-pi/2 with inexact */ in asinf()
66 x = (PIO2 - 2. * (s + s * (r(z) as f64))) as f32; in asinf()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/libm-0.2.1/src/math/
H A Dasinf.rs19 const PIO2: f64 = 1.570796326794896558e+00; const
49 return ((x as f64) * PIO2 + x1p_120) as f32; /* asin(+-1) = +-pi/2 with inexact */ in asinf()
66 x = (PIO2 - 2. * (s + s * (r(z) as f64))) as f32; in asinf()
/dports/lang/rust/rustc-1.58.1-src/vendor/compiler_builtins/libm/src/math/
H A Dasinf.rs19 const PIO2: f64 = 1.570796326794896558e+00; const
49 return ((x as f64) * PIO2 + x1p_120) as f32; /* asin(+-1) = +-pi/2 with inexact */ in asinf()
66 x = (PIO2 - 2. * (s + s * (r(z) as f64))) as f32; in asinf()
/dports/net/oha/oha-0.4.7/cargo-crates/libm-0.2.1/src/math/
H A Dasinf.rs19 const PIO2: f64 = 1.570796326794896558e+00; const
49 return ((x as f64) * PIO2 + x1p_120) as f32; /* asin(+-1) = +-pi/2 with inexact */ in asinf()
66 x = (PIO2 - 2. * (s + s * (r(z) as f64))) as f32; in asinf()
/dports/lang/rust/rustc-1.58.1-src/vendor/libm/src/math/
H A Dasinf.rs19 const PIO2: f64 = 1.570796326794896558e+00; const
51 return ((x as f64) * PIO2 + x1p_120) as f32; /* asin(+-1) = +-pi/2 with inexact */ in asinf()
68 x = (PIO2 - 2. * (s + s * (r(z) as f64))) as f32; in asinf()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/libm-0.2.1/src/math/
H A Dasinf.rs19 const PIO2: f64 = 1.570796326794896558e+00; const
49 return ((x as f64) * PIO2 + x1p_120) as f32; /* asin(+-1) = +-pi/2 with inexact */ in asinf()
66 x = (PIO2 - 2. * (s + s * (r(z) as f64))) as f32; in asinf()

1234567