Home
last modified time | relevance | path

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

/src/contrib/arm-optimized-routines/math/
H A Dpow.c361 double_t ehi, elo; in pow() local
363 ehi = y * hi; in pow()
364 elo = y * lo + fma (y, hi, -ehi); in pow()
370 ehi = yhi * lhi; in pow()
373 return exp_inline (ehi, elo, sign_bias); in pow()
/src/crypto/openssl/crypto/sha/asm/
H A Dsha512-ppc.pl473 $ehi,$elo,$fhi,$flo,$ghi,$glo,$hhi,$hlo)=@_;
484 srwi $s1,$ehi,$Sigma1[0]
487 and $a1,$a1,$ehi
490 srwi $t1,$ehi,$Sigma1[1]
492 insrwi $s0,$ehi,$Sigma1[0],0
497 insrwi $t0,$ehi,$Sigma1[1],0
500 srwi $t2,$ehi,$Sigma1[2]-32
505 insrwi $t3,$ehi,$Sigma1[2]-32,0
568 $ehi,$elo,$fhi,$flo,$ghi,$glo,$hhi,$hlo)=@_;
H A Dsha512-parisc.pl391 $ehi,$elo,$fhi,$flo,$ghi,$glo,$hhi,$hlo,$flag)=@_;
399 shd $ehi,$elo,$Sigma1[0],$t0
401 shd $elo,$ehi,$Sigma1[0],$t1
403 shd $ehi,$elo,$Sigma1[1],$t2
405 shd $elo,$ehi,$Sigma1[1],$t3
410 and $fhi,$ehi,$a1
411 shd $ehi,$elo,$Sigma1[2],$t2
413 shd $elo,$ehi,$Sigma1[2],$t3
414 andcm $ghi,$ehi,$a3
/src/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dfinite_pow.h358 double ehi = y * hi; in pow_scalar_special_case() local
359 double elo = y * lo + fma (y, hi, -ehi); in pow_scalar_special_case()
360 return exp_inline (ehi, elo, sign_bias); in pow_scalar_special_case()