Home
last modified time | relevance | path

Searched refs:logh (Results 1 – 7 of 7) sorted by relevance

/external/arm-optimized-routines/math/single/
De_powf.c15 float logh, logl; in powf() local
387 PHMULTIPLY(logh, logl, lnh, lnl, 0x1.716p+4F, -0x1.7135a8p-9F); in powf()
573 logh = CLEARBOTTOMHALF(lsl + lal + lsh + lah + fn); in powf()
574 logl = lsl - ((((logh - fn) - lah) - lsh) - lal); in powf()
597 PHMULTIPLY_SATURATE(rlogh, rlogl, logh, logl, yh, yl, 4096.0f); in powf()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/data/transformtest/
Dar-t-tlh.txt30 logh لوغ
Dam-t-tlh.txt30 logh ሎግ
Dfa-t-tlh.txt30 logh لوغ
Dchr-t-tlh.txt30 logh ᎶᎩ
Dtlh-fonipa-t-tlh.txt30 logh loɣ
/external/eigen/Eigen/src/Core/arch/CUDA/
DHalf.h559 EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC Eigen::half logh(const Eigen::half& a) {