OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mpfr_result
(Results
1 - 2
of
2
) sorted by null
/external/arm-optimized-routines/test/rtest/
wrappers.c
23
ctx->
mpfr_result
= NULL;
53
ctx->
mpfr_result
= r;
81
assert(ctx->
mpfr_result
);
82
return ctx->
mpfr_result
;
92
assert(ctx->
mpfr_result
);
108
assert(ctx->
mpfr_result
|| ctx->mpc_result);
119
assert(ctx->
mpfr_result
|| ctx->mpc_result);
184
assert(ctx->
mpfr_result
);
202
assert(ctx->
mpfr_result
);
203
mpfr_set_nan(ctx->
mpfr_result
);
[
all
...]
wrappers.h
14
mpfr_ptr
mpfr_result
;
member in struct:__anon15287
Completed in 691 milliseconds