mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-10-28 23:34:53 +03:00 
			
		
		
		
	* benchtests/Makefile (bench-math): Add logb. * benchtests/logb-inputs: New file. * benchtests/logbf-inputs: New file. Reviewed-by: Gabriel F. T. Gomes <gabrielftg@linux.ibm.com>
		
			
				
	
	
		
			12 lines
		
	
	
		
			147 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			147 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| ## args: double
 | |
| ## ret: double
 | |
| ## includes: math.h
 | |
| 
 | |
| ## name: subnormal
 | |
| 0x0.0000000000001p-1022
 | |
| 0x0.fffffffffffffp-1022
 | |
| 
 | |
| ## name: normal
 | |
| 1.0
 | |
| 1024.0
 |