| /src/external/mit/isl/dist/ |
| isl_ctx_private.h | 40 unsigned long operations; member in struct:isl_ctx
|
| isl_ctx.c | 69 * the computation or if the maximal number of operations has been exceeded. 79 if (ctx->max_operations && ctx->operations >= ctx->max_operations) 81 "maximal number of operations exceeded", return -1); 82 ctx->operations++; 249 ctx->operations = 0; 285 fprintf(stderr, "operations: %lu\n", ctx->operations); 402 /* Reset the number of operations performed by "ctx". 408 ctx->operations = 0;
|
| /src/external/bsd/lutok/lib/liblutok/ |
| Makefile | 26 operations.cpp \ 33 operations.hpp \
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/math/ |
| remainder.d | 54 import std.math.operations : feqrel; 90 import std.math.operations : feqrel; 134 import std.math.operations : feqrel; 148 import std.math.operations : feqrel;
|
| trigonometry.d | 78 import std.math.operations : isClose; 199 import std.math.operations : isClose; 451 import std.math.operations : CommonDefaultFor, isClose, NaN; 517 import std.math.operations : isClose; 574 import std.math.operations : isClose; 585 import std.math.operations : isClose; 618 import std.math.operations : isClose; 629 import std.math.operations : isClose; 667 import std.math.operations : isClose; 841 import std.math.operations : CommonDefaultFor, isClose, NaN [all...] |
| exponential.d | 110 import std.math.operations : feqrel; 120 import std.math.operations : isClose, feqrel; 154 import std.math.operations : isClose; 177 import std.math.operations : isClose; 210 import std.math.operations : isClose; 640 import std.math.operations : isClose; 673 import std.math.operations : isClose; 714 import std.math.operations : isClose; 721 import std.math.operations : isClose; 995 import std.math.operations : feqrel [all...] |
| /src/external/bsd/kyua-cli/lib/utils/ |
| Makefile | 40 fs/operations.cpp \ 43 SRCS+= logging/operations.cpp 64 text/operations.cpp \
|
| /src/external/bsd/lutok/dist/examples/ |
| interpreter.cpp | 37 #include <lutok/operations.hpp>
|
| raii.cpp | 48 #include <lutok/operations.hpp>
|
| bindings.cpp | 45 #include <lutok/operations.hpp>
|
| /src/external/gpl3/gdb/dist/sim/testsuite/riscv/ |
| c-ext.s | 42 # Test logical operations. 60 # Test shift operations.
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/riscv/ |
| c-ext.s | 42 # Test logical operations. 60 # Test shift operations.
|
| /src/external/lgpl3/gmp/dist/mpn/x86_64/fastavx/ |
| copyd.asm | 54 C We try to do as many 32-byte operations as possible. The top-most and 55 C bottom-most writes might need 8-byte operations. For the bulk copying, we 56 C write using aligned 32-byte operations, but we read with both aligned and 57 C unaligned 32-byte operations.
|
| copyi.asm | 54 C We try to do as many 32-byte operations as possible. The top-most and 55 C bottom-most writes might need 8-byte operations. For the bulk copying, we 56 C write using aligned 32-byte operations, but we read with both aligned and 57 C unaligned 32-byte operations.
|
| /src/external/lgpl3/gmp/dist/mpn/x86_64/fastsse/ |
| com.asm | 57 C We try to do as many 16-byte operations as possible. The top-most and 58 C bottom-most writes might need 8-byte operations. We can always write using 59 C aligned 16-byte operations, we read with both aligned and unaligned 16-byte 60 C operations.
|
| copyd.asm | 57 C We try to do as many 16-byte operations as possible. The top-most and 58 C bottom-most writes might need 8-byte operations. We can always write using 59 C aligned 16-byte operations, we read with both aligned and unaligned 16-byte 60 C operations.
|
| copyi.asm | 57 C We try to do as many 16-byte operations as possible. The top-most and 58 C bottom-most writes might need 8-byte operations. We can always write using 59 C aligned 16-byte operations, we read with both aligned and unaligned 16-byte 60 C operations.
|
| lshiftc.asm | 49 C We try to do as many 16-byte operations as possible. The top-most and 50 C bottom-most writes might need 8-byte operations. We always write using 51 C 16-byte operations, we read with both 8-byte and 16-byte operations.
|
| /src/external/bsd/kyua-cli/dist/utils/config/ |
| parser.cpp | 32 #include <lutok/operations.hpp>
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| complex.d | 4 complex numbers, along with related mathematical operations and functions. 492 // Check unary operations. 501 // Check complex-complex operations. 522 // Check complex-real operations. 618 // Check Complex-int operations. 628 // Check operations between different complex types. 792 import std.math.operations : isClose; 810 import std.math.operations : isClose; 853 import std.math.operations : isClose; 935 import std.math.operations : isClose [all...] |
| /src/external/bsd/kyua-cli/dist/utils/fs/ |
| lua_module.cpp | 40 #include <lutok/operations.hpp> 44 #include "utils/fs/operations.hpp"
|
| /src/external/bsd/libc++/lib/ |
| Makefile | 21 SRCS+= directory_iterator.cpp operations.cpp
|
| /src/usr.sbin/npf/npfctl/ |
| npfctl.c | 561 } operations[] = { local 592 for (int n = 0; operations[n].cmd != NULL; n++) { 593 const char *opcmd = operations[n].cmd; 598 npfctl(operations[n].action, argc, argv);
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/format/internal/ |
| floats.d | 35 import std.math.operations : extractBitpattern, FloatingPointBitpattern; 226 import std.math.operations : nextUp; 1100 import std.math.operations : nextUp, nextDown; 1132 import std.math.operations : nextUp, nextDown; 1165 import std.math.operations : nextUp, nextDown; 1198 import std.math.operations : nextUp, nextDown; 1307 import std.math.operations : nextUp, nextDown; 1334 import std.math.operations : nextUp; 1459 import std.math.operations : nextUp, nextDown; 1469 import std.math.operations : nextDown [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| pk11.c | 71 unsigned int operations; member in struct:pk11_token 581 token->operations |= 1 << OP_RSA; 605 token->operations |= 1 << OP_ECDSA; 629 token->operations |= 1 << OP_EDDSA; 1100 printf("\tsupported operations=0x%x (", token->operations); 1102 if (token->operations & (1 << OP_RSA)) { 1106 if (token->operations & (1 << OP_ECDSA)) {
|