Home
last modified time | relevance | path

Searched refs:elo (Results 1 - 11 of 11) sorted by relevance

/third_party/musl/porting/uniproton/kernel/src/math/
H A Dpow.c330 double_t ehi, elo; in pow() local
333 elo = y * lo + __builtin_fma(y, hi, -ehi); in pow()
340 elo = ylo * lhi + y * llo; /* |elo| < |ehi| * 2^-25. */ in pow()
342 return exp_inline(ehi, elo, sign_bias); in pow()
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dpow.c330 double_t ehi, elo; in pow() local
333 elo = y * lo + __builtin_fma(y, hi, -ehi); in pow()
340 elo = ylo * lhi + y * llo; /* |elo| < |ehi| * 2^-25. */ in pow()
342 return exp_inline(ehi, elo, sign_bias); in pow()
/third_party/musl/porting/liteos_m/kernel/src/math/
H A Dpow.c330 double_t ehi, elo; in pow() local
333 elo = y * lo + __builtin_fma(y, hi, -ehi); in pow()
340 elo = ylo * lhi + y * llo; /* |elo| < |ehi| * 2^-25. */ in pow()
342 return exp_inline(ehi, elo, sign_bias); in pow()
/third_party/musl/src/math/
H A Dpow.c330 double_t ehi, elo; in pow() local
333 elo = y * lo + __builtin_fma(y, hi, -ehi); in pow()
340 elo = ylo * lhi + y * llo; /* |elo| < |ehi| * 2^-25. */ in pow()
342 return exp_inline(ehi, elo, sign_bias); in pow()
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
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
409 and $flo,$elo,$a0
411 shd $ehi,$elo,$Sigma1[2],$t2
412 andcm $glo,$elo,$a2
413 shd $elo,$ehi,$Sigma1[2],$t3
H A Dsha512-ppc.pl473 $ehi,$elo,$fhi,$flo,$ghi,$glo,$hhi,$hlo)=@_;
483 srwi $s0,$elo,$Sigma1[0]
485 and $a0,$a0,$elo
489 srwi $t0,$elo,$Sigma1[1]
493 insrwi $s1,$elo,$Sigma1[0],0
498 insrwi $t1,$elo,$Sigma1[1],0
501 srwi $t3,$elo,$Sigma1[2]-32
504 insrwi $t2,$elo,$Sigma1[2]-32,0
568 $ehi,$elo,$fhi,$flo,$ghi,$glo,$hhi,$hlo)=@_;
/third_party/openssl/crypto/sha/asm/
H A Dsha512-ppc.pl473 $ehi,$elo,$fhi,$flo,$ghi,$glo,$hhi,$hlo)=@_;
483 srwi $s0,$elo,$Sigma1[0]
485 and $a0,$a0,$elo
489 srwi $t0,$elo,$Sigma1[1]
493 insrwi $s1,$elo,$Sigma1[0],0
498 insrwi $t1,$elo,$Sigma1[1],0
501 srwi $t3,$elo,$Sigma1[2]-32
504 insrwi $t2,$elo,$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
409 and $flo,$elo,$a0
411 shd $ehi,$elo,$Sigma1[2],$t2
412 andcm $glo,$elo,$a2
413 shd $elo,$ehi,$Sigma1[2],$t3
/third_party/optimized-routines/math/
H A Dpow.c360 double_t ehi, elo; in pow() local
363 elo = y * lo + fma (y, hi, -ehi); in pow()
370 elo = ylo * lhi + y * llo; /* |elo| < |ehi| * 2^-25. */ in pow()
372 return exp_inline (ehi, elo, sign_bias); in pow()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp17461 const fp16type elo (e * l * o);
17462 const fp16type detB (b * (ekp.asFloat() + glm.asFloat() + hio.asFloat() - hkm.asFloat() - gip.asFloat() - elo.asFloat()));
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp17363 const fp16type elo (e * l * o);
17364 const fp16type detB (b * (ekp.asFloat() + glm.asFloat() + hio.asFloat() - hkm.asFloat() - gip.asFloat() - elo.asFloat()));

Completed in 56 milliseconds