Changes in uspace/lib/softfloat/include/div.h [c67aff2:750636a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/softfloat/include/div.h
rc67aff2 r750636a 1 1 /* 2 2 * Copyright (c) 2005 Josef Cejka 3 * Copyright (c) 2011 Petr Koupy4 3 * All rights reserved. 5 4 * … … 31 30 * @{ 32 31 */ 33 /** @file Division functions.32 /** @file 34 33 */ 35 34 … … 39 38 extern float32 divFloat32(float32, float32); 40 39 extern float64 divFloat64(float64, float64); 41 extern float128 divFloat128(float128, float128); 40 41 extern uint64_t divFloat64estim(uint64_t, uint64_t); 42 42 43 43 #endif
Note:
See TracChangeset
for help on using the changeset viewer.