Searched refs:_tmp2 (Results 1 – 4 of 4) sorted by relevance
/external/vulkan-validation-layers/libs/glm/gtx/ |
D | simd_quat.inl | 346 __m128 _tmp2 = _mm_mul_ps(_zxyw2, _xyzw); local 347 _tmp2 = _mm_sub_ps(_tmp2, _mm_mul_ps(_yzxw2, _wwww)); 353 reinterpret_cast<float*>(&_tmp2)[0], 361 reinterpret_cast<float*>(&_tmp2)[1]); 366 reinterpret_cast<float*>(&_tmp2)[2],
|
/external/libusb/libusb/ |
D | libusb.h | 47 uint16_t _tmp2 = (uint16_t)(x); \ 48 _tmp.b8[1] = _tmp2 >> 8; \ 49 _tmp.b8[0] = _tmp2 & 0xff; \
|
/external/compiler-rt/lib/builtins/ |
D | apple_versioning.c | 209 extern const char sym##_tmp2 __asm("$ld$hide$os3.1$_" #sym ); \ 210 __attribute__((visibility("default"))) const char sym##_tmp2 = 0; \
|
/external/valgrind/VEX/priv/ |
D | guest_arm_toIR.c | 8078 # define XXX(_tmp3,_la3,_tmp2,_la2,_tmp1,_la1,_tmp0,_la0) \ in math_DEINTERLEAVE_3() argument 8081 SHL64((_tmp2),48-16*(_la2))), \ in math_DEINTERLEAVE_3() 8133 # define XXX(_tmp3,_la3,_tmp2,_la2,_tmp1,_la1,_tmp0,_la0) \ in math_INTERLEAVE_3() argument 8136 SHL64((_tmp2),48-16*(_la2))), \ in math_INTERLEAVE_3()
|