OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:real_val
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgfortran/caf/
single.c
490
real128t
real_val
= 0;
local
513
real_val
= *(float*) src;
515
real_val
= *(double*) src;
518
real_val
= *(long double*) src;
522
real_val
= *(real128t*) src;
570
*(int8_t*) dst = (int8_t)
real_val
;
572
*(int16_t*) dst = (int16_t)
real_val
;
574
*(int32_t*) dst = (int32_t)
real_val
;
576
*(int64_t*) dst = (int64_t)
real_val
;
579
*(int128t*) dst = (int128t)
real_val
;
[
all
...]
/src/external/gpl3/gcc.old/dist/libgfortran/caf/
single.c
493
real128t
real_val
= 0;
local
516
real_val
= *(float*) src;
518
real_val
= *(double*) src;
521
real_val
= *(long double*) src;
525
real_val
= *(real128t*) src;
573
*(int8_t*) dst = (int8_t)
real_val
;
575
*(int16_t*) dst = (int16_t)
real_val
;
577
*(int32_t*) dst = (int32_t)
real_val
;
579
*(int64_t*) dst = (int64_t)
real_val
;
582
*(int128t*) dst = (int128t)
real_val
;
[
all
...]
/src/external/bsd/libevent/dist/test/
regress_http.c
2427
const char *
real_val
= evhttp_find_header(headers, key);
local
2428
tt_assert(
real_val
!= NULL);
2429
tt_want(strcmp(
real_val
, value) == 0);
/src/external/bsd/ntp/dist/sntp/libevent/test/
regress_http.c
2424
const char *
real_val
= evhttp_find_header(headers, key);
local
2425
tt_assert(
real_val
!= NULL);
2426
tt_want(strcmp(
real_val
, value) == 0);
Completed in 24 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026