Home | Sort by: relevance | last modified time | path |
/src/lib/libm/src/ | |
e_fmodl.c | 33 typedef uint64_t manl_t; typedef in typeref:typename:uint64_t 35 typedef uint32_t manl_t; typedef in typeref:typename:uint32_t 68 * - The low part of the significand fits in a manl_t exactly. 79 manl_t lx,ly,lz; |
s_remquol.c | 32 typedef uint64_t manl_t; typedef in typeref:typename:uint64_t 34 typedef uint32_t manl_t; 73 * - The low part of the significand fits in a manl_t exactly. 83 manl_t lx,ly,lz; |