Home
last modified time | relevance | path

Searched defs:mulN (Results 1 – 12 of 12) sorted by relevance

/dports/security/klee/klee-2.2/utils/hacks/TreeGraphs/Graphics/Geometry/
H A Dmat2.py28 def mulN(m,N): function
H A Dmat3.py37 def mulN(m,N): function
H A Dmat4.py44 def mulN(m,N): function
H A Dvec4.py26 def mulN(a,n): return (a[0]*n, a[1]*n, a[2]*n, a[3]*n) function
H A Dvec3.py29 def mulN(a,n): return (a[0]*n, a[1]*n, a[2]*n) function
H A Dvec2.py51 def mulN(a,n): return (a[0]*n, a[1]*n) function
/dports/devel/fp16/FP16-4dfe081cf6bcd15db339cf2680b9281b8451eeb3/third-party/
H A Dfloat16-compressor.h33 static int32_t const mulN = 0x52000000; // (1 << 23) / minN variable
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/thirdparty/fp16/third-party/
H A Dfloat16-compressor.h33 static int32_t const mulN = 0x52000000; // (1 << 23) / minN variable
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dmath_extra_liggghts_nonspherical.h360 inline void MathExtraLiggghtsNonspherical::mulN(const double *a, const double k, const int len, dou… in mulN() function
367 inline void MathExtraLiggghtsNonspherical::mulN(const double k, const double *a, const int len, dou… in mulN() function
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mshadow/mshadow/
H A Dhalf.h206 static int32_t const mulN = 0x52000000; // (1 << 23) / minN variable
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/3rdparty/mshadow/mshadow/
H A Dhalf.h206 static int32_t const mulN = 0x52000000; // (1 << 23) / minN variable
/dports/lang/pocl/pocl-1.8/lib/CL/
H A Dpocl_util.c1954 static int32_t const mulN = 0x52000000; /* (1 << 23) / minN */ variable