Home
last modified time | relevance | path

Searched refs:POW_FUNCTION (Results 1 – 4 of 4) sorted by relevance

/dports/japanese/libslang/slang-1.4.5jp2/src/
H A Dslarith.inc20 * then POW_FUNCTION should be defined to return POW_RESULT_TYPE.
31 #ifdef POW_FUNCTION
59 #ifdef POW_FUNCTION
65 d[n] = POW_FUNCTION(*a, *b);
72 d[n] = POW_FUNCTION(a[n],b[n]);
82 d[n] = POW_FUNCTION(a[n], xb);
88 d[n] = POW_FUNCTION(xa, b[n]);
705 #ifdef POW_FUNCTION
707 return PUSH_POW_OBJ_FUN(POW_FUNCTION(a, b));
779 #undef POW_FUNCTION
H A Dslarith.c605 #define POW_FUNCTION(a,b) pow((double)(a),(double)(b)) macro
622 #define POW_FUNCTION(a,b) pow((double)(a),(double)(b)) macro
640 #define POW_FUNCTION(a,b) pow((double)(a),(double)(b)) macro
657 #define POW_FUNCTION(a,b) pow((double)(a),(double)(b)) macro
681 #define POW_FUNCTION(a,b) (float)pow((double)(a),(double)(b)) macro
697 #define POW_FUNCTION(a,b) pow((double)(a),(double)(b)) macro
/dports/devel/libslang2/slang-2.3.2/src/
H A Dslarith.inc20 * then POW_FUNCTION should be defined to return POW_RESULT_TYPE. The code
38 # ifdef POW_FUNCTION
69 # ifdef POW_FUNCTION
75 d[n] = POW_FUNCTION(*a, *b);
82 d[n] = POW_FUNCTION(a[n],b[n]);
92 d[n] = POW_FUNCTION(a[n], xb);
98 d[n] = POW_FUNCTION(xa, b[n]);
753 # ifdef POW_FUNCTION
755 return PUSH_POW_OBJ_FUN(POW_FUNCTION(a, b));
871 #undef POW_FUNCTION
H A Dslarith.c218 #define POW_FUNCTION(a,b) pow((double)(a),(double)(b)) macro
238 #define POW_FUNCTION(a,b) pow((double)(a),(double)(b)) macro
259 #define POW_FUNCTION(a,b) pow((double)(a),(double)(b)) macro
279 #define POW_FUNCTION(a,b) pow((double)(a),(double)(b)) macro
310 # define POW_FUNCTION(a,b) pow((double)(a),(double)(b)) macro
330 # define POW_FUNCTION(a,b) pow((double)(a),(double)(b)) macro
358 #define POW_FUNCTION(a,b) (float)pow((double)(a),(double)(b)) macro
376 #define POW_FUNCTION(a,b) pow((double)(a),(double)(b)) macro