HomeSort by relevance Sort by last modified time
    Searched full:val1 (Results 1 - 25 of 187) sorted by null

1 2 3 4 5 6 7 8

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tgmath.h 84 # define __TGMATH_BINARY_FIRST_REAL_ONLY(Val1, Val2, Fct) \
85 (__extension__ ((sizeof (Val1) == sizeof (double) \
86 || __builtin_classify_type (Val1) != 8) \
87 ? (__tgmath_real_type (Val1)) Fct (Val1, Val2) \
88 : (sizeof (Val1) == sizeof (float)) \
89 ? (__tgmath_real_type (Val1)) Fct##f (Val1, Val2) \
90 : (__tgmath_real_type (Val1)) __tgml(Fct) (Val1, Val2))
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/
tgmath.h 93 # define __TGMATH_BINARY_FIRST_REAL_ONLY(Val1, Val2, Fct) \
94 (__extension__ ((sizeof (Val1) == sizeof (double) \
95 || __builtin_classify_type (Val1) != 8) \
96 ? (__tgmath_real_type (Val1)) Fct (Val1, Val2) \
97 : (sizeof (Val1) == sizeof (float)) \
98 ? (__tgmath_real_type (Val1)) Fct##f (Val1, Val2) \
99 : (__tgmath_real_type (Val1)) __tgml(Fct) (Val1, Val2))
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 84 # define __TGMATH_BINARY_FIRST_REAL_ONLY(Val1, Val2, Fct) \
85 (__extension__ ((sizeof (Val1) == sizeof (double) \
86 || __builtin_classify_type (Val1) != 8) \
87 ? (__tgmath_real_type (Val1)) Fct (Val1, Val2) \
88 : (sizeof (Val1) == sizeof (float)) \
89 ? (__tgmath_real_type (Val1)) Fct##f (Val1, Val2) \
90 : (__tgmath_real_type (Val1)) __tgml(Fct) (Val1, Val2))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/
tgmath.h 93 # define __TGMATH_BINARY_FIRST_REAL_ONLY(Val1, Val2, Fct) \
94 (__extension__ ((sizeof (Val1) == sizeof (double) \
95 || __builtin_classify_type (Val1) != 8) \
96 ? (__tgmath_real_type (Val1)) Fct (Val1, Val2) \
97 : (sizeof (Val1) == sizeof (float)) \
98 ? (__tgmath_real_type (Val1)) Fct##f (Val1, Val2) \
99 : (__tgmath_real_type (Val1)) __tgml(Fct) (Val1, Val2))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 84 # define __TGMATH_BINARY_FIRST_REAL_ONLY(Val1, Val2, Fct) \
85 (__extension__ ((sizeof (Val1) == sizeof (double) \
86 || __builtin_classify_type (Val1) != 8) \
87 ? (__tgmath_real_type (Val1)) Fct (Val1, Val2) \
88 : (sizeof (Val1) == sizeof (float)) \
89 ? (__tgmath_real_type (Val1)) Fct##f (Val1, Val2) \
90 : (__tgmath_real_type (Val1)) __tgml(Fct) (Val1, Val2))
    [all...]
  /external/regex-re2/util/
logging.h 15 #define DCHECK_EQ(val1, val2) assert((val1) == (val2))
16 #define DCHECK_NE(val1, val2) assert((val1) != (val2))
17 #define DCHECK_LE(val1, val2) assert((val1) <= (val2))
18 #define DCHECK_LT(val1, val2) assert((val1) < (val2))
19 #define DCHECK_GE(val1, val2) assert((val1) >= (val2)
    [all...]
  /external/llvm/test/CodeGen/CellSPU/
icmp64.ll 14 ; $3 = %arg1, $4 = %arg2, $5 = %val1, $6 = %val2
15 ; $3 = %arg1, $4 = %val1, $5 = %val2
18 define i64 @icmp_eq_select_i64(i64 %arg1, i64 %arg2, i64 %val1, i64 %val2) nounwind {
21 %B = select i1 %A, i64 %val1, i64 %val2
25 define i1 @icmp_eq_setcc_i64(i64 %arg1, i64 %arg2, i64 %val1, i64 %val2) nounwind {
31 define i64 @icmp_ne_select_i64(i64 %arg1, i64 %arg2, i64 %val1, i64 %val2) nounwind {
34 %B = select i1 %A, i64 %val1, i64 %val2
38 define i1 @icmp_ne_setcc_i64(i64 %arg1, i64 %arg2, i64 %val1, i64 %val2) nounwind {
44 define i64 @icmp_ugt_select_i64(i64 %arg1, i64 %arg2, i64 %val1, i64 %val2) nounwind {
47 %B = select i1 %A, i64 %val1, i64 %val
    [all...]
icmp16.ll 16 ; $3 = %arg1, $4 = %arg2, $5 = %val1, $6 = %val2
17 ; $3 = %arg1, $4 = %val1, $5 = %val2
29 define i16 @icmp_eq_select_i16(i16 %arg1, i16 %arg2, i16 %val1, i16 %val2) nounwind {
32 %B = select i1 %A, i16 %val1, i16 %val2
36 define i1 @icmp_eq_setcc_i16(i16 %arg1, i16 %arg2, i16 %val1, i16 %val2) nounwind {
42 define i16 @icmp_eq_immed01_i16(i16 %arg1, i16 %val1, i16 %val2) nounwind {
45 %B = select i1 %A, i16 %val1, i16 %val2
49 define i16 @icmp_eq_immed02_i16(i16 %arg1, i16 %val1, i16 %val2) nounwind {
52 %B = select i1 %A, i16 %val1, i16 %val2
56 define i16 @icmp_eq_immed03_i16(i16 %arg1, i16 %val1, i16 %val2) nounwind
    [all...]
icmp32.ll 16 ; $3 = %arg1, $4 = %arg2, $5 = %val1, $6 = %val2
17 ; $3 = %arg1, $4 = %val1, $5 = %val2
29 define i32 @icmp_eq_select_i32(i32 %arg1, i32 %arg2, i32 %val1, i32 %val2) nounwind {
32 %B = select i1 %A, i32 %val1, i32 %val2
36 define i1 @icmp_eq_setcc_i32(i32 %arg1, i32 %arg2, i32 %val1, i32 %val2) nounwind {
42 define i32 @icmp_eq_immed01_i32(i32 %arg1, i32 %val1, i32 %val2) nounwind {
45 %B = select i1 %A, i32 %val1, i32 %val2
49 define i32 @icmp_eq_immed02_i32(i32 %arg1, i32 %val1, i32 %val2) nounwind {
52 %B = select i1 %A, i32 %val1, i32 %val2
56 define i32 @icmp_eq_immed03_i32(i32 %arg1, i32 %val1, i32 %val2) nounwind
    [all...]
icmp8.ll 15 ; $3 = %arg1, $4 = %arg2, $5 = %val1, $6 = %val2
16 ; $3 = %arg1, $4 = %val1, $5 = %val2
28 define i8 @icmp_eq_select_i8(i8 %arg1, i8 %arg2, i8 %val1, i8 %val2) nounwind {
31 %B = select i1 %A, i8 %val1, i8 %val2
35 define i1 @icmp_eq_setcc_i8(i8 %arg1, i8 %arg2, i8 %val1, i8 %val2) nounwind {
41 define i8 @icmp_eq_immed01_i8(i8 %arg1, i8 %val1, i8 %val2) nounwind {
44 %B = select i1 %A, i8 %val1, i8 %val2
48 define i8 @icmp_eq_immed02_i8(i8 %arg1, i8 %val1, i8 %val2) nounwind {
51 %B = select i1 %A, i8 %val1, i8 %val2
55 define i8 @icmp_eq_immed03_i8(i8 %arg1, i8 %val1, i8 %val2) nounwind
    [all...]
  /external/llvm/test/CodeGen/X86/
atomic-load-store.ll 4 define void @test1(i32* %ptr, i32 %val1) {
7 store atomic i32 %val1, i32* %ptr seq_cst, align 4
11 define void @test2(i32* %ptr, i32 %val1) {
14 store atomic i32 %val1, i32* %ptr release, align 4
atomic-load-store-wide.ll 6 define void @test1(i64* %ptr, i64 %val1) {
10 store atomic i64 %val1, i64* %ptr seq_cst, align 8
extractelement-shuffle.ll 7 define i32 @update(<2 x i64> %val1, <2 x i64> %val2) nounwind readnone {
9 %shuf = shufflevector <2 x i64> %val1, <2 x i64> %val2, <2 x i32> <i32 0, i32 3>
  /external/valgrind/main/memcheck/tests/darwin/
env.c 10 char* val1 = "x"; local
14 setenv("MYVAR", val1, /*overwrite*/0); // makes a copy which is later leaked
15 assert( 0 == strcmp(getenv("MYVAR"), val1) );
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
msr.h 28 #define rdmsr(msr,val1,val2) __asm__ __volatile__("rdmsr" : "=a" (val1), "=d" (val2) : "c" (msr))
32 #define wrmsr(msr,val1,val2) __asm__ __volatile__("wrmsr" : : "c" (msr), "a" (val1), "d" (val2))
46 #define write_tsc(val1,val2) wrmsr(0x10, val1, val2)
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
msr.h 28 #define rdmsr(msr,val1,val2) __asm__ __volatile__("rdmsr" : "=a" (val1), "=d" (val2) : "c" (msr))
32 #define wrmsr(msr,val1,val2) __asm__ __volatile__("wrmsr" : : "c" (msr), "a" (val1), "d" (val2))
46 #define write_tsc(val1,val2) wrmsr(0x10, val1, val2)
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
msr.h 28 #define rdmsr(msr,val1,val2) __asm__ __volatile__("rdmsr" : "=a" (val1), "=d" (val2) : "c" (msr))
32 #define wrmsr(msr,val1,val2) __asm__ __volatile__("wrmsr" : : "c" (msr), "a" (val1), "d" (val2))
46 #define write_tsc(val1,val2) wrmsr(0x10, val1, val2)
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm/
msr.h 28 #define rdmsr(msr,val1,val2) __asm__ __volatile__("rdmsr" : "=a" (val1), "=d" (val2) : "c" (msr))
32 #define wrmsr(msr,val1,val2) __asm__ __volatile__("wrmsr" : : "c" (msr), "a" (val1), "d" (val2))
46 #define write_tsc(val1,val2) wrmsr(0x10, val1, val2)
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/
msr.h 28 #define rdmsr(msr,val1,val2) __asm__ __volatile__("rdmsr" : "=a" (val1), "=d" (val2) : "c" (msr))
32 #define wrmsr(msr,val1,val2) __asm__ __volatile__("wrmsr" : : "c" (msr), "a" (val1), "d" (val2))
46 #define write_tsc(val1,val2) wrmsr(0x10, val1, val2)
  /external/clang/test/SemaTemplate/
enum-argument.cpp 17 Val1 = get_size<T>::value,
19 SumOfValues = Val1 + Val2
instantiate-c99.cpp 43 typename Val1, typename Val2>
45 void f(Val1 val1, Val2 val2) {
47 [Subscript1] = val1,
59 typename Val1>
61 void f(Val1 val1) {
63 [Subscript1...Subscript2] = val1 // expected-error{{exceeds}}
  /external/llvm/test/CodeGen/PowerPC/
2008-06-23-LiveVariablesCrash.ll 14 %val1 = phi i32 [ 0, %bb1 ], [ %val2, %bb2 ]
15 %val2 = select i1 %tmp2, i32 -1, i32 %val1
  /external/chromium/testing/
gtest_mac.h 38 #define EXPECT_NSNE(val1, val2) \
39 EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperNSNE, val1, val2)
43 #define ASSERT_NSNE(val1, val2) \
44 ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperNSNE, val1, val2)
  /external/llvm/include/llvm/Support/
Format.h 98 T1 Val1;
101 format_object2(const char *fmt, const T1 &val1, const T2 &val2)
102 : format_object_base(fmt), Val1(val1), Val2(val2) {
106 return snprintf(Buffer, BufferSize, Fmt, Val1, Val2);
116 T1 Val1;
120 format_object3(const char *fmt, const T1 &val1, const T2 &val2,const T3 &val3)
121 : format_object_base(fmt), Val1(val1), Val2(val2), Val3(val3) {
125 return snprintf(Buffer, BufferSize, Fmt, Val1, Val2, Val3)
    [all...]
  /external/freetype/src/base/
ftlcdfil.c 50 FT_UInt val1, xx; local
53 val1 = line[0];
54 fir[0] = weights[2] * val1;
55 fir[1] = weights[3] * val1;
56 fir[2] = weights[4] * val1;
60 val1 = line[1];
61 fir[0] += weights[1] * val1;
62 fir[1] += weights[2] * val1;
63 fir[2] += weights[3] * val1;
64 fir[3] += weights[4] * val1;
109 FT_UInt val1, yy; local
    [all...]

Completed in 1003 milliseconds

1 2 3 4 5 6 7 8