Home
last modified time | relevance | path

Searched defs:math2 (Results 1 – 20 of 20) sorted by relevance

/dports/graphics/vips/vips-8.12.0/libvips/arithmetic/
H A Dmath2.c79 VipsOperationMath2 math2; member
178 VipsMath2 *math2 = (VipsMath2 *) arithmetic; in vips_math2_buffer() local
241 vips_math2_init( VipsMath2 *math2 ) in vips_math2_init()
247 VipsOperationMath2 math2, va_list ap ) in vips_math2v()
287 VipsOperationMath2 math2, ... ) in vips_math2()
378 VipsOperationMath2 math2; member
419 VipsMath2Const *math2 = (VipsMath2Const *) arithmetic; in vips_math2_const_buffer() local
478 VipsOperationMath2 math2, const double *c, int n, va_list ap ) in vips_math2_constv()
528 VipsOperationMath2 math2, const double *c, int n, ... ) in vips_math2_const()
636 VipsOperationMath2 math2, double c, ... ) in vips_math2_const1()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libm/test/
H A Dtest.c17 int math2 = 1; variable
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libm/test/
H A Dtest.c17 int math2 = 1; variable
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libm/test/
H A Dtest.c17 int math2 = 1; variable
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libm/test/
H A Dtest.c17 int math2 = 1; in main() local
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/cmd/puppeth/
H A Dgenesis.go27 math2 "github.com/ethereum/go-ethereum/common/math" packageName
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/java/test/org/sbml/libsbml/test/sbml/
H A DTestWriteL3SBML.java289 ASTNode math2 = libsbml.parseFormula("2"); in test_WriteL3SBML_Event_full() local
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/java/test/org/sbml/libsbml/test/sbml/
H A DTestWriteL3SBML.java289 ASTNode math2 = libsbml.parseFormula("2"); in test_WriteL3SBML_Event_full() local
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/test/
H A DTestWriteL3SBML.cpp708 ASTNode *math2 = SBML_parseFormula("2"); in START_TEST() local
H A DTestSBMLConvertStrict.cpp1073 ASTNode_t *math2 = SBML_parseFormula("piecewise(1, xor(), 0)"); in START_TEST() local
1150 ASTNode_t *math2 = SBML_parseFormula("pow(2,3)"); in START_TEST() local
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/test/
H A DTestWriteL3SBML.cpp708 ASTNode *math2 = SBML_parseFormula("2"); in START_TEST() local
H A DTestSBMLConvertStrict.cpp1073 ASTNode_t *math2 = SBML_parseFormula("piecewise(1, xor(), 0)"); in START_TEST() local
1150 ASTNode_t *math2 = SBML_parseFormula("pow(2,3)"); in START_TEST() local
/dports/math/R-cran-terra/terra/src/
H A Darith.cpp529 SpatRaster SpatRaster::math2(std::string fun, unsigned digits, SpatOptions &opt) { in math2() function in SpatRaster
/dports/graphics/vips/vips-8.12.0/cplusplus/
H A Dvips-operators.cpp2211 VImage VImage::math2( VImage right, VipsOperationMath2 math2, VOption *options ) const in math2() function in VImage
2225 VImage VImage::math2_const( VipsOperationMath2 math2, std::vector<double> c, VOption *options ) con… in math2_const()
/dports/security/hydra/thc-hydra-9.2/
H A Dhydra.c2142 uint64_t math2; local
/dports/korean/imhangul-gtk2/imhangul-d2f555d/
H A Dhangulcandidate.h683 static const gunichar math2[] = { variable
/dports/korean/imhangul-gtk3/imhangul-85f6d10/
H A Dhangulcandidate.h683 static const gunichar math2[] = { variable
/dports/math/R/R-4.1.2/src/main/
H A Darithmetic.c1399 static SEXP math2(SEXP sa, SEXP sb, double (*f)(double, double), in math2() function
/dports/math/libRmath/R-4.1.1/src/main/
H A Darithmetic.c1401 static SEXP math2(SEXP sa, SEXP sb, double (*f)(double, double), in math2() function
/dports/graphics/vips/vips-8.12.0/libvips/deprecated/
H A Dvips7compat.c3019 VipsOperationMath2 math2, double *c, int n ) in vips__math2_vec()