Home
last modified time | relevance | path

Searched defs:dysshear (Results 1 – 18 of 18) sorted by relevance

/dports/math/plplot-ada/plplot-5.15.0/examples/python/
H A Dx28.py49 dysshear = ysrange / float( NSHEAR - 1 ) variable
/dports/math/plplot/plplot-5.15.0/examples/python/
H A Dx28.py49 dysshear = ysrange / float( NSHEAR - 1 ) variable
/dports/math/plplot-ada/plplot-5.15.0/examples/fortran/
H A Dx28f.f9057 dysshear = ysrange / ( NSHEAR - 1 ), & variable
/dports/math/plplot-ada/plplot-5.15.0/examples/c/
H A Dx28c.c48 dysshear = ysrange / (PLFLT) ( NSHEAR - 1 ), in main() local
/dports/math/plplot/plplot-5.15.0/examples/c/
H A Dx29c.c48 // Note: We currently use the default call for plconfigtime (done in in main()
/dports/math/plplot/plplot-5.15.0/examples/fortran/
H A Dx28f.f9057 dysshear = ysrange / ( NSHEAR - 1 ), & variable
/dports/math/plplot-ada/plplot-5.15.0/examples/java/
H A Dx29.java52 pls.parseopts( args, PL_PARSE_FULL | PL_PARSE_NOPROGRAM ); in x28()
/dports/math/plplot/plplot-5.15.0/examples/java/
H A Dx28.java52 dysshear = ysrange / ( NSHEAR - 1 ), in x28() local
/dports/math/plplot-ada/plplot-5.15.0/examples/d/
H A Dx28d.d51 dysshear = ysrange / cast(PLFLT) ( NSHEAR - 1 ), in main() local
/dports/math/plplot/plplot-5.15.0/examples/d/
H A Dx28d.d51 dysshear = ysrange / cast(PLFLT) ( NSHEAR - 1 ), in main() local
/dports/math/plplot-ada/plplot-5.15.0/examples/c++/
H A Dx28.cc67 dysshear = ysrange / (PLFLT) ( NSHEAR - 1 ), in x28() local
/dports/math/plplot/plplot-5.15.0/examples/c++/
H A Dx28.cc67 dysshear = ysrange / (PLFLT) ( NSHEAR - 1 ), in x28() local
/dports/math/plplot-ada/plplot-5.15.0/examples/ada/
H A Dxstandard28a.adb57 dysshear : Long_Float := ysrange / Long_Float(nshear - 1); variable
H A Dxtraditional28a.adb57 dysshear : Long_Float := ysrange / Long_Float(nshear - 1); variable
/dports/math/plplot/plplot-5.15.0/examples/ada/
H A Dxstandard28a.adb57 dysshear : Long_Float := ysrange / Long_Float(nshear - 1); variable
H A Dxtraditional28a.adb57 dysshear : Long_Float := ysrange / Long_Float(nshear - 1); variable
/dports/math/plplot/plplot-5.15.0/examples/octave/
H A Dx28c.m59 dysshear = ysrange / ( NSHEAR - 1 ); variable
/dports/math/plplot-ada/plplot-5.15.0/examples/octave/
H A Dx28c.m59 dysshear = ysrange / ( NSHEAR - 1 ); variable