Home
last modified time | relevance | path

Searched defs:squared (Results 201 – 212 of 212) sorted by last modified time

123456789

/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-function2.C16 squared(double x) { return x * x; } in squared() function
/dports/graphics/geomview/geomview-1.9.5/src/bin/geomutil/clip/
H A Dclipmain.c165 static void squared(Clip *clip) in squared() function
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-function2.C16 squared(double x) { return x * x; } in squared() function
/dports/math/mathomatic/mathomatic-ceb0861/primes/
H A Dmatho-sumsq.c47 #define squared(a) ((a) * (a)) macro
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-function2.C17 squared(double x) { return x * x; } in squared() function
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-function2.C17 squared(double x) { return x * x; } in squared() function
/dports/science/drawxtl/DRAWxtl/source/DRAWxtl55/
H A DFourier.cxx235 int squared, phases, ab; in read_fcf() local
/dports/games/criticalmass/CriticalMass-1.5/vmmlib/
H A Dmath.hpp61 inline T squared( const T a ) in squared() function
/dports/graphics/autopano-sift-c/autopano-sift-C-2.5.1/
H A DKDTree.c186 KDTreeBestEntry* KDTreeBestEntry_new3 (IKDTreeDomain* neighbour, int distanceSq, bool squared) in KDTreeBestEntry_new3()
H A DAutoPanoSift.h230 bool squared; member
/dports/math/edenmath/EdenMath_GNUstep-1.1.1/
H A DEMResponder.m307 {
/dports/benchmarks/hyperfine/hyperfine-1.12.0/cargo-crates/rust_decimal-1.16.0/src/
H A Dmaths.rs236 let squared = match self.checked_mul(*self) { in checked_powu() localVariable
661 let squared = tan_half.checked_mul(tan_half)?; in checked_tan() localVariable

123456789