Home
last modified time | relevance | path

Searched defs:pow4 (Results 1 – 25 of 54) sorted by relevance

123

/dports/math/glm/glm-0.9.9.8/glm/gtx/
H A Doptimum_pow.inl18 GLM_FUNC_QUALIFIER genType pow4(genType const& x) function
/dports/emulators/mess/mame-mame0226/3rdparty/glm/glm/gtx/
H A Doptimum_pow.inl19 GLM_FUNC_QUALIFIER genType pow4(genType const & x) function
/dports/audio/faust/faust-2.37.3/architecture/smartKeyboard/android/app/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Doptimum_pow.inl19 GLM_FUNC_QUALIFIER genType pow4(genType const & x) function
/dports/graphics/libprojectm/projectm-3.1.12/vendor/glm/gtx/
H A Doptimum_pow.inl19 GLM_FUNC_QUALIFIER genType pow4(genType const& x) function
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/libraries/win32/mingw32/include/glm/gtx/
H A Doptimum_pow.inl19 GLM_FUNC_QUALIFIER genType pow4(genType const & x) function
/dports/devel/upp/upp/uppsrc/plugin/glm/gtx/
H A Doptimum_pow.inl18 GLM_FUNC_QUALIFIER genType pow4(genType const& x) function
/dports/emulators/mame/mame-mame0226/3rdparty/glm/glm/gtx/
H A Doptimum_pow.inl19 GLM_FUNC_QUALIFIER genType pow4(genType const & x) function
/dports/games/warzone2100/warzone2100/3rdparty/glm/glm/gtx/
H A Doptimum_pow.inl18 GLM_FUNC_QUALIFIER genType pow4(genType const& x) function
/dports/graphics/nanort/nanort-b1feea8/examples/common/glm/glm/gtx/
H A Doptimum_pow.inl19 GLM_FUNC_QUALIFIER genType pow4(genType const & x) function
/dports/games/dustrac/DustRacing2D-ae380b8/src/game/MiniCore/src/Graphics/contrib/glm/ogl-math/glm/gtx/
H A Doptimum_pow.inl25 GLM_FUNC_QUALIFIER genType pow4(const genType& x) function
/dports/math/cppad/CppAD-20210000.8/include/cppad/utility/
H A Dromberg_one.hpp193 Float pow4, pow4minus; in RombergOne() local
/dports/math/SCIP/scip-7.0.3/src/cppad/utility/
H A Dromberg_one.hpp194 Float pow4, pow4minus; in RombergOne() local
/dports/audio/caps-lv2/caps-lv2-5d52a0c/dsp/
H A Dutil.h35 inline float pow4 (float x) { return pow2 (pow2(x)); } in pow4() function
/dports/audio/mixxx/mixxx-2.3.0/lib/reverb/dsp/
H A Dutil.h35 inline float pow4 (float x) { return pow2 (pow2(x)); } in pow4() function
/dports/net/wireshark-lite/wireshark-3.6.1/wsutil/
H A Dpow2.h21 #define pow4(type, m) (((type)1U) << (2*(m))) macro
/dports/net/wireshark/wireshark-3.6.1/wsutil/
H A Dpow2.h21 #define pow4(type, m) (((type)1U) << (2*(m))) macro
/dports/net/tshark-lite/wireshark-3.6.1/wsutil/
H A Dpow2.h21 #define pow4(type, m) (((type)1U) << (2*(m))) macro
/dports/net/tshark/wireshark-3.6.1/wsutil/
H A Dpow2.h21 #define pow4(type, m) (((type)1U) << (2*(m))) macro
/dports/math/pspp/pspp-1.4.1/src/libpspp/
H A Dmisc.h57 pow4 (double x) in pow4() function
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/shape/fractal/
H A DSierpinskiCarpetBuilder.java40 double pow4 = numPts / 3; in recursionLevelForSize() local
H A DKochSnowflakeBuilder.java35 double pow4 = numPts / 3; in recursionLevelForSize() local
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/umuscle/src/muscle/
H A Dfinddiagsn.cpp11 #define pow4(i) (1 << (2*i)) // 4^i = 2^(2*i) macro
/dports/biology/cufflinks/cufflinks-2.2.1-89-gdc3b0cb/src/
H A Dbiascorrection.h34 static const int pow4[]; variable
/dports/games/crrcsim/crrcsim-0.9.13/src/mod_windfield/thermal03/
H A Dsolve.cpp49 inline flttype pow4(flttype val) { return(val*val*val*val); }; in pow4() function
/dports/biology/muscle/muscle-3.8.1551/
H A Dfinddiagsn.cpp7 #define pow4(i) (1 << (2*i)) // 4^i = 2^(2*i) macro

123