Home
last modified time | relevance | path

Searched defs:pow (Results 1 – 12 of 12) sorted by relevance

/titanic_44/usr/src/head/iso/
H A Dmath_iso.h161 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 Dctfmerge.c373 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 Dold_mp.c47 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 Dpow.c161 pow(double x, double y) { in pow() function
/titanic_44/usr/src/cmd/hal/utils/
H A Dacpi.c144 int pow; in ac_adapter_present() local
/titanic_44/usr/src/head/
H A Dtgmath.h69 #define pow(x, y) __tgmath_pow(x, y) macro
/titanic_44/usr/src/cmd/sendmail/db/hash/
H A Dhash_rec.c603 u_int32_t pow; local
/titanic_44/usr/src/cmd/mdb/sparc/kmdb/
H A Dkaif.c331 int pow; in kaif_wapt_calc_mask() local
/titanic_44/usr/src/common/mpi/
H A Dmpi.c572 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 Dlibmv1.c65 #pragma weak pow = __pow macro
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz.c1092 int pow; in vdev_raidz_matrix_init() local
/titanic_44/usr/src/uts/common/io/mwl/
H A Dmwl.c1880 uint16_t pow = hc->targetPowers[i]; in mwl_hal_settxpower() local