OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:creall
(Results
1 - 12
of
12
) sorted by null
/bionic/libm/src/
s_creall.c
32
creall
(long double complex z)
function
s_conjl.c
34
return
creall
(z) - I * cimagl(z);
/frameworks/compile/libbcc/runtime/test/Unit/
divtc3_test.c
33
if (isinf(
creall
(x)) || isinf(cimagl(x)))
35
if (isnan(
creall
(x)) && isnan(cimagl(x)))
37
if (isnan(
creall
(x)))
45
if (
creall
(x) == 0)
56
// a, b, c, d,
creall
(r), cimagl(r));
divxc3_test.c
33
if (isinf(
creall
(x)) || isinf(cimagl(x)))
35
if (isnan(
creall
(x)) && isnan(cimagl(x)))
37
if (isnan(
creall
(x)))
45
if (
creall
(x) == 0)
56
// a, b, c, d,
creall
(r), cimagl(r));
multc3_test.c
33
if (isinf(
creall
(x)) || isinf(cimagl(x)))
35
if (isnan(
creall
(x)) && isnan(cimagl(x)))
37
if (isnan(
creall
(x)))
45
if (
creall
(x) == 0)
56
// a, b, c, d,
creall
(r), cimagl(r));
mulxc3_test.c
33
if (isinf(
creall
(x)) || isinf(cimagl(x)))
35
if (isnan(
creall
(x)) && isnan(cimagl(x)))
37
if (isnan(
creall
(x)))
45
if (
creall
(x) == 0)
56
// a, b, c, d,
creall
(r), cimagl(r));
/external/clang/lib/Headers/
tgmath.h
1348
__tg_creal(long double _Complex __x) {return
creall
(__x);}
/prebuilt/sdk/11/renderscript/clang-include/
tgmath.h
1349
__tg_creal(long double _Complex __x) {return
creall
(__x);}
/prebuilt/sdk/12/renderscript/clang-include/
tgmath.h
1349
__tg_creal(long double _Complex __x) {return
creall
(__x);}
/prebuilt/sdk/13/renderscript/clang-include/
tgmath.h
1349
__tg_creal(long double _Complex __x) {return
creall
(__x);}
/prebuilt/sdk/14/renderscript/clang-include/
tgmath.h
1349
__tg_creal(long double _Complex __x) {return
creall
(__x);}
/prebuilt/sdk/15/renderscript/clang-include/
tgmath.h
1348
__tg_creal(long double _Complex __x) {return
creall
(__x);}
Completed in 1164 milliseconds