Home
last modified time | relevance | path

Searched refs:F_SQRT (Results 1 – 13 of 13) sorted by relevance

/dports/sysutils/goawk/goawk-1.9.2/lexer/
H A Dtoken.go91 F_SQRT const
145 "sqrt": F_SQRT,
240 F_SQRT: "sqrt",
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/IntelRDFPMathLib20U1/LIBRARY/float128/
H A Dsqrt_macros.h283 # define F_SQRT(input, result) { \ macro
299 # define F_SQRT_2_LSB(input,result) F_SQRT(input,result)
307 # define F_SQRT(input, result) { \ macro
H A Ddpml_private.h2379 # define F_HW_SQRT F_SQRT
2391 # define F_HW_OR_SW_SQRT F_SQRT
/dports/devel/tass64/64tass-1.56.2625-src/
H A Dfunctionobj.h26 F_NONE, F_FLOOR, F_CEIL, F_ROUND, F_TRUNC, F_FRAC, F_SQRT, F_CBRT, F_LOG, enumerator
H A Dfunctionobj.c545 case F_SQRT: in function_function()
918 { {NULL, 2}, {'s', 'q', 'r', 't'}, 4, -1, F_SQRT},
/dports/math/oleo/oleo-1.99.16/src/
H A Deval.h112 #define F_SQRT 74 macro
H A Deval.c687 case F_SQRT:
/dports/math/gretl/gretl-2021d/lib/src/
H A Dgenparse.h158 F_SQRT, enumerator
H A Dgenlex.c237 { F_SQRT, "sqrt", sqrt },
H A Dgeneval.c16882 case F_SQRT: in eval()
H A Dgeneval.c.try16985 case F_SQRT:
/dports/sysutils/goawk/goawk-1.9.2/interp/
H A Dfunctions.go172 case F_SQRT:
/dports/sysutils/goawk/goawk-1.9.2/parser/
H A Dparser.go872 case F_COS, F_SIN, F_EXP, F_LOG, F_SQRT, F_INT, F_TOLOWER, F_TOUPPER, F_SYSTEM, F_CLOSE: