OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:src_t
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
fp_extend.h
20
typedef float
src_t
;
typedef
27
typedef double
src_t
;
typedef
43
typedef uint16_t
src_t
;
typedef
78
static __inline src_rep_t srcToRep(
src_t
x) {
79
const union {
src_t
f; src_rep_t i; } rep = {.f = x};
fp_trunc.h
20
typedef float
src_t
;
typedef
26
typedef double
src_t
;
typedef
32
typedef long double
src_t
;
typedef
66
static __inline src_rep_t srcToRep(
src_t
x) {
67
const union {
src_t
f; src_rep_t i; } rep = {.f = x};
fp_extend.h
20
typedef float
src_t
;
typedef
27
typedef double
src_t
;
typedef
43
typedef uint16_t
src_t
;
typedef
78
static __inline src_rep_t srcToRep(
src_t
x) {
79
const union {
src_t
f; src_rep_t i; } rep = {.f = x};
fp_trunc.h
20
typedef float
src_t
;
typedef
26
typedef double
src_t
;
typedef
32
typedef long double
src_t
;
typedef
66
static __inline src_rep_t srcToRep(
src_t
x) {
67
const union {
src_t
f; src_rep_t i; } rep = {.f = x};
Completed in 27 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026