Searched refs:tmp_cp (Results 1 – 4 of 4) sorted by relevance
/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | euler_angles.inl | 179 T tmp_cp = glm::cos(pitch); local 186 Result[0][1] = tmp_sb * tmp_cp; 190 Result[1][1] = tmp_cb * tmp_cp; 193 Result[2][0] = tmp_sh * tmp_cp; 195 Result[2][2] = tmp_ch * tmp_cp; 214 T tmp_cp = glm::cos(pitch); local 221 Result[0][1] = tmp_sb * tmp_cp; 225 Result[1][1] = tmp_cb * tmp_cp; 228 Result[2][0] = tmp_sh * tmp_cp; 230 Result[2][2] = tmp_ch * tmp_cp;
|
/external/clang/test/CodeGen/ |
D | builtins-x86.c | 51 char* tmp_cp; in f0() local 298 (void) __builtin_ia32_maskmovq(tmp_V8c, tmp_V8c, tmp_cp); in f0() 313 (void) __builtin_ia32_maskmovdqu(tmp_V16c, tmp_V16c, tmp_cp); in f0()
|
/external/llvm-project/clang/test/CodeGen/ |
D | builtins-x86.c | 69 char* tmp_cp; in f0() local 343 (void) __builtin_ia32_maskmovq(tmp_V8c, tmp_V8c, tmp_cp); in f0() 359 (void) __builtin_ia32_maskmovdqu(tmp_V16c, tmp_V16c, tmp_cp); in f0()
|
/external/selinux/libsepol/src/ |
D | mls.c | 84 char *tmp_cp = tmp; in mls_from_string() local 88 if (mls_context_to_sid(policydb, '$', &tmp_cp, mls) < 0) { in mls_from_string()
|