HomeSort by: relevance | last modified time | path
    Searched refs:srep_t (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
comparedf2.c 53 const srep_t aInt = toRep(a);
54 const srep_t bInt = toRep(b);
98 const srep_t aInt = toRep(a);
99 const srep_t bInt = toRep(b);
comparesf2.c 53 const srep_t aInt = toRep(a);
54 const srep_t bInt = toRep(b);
98 const srep_t aInt = toRep(a);
99 const srep_t bInt = toRep(b);
comparetf2.c 53 const srep_t aInt = toRep(a);
54 const srep_t bInt = toRep(b);
96 const srep_t aInt = toRep(a);
97 const srep_t bInt = toRep(b);
fp_lib.h 44 typedef int32_t srep_t; typedef in typeref:typename:int32_t
64 typedef int64_t srep_t; typedef in typeref:typename:int64_t
108 typedef __int128_t srep_t; typedef in typeref:typename:__int128_t

Completed in 38 milliseconds