Home
last modified time | relevance | path

Searched refs:bi_sqrt (Results 1 – 8 of 8) sorted by relevance

/dports/games/quakeforge/quakeforge-0.7.2/libs/ruamoko/
H A Drua_math.c115 bi_sqrt (progs_t *pr) in bi_sqrt() function
183 {"sqrt", bi_sqrt, -1},
/dports/math/algae/algae-4.3.6/src/
H A Dsqrt.h17 extern ENTITY *PROTO (bi_sqrt, (ENTITY * p));
H A Dbuiltin.h132 ENTITY *bi_sqrt ();
274 "sqrt", 1, 1, 0, bi_sqrt,
H A Dsqrt.c24 bi_sqrt (p) in bi_sqrt() function
/dports/lang/awka/awka-0.7.5/awka/
H A Dbi_funct.c90 "sqrt", bi_sqrt, 1, 1,
479 bi_sqrt(sp) in bi_sqrt() function
H A Dbi_funct.h58 CELL *PROTO( bi_sqrt, (CELL *) ) ;
/dports/lang/mawk/mawk-1.3.4-20190203/
H A Dbi_funct.h48 CELL *bi_sqrt(CELL *);
H A Dbi_funct.c67 { "sqrt", bi_sqrt, 1, 1 },
698 bi_sqrt(CELL *sp) in bi_sqrt() function