Home
last modified time | relevance | path

Searched refs:SREAL (Results 1 – 22 of 22) sorted by relevance

/dports/misc/libemos/libemos-4.5.9-Source/interpolation/
H A Djacobi.F138 REAL*8 SQNN1, SQ2N, PKN, PK1N, RNKN1, SREAL ,RNK0, RNK1
640 SREAL = DATA(2*(N+1)-1)*PKN
644 SREAL = SREAL
650 WIDAT(NN) = SREAL
656 SREAL = DATA(2*(N+1)-1)*PKN
660 SREAL = SREAL +
670 WIDAT(NN) = SREAL
/dports/math/scalapack/scalapack-2.1.0/PBLAS/SRC/PTOOLS/
H A DPB_Cconjg.c68 case SREAL:
H A DPB_Cstypeset.c48 TypeStruct.type = SREAL; in PB_Cstypeset()
H A DPB_Cplapad.c222 if( type == SREAL )
H A DPB_Cplascal.c198 if( type == SREAL )
H A DPB_Cplaprnt.c520 else if( TYPE == SREAL )
/dports/lang/pcc/pcc-1.1.0/f77/fcom/
H A Dtokens62 SREAL
H A Dgram.dcl35 | SREAL { $$ = TYREAL; }
H A Dlex.c945 { "real", SREAL, },
/dports/science/afni/afni-AFNI_21.3.16/src/f2c/
H A Dtokdefs.h63 #define SREAL 63 macro
H A Dtokens63 SREAL
H A Dgram.dcl49 | SREAL { $$ = tyreal; }
H A Dgram.ccc63 # define SREAL 63
738 "SREAL", 63,
837 "typename : SREAL",
H A Dlex.c230 { "real", SREAL },
H A Dgram.c138 #define SREAL 63 macro
/dports/lang/f2c/f2c-20200916/src/
H A Dtokdefs.h63 #define SREAL 63 macro
H A Dtokens63 SREAL
H A Dgram.dcl49 | SREAL { $$ = tyreal; }
H A Dlex.c236 { "real", SREAL },
H A Dgram.c63 #define SREAL 63 macro
/dports/math/scalapack/scalapack-2.1.0/PBLAS/SRC/
H A Dpblas.h469 #define SREAL 'S' macro
/dports/lang/gnu-apl/apl-1.8/src/
H A DLApack.hh232 template<typename T> void SREAL(T & y, APL_Float x) { DZ::set_real(y, x); } in SREAL() function
239 { SREAL<T>(y, xr); SIMAG<T>(y, xi); } in Sri()
243 { SREAL<T>(y, xr); SIMAG<T>(y, 0); } in Sri()