Home
last modified time | relevance | path

Searched defs:floatx (Results 1 – 5 of 5) sorted by relevance

/dports/math/ump/ump-0.8.6/src/
H A Dvartypes.h139 typedef float floatx; typedef
165 typedef double floatx; typedef
191 typedef long double floatx; typedef
H A Dreal.h111 …inline operator floatx(void) const { if(exact) return floatx(*top)/floatx(*bottom); else return va… in floatx() function
/dports/x11-toolkits/gdl/gdl-3.34.0/gdl/
H A Dgdl-dock-placeholder.c132 gint floatx; member
/dports/games/barony/Barony-3.3.7/src/
H A Dactmonster.cpp9321 real_t floatx = destX * 16 + 8; in monsterAllySendCommand() local
/dports/math/py-theano/Theano-1.0.5/theano/scan_module/tests/
H A Dtest_scan.py5591 def floatx(X): function