Searched refs:tmp_i (Results 1 – 3 of 3) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-x86.c | 42 signed int tmp_i; in f0() local 108 tmp_i = __builtin_ia32_comieq(tmp_V4f, tmp_V4f); in f0() 109 tmp_i = __builtin_ia32_comilt(tmp_V4f, tmp_V4f); in f0() 110 tmp_i = __builtin_ia32_comile(tmp_V4f, tmp_V4f); in f0() 111 tmp_i = __builtin_ia32_comigt(tmp_V4f, tmp_V4f); in f0() 112 tmp_i = __builtin_ia32_comige(tmp_V4f, tmp_V4f); in f0() 113 tmp_i = __builtin_ia32_comineq(tmp_V4f, tmp_V4f); in f0() 114 tmp_i = __builtin_ia32_ucomieq(tmp_V4f, tmp_V4f); in f0() 115 tmp_i = __builtin_ia32_ucomilt(tmp_V4f, tmp_V4f); in f0() 116 tmp_i = __builtin_ia32_ucomile(tmp_V4f, tmp_V4f); in f0() [all …]
|
/external/ltp/tools/top-LTP/proc/ |
D | sysinfo.c | 260 double tmp_u, tmp_n, tmp_s, tmp_i, tmp_w; in five_cpu_numbers() local 280 tmp_i = ((double)new_i - (double)old_i) * scale; in five_cpu_numbers() 286 tmp_i = NAN; in five_cpu_numbers() 292 SET_IF_DESIRED(iret, tmp_i); in five_cpu_numbers()
|
/external/clang/lib/Frontend/ |
D | TextDiagnostic.cpp | 168 size_t tmp_i = i; in expandTabs() local 170 = printableTextForNextCharacter(SourceLine, &tmp_i, TabStop); in expandTabs()
|