Home
last modified time | relevance | path

Searched refs:creall (Results 1 – 25 of 683) sorted by relevance

12345678910>>...28

/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-functions/
H A Dcreall.texi1 @node creall
2 @section @code{creall}
3 @findex creall
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/creall.html}
/dports/devel/gnulib/gnulib-20140202-stable/doc/posix-functions/
H A Dcreall.texi1 @node creall
2 @section @code{creall}
3 @findex creall
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/creall.html}
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dbuiltin-complex-1.c10 extern long double creall (long double _Complex);
88 if (creall (ldc) != 1.0L) in main()
92 if (creall (1.0L + 2.0iL) != 1.0L) in main()
142 creall (long double _Complex z) in creall() function
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dbuiltin-complex-1.c10 extern long double creall (long double _Complex);
88 if (creall (ldc) != 1.0L) in main()
92 if (creall (1.0L + 2.0iL) != 1.0L) in main()
142 creall (long double _Complex z) in creall() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/
H A Dppc64-complex-parms.c9 long double creall(_Complex long double);
31 return creall(x); in foo_long_double()
38 return creall(x); in foo_ibm128()
H A Dppc64-complex-return.c9 long double creall(_Complex long double);
92 return creall(foo_long_double(2.0L - 2.5Li)); in bar_long_double()
101 return creall(foo_ibm128(2.0L - 2.5Li)); in bar_ibm128()
/dports/math/lis/lis-2.0.30/src/system/
H A Dlis_sort.c450 while(creall(d1[i]) < creall(v)) { i++; } in lis_sort_di()
451 while(creall(d1[j]) > creall(v)) { j--; } in lis_sort_di()
489 while(creall(d1[i]) < creall(v)) { i++; } in lis_sort_d()
490 while(creall(d1[j]) > creall(v)) { j--; } in lis_sort_d()
529 while(creall(d1[i]) < creall(v)) { i++; } in lis_sort_dd()
530 while(creall(d1[j]) > creall(v)) { j--; } in lis_sort_dd()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/complex/
H A Dcreall.c3 long double (creall)(long double complex z)
5 return creall(z);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/src/complex/
H A Dcreall.c3 long double (creall)(long double complex z)
5 return creall(z);
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/complex/
H A Dcreall.c3 long double (creall)(long double complex z)
5 return creall(z);
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/complex/
H A Dcreall.c3 long double (creall)(long double complex z)
5 return creall(z);
/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/complex/
H A Dcreall.c3 long double (creall)(long double complex z)
5 return creall(z);
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libc/musl/src/complex/
H A Dcreall.c3 long double (creall)(long double complex z)
5 return creall(z);
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/src/complex/
H A Dcreall.c3 long double (creall)(long double complex z)
5 return creall(z);
/dports/math/opensolaris-libm/opensolaris-libm-2017.01.31/usr/src/libm/src/complex/
H A Dcreall.c30 #pragma weak __creall = creall
36 creall(ldcomplex z) { in creall() function
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dcomplex-1.c10 extern long double creall (long double _Complex);
86 if (creall (ldc) != 1.0L) in main_test()
90 if (creall (1.0L + 2.0iL) != 1.0L) in main_test()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dcomplex-1.c10 extern long double creall (long double _Complex);
86 if (creall (ldc) != 1.0L) in main_test()
90 if (creall (1.0L + 2.0iL) != 1.0L) in main_test()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dcomplex-1.c10 extern long double creall (long double _Complex);
86 if (creall (ldc) != 1.0L) in main_test()
90 if (creall (1.0L + 2.0iL) != 1.0L) in main_test()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dcomplex-1.c10 extern long double creall (long double _Complex);
86 if (creall (ldc) != 1.0L) in main_test()
90 if (creall (1.0L + 2.0iL) != 1.0L) in main_test()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dcomplex-1.c10 extern long double creall (long double _Complex);
86 if (creall (ldc) != 1.0L) in main_test()
90 if (creall (1.0L + 2.0iL) != 1.0L) in main_test()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dcomplex-1.c10 extern long double creall (long double _Complex);
86 if (creall (ldc) != 1.0L) in main_test()
90 if (creall (1.0L + 2.0iL) != 1.0L) in main_test()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dcomplex-1.c10 extern long double creall (long double _Complex);
86 if (creall (ldc) != 1.0L) in main_test()
90 if (creall (1.0L + 2.0iL) != 1.0L) in main_test()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dcomplex-1.c10 extern long double creall (long double _Complex);
86 if (creall (ldc) != 1.0L) in main_test()
90 if (creall (1.0L + 2.0iL) != 1.0L) in main_test()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dcomplex-1.c10 extern long double creall (long double _Complex);
86 if (creall (ldc) != 1.0L) in main_test()
90 if (creall (1.0L + 2.0iL) != 1.0L) in main_test()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dcomplex-1.c10 extern long double creall (long double _Complex);
86 if (creall (ldc) != 1.0L) in main_test()
90 if (creall (1.0L + 2.0iL) != 1.0L) in main_test()

12345678910>>...28