HomeSort by relevance Sort by last modified time
    Searched refs:cc (Results 51 - 75 of 2754) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/valgrind/none/tests/s390x/
trtt.c 13 uint64_t cc; member in struct:__anon43143
36 register uint64_t cc asm("5");
38 cc = 2; /* cc result will never be 2 */
43 : "=d"(cc),"+d"(desaddr),"+d"(srcaddr)
52 regs.cc = cc;
76 if (regs.cc == 0 && regs.len != 0)
77 printf("length is not zero but cc is zero\n");
85 return regs.cc;
91 int cc; local
    [all...]
dfp-1.c 8 #define DFP_BINOP(insn, op1, op2, type, round, cc) \
16 :"+f" (d1), "=d" (cc) \
23 int cc; local
29 /* case 1: cc = 2 */
32 result_64 = DFP_BINOP(ADTRA, d64_1, d64_2, _Decimal64, 1, cc);
33 DFP_BINOP_PRINT(d64_1, d64_2, result_64, _Decimal64, "+", cc);
34 /* case 2: cc = 1 */
37 result_64 = DFP_BINOP(ADTRA, d64_1, d64_2, _Decimal64, 1, cc);
38 DFP_BINOP_PRINT(d64_1, d64_2, result_64, _Decimal64, "+", cc);
39 /* case 2: cc = 0 *
    [all...]
rounding-1.stdout.exp 1 cfdbr [->near/even] -2147483648.500000 -> -2147483648 cc = 1
2 cfdbr [->0] -2147483648.500000 -> -2147483648 cc = 1
3 cfdbr [->+inf] -2147483648.500000 -> -2147483648 cc = 1
4 cfdbr [->-inf] -2147483648.500000 -> -2147483648 cc = 3
stcke.c 18 int cc; local
22 :"+Q" (*addr), "=d"(cc)::"cc");
24 return cc;
35 int cc; local
37 cc = stcke(start.buffer);
38 if (cc)
39 printf("cc != 0!\n");
42 cc = stcke(end.buffer);
43 if (cc)
    [all...]
flogr.c 18 unsigned int *cc)
30 : "2", "3", "cc");
32 *cc = psw >> 28;
34 printf("value = %lx, bitpos = %lu, modval = %lx, cc = %d\n",
35 value, *bitpos, *modval, *cc);
42 unsigned int *cc)
54 : "3", "cc");
56 *cc = psw >> 28;
58 printf("value = %lx, bitpos = %lu, modval = %lx, cc = %d\n",
59 value, *bitpos, *modval, *cc);
92 unsigned int cc; local
    [all...]
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_worker_cache.h 24 // The returned WorkerCacheInterface object takes the ownership of "cc".
25 WorkerCacheInterface* NewGrpcWorkerCache(GrpcChannelCache* cc);
28 GrpcChannelCache* cc, WorkerInterface* local_worker,
  /external/v8/
Android.platform.mk 9 src/libplatform/default-platform.cc \
10 src/libplatform/task-queue.cc \
11 src/libplatform/tracing/trace-buffer.cc \
12 src/libplatform/tracing/trace-config.cc \
13 src/libplatform/tracing/trace-object.cc \
14 src/libplatform/tracing/trace-writer.cc \
15 src/libplatform/tracing/tracing-controller.cc \
16 src/libplatform/worker-thread.cc
  /system/chre/apps/ash_world/
ash_world.mk 12 COMMON_SRCS += apps/ash_world/ash_world.cc
  /system/chre/apps/audio_world/
audio_world.mk 12 COMMON_SRCS += apps/audio_world/audio_world.cc
  /system/chre/apps/gnss_world/
gnss_world.mk 12 COMMON_SRCS += apps/gnss_world/gnss_world.cc
  /system/chre/apps/hello_world/
hello_world.mk 12 COMMON_SRCS += apps/hello_world/hello_world.cc
  /system/chre/apps/host_awake_world/
host_awake_world.mk 12 COMMON_SRCS += apps/host_awake_world/host_awake_world.cc
  /system/chre/apps/message_world/
message_world.mk 12 COMMON_SRCS += apps/message_world/message_world.cc
  /system/chre/apps/sensor_world/
sensor_world.mk 12 COMMON_SRCS += apps/sensor_world/sensor_world.cc
  /system/chre/apps/timer_world/
timer_world.mk 12 COMMON_SRCS += apps/timer_world/timer_world.cc
  /system/chre/apps/wifi_world/
wifi_world.mk 12 COMMON_SRCS += apps/wifi_world/wifi_world.cc
  /system/chre/apps/wwan_world/
wwan_world.mk 12 COMMON_SRCS += apps/wwan_world/wwan_world.cc
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
ldsgeb.d 1 # name: Accept lds<cc>sb mnemonics
ldsgeh.d 1 # name: Accept lds<cc>sh mnemonics
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/
radix.s 4 .radix cc
  /external/chromium-trace/catapult/systrace/atrace_helper/jni/
Android.mk 12 LOCAL_CPP_EXTENSION := .cc
16 main.cc \
17 atrace_process_dump.cc \
18 file_utils.cc \
19 libmemtrack_wrapper.cc \
20 process_memory_stats.cc \
21 procfs_utils.cc \
22 time_utils.cc
  /external/google-breakpad/src/client/solaris/handler/
Makefile 32 CC=cc
33 CXX=CC
41 THREAD_SRC=solaris_lwp.cc
42 SHARE_SRC=../../minidump_file_writer.cc\
43 ../../../common/md5.cc\
44 ../../../common/string_conversion.cc\
45 ../../../common/solaris/file_id.cc\
46 minidump_generator.cc
47 HANDLER_SRC=exception_handler.cc\
    [all...]
  /external/libcxx/test/libcxx/containers/sequences/array/array.zero/
db_back.pass.cpp 38 C const& cc = c; local
40 assert(CheckDebugThrows(cc));
45 C const& cc = c; local
47 assert(CheckDebugThrows(cc));
db_front.pass.cpp 38 C const& cc = c; local
40 assert(CheckDebugThrows(cc));
45 C const& cc = c; local
47 assert(CheckDebugThrows(cc));
  /external/syslinux/utils/
bin2hex.pl 34 $cc = ord($ch);
35 $s = sprintf("%x", $cc);

Completed in 310 milliseconds

1 23 4 5 6 7 8 91011>>