Searched defs:pow (Results 1 – 12 of 12) sorted by relevance
/titanic_44/usr/src/head/iso/ |
H A D | math_iso.h | 161 inline double pow(double __X, int __Y) { return in pow() function 181 inline float pow(float __X, float __Y) { return __powf(__X, __Y); } in pow() function 182 inline float pow(float __X, int __Y) { return in pow() function 212 inline long double pow(long double __X, long double __Y) { return in pow() function 214 inline long double pow(long double __X, int __Y) { return in pow() function
|
/titanic_44/usr/src/tools/ctf/cvt/ |
H A D | ctfmerge.c | 373 wip_add_work(wip_t *slot, tdata_t *pow) in wip_add_work() 393 tdata_t *pow; in worker_runphase1() local
|
/titanic_44/usr/src/lib/libmp/common/ |
H A D | old_mp.c | 47 void pow(MINT *a, MINT *b, MINT *c, MINT *d) { mp_pow(a, b, c, d); } in pow() function
|
/titanic_44/usr/src/lib/libm/common/C/ |
H A D | pow.c | 161 pow(double x, double y) { in pow() function
|
/titanic_44/usr/src/cmd/hal/utils/ |
H A D | acpi.c | 144 int pow; in ac_adapter_present() local
|
/titanic_44/usr/src/head/ |
H A D | tgmath.h | 69 #define pow(x, y) __tgmath_pow(x, y) macro
|
/titanic_44/usr/src/cmd/sendmail/db/hash/ |
H A D | hash_rec.c | 603 u_int32_t pow; local
|
/titanic_44/usr/src/cmd/mdb/sparc/kmdb/ |
H A D | kaif.c | 331 int pow; in kaif_wapt_calc_mask() local
|
/titanic_44/usr/src/common/mpi/ |
H A D | mpi.c | 572 int pow; in mp_div_d() local 3345 int pow; in s_mp_mul_d() local 4539 int pow = 0; in s_mp_ispow2d() local
|
/titanic_44/usr/src/lib/libm1/common/ |
H A D | libmv1.c | 65 #pragma weak pow = __pow macro
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | vdev_raidz.c | 1092 int pow; in vdev_raidz_matrix_init() local
|
/titanic_44/usr/src/uts/common/io/mwl/ |
H A D | mwl.c | 1880 uint16_t pow = hc->targetPowers[i]; in mwl_hal_settxpower() local
|