Searched refs:significand (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/LibC/Main/Arm/ |
D | fp_lib.h | 253 static inline int normalize(rep_t *significand) { in normalize() argument 254 const int shift = rep_clz(*significand) - rep_clz(implicitBit); in normalize() 255 *significand <<= shift; in normalize()
|
/device/google/contexthub/firmware/lib/builtins/ |
D | fp_extend_impl.inc | 35 // significand field being set 73 // Extend to the destination type by shifting the significand and 91 // renormalize the significand and clear the leading bit, then insert
|
/device/google/crosshatch/audio/ |
D | Test1_Crosshatch_5_10_2018_onsite_final_remove_actisonic.tuning | 381 "enhance_and_protect_left.DRC.Limiter 1.Gain.gain leaf.significand": 1, 415 "enhance_and_protect_left.DRC.Limiter 2.Gain.gain leaf.significand": 1, 449 "enhance_and_protect_left.DRC.Limiter 3.Gain.gain leaf.significand": 1, 483 "enhance_and_protect_left.DRC.Limiter 4.Gain.gain leaf.significand": 1, 517 "enhance_and_protect_left.DRC.Limiter 5.Gain.gain leaf.significand": 1, 612 "enhance_and_protect_left.Equalizer.Gain.gain leaf.significand": 1.584893192461, 635 "enhance_and_protect_left.Input Enhance.Gain 1.gain leaf.significand": 1, 638 "enhance_and_protect_left.Input Enhance.Gain 2.gain leaf.significand": 1, 641 "enhance_and_protect_left.Input Enhance.Gain 3.gain leaf.significand": 1, 644 "enhance_and_protect_left.Input Enhance.Gain Comp.gain leaf.significand": 1.388718270597, [all …]
|
/device/google/contexthub/firmware/lib/libm/ |
D | fdlibm.h | 147 extern double significand __P((double));
|
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/ |
D | softfloat.txt | 158 bits in the result significand beyond the rounding point are set to zero.
|
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/bits32/ |
D | softfloat-macros | 512 Returns an approximation to the square root of the 32-bit significand given
|
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits32/ |
D | softfloat-macros | 512 Returns an approximation to the square root of the 32-bit significand given
|
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits64/ |
D | softfloat-macros | 587 Returns an approximation to the square root of the 32-bit significand given
|